a {
	text-decoration: none !important;
	transition: 300ms;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
}
a:hover {
	color: #595959 !important;
}
a.active {
	color: #595959 !important;
}
#ht-main-content.blog .article-info hr {
	border-top: 1px solid #c74141;
	border-bottom: 1px solid #e16a6a;
	height: 0px;
}
blockquote {
	border-left: 3px solid #E2939B;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	color: #000;
	r-weight: 400;
	font-style: italic;
	font-size: 15px;
	;
}
/*@font-face {font-family: 'Montserrat', 'sans-serif'; }
@font-face {
  font-family: 'Amatic SC';
  src: url(../dev-fonts/AmaticSC-Regular.ttf); }*/
.jcarousel-wrapper {
	/* position for carousel button */
	position: relative;/* disable style list for carousel *//* JCarousel */
  /* carousel control */ }
.jcarousel-wrapper ul {
	padding: 0;
	margin: 0;
}
.jcarousel-wrapper ul li {
	list-style: none;
	display: block;
}
.jcarousel-wrapper .jcarousel {
	position: relative;
	margin: 0;
	overflow: hidden;
	width: 100%;
}
.jcarousel-wrapper .jcarousel ul {
	width: 20000em;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}
.jcarousel-wrapper .jcarousel ul li {
	float: left;
}
.jcarousel-wrapper .jcarousel-control-next, .jcarousel-wrapper .jcarousel-control-prev {
	margin-top: -7%;
	font-size: 5em;
	color: #b4b4b4;
	position: absolute;
	top: 50% !important;
	z-index: 99;
	opacity: 0.8;
}
.sizes {
	font-size: 2em;
}
.jcarousel-wrapper .jcarousel-control-next:hover, .jcarousel-wrapper .jcarousel-control-prev:hover {
	color: #000!important;
	opacity: 1;
}
.jcarousel-wrapper .jcarousel-control-prev {
	left: 10px;
}
.jcarousel-wrapper .jcarousel-control-next {
	right: 10px;
}
.media-container {
	transition: none;
	overflow: hidden;
	-webkit-transform: translateZ(0) scale(1, 1);
}
.media-container .inner {
	position: relative;
}
.media-container .inner .hover-overlay {
	transition: 300ms;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	display: block;
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0);
	text-align: center;
}
.media-container .inner .hover-overlay.color {
	background-color: #fff;
}
.media-container .inner .caption-heading {
	font-size: 1.1em;
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	bottom: 0;
	width: 100%;
	display: block !important;
	padding: 20px;
	background-color: #C44D5B;
	margin: 0;
	opacity: 1;
	transition: 300ms;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
}
.media-container .inner .caption-overlay {
	transition: 300ms;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	display: block;
	border: none !important;
	margin: 0 !important;
	position: absolute;
	width: 100%;
	padding: 20px 20px 8px 20px;
	bottom: -200%;
	background-color: #000;
	opacity: 1;
}
.media-container .inner .caption-overlay .heading {
	font-size: 1.2em;
	color: #fff;
	text-transform: uppercase;
}
.media-container .inner .caption-overlay .role {
	color: #dadada;
}
.media-container .inner .caption-overlay .bio {
	color: #fff;
	line-height: 1.7;
}
.media-container .inner .icon {
	position: absolute;
	font-size: 3em;
	opacity: 0;
	color: #fff;
	top: 50%;
	left: 50%;
	margin-left: -32px;
	margin-top: -32px;
	transition: none;
	display: block;
}
.media-container .inner .price-wrapper {
	position: absolute;
	border: none !important;
	top: 50%;
	left: 50%;
	text-align: center;
}
.media-container .inner .price-wrapper p {
	margin: 5px 0;
}
.media-container .inner .price-wrapper .price, .media-container .inner .price-wrapper .saleoff {
	font-size: 3em;
	opacity: 0;
	color: #000;
	line-height: 30px;
	cursor: default;
}

@media (max-width: 768px) {
.media-container .inner .price-wrapper .price, .media-container .inner .price-wrapper .saleoff {
	font-size: 4em;
}
}
.media-container .inner .price-wrapper .saleoff {
	font-size: 1.5em;
	color: #111;
	line-height: 30px;
}

@media (max-width: 768px) {
.media-container .inner .price-wrapper .saleoff {
	font-size: 2em;
}
}
.media-container .inner .price-wrapper.large .price, .media-container .inner .price-wrapper.large .saleoff {
	font-size: 4em;
}
.media-container .inner .price-wrapper.large .saleoff {
	font-size: 2em;
}
.media-container .inner .price-wrapper.small .price, .media-container .inner .price-wrapper.small .saleoff {
	font-size: 2em;
}
.media-container .inner .price-wrapper.small .saleoff {
	font-size: 1em;
}
.media-container:hover .hover-overlay {
	opacity: 0.6;
}
.media-container:hover .icon, .media-container:hover .price, .media-container:hover .inner .price-wrapper .saleoff {
	opacity: 1 !important;
}
.media-container:hover .caption-heading {
	bottom: -100%;
}
.media-container:hover .caption-overlay {
	bottom: 0;
}
.rating {
	overflow: hidden;
	display: inline-block;
	margin-left: 0;
	width: 160px;
}
.rating-input {
	position: absolute;
	left: 0;
	display: none;
}
.rating-star, .rating:hover .rating-star {
	transition: 200ms;
	padding-right: 10px;
	margin-top: 3px;
	float: right;
	display: block;
	width: 26px;
	height: 13px;
	background: url("http://mercatprincesa.com/img/%40star.png") no-repeat;
	background-position: 0px 0px;
}
.rating:hover .rating-star:hover, .rating:hover .rating-star:hover ~ .rating-star, .rating-input:checked ~ .rating-star {
	background-position: 0px -13px;
}
.clear-both {
	clear: both;
}
.opacity-0 {
	opacity: 0;
	transition: 300ms;
}
/* H T - B T N */
.ht-btn {
	border-radius: 0px;
	padding: 10px 20px;
	text-align: center;
	color: #000;
	background-color: transparent;
	border: 1px solid #000;
	transition: 300ms;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
}
.ht-btn:hover {
	border-color: #da5252 !important;
	background-color: #da5252 !important;
	color: #fff !important;
}
/* H T   B G */
.ht-bg {
	background-color: #da5252 !important;
}
.ht-bg a {
	color: #ddd;
}
.ht-bg a:hover {
	color: #fff !important;
}
/* H T - B T N - F L O A T */
.ht-btn.btn-float {
	border-color: #e76e6e;
	background-color: #e76e6e;
	color: #fff;
	box-shadow: 2px 2px 1px #595959;
}
.ht-btn.btn-float:hover {
	color: #fff !important;
	background-color: #f37878;
	border-color: #f37878;
}
/* H T - P A G E - H E A D I N G */
.ht-page-heading {
	padding-top: 200px;
	padding-bottom: 30px;
}
.llegar {
	padding-top: -140px!important;
}
.ht-page-heading .main-heading h1 {
	font-family: Arial, sans-serif;
	color: #000;
	font-size: 2.5em;
	text-align: left;
	font-weight: 500;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 30px;
}
.ht-page-heading .sub-heading p {
	color: #848383;
	line-height: 1.5;
	text-align: left;
	font-size: 1.1em;
	font-weight: 400;
}
/* H T - F O R M */
.ht-form {
	padding-left: 30px;
	padding-right: 30px;
}
.ht-form .form-group label.error {
	color: #C10000;
	font-weight: 300;
}
.ht-form input, .ht-form textarea {
	background-color: #fff;
	border-radius: px;
	box-shadow: none;
}
.ht-form textarea:focus, .ht-form input:focus {
	box-shadow: none !important;
}
.ht-form select {
	background-color: #fff;
	box-shadow: none;
}
 .ht-form input[type=number]::-webkit-inner-spin-button, .ht-form input[type=number]::-webkit-outer-spin-button {
 -webkit-appearance: none;
 margin: 0;
}
.ht-form span.input-group-addon {
	background-color: transparent;
	box-shadow: none;
	color: #000;
	background-color: #fff;
	border-radius: 3px 0 0 3px !important;
	border: 1px solid #000;
	border-right: none !important;
}
.ht-form span.input-group-btn button {
	background: none;
	border: none;
}
.ht-form.form-bright {
	padding-top: 0;
}
.ht-form.form-bright input, .ht-form.form-bright textarea, .ht-form.form-bright span.input-group-addon {
	background-color: #f5f5f5;
	border-color: #ebebeb;
}
.ht-form.form-bright .ht-btn {
	margin-left: -15px;
}
.ht-form.pre-validation .form-group {
	position: relative;
	margin-bottom: 30px;
}
.ht-form.pre-validation label.error {
	position: absolute;
	bottom: -30px;
	left: 0;
}
/* G R A Y S C A L E  */
.bw-wrapper {
	border: none;
}
/* C O L O R   F I L T E R */
.filter-overlay {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 768px) {
.filter-overlay {
	background-color: #000;
	opacity: 0.4;
	-webkit-opacity: 0.4;
	-moz-opacity: 0.4;
	-o-opacity: 0.4;
}
}

@media (min-width: 769px) {
.filter-overlay {
	background: url(../img/filter-pattern.png);
	opacity: .2;
	-webkit-opacity: .2;
	-moz-opacity: .2;
	-o-opacity: .2;
}
}
/* S L I D E  G A L L E R Y */
.gallery {
/* carousel control */ }
.gallery .main-img {
	position: relative;
	z-index: 1;
	overflow: visible;
}
.gallery .main-img .inner {
	padding: 0;
}
.gallery .main-img .inner img {
	z-index: 1;
}

@media (max-width: 768px) {
.gallery .main-img .inner img {
	box-shadow: 2px 2px 15px #000;
}
}
.gallery .main-img .shadow {
	z-index: -1;
	bottom: -30px;
	position: absolute;
	height: 58px;
	width: 330px;
	margin-left: -165px;
	left: 50%;
}

@media (min-width: 1200px) {
.gallery .main-img .shadow {
	background: url(http://mercatprincesa.com/img/about-shadow.png) no-repeat;
}
}

@media (max-width: 1200px) and (min-width: 768px) {
.gallery .main-img .shadow {
	background: url(http://mercatprincesa.com/img/about-shadow-1.png) no-repeat;
}
}
.gallery .navigation {
	margin-top: 20px !important;
}
.gallery .navigation ul li {
	cursor: pointer;
}
.gallery .navigation .bw-wrapper {
	padding: 5px;
}
.gallery .navigation .bw-wrapper .img-responsive {
/* box-shadow: 1px 1px 5px #777; */}
.gallery .jcarousel-wrapper {
	padding: 0 25px;
}
.gallery .jcarousel-control-next, .gallery .jcarousel-control-prev {
	font-size: 5em;
	color: #b4b4b4;
	position: absolute;
	top: -10%;
	z-index: 99;
}
.gallery .jcarousel-control-prev {
	left: 0px !important;
}
.gallery .jcarousel-control-next {
	right: 0px !important;
}
/* H T - T A B - N A V */
.ht-tab-nav ul {
	list-style: none;
	padding: 0;
}
.ht-tab-nav ul li {
	display: inline-block;
	margin: 0 5px;
}
.ht-tab-nav ul li:first-child {
	margin-left: 0;
}
.ht-tab-nav ul li:last-child {
	margin-right: 0;
}
.ht-tab-nav ul li:last-child a {
	background: none;
	padding-right: 0;
}
.ht-tab-nav ul li a {
	color: #444;
	font-size: 1.1em;
	background: url(../img/menu-set-dot-sort-bar.png) right center no-repeat;
	padding-right: 20px;
}
/* C O L L A P S E   L I S T */
ul#ht-collapsed-list {
	margin: 0;
	padding: 0;
}
ul#ht-collapsed-list ul.level-2, ul#ht-collapsed-list ul.level-3 {
	display: none;
}
ul#ht-collapsed-list i.fa {
	color: #595959;
}
ul#ht-collapsed-list li {
	list-style: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
ul#ht-collapsed-list li i {
	display: inline-block;
	padding-right: 5px;
	cursor: default;
}
ul#ht-collapsed-list li a {
	line-height: 2.5;
	color: #333;
}
ul#ht-collapsed-list li.collapsed {
	list-style: none;
}
ul#ht-collapsed-list li.level-1.current ul.level-2 {
	display: block;
}
ul#ht-collapsed-list ul.level-2 {
	padding-left: 10px;
}
ul#ht-collapsed-list ul.level-2 li a {
	font-size: 1em;
	line-height: 1.7;
}
ul#ht-collapsed-list ul.level-3 {
	padding-left: 15px;
}
ul#ht-collapsed-list ul.level-3 li a {
	font-size: 0.9em;
	line-height: 1.7;
}
/* P A G E   C O N T R O L */
.ht-page-control {
	padding-top: 25px;
	padding-bottom: 25px;
}
.ht-page-control .preview {
	display: block;
	display: block;
	margin: 0 auto;
	border-radius: 4px;
	padding: 10px 20px;
	text-align: center;
	color: #b5b5b5;
	background-color: #e9e9e9;
	transition: 300ms;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	position: absolute;
	display: none;
	top: 1px;
}
.ht-page-control .caret {
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
	display: block;
	width: 9px;
	height: 12px;
	position: absolute;
	top: 14px;
}
.ht-page-control .caret.caret-left {
	left: -9px;
	background: url(../img/pagination-caret-left.png);
}
.ht-page-control .caret.caret-right {
	right: -9px;
	background: url(../img/pagination-caret-right.png);
}

@media (min-width: 768px) {
.ht-page-control.is-blog {
	padding-bottom: 0 !important;
}
}
/* H T   S O C I A L   B O X */
.ht-social {
	padding-top: 15px;
}
.ht-social a {
	font-size: 1.2em;
	margin: 0 10px;
	color: #333;
}
.ht-social a:hover {
	color: #595959;
}
.ht-social :first-child {
	margin-left: 0;
}
.ht-social :last-child {
	margin-right: 0;
}
.ht-social.bright a {
	color: #aaa;
}
.ht-social.bright a:hover {
	color: #595959;
}
#ht-header {
	position: relative;/* background: url('http://mercatprincesa.com/img/llegar.jpg')50% 100%  no-repeat scroll !important; 
height: 700px;
background-position:center!important;   
	background-size: cover!important; 
	-webkit-background-size: cover!important; 
	-moz-background-size: cover!important; 
	-o-background-size: cover!important;
*/
}
#ht-header2 {
	position: relative;
	background: url('http://mercatprincesa.com/img/llegar.jpg')50% 100% no-repeat scroll !important;
	height: 100px;
	background-position: center!important;
	background-size: cover!important;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
}
.ht-header-p {
	position: relative;
	background: url('http://mercatprincesa.com/img/llegar.jpg')50% 100% no-repeat scroll !important;
	height: 700px;
	background-position: center!important;
	background-size: cover!important;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
}
#ht-header3 {
	position: relative;
	background: url('http://mercatprincesa.com/img/llegar.jpg')50% 100% no-repeat scroll !important;
	height: 100px;
	background-position: center!important;
	background-size: cover!important;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
}
#ht-header4 {
	position: relative;
	background: url('../img/eventos_.jpg')50% 100% no-repeat scroll !important;
	height: 700px;
	background-size: cover!important;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-position: center!important;
}
.ht-page-heading4 {
	padding-top: 50px;
	padding-bottom: 30px;
}
.padding-10 {
	padding-top: 180px;
	padding-bottom: 50px;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
#ht-header {
	height: 700px;
	background-position: center!important;
	background: url(http://mercatprincesa.com/img/home.jpg) 50% 100% no-repeat scroll !important;
	background-position: center!important;
	background-size: cover!important;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
}
#ht-main-content.homepage #ht-info {
	padding-top: 100px;
	padding-bottom: 100px;
	background-position: center!important;
	background: url(http://mercatprincesa.com/img/IMG_8411-1300x866.jpg)50% 100% no-repeat scroll !important;
	background-position: center!important;
	background-size: cover!important;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	color: #fff;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) and (orientation:portrait) {
#ht-header {
	background: url(http://mercatprincesa.com/img/home.jpg) 80% 50% no-repeat scroll !important;
	background-position: center!important;
	background-size: cover!important;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
}
#ht-main-content.homepage #ht-info {
	padding-top: 100px;
	padding-bottom: 100px;
	background-position: center!important;
	background: url(http://mercatprincesa.com/img/IMG_8411-1300x866.jpg) 80% 50% no-repeat scroll !important;
	background-position: center!important;
	background-size: cover!important;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	color: #fff;
}
}

@media (min-width: 769px) {
#ht-header {
	background-attachment: fixed;
}
}
#ht-header #ht-logo {
	position: relative;
	display: block;
	margin-top: 24%;
}
#ht-header .ht-navbar-toggle {
	position: relative;
	margin-top: 30px;
	border: 1px solid #fff !important;
	border-radius: 4px;
	padding: 2px 5px;
	background-color: transparent;
	background-image: none;
	transition: 300ms;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
}

@media (min-width: 769px) {
#ht-header .ht-navbar-toggle {
	display: none;
}
}
#ht-header .ht-navbar-toggle:focus {
	outline: none;
}
#ht-header .ht-navbar-toggle .icon-bar {
	display: block;
	width: 30px;
	height: 4px;
	background-color: #fff;
	border-radius: 4px;
	margin: 5px 0;
}
#ht-header .ht-navbar-toggle:hover {
	border: 1px solid #fff !important;
	background-color: rgba(218, 82, 82, 0.5);
}

@media (min-width: 769px) {
#ht-header #ht-main-nav {
	margin-top: 150px;
	display: block !important;
}
#ht-header #ht-main-nav .main-nav {
	padding: 0;
	list-style: none;
	text-align: center;
	display: table;
	margin: 0 auto;
}
#ht-header #ht-main-nav .main-nav .nav {
	display: block;
	float: left;
	padding: 0 8px;
	position: relative;
	cursor: pointer;
}
}

@media (min-width: 769px) and (max-width: 992px) {
#ht-header #ht-main-nav .main-nav .nav {
	padding: 0 10px;
}
}

@media (min-width: 769px) {
#ht-header #ht-main-nav .main-nav .nav .link-list {
	position: absolute;
	top: 59px;
	margin-left: -100px;
	left: 50%;
}
}

@media (min-width: 769px) and (max-width: 992px) {
#ht-header #ht-main-nav .main-nav .nav .link-list {
	top: 40px;
}
}

@media (min-width: 769px) {
#ht-header #ht-main-nav .main-nav .nav .link-list .caret-top {
	position: absolute;
	top: 10px;
	display: block;
	border: none !important;
	width: 16px;
	height: 10px;
	/* background: url(http://mercatprincesa.com/img/nav-stl1-buble-caret.png) no-repeat 0 0;*/
	margin-left: -8px;
	left: 50%;
}
#ht-header #ht-main-nav .main-nav .nav .link-list ul {
	/*              -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
              box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
              background: #fff;*/
	padding: 10px 20px;
	list-style: none;
	margin: 20px 0px 0 0px;
	min-width: 200px;
	border-radius: 5px;
}
#ht-header #ht-main-nav .main-nav .nav .link-list ul li.nav-head {
	font-family: 'Lato', 'sans-serif';
	font-size: 1.5em;
	color: #fff;
}
#ht-header #ht-main-nav .main-nav .nav .link-list ul li {
	height: auto;
}
#ht-header #ht-main-nav .main-nav .nav .link-list ul li a {
	line-height: 1.7;
	color: #fff;
	font-size: 0.9em;
	transition: none;
	font-weight: bold;
	text-transform: uppercase;
}
#ht-header #ht-main-nav .main-nav.nav-icon .nav a.nav {
	font-size: 4em;
	opacity: 0.9;
	color: #fff !important;
	border-color: #000;
	border: 1p solid;
	line-height: 1;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	display: block;
	transition: 300ms;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
}
}

@media (min-width: 769px) and (max-width: 992px) {
#ht-header #ht-main-nav .main-nav.nav-icon .nav a.nav {
	font-size: 2em;
}
}

@media (min-width: 769px) {
#ht-header #ht-main-nav .main-nav.nav-icon .nav a.nav .mobile {
	display: none;
}
#ht-header #ht-main-nav .main-nav.nav-icon .nav a.nav .text {
	display: none;
}
#ht-header #ht-main-nav .main-nav.nav-icon .nav a:hover {
	opacity: 1;
}
#ht-header #ht-main-nav .main-nav.nav-text .nav a.nav {
	font-family: 'Lato', 'sans-serif';
	transition: 300ms;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	color: #fff !important;
	font-size: 1.8em;
	text-align: center;
	border: 0px solid transparent;
	/* border-radius: 4px; */
/* opacity: 0.9; */
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	background-color: transparent;
	border-top: 1px solid #FFFFFF!important;
	border-bottom: 1px solid #FFFFFF!important;/*
		transition: 300ms;
        -webkit-transition: 300ms;
        -moz-transition: 300ms;
        -o-transition: 300ms;
     color: #fff !important;
font-size: 2em;
text-align: center;
border-top: 1px solid #FFFFFF!important;
border-bottom: 1px solid #FFFFFF!important;
font-family: "Montserrat", 'sans-serif';
border-radius: 0px;
opacity: 1;
font-weight: 700;
text-transform: uppercase;*/
}
}

@media (min-width: 769px) and (max-width: 992px) {
#ht-header #ht-main-nav .main-nav.nav-text .nav a.nav {
	font-size: 2.8em;
}
}

@media (min-width: 769px) {
#ht-header #ht-main-nav .main-nav.nav-text .nav a.nav .text {
	display: block;
}
#ht-header #ht-main-nav .main-nav.nav-text .nav a.nav .icon {
	display: none;
}
#ht-header #ht-main-nav .main-nav.nav-text .nav a.nav .mobile {
	display: none;
}
#ht-header #ht-main-nav .main-nav.nav-text .nav a.nav:hover {
	border-color: #000;
	opacity: 1;
}
}

@media (max-width: 768px) {
#ht-header #ht-main-nav {
	display: none;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	margin-top: 30px;
}
#ht-header #ht-main-nav .main-nav {
	position: relative;
	z-index: 2;
	background-color: #fff;
	overflow-y: auto;
	padding: 0;
	clear: left;
	color: #fff;
	margin: 0 auto;
	border-radius: 4px;
	padding: 20px;
}
#ht-header #ht-main-nav .main-nav li.nav {
	-webkit-transform: translateZ(0) scale(1, 1);
	position: relative;
	border-bottom: 1px solid #bbb;
	cursor: pointer;
}
#ht-header #ht-main-nav .main-nav li.nav .ht-mobile-caret {
	color: #999;
	font-size: 1.4em;
}
#ht-header #ht-main-nav .main-nav li.nav a.nav {
	color: #333;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 2;
	cursor: pointer;
	display: inline-block;
	opacity: 0.6;
}
#ht-header #ht-main-nav .main-nav li.nav a.nav .icon {
	display: none;
}
#ht-header #ht-main-nav .main-nav li.nav a.nav .text {
	display: none;
}
#ht-header #ht-main-nav .main-nav li.nav .link-list {
	display: none;
}
#ht-header #ht-main-nav .main-nav li.nav .link-list .caret-top {
	display: none;
}
#ht-header #ht-main-nav .main-nav li.nav .link-list ul {
	padding: 0;
}
#ht-header #ht-main-nav .main-nav li.nav .link-list ul li.nav-head {
	display: none;
}
#ht-header #ht-main-nav .main-nav li.nav .link-list ul li {
	height: auto;
	list-style: none;
	text-indent: 5px;
	height: 25px;
}
#ht-header #ht-main-nav .main-nav li.nav .link-list ul li a {
	color: #555;
	font-size: 1em;
	transition: none;
}
}
#ht-main-content #ht-pre-footer {
	background-color: #000;
	padding-top: 40px;
	padding-bottom: 20px;
	color: #777777;
/*  margin-top: 30px;*/ }
.tele a {
	color: #777777!important;
}
#ht-main-content #ht-pre-footer h2 {
	font-family: 'Lato', 'sans-serif';
	text-align: left;
	color: #fff;
	font-size: 1.5em;
	font-weight: 600;
}
#ht-main-content #ht-pre-footer .about .logo {
	width: 200px;
	margin-top: 15px;
	margin-bottom: 50px;
}
#ht-main-content #ht-pre-footer .contact .address {
	padding: 0;
	margin: 30px 0;
}
#ht-main-content #ht-pre-footer .contact .address .item {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 32px;
}
#ht-main-content #ht-pre-footer .contact .address .marker, #ht-main-content #ht-pre-footer .contact .address .phone, #ht-main-content #ht-pre-footer .contact .address .mail {
	display: inline-block;
	float: left;
	height: 32px;
	width: 26px;
	margin-right: 10px;
}
#ht-main-content #ht-pre-footer .contact .address .marker {
	background: url(../img/pre-ft-ico-marker.png) no-repeat 1px 0;
}
#ht-main-content #ht-pre-footer .contact .address .phone {
	background: url(../img/pre-ft-ico-phone.png) no-repeat 3px 0;
}
#ht-main-content #ht-pre-footer .contact .address .mail {
	background: url(../img/pre-ft-ico-mail.png) no-repeat;
}
#ht-main-content #ht-pre-footer .contact .address p {
	line-height: 32px;
}
#ht-main-content #ht-pre-footer .open-time ul {
	list-style: none;
	padding: 0;
	margin: 30px 0;
}
#ht-main-content #ht-pre-footer .gallery .bwWrapper {
	position: relative;
	display: block;
}
#ht-main-content #ht-pre-footer .gallery .media-container {
	max-height: 90px;
	overflow: hidden;
	padding: 0;
}
#ht-footer {
	background-color: #fff;
	padding-top: 20px;
}
#ht-footer p, #ht-footer a {
	line-height: 20px;
	color: #777;
}
#ht-footer a:hover {
	line-height: 20px;
	color: #000!important;
}
#ht-footer .copy p {
	font-size: 0.9em;
}

@media (min-width: 768px) {
#ht-footer .ht-social {
	text-align: right;
}
}
#ht-main-content.homepage #ht-ultility {
	padding-top: 100px;
	padding-bottom: 50px;
	transition: 300ms;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
}
#ht-main-content.homepage #ht-ultility .item {
	position: relative;
	padding: 10px;
	text-align: center;
}
#ht-main-content.homepage #ht-ultility .item .background {
	transition: 500ms;
	-webkit-transition: 500ms;
	-moz-transition: 500ms;
	-o-transition: 500ms;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 4px;
	border: none;
	padding: 0;
	margin: 0;
	background: url(../img/ultility-bg.jpg) 50% 0 no-repeat;
	background-size: cover;
	opacity: 0;
	z-index: -1;
}
#ht-main-content.homepage #ht-ultility .item h2 {
	color: #595959;
	font-family: 'Lato', 'sans-serif';
	font-weight: 700;
	font-size: 2.3em;
}
#ht-main-content.homepage #ht-ultility .item p {
	color: #333333;
}
#ht-main-content.homepage #ht-ultility .item a.ht-btn {
	color: #333333;
	text-transform: uppercase;
	font-size: 1.2em;
	margin-top: 40px;
	margin-bottom: 40px;
	width: 200px;
}
#ht-main-content.homepage #ht-ultility .item .icon {
	display: block;
	height: 64px;
	margin: 50px auto 50px auto;
	background: url(http://mercatprincesa.com/img/%40ultility-icons.png);
}
#ht-main-content.homepage #ht-ultility .item .icon.foods {
	width: 63px;
	background-position: 0 -64px;
}
#ht-main-content.homepage #ht-ultility .item .icon.openning {
	width: 60px;
	background-position: -63px -64px;
}
#ht-main-content.homepage #ht-ultility .item .icon.reservation {
	width: 56px;
	background-position: -123px -64px;
}
#ht-main-content.homepage #ht-ultility .item:hover .background {
	opacity: 1;
}
#ht-main-content.homepage #ht-ultility .item:hover h2, #ht-main-content.homepage #ht-ultility .item:hover p, #ht-main-content.homepage #ht-ultility .item:hover a {
	color: #fff;
}
#ht-main-content.homepage #ht-ultility .item:hover .ht-btn {
	border-color: #fff;
}
#ht-main-content.homepage #ht-ultility .item:hover .icon.foods {
	background-position: 0 0;
}
#ht-main-content.homepage #ht-ultility .item:hover .icon.openning {
	background-position: -63px 0;
}
#ht-main-content.homepage #ht-ultility .item:hover .icon.reservation {
	background-position: -123px 0;
}
#ht-main-content.homepage #ht-special-menu {
	padding-top: 50px;
	padding-bottom: 80px;
	background-color: #fff;
}
#ht-main-content.homepage #ht-special-menu h1 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 600;
	text-align: center;
	color: #595959;
	font-size: 3.2em;
	margin-bottom: 40px;
}
#ht-main-content.homepage #ht-special-menu .item {
	text-align: center;
}
#ht-main-content.homepage #ht-special-menu .item h2 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif!important;
	font-weight: 100;
	color: #000;
}
#ht-main-content.homepage #ht-special-menu .jcarousel-control-prev {
	left: 5px;
}
#ht-main-content.homepage #ht-special-menu .jcarousel-control-next {
	right: 5px;
}
#ht-main-content.homepage #ht-info {
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
	background: url(http://mercatprincesa.com/img/IMG_8411-1300x866.jpg) #333333;
	background-size: cover;
	color: #fff;
}

@media (min-width: 768px) {
#ht-main-content.homepage #ht-info {
	background-attachment: fixed;
}
}

@media (max-width: 768px) {
#ht-main-content.homepage #ht-info {
	background-position: center center !important;
}
}
#ht-main-content.homepage #ht-info p, #ht-main-content.homepage #ht-info a {
	line-height: 2;
}
#ht-main-content.homepage #ht-info h2 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 3.1em;
	text-shadow: 1px 1px 0px #000;
}
#ht-main-content.homepage #ht-info .recent-news .latest-news .media-container a.icon {
	line-height: normal;
}
#ht-main-content.homepage #ht-info .recent-news .latest-news .news-detail h3 {
	font-size: 1.2em;
}

@media (min-width: 768px) {
#ht-main-content.homepage #ht-info .recent-news .latest-news .news-detail h3 {
	margin-top: 0;
}
}
#ht-main-content.homepage #ht-info .recent-news .latest-news .news-detail p {
	font-size: 1em;
	font-weight: 300;
}
#ht-main-content.homepage #ht-info .recent-news .other-news {
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
}
#ht-main-content.homepage #ht-info .recent-news .other-news ul li {
	float: left;
}
#ht-main-content.homepage #ht-info .recent-news .other-news ul a {
	color: #fff;
	text-shadow: 0px 1px 0px #000;
}
#ht-main-content.homepage #ht-info .recent-news .other-news ul a:hover {
	color: #595959;
}
#ht-main-content.homepage #ht-info .upcoming-event .item {
	margin-top: 25px;
	margin-bottom: 25px;
}
#ht-main-content.homepage #ht-info .upcoming-event .item .time {
	cursor: default;
}
#ht-main-content.homepage #ht-info .upcoming-event .item .time .date, #ht-main-content.homepage #ht-info .upcoming-event .item .time .month {
	font-size: 3.5em;
	font-weight: 300;
}
#ht-main-content.homepage #ht-info .upcoming-event .item a {
	color: #fff;
	font-weight: 700;
}
#ht-main-content.homepage #ht-info .upcoming-event .item a:hover {
	color: #595959;
}
#ht-main-content.menu .ht-tab-nav {
	margin-top: 30px;
}
#ht-main-content.menu #ht-menu {
	padding-top: 40px;
	padding-bottom: 100px;/* Menu Set *//* Menu Single Grid */
  /* Menu Single List */ }
#ht-main-content.menu #ht-menu .dish {
	padding: 0;
}
#ht-main-content.menu #ht-menu .menu-set h2 {
	font-family: 'Lato', 'sans-serif';
	font-size: 2em;
	color: black;
	font-weight: bold;
	text-align: center;
	display: block;
	padding: 5px 0;
	margin: 30px auto 0 auto;
	border-width: 4px;
	-webkit-border-image: url(../img/menu-set-dot-border.png) 4 repeat round;
	-moz-border-image: url(../img/menu-set-dot-border.png) 4 repeat round;
	border-image: url(../img/menu-set-dot-border.png) 4 repeat round;
	border-style: solid;
}
#ht-main-content.menu #ht-menu .menu-set .a-set {
	padding: 0;
}
#ht-main-content.menu #ht-menu .menu-set .a-set .dish {
	padding-left: 15px;
	padding-right: 15px;
	overflow: hidden;
	margin: 50px auto;
}
#ht-main-content.menu #ht-menu .menu-set .a-set .dish .media-container {
	padding: 0;
}
#ht-main-content.menu #ht-menu .menu-set .a-set .dish .content {
	position: relative;
	padding-right: 50px;
}

@media (max-width: 768px) {
#ht-main-content.menu #ht-menu .menu-set .a-set .dish .content {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #ebebeb;
}
#ht-main-content.menu #ht-menu .menu-set .a-set .dish .content .price, #ht-main-content.menu #ht-menu .menu-set .a-set .dish .content .media-container .inner .price-wrapper .saleoff, .media-container .inner .price-wrapper #ht-main-content.menu #ht-menu .menu-set .a-set .dish .content .saleoff {
	position: absolute;
	top: 16px !important;
	right: 10px !important;
	font-weight: bold !important;
	font-size: 1.2em !important;
	color: #da5252 !important;
}
}
#ht-main-content.menu #ht-menu .menu-set .a-set .dish .content h3 {
	font-size: 1.2em;
	color: #595959;
	margin: 0 0 5px 0;
}
#ht-main-content.menu #ht-menu .menu-set .a-set .dish .content p {
	color: #222;
}
#ht-main-content.menu #ht-menu .menu-set .a-set .dish .content .price, #ht-main-content.menu #ht-menu .menu-set .a-set .dish .content .media-container .inner .price-wrapper .saleoff, .media-container .inner .price-wrapper #ht-main-content.menu #ht-menu .menu-set .a-set .dish .content .saleoff {
	position: absolute;
	top: 0;
	right: 0;
	color: #777;
}
#ht-main-content.menu #ht-menu .menu-set .a-set .total-price {
	padding: 30px 0;
	margin-left: 15px;
	margin-right: 15px;
	border-top: 1px solid #ccc;
	text-align: right;
}
#ht-main-content.menu #ht-menu .menu-set .a-set .total-price span {
	padding: 0;
	font-size: 1.1em;
}
#ht-main-content.menu #ht-menu .menu-set .a-set .total-price .price, #ht-main-content.menu #ht-menu .menu-set .a-set .total-price .media-container .inner .price-wrapper .saleoff, .media-container .inner .price-wrapper #ht-main-content.menu #ht-menu .menu-set .a-set .total-price .saleoff {
	color: #595959;
}
#ht-main-content.menu #ht-menu .menu-single-grid .dish .media-container {
	margin: 30px auto;
}
#ht-main-content.menu #ht-menu .menu-single-grid .dish .content {
	margin: 30px auto;
	text-align: center;
}
#ht-main-content.menu #ht-menu .menu-single-grid .dish .content h3 {
	margin: 10px auto;
	font-size: 1.3em;
	font-weight: 700;
	transition: 300ms;
	color: #000;
}
#ht-main-content.menu #ht-menu .menu-single-grid .dish:hover .content h3 {
	color: #595959;
}
#ht-main-content.menu #ht-menu .menu-single-list .dish {
	position: relative;
	overflow: hidden;
	margin: 30px auto;
}
#ht-main-content.menu #ht-menu .menu-single-list .dish h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 10px 0;
	color: #595959;
}
#ht-main-content.menu #ht-menu .menu-single-list .dish .content .rating-row {
	margin-top: 10px;
	margin-bottom: 10px;
}
#ht-main-content.menu #ht-menu .menu-single-list .dish .content .rating-row .average-rating {
	color: #777;
	font-style: italic;
}
#ht-main-content.menu #ht-menu .menu-single-list .dish .content p {
	margin-top: 20px;
	margin-bottom: 20px;
}
#ht-main-content.menu #ht-menu .menu-single-list .dish .content .social {
	margin-top: 20px;
	margin-bottom: 20px;
	list-style: none;
	padding: 0;
}
#ht-main-content.menu #ht-menu .menu-single-list .dish .content .social li {
	display: block;
	float: left;
}
#ht-main-content.menu #ht-menu .menu-single-list .dish .content .social li a {
	color: #8d8d8d;
	padding: 0 10px;
	font-size: 1.2em;
}
#ht-main-content.menu #ht-menu .menu-single-list .dish .content .social li:first-child a {
	padding-left: 0;
}
#ht-main-content.menu #ht-menu .menu-single-list .dish .btn-wrapper {
	position: relative;
}
#ht-main-content.menu #ht-menu .menu-single-list .dish .ht-btn {
	opacity: 0;
	position: absolute;
	margin-top: -21px;
	top: 50%;
	right: 3px;
}

@media (max-width: 992px) {
#ht-main-content.menu #ht-menu .menu-single-list .dish .ht-btn {
	display: none;
}
}
#ht-main-content.menu #ht-menu .menu-single-list .dish:hover .ht-btn {
	opacity: 1;
}
#ht-main-content.menu #ht-menu-detail {
	padding-top: 40px;
	padding-bottom: 100px;
}
#ht-main-content.menu #ht-menu-detail h2 {
	font-size: 1.6em;
	color: #555;
}
#ht-main-content.menu #ht-menu-detail a {
	color: #595959;
}
#ht-main-content.menu #ht-menu-detail .gallery-dish {
	padding-bottom: 100px;
}
#ht-main-content.menu #ht-menu-detail .gallery-dish .gallery .main-img {
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
}

@media (min-width: 769px) {
#ht-main-content.menu #ht-menu-detail .gallery-dish .dish h2 {
	margin-top: 0;
}
}
#ht-main-content.menu #ht-menu-detail .gallery-dish .dish .rating-row, #ht-main-content.menu #ht-menu-detail .gallery-dish .dish .nav-tabs {
	margin-bottom: 10px;
}
#ht-main-content.menu #ht-menu-detail .gallery-dish .dish .nav-tabs li.active a {
	color: #333 !important;
}
#ht-main-content.menu #ht-menu-detail .gallery-dish .dish .price, #ht-main-content.menu #ht-menu-detail .gallery-dish .dish .media-container .inner .price-wrapper .saleoff, .media-container .inner .price-wrapper #ht-main-content.menu #ht-menu-detail .gallery-dish .dish .saleoff {
	margin-bottom: 20px;
}
#ht-main-content.menu #ht-menu-detail .gallery-dish .dish .price .sale, #ht-main-content.menu #ht-menu-detail .gallery-dish .dish .media-container .inner .price-wrapper .saleoff .sale, .media-container .inner .price-wrapper #ht-main-content.menu #ht-menu-detail .gallery-dish .dish .saleoff .sale {
	font-size: 5em;
	color: #595959;
	margin-right: 10px;
}
#ht-main-content.menu #ht-menu-detail .gallery-dish .dish .price .sale-off, #ht-main-content.menu #ht-menu-detail .gallery-dish .dish .media-container .inner .price-wrapper .saleoff .sale-off, .media-container .inner .price-wrapper #ht-main-content.menu #ht-menu-detail .gallery-dish .dish .saleoff .sale-off {
	font-size: 2em;
	color: #777;
	text-decoration: line-through;
	margin-right: 10px;
}
#ht-main-content.menu #ht-menu-detail .recommended .jcarousel-wrapper {
	padding: 0 30px;
}
#ht-main-content.menu #ht-menu-detail .recommended .jcarousel-wrapper .name {
	display: block;
	margin: 10px auto;
	text-align: center;
}
#ht-main-content.menu #ht-menu-detail .recommended .jcarousel-wrapper .name a {
	font-weight: bold;
	color: #555;
}
#ht-main-content.menu .load-more {
	clear: both;
	padding-top: 50px;
}
#ht-main-content.menu .load-more a {
	width: 200px;
}
#ht-main-content.reservation #ht-reservation {
	padding-top: 50px;
	padding-bottom: 100px;
}
#ht-main-content.reservation #ht-reservation .ht-form .form-group {
	margin-bottom: 30px;
}
#ht-main-content.reservation #ht-reservation .ht-form .ht-btn {
	width: 150px;
}
#ht-main-content.reservation #ht-reservation .ht-form .clear-fix {
	clear: both !important;
}
#ht-main-content.services #ht-services {
	padding-top: 100px;
	padding-bottom: 100px;
}
#ht-main-content.services #ht-services .service {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}
#ht-main-content.services #ht-services .service .service-icon {
	border: none !important;
	display: block;
	height: 75px;
	margin: 0 auto;
	background: url(http://mercatprincesa.com/img/%40services-sprite.png) no-repeat;
}
#ht-main-content.services #ht-services .service .service-1 {
	width: 60px;
	background-position: 0 -25px;
}
#ht-main-content.services #ht-services .service .service-2 {
	width: 53px;
	background-position: -60px -25px;
}
#ht-main-content.services #ht-services .service .service-3 {
	width: 67px;
	background-position: -113px -25px;
}
#ht-main-content.services #ht-services .service .service-4 {
	width: 82px;
	background-position: -180px -25px;
}
#ht-main-content.services #ht-services .service .service-5 {
	width: 55px;
	background-position: -262px -25px;
}
#ht-main-content.services #ht-services .service .service-6 {
	width: 55px;
	background-position: -317px -25px;
}
#ht-main-content.services #ht-services .service h2 {
	margin-top: 30px;
	margin-bottom: 15px;
	padding: 5px;
	font-family: 'Grand Hotel';
	font-weight: 500;
	color: #3B3B3B;
	font-size: 2em;
	border: 1;
	border-bottom: 1px solid #D1D1D1;
	border-top: 1px solid #D1D1D1;
}
#ht-main-content.services #ht-services .service p {
	line-height: 1.7;
	margin-top: 15px;
	margin-bottom: 15px;
}
#ht-main-content.services #ht-services .service .ht-btn {
	margin-top: 30px;
	width: 170px;
}
#ht-main-content.services #ht-testimonial {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #C44D5B;
	text-align: center;
}
#ht-main-content.services #ht-testimonial h2, #ht-main-content.services #ht-testimonial h3, #ht-main-content.services #ht-testimonial a, #ht-main-content.services #ht-testimonial p {
	color: #fff;
	font-family: 'Montserrat', 'sans-serif';
	font-size: 18px!important;
	line-height: 18px;
}
#ht-main-content.services #ht-testimonial h1 {
	color: #fff;
	font-family: 'Montserrat', 'sans-serif';
	font-size: 28px!important;
	line-height: 18px;
}
.jcarousel-wrapper .jcarousel p {
	color: #848383;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif!important;
	font-weight: 100;
	font-size: 14px!important;
	line-height: 18px;
}
#ht-main-content.services #ht-testimonial .main-heading h1 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	;
	font-size: 4em;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 0px;
}
#ht-main-content.services #ht-testimonial .sub-heading p {
	line-height: 1.5;
	text-align: center;
	font-size: 1.1em;
	font-weight: 400;
}
#ht-main-content.services #ht-testimonial .jcarousel-control-next:hover, #ht-main-content.services #ht-testimonial .jcarousel-control-prev:hover {
	color: #aaa !important;
}
#ht-main-content.services #ht-testimonial .quote {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1.5em;
	font-weight: 300;
	line-height: 2;
}
#ht-main-content.services #ht-testimonial .author {
	color: #fff;
	clear: both;
}
#ht-main-content.services #ht-testimonial .author .name {
	text-transform: uppercase;
	margin-bottom: 30px;
}
#ht-main-content.services #ht-testimonial .author .about {
	text-transform: capitalize;
}
#ht-main-content.contact .line {
	display: block;
	width: 170px;
	height: 1px;
	background: #afafaf;
	margin: 20px auto;
}
#ht-main-content.contact h2 {
	text-transform: uppercase;
	font-size: 2em;
	color: #555;
	text-align: center;
	margin: 20px auto;
	font-weight: 500;
}
#ht-main-content.contact #ht-social {
	padding-bottom: 100px;
}
#ht-main-content.contact #ht-social ul {
	text-align: center;
	list-style: none;
	margin: 20px auto;
}
#ht-main-content.contact #ht-social ul li {
	display: inline-block;
}
#ht-main-content.contact #ht-social ul li a {
	font-size: 4em;
	color: #d5d5d5 !important;
	padding: 0 25px;
}
#ht-main-content.contact #ht-social ul li a.facebook :hover {
	color: #48649f;
}
#ht-main-content.contact #ht-social ul li a.twitter :hover {
	color: #34e1f2;
}
#ht-main-content.contact #ht-social ul li a.gplus :hover {
	color: #e66045;
}
#ht-main-content.contact #ht-social ul li a.youtube :hover {
	color: #e52d27;
}
#ht-main-content.contact #ht-social ul li a.skype :hover {
	color: #12a5f4;
}
#ht-main-content.contact #ht-map {
/*  padding-top: 50px;

    padding-bottom: 100px;*/
}
#ht-main-content.contact #ht-map .map-wrapper {
	position: relative;
}
#ht-main-content.contact #ht-map .map-wrapper .toggle {
	position: absolute;
	top: 45px;
	right: 50px;
	z-index: 3;
	color: #595959;
	cursor: pointer;
	padding: 10px 12px;
}
#ht-main-content.contact #ht-map .map-wrapper .toggle:hover {
	color: #f37878;
}
#ht-main-content.contact #ht-map .map-wrapper .contact {
	z-index: 2;
	position: absolute;
	margin-top: -180px;
	top: 50%;
	right: 50px;
	width: 330px;
	height: 230px;
	padding: 20px;
	background: rgba(255, 255, 255, 0.8);
}
#ht-main-content.contact #ht-map .map-wrapper .contact .logo {
	margin: 0 33px;
}
#ht-main-content.contact #ht-map .map-wrapper .contact .address {
	padding: 0 50px;
	margin: 30px 0;
}
#ht-main-content.contact #ht-map .map-wrapper .contact .address .marker, #ht-main-content.contact #ht-map .map-wrapper .contact .address .phone, #ht-main-content.contact #ht-map .map-wrapper .contact .address .mail {
	display: inline-block;
	float: left;
	height: 32px;
	width: 26px;
	margin-right: 10px;
}
#ht-main-content.contact #ht-map .map-wrapper .contact .address .marker {
	background: url(../img/pre-ft-ico-marker.png) no-repeat 1px 0;
}
#ht-main-content.contact #ht-map .map-wrapper .contact .address .phone {
	background: url(../img/pre-ft-ico-phone.png) no-repeat 3px 0;
}
#ht-main-content.contact #ht-map .map-wrapper .contact .address .mail {
	background: url(../img/pre-ft-ico-mail.png) no-repeat;
}
#ht-main-content.contact #ht-map .map-wrapper .contact .address p {
	line-height: 32px;
}
#ht-main-content.contact #ht-map .map-wrapper #map {
	padding: 0 15px;
	height: 500px;
	margin: 0px auto;
}
#ht-main-content.contact #ht-feedback {
	padding-top: 50px;
	padding-bottom: 100px;
}
#ht-main-content.contact #ht-feedback .ht-form .ht-btn {
	width: 170px;
}
#ht-main-content.blog #ht-blog {
	padding-top: 100px;
	padding-bottom: 100px;
}
#ht-main-content.blog #ht-blog .section-heading {
	color: #595959;
	text-transform: uppercase;
	font-size: 1.4em;
	font-weight: 300;
	margin-top: 25px;
	margin-bottom: 25px;
}
#ht-main-content.blog #ht-blog .an-article {
	padding-bottom: 50px;
}
#ht-main-content.blog #ht-blog .an-article h2 {
	font-size: 1.5em;
	margin-top: 0;
	margin-bottom: 20px;
}
#ht-main-content.blog #ht-blog .an-article h2 a {
	color: #444;
}
#ht-main-content.blog #ht-blog .an-article .article-info {
	background-color: #595959;
	color: #fff;
	height: 100%;
	padding: 15px;
	position: relative;
}

@media (min-width: 1200px) {
#ht-main-content.blog #ht-blog .an-article .article-info {
	height: 240px;
	margin-left: -30px;
}
}
#ht-main-content.blog #ht-blog .an-article .article-info .caret {
	border: none;
	display: block;
	width: 22px;
	height: 18px;
	background: url(http://mercatprincesa.com/img/%40an-article-caret.png) 0px 0px;
	/* Move Y by 18px */
	position: absolute;
	left: -24px;
	top: 20px;
}

@media (max-width: 1200px) {
#ht-main-content.blog #ht-blog .an-article .article-info .caret {
	display: none;
}
}
#ht-main-content.blog #ht-blog .an-article .article-info p {
	text-align: justify;
	line-height: 1.7;
}
#ht-main-content.blog #ht-blog .an-article .article-info .stat {
	margin-right: 30px;
	line-height: 40px;
}
#ht-main-content.blog #ht-blog .an-article .article-info .stat a {
	color: #fff;
}
#ht-main-content.blog #ht-blog .an-article .article-info .stat a:hover {
	color: #c3c3c3 !important;
}
#ht-main-content.blog #ht-blog .an-article.blog-detail {
	padding-bottom: 0 !important;
}
#ht-main-content.blog #ht-blog .article-detail {
	line-height: 1.7;
	color: #111;
	font-weight: 600;
	padding-top: 25px;
	padding-bottom: 25px;
}
#ht-main-content.blog #ht-blog .comment {
	-webkit-backface-visibility: hidden;
}
#ht-main-content.blog #ht-blog .comment .a-comment {
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
}
#ht-main-content.blog #ht-blog .comment .a-comment .caret {
	border: none;
	display: block;
	width: 15px;
	height: 15px;
	background: url(../img/comment-caret.png);
	position: absolute;
	top: 17px;
	left: 0px;
}
#ht-main-content.blog #ht-blog .comment .a-comment .media-container img {
	border-radius: 200px;
}
#ht-main-content.blog #ht-blog .comment .a-comment .comment-content {
	background-color: #f1f1f1;
	padding: 10px;
	border-radius: 4px;
}
#ht-main-content.blog #ht-blog .comment .a-comment .comment-content :first-child {
	color: #c4c4c4;
}
#ht-main-content.blog #ht-blog .comment .a-comment .comment-content p, #ht-main-content.blog #ht-blog .comment .a-comment .comment-content a {
	font-size: 0.9em;
	line-height: 1.5;
}
#ht-main-content.blog #ht-blog .comment .a-comment .comment-content a.username {
	font-weight: 700;
	color: #595959;
	font-size: 1em;
}
#ht-main-content.blog #ht-blog .comment .a-comment .comment-content a.username:hover {
	color: #f37878 !important;
}
#ht-main-content.blog #ht-blog .comment .a-comment .comment-content a.reply {
	color: #595959;
	font-style: italic;
	cursor: pointer;
}
#ht-main-content.blog #ht-blog .send-comment .ht-form {
	padding-top: 0;
}
#ht-main-content.blog #ht-blog .send-comment .ht-form .form-group {
	margin-bottom: 30px;
}
#ht-main-content.blog #ht-blog .send-comment .ht-form .ht-btn {
	margin-left: -15px;
}
#ht-main-content.blog #ht-blog .reply-comment {
	display: none;
}
#ht-main-content.blog #ht-blog .sidebar {
	-webkit-transform: translateZ(0) scale(1, 1);
	-webkit-backface-visibility: hidden;
}
#ht-main-content.blog #ht-blog .sidebar .inner {
	background-color: #f6f6f6;
	padding: 20px;
}
#ht-main-content.blog #ht-blog .sidebar .sidebar-heading {
	position: relative;
	height: 46px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#ht-main-content.blog #ht-blog .sidebar .sidebar-heading p {
	position: absolute;
	height: 39px;
	padding: 10px 20px;
	background: #595959;
	color: #fff;
	min-width: 270px;
	text-transform: uppercase;
}

@media (max-width: 992px) and (min-width: 768px) {
#ht-main-content.blog #ht-blog .sidebar .sidebar-heading p {
	min-width: 185px;
}
}
#ht-main-content.blog #ht-blog .sidebar .sidebar-heading .tail {
	display: inline-block;
	position: absolute;
	top: 0;
	height: 46px;
	width: 10px;
}
#ht-main-content.blog #ht-blog .sidebar .sidebar-heading.right p {
	right: -20px;
	border-radius: 4px 0 0 4px;
}
#ht-main-content.blog #ht-blog .sidebar .sidebar-heading.right .tail {
	right: -30px;
	background: url(http://mercatprincesa.com/img/%40sidebar-heading-right.png) 0px 0px no-repeat;
/* Move X by 10px */ }
#ht-main-content.blog #ht-blog .sidebar .sidebar-heading.left p {
	left: -20px;
	border-radius: 0 4px 4px 0;
	text-align: right;
}
#ht-main-content.blog #ht-blog .sidebar .sidebar-heading.left .tail {
	left: -30px;
	background: url(http://mercatprincesa.com/img/%40sidebar-heading-left.png) 0px 0px no-repeat;
/* Move X by 10px */ }
#ht-main-content.blog #ht-blog .sidebar .search .ht-form {
	padding-top: 10px !important;
	padding-bottom: 20px !important;
}
#ht-main-content.blog #ht-blog .sidebar .search .ht-form .form-group {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	background-color: #fff;
}
#ht-main-content.blog #ht-blog .sidebar .search .ht-form .form-group input {
	background-color: #fff;
	border-color: #fff;
}
#ht-main-content.blog #ht-blog .sidebar .search .ht-form .form-group i.fa {
	color: #cecece;
}
#ht-main-content.blog #ht-blog .sidebar .recent-posts .an-article {
	padding-top: 10px;
	padding-bottom: 10px;
}
#ht-main-content.blog #ht-blog .sidebar .recent-posts .an-article a {
	color: #444;
}
#ht-main-content.blog #ht-blog .sidebar .recent-posts .an-article .info {
	color: #cbcaca;
	line-height: 1;
	font-size: 0.9em;
}
#ht-main-content.blog #ht-blog .sidebar .recent-posts .an-article .info a {
	color: #cbcaca;
}
#ht-main-content.about #ht-history {
	padding-top: 50px;
	padding-bottom: 100px;
}
#ht-main-content.about #ht-history .text p {
	line-height: 1.7em;
	text-align: justify;
}

@media (min-width: 480px) {
#ht-main-content.about #ht-history .text p {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	-o-column-count: 2;
	-ms-column-count: 2;
}
}
#ht-main-content.about #ht-team {
	background-color: #f6f6f6;
	padding-bottom: 100px;
}
#ht-main-content.about #ht-team #ht-page-heading {
	padding-bottom: 100px;
}
#ht-main-content.about #ht-team .media-container {
	margin-top: 15px;
	margin-bottom: 15px;
}
#ht-404 {
	z-index: 9999 !important;
	padding-top: 50px;
	padding-bottom: 50px;
}
#ht-404 h1, #ht-404 p {
	color: #333;
}
#ht-404 h1 {
	font-family: 'Lato', 'sans-serif';
	font-size: 8em;
	font-weight: bold;
}

@media (max-width: 768px) {
#ht-404 h1 {
	font-size: 6em;
}
}
#ht-404 p {
	font-size: 2em;
}

@media (max-width: 768px) {
#ht-404 p {
	font-size: 1.5em;
}
}
#ht-404 a.ht-btn {
	width: 200px;
	margin-top: 30px;
	margin-bottom: 30px;
}
#ht-main-content.gallery .ht-tab-nav {
	margin-top: 30px;
}
#ht-main-content.gallery #ht-gallery {
	overflow: hidden;
	padding-bottom: 100px;
	padding-top: 40px;
}
#ht-main-content.gallery #ht-gallery .frame {
	margin-top: 15px;
	margin-bottom: 15px;
}
#ht-main-content.gallery #ht-gallery .load-more {
	clear: both;
	padding-top: 50px;
}
#ht-main-content.gallery #ht-gallery .load-more .ht-btn {
	width: 200px;
}
#preload {
	z-index: 100;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#preload .inner {
	background-color: #fff;
	width: 100%;
	height: 100%;
	position: relative;
}
#preload .inner .logo {
	position: absolute;
	/*	margin-left: -112px;
	margin-top: -85px;*/
	left: 50%;
	top: 50%;
	z-index: 120;
}
#preload .inner .rotate {
	position: absolute;
	width: 200px;
	height: 200px;
	margin-top: -100px;
	margin-left: -100px;
	top: 50%;
	left: 50%;
	border: 1px solid transparent;
}
#preload .inner .rotate .inner {
	position: relative;
	width: 100%;
	height: 100%;
}
#preload .inner .rotate .inner .dot {
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background-color: #fff;
}
#preload .inner .rotate .inner .dot-1 {
	top: 0;
	left: 0;
}
#preload .inner .rotate .inner .dot-2 {
	right: 0;
	bottom: 0;
}
.nav a {
	color: #000;
	font-weight: 600;
	text-decoration: underline;/*text-shadow: 2px 2px #000000!important;*/
}
iframe {
	max-width: 100%;
	height: auto;
width:; /*IE8 bug fix*/
	vertical-align: middle;
}
.center {
	text-align: center;
}
.navbar-nav {
	float: left;
	margin: 0px 0px 0px 0px!important;
}
.navbar-default {
	background-color: #fff;
	border-color: #e7e7e7;
	/*	font-family: "Lato", Helvetica, Arial, sans-serif;*/
	font-size: 16px;
	font-family: arial;
	text-transform: uppercase;
	color: #000;/*padding: 11px 22px;*/
}
.navbar-nav > ul > .current-menu-item > a, .navbar-nav > ul:hover .current-menu-item:hover > a {
;
}
/*.navbar-nav > ul > li > a {
position: relative;
display: inline-block;
font-family: "Montserrat";
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
color: #303030;
padding: 11px 22px;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
}
*/
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	color: #000;
	background-color: #FFFFFF!important;
	/* background: url("http://mercatprincesa.com/img/m.png"); */
/*	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/	font-family: arial;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	border-bottom: 1px solid #EFA4AB!important;
	border-top: 1px solid #EFA4AB!important;
}
.navbar-inverse .navbar-nav>li>a:focus {
	color: #000;
	background-color: transparent;
}
.navbar-default .navbar-nav>li>a:hover {
	color: #E14C5B!important;
	/* background: url("http://mercatprincesa.com/img/m.png"); */
	opacity: 0.5;/* background-color: #E14C5C!important; */
}
.navbar-default .navbar-nav>li>active {
	/*color: #c0192d;*/
	color: #000;
}
.navbar-default .navbar-nav>li>a {
	/*color: #c0192d;*/
	color: #333;
}
.ht-main-content .ht-pre-footer {
	background-color: #282828;
	padding-top: 100px;
	padding-bottom: 100px;
	color: #777777;/* margin-top: 30px; */
}
.grand {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	;
	text-transform: lowercase!important;
}
.bordesolido {
	border-color: #fff;
	border-width: 2px;
	border-style: solid;
}
.white {
	color: #FFFFFF!important;
	font-weight: 700;
}
.blank {
	height: 100px!important;
	position: relative;
	background: url(http://mercatprincesa.com/img/blank.jpg) 80% 50% no-repeat scroll !important;
	background-position: center!important;
	background-size: cover!important;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
}
.ruta {
	height: 0px!important;
	position: relative;
	background: url(http://mercatprincesa.com/img/ruta.jpg) 55% 56px no-repeat !important;
}
.reserva {
	height: 0px!important;
	position: relative;
	background: url(http://mercatprincesa.com/img/reserva.jpg) 80% 50% no-repeat scroll !important;
	background-position: center!important;
	background-size: cover!important;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
}
.contacto {
	height: 0px!important;
	position: relative;
	background: url(http://mercatprincesa.com/img/contacto.jpg) 80% 50% no-repeat scroll !important;
	background-position: center!important;
	background-size: cover!important;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
}
.home1 {
	height: 700px;
	position: relative;
	background: url(http://mercatprincesa.com/img/slider-background2.jpg) 80% 50% no-repeat scroll !important;
	background-position: center!important;
	background-size: cover!important;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
}
.llegar {
	height: 700px;
	position: relative;
	background: url(http://mercatprincesa.com/img/llegar.jpg) no-repeat!important;
	background-size: cover!important;
}
#ht-main-content.homepage #ht-special-menu h1 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	;
	color: #000;
	text-align: center;
	margin-top: 0;
	margin-bottom: 30px;
}
div#page {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
}
.back-to-top {
	position: fixed;
	bottom: 1em;
	right: 20px;
	text-decoration: none;
	color: #000000;
	background-color: rgba(255, 255, 255, 0);
	font-size: 12px;
	padding: 1em;
	display: none;
}
.back-to-top:hover {
	background-color: rgba(255, 255, 255, 0.10);
	color: #fff;
}
/*   ========================= Section Slider   */

.section-slider {
	position: relative;
}
.section-slider li {
	background: url("http://mercatprincesa.com/img/slider-background2.jpg") no-repeat 0 0 transparent;
	background-size: cover;
}
.section-slider li:last-child {
	background: url("http://mercatprincesa.com/img/slider-background3.jpg") no-repeat 0 0 transparent;
	background-size: cover;
}
.section-slider li:first-child {
	background: url("http://mercatprincesa.com/img/slider-background.jpg") no-repeat 0 0 transparent;
	background-size: cover;
}
.section-slider ul li {
	min-height: 650px;
	color: #fff;
}
.section-slider header {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.section-slider header .entry-title {
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-size: 30em;
	line-height: 120px;
	color: #C44D5B;
	text-transform: uppercase;
}
.section-slider header .entry-title-secondary {
	margin-top: -120px;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-size: 30px;
	line-height: 40px;
	text-transform: uppercase;
	color: #000;
}
.section-slider header .view {
	position: relative;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	padding: 6px 62px 6px 14px;
	margin-top: 40px;
	box-shadow: 0 0 0 10px #fff;
}
.section-slider header .view:before {
	content: "";
	height: 34px;
	position: absolute;
	right: 10px;
	top: 0;
	width: 30px;
	z-index: 1;
	background: url("../img/icons/arrow-right-sprite.png") no-repeat scroll 50% -68px transparent;
	border-left: 1px solid #fff;
}
.section-slider header .view:hover {
	background: #000;
	color: #303030;
}
.section-slider header .view:hover:before {
	background-position: 0 5px;
}
.section-slider .controls {
	position: absolute;
	right: 20%;
	top: 40px;
	z-index: 2;
}
.section-slider .controls a {
	position: relative;
	display: block;
	width: 86px;
	height: 86px;
}
.section-slider .controls .next-nav {
	margin-top: 3px;
}
.section-slider .controls a:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url("../img/icons/arrows-sprite.png") no-repeat 0 0 rgba(255,255,255,0.8);
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.section-slider .controls .prev-nav:before {
	background-position: 0 -135px;
}
.section-slider .controls a:hover:before {
	background-color: #fff;
}
.ovh {
	overflow: hidden;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	text-align: center;
}
.text-right {
	text-align: right;
}
.to-left {
	left: 0;
}
.to-right {
	right: 0;
}
.center-me {
	display: table;
	margin-left: auto;
	margin-right: auto;
}
.phones {
	/*	font-family: 'Lato', 'sans-serif';*/
	font-family: 'Montserrat';
	color: #000!important;
	font-size: 1.1em;
}
.phones a:hover {
	/*	font-family: 'Lato', 'sans-serif';*/
	font-family: 'Montserrat';
	color: #000!important;
	font-size: 1.1em;
}
.phones a {
	/*	font-family: 'Lato', 'sans-serif';*/
	font-family: 'Montserrat';
	color: #000!important;
	font-size: 1.1em;
}
.ico-phones {
	/*background: url(../img/pre-ft-ico-phone.png) no-repeat 3px 0;*/
	background-image: url("../img/phone.png");
	display: inline-block;
	float: left;
	height: 28px;
	width: 28px;/*width: 32px;
height: 32px;
display: -webkit-inline-box;
outline: 0;
margin-left: -50px;
margin-top: 20px;*/
}
ul {
	list-style: none!important;
}

/*iphone*/

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) {
.carga {
	visibility: hidden;
!important
}
.post {
	vertical-align: middle;
	margin-top: -12px!important;
}
.phones {
	visibility: hidden;
!important
}
/*	.section-slider  {
	
	visibility:hidden;!important} 
.section .section-slider  {
	
	visibility:hidden;!important}*/
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) {
.phones a {
	/*	font-family: 'Lato', 'sans-serif';*/
	font-family: 'Montserrat';
	color: #000!important;
	font-size: 0.8em;
!important
}
.phones a:hover {
	/*	font-family: 'Lato', 'sans-serif';*/
	font-family: 'Montserrat';
	color: #000!important;
	font-size: 0.8em;
!important
}
.navbar-default {
	background-color: #fff;
	border-color: #e7e7e7;
	font-family: "Montserrat";
	font-size: 10px!important;
	font-weight: bold;
	text-transform: uppercase;
	color: #303030;
	padding: 11px 22px;
}
/*.section-slider  {
	
	visibility:hidden;!important} 
.section .section-slider  {
	
	visibility:hidden;!important}
	*/
.phones {
	visibility: hidden;
!important
}
.post {
	vertical-align: middle;
	margin-top: -12px!important;
}
.carga {
	visibility: hidden;
!important
}
}

/*IPAD*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
.ruta {
	height: 60px!important;
	position: relative;
	background: url(http://mercatprincesa.com/img/ruta.jpg) no-repeat!important;
	background-size: cover!important;
}
.reserva {
	height: 60px!important;
	position: relative;
	background: url(http://mercatprincesa.com/img/reserva.jpg) no-repeat!important;
	background-size: cover!important;
}
.contacto {
	height: 60px!important;
	position: relative;
	background: url(http://mercatprincesa.com/img/contacto.jpg) no-repeat!important;
	background-size: cover!important;
}
.home1 {
	height: 700px;
	position: relative;
	background: url(http://mercatprincesa.com/img/slider-background3.jpg) no-repeat!important;
	background-size: cover!important;
}
.llegar {
	height: 700px;
	position: relative;
	background: url(http://mercatprincesa.com/img/llegar.jpg) no-repeat!important;
	background-size: cover!important;
}
.carga {
	visibility: hidden;
!important
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) and (orientation:portrait) {
.ruta {
	height: 60px!important;
	position: relative;
	background: url(http://mercatprincesa.com/img/ruta.jpg) no-repeat!important;
	background-size: cover!important;
}
.reserva {
	height: 60px!important;
	position: relative;
	background: url(http://mercatprincesa.com/img/reserva.jpg) no-repeat!important;
	background-size: cover!important;
}
.contacto {
	height: 60px!important;
	position: relative;
	background: url(http://mercatprincesa.com/img/contacto.jpg) no-repeat!important;
	background-size: cover!important;
}
.phones a {
	/*	font-family: 'Lato', 'sans-serif';*/
	font-family: 'Montserrat';
	color: #000!important;
	font-size: 0.8em;
!important
}
.phones a:hover {
	/*	font-family: 'Lato', 'sans-serif';*/
	font-family: 'Montserrat';
	color: #000!important;
	font-size: 0.8em;
!important
}
.navbar-default {
he background-color: #fff;
	border-color: #e7e7e7;
	font-family: "Montserrat";
	font-size: 10px!important;
	font-weight: bold;
	text-transform: uppercase;
	color: #303030;
	padding: 11px 22px;
}
.navbar-nav {
	float: left;
	margin: 10px 0px 0px -20px!important;
}
.pinche {
	margin-top: -15px;
	margin-left: -25px!important;
}
/*     .logos {
    max-width: 125px !important;
    max-height: 30px !important;
	margin-top: 10px!important;
  }	*/
  
.home1 {
	height: 700px;
	position: relative;
	background: url(http://mercatprincesa.com/img/slider-background3.jpg) no-repeat!important;
	background-size: cover!important;
}
.llegar {
	height: 700px;
	position: relative;
	background: url(http://mercatprincesa.com/img/llegar.jpg) no-repeat!important;
	background-size: cover!important;
}
.carga {
	visibility: hidden;
!important
}
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
/*.section-slider  {
	
	visibility:hidden;!important} 
.section .section-slider  {
	
	visibility:hidden;!important} */}

@media only screen and (min-width : 321px) {
/*
.section .section-slider  {
	
	visibility:hidden;!important}
	.section-slider  {
	
	visibility:hidden;!important} */
}
#ht-main-content.services #ht-testimonial .main-heading h1 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 3em;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 0px;
	line-height: 36px;
}
.recipe-block ul li {
	margin-left: -30px;
}
.recipe-block ol li, .recipe-block .entry-title {
	color: #c5142e;
}
.border-top {
	border-top: 1px solid #d1d1d1;
}
.border {
	border: 1px solid #d1d1d1;
}
.padding {
	padding: 20px;
}
.margin-top-100 {
	margin-top: 100px;
}
.margin-bottom-100 {
	margin-bottom: 100px;
}
.margin-left {
	margin-left: 20px
}
.clean-list {
	list-style: none outside none;
	margin-top: 0;
	padding: 0;
}
.grand1 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	;
	color: #000;
	font-size: 4em;
	text-align: center;
	margin-bottom: 40px;
}
.cookie {
	background-color: #fff!important;
	font-size: 16px;
}
.ht-page-heading .main-heading h2 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	;
	color: #888;
	font-size: 2.5em;
	text-align: center;
	margin-top: 0;
	margin-bottom: 30px;
}
.ht-page-heading .main-heading h2 a {
	color: #444;
}
.ht-page-heading .main-heading h2 a:hover {
	color: #444;
}
#social_side_links {
	position: fixed;
	top: 20%;
	z-index: 9999;
	left: 0;
	padding: 0px 0px 0px 0px;
	background: transparent;/*    background: -webkit-gradient(linear, left top, left bottom, from( #555 ), to( #111 ), color-stop( 50%, #444 ), color-stop( 50%, #333 ));
    background: -webkit-linear-gradient(#555, #444 50%, #333 50%, #111);
    background: -moz-linear-gradient(#555, #444 50%, #333 50%, #111);
    background: -ms-linear-gradient(#555, #444 50%, #333 50%, #111);
    background: -o-linear-gradient(#555, #444 50%, #333 50%, #111);
    background: linear-gradient(#555, #444 50%, #333 50%, #111);
    border-width: 2px 2px 2px 0;
    border-style: solid;
    border-color: #777 #888 #999;
    -webkit-border-top-right-radius: 6px;
    -moz-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
    -webkit-box-shadow: #888 7px 0 10px -5px;
    -moz-box-shadow: #888 7px 0 10px -5px;
    -o-box-shadow: #888 7px 0 10px -5px;
    box-shadow: #888 7px 0 10px -5px;*/
}
#social_side_links li a {
	display: block;
	background-repeat: no-repeat;
	background-position: top left;
}
#social_side_links li a img {
	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}
#social_side_links li a:hover img {
	opacity: 0;
}
#social_side_links li a:active img {
	opacity: 1;
}
#social_side_links li:first-child {
	background-image: url('../img/icons/google-.png');
}
#social_side_links li:nth-child(2) {
	background-image: url('../img/icons/tripadvisor.png');
}
#social_side_links li:nth-child(3) {
	background-image: url('http://mercatprincesa.com/img/icons/semana_.png');
}
#social_side_links li:nth-child(4) {
	background-image: url('../img/icons/finde_.png');
}
.navbar-inverse .navbar-toggle {
	border-color: #fff!important;
}
.navbar-default .navbar-toggle {
	border-color: #fff!important;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: #fff!important;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: #fff!important;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #fff!important;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #fff!important;
}
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #000;
	vertical-align: middle;
	background-color: #fff;
	background-image: none;
	border: 2px solid #000;
	border-radius: 0px!important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.input-group-addon {
/*padding: 6px 28px 0px 0px;*/
6px 4px 0px 0px font-size: 14px;
	font-weight: normal;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #fff!important;
	border: 1px solid #fff!important;
	border-radius: 0px!important;
}
.star {
	color: #fff!important;
	text-shadow: 0px 0px 5px #fff;
}
.guay {
	color: #fff!important;
}
.guays {
	color: #000!important;
	font-size: 1.5em;
}

@media (max-device-width: 1280px) and (orientation: landscape) {
.guays {
	color: #000!important;
	font-size: 0.8em!important;
}
}

@media (max-device-width: 800px) and (orientation: portrait) {
.guays {
	color: #000!important;
	font-size: 0.8em!important;
	margin-top: -100px!important;
}
}
.commentsss {
	font-size: 1.5em;
!important
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: transparent!important;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: transparent!important;
}
.navbar-inverse .navbar-toggle {
	border-color: #fff!important;
}
.navbar-default .navbar-toggle {
	border-color: #fff!important;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: #fff!important;
	margin-bottom: 10px;
}
.bullet {
	font-family: 'Grand Hotel';
	color: #000;
	font-size: 0.9em;
}
.grand1 {
	font-family: 'Grand Hotel';
	color: #000;
	font-size: 4em;
	text-align: center;
	margin-bottom: 40px;
}
.grand2 {
	font-family: 'Grand Hotel'!important;
	color: #000;
	font-size: 4em!important;
	text-align: center;
	margin-bottom: 40px;
}
.pinche {
	margin-top: -15px;
	margin-left: -15px;
}
.nav>li>a {
	position: relative;
	display: block;
	padding: 8px 15px;
	margin-top: 14px;
}
.black {
	color: #000;
}
.slider-white {
	color: #fff!important;
	;
	text-transform: 1px 1px 1px #000!important;
	;
	font-weight: 600!important;
	;
}
element.style {
	background-position: 0px 0px!important;
}
.socialtop {
	margin-top: 22px;
}
/*==========================
17-Tour
==========================*/
.tours_widget {
	width: 100%;
	color: #777;
	font-size: 11px;
	padding-top: 0px;
}
.tour_row_header, .music_row_header {
	color: #FF4B5B;
	display: table;
	clear: both;
	width: 100%;
}
.tours_widget .column_one {
	width: 94px;
	float: left;
	font-family: 'Lato', 'sans-serif';
}
.tours_widget .column_two, .music_widget .column_two {
	width: 30px;
	float: left;
	font-family: 'Lato', 'sans-serif';
}
.tours_widget .column_three {
	width: 70px;
	float: left;
	font-family: 'Lato', 'sans-serif';
}
.tours_widget .column_four {
	width: 50px;
	float: left;
	margin-top: -2px;
	font-family: 'Lato', 'sans-serif';
}
.tours_widget .column_five {
	width: 55px;
	float: left;
	font-family: 'Lato', 'sans-serif';
}
.tours_widget .column_six {
	float: left;
	width: 66px;
	font-family: 'Lato', 'sans-serif';
}
.tour_row, .music_row {
	display: table;
	clear: both;
	width: 100%;
	border-top: 1px solid #343434;
	border-bottom: 0px solid #fff;
	padding-bottom: 1px;
}
.tour_row:last-child, .music_row:last-child {
	border-bottom: 1px solid #343434;
}
.tour_row:hover {
	border-color: #cc1313;
	border-bottom: 1px solid #fff;
	padding-bottom: 0;
}
.tour_row .column_one, .tour_row .column_three, .tour_row .column_four, .tour_row .column_five {
	padding-top: 28px;
	padding-bottom: 24px;
}
.tour_row .column_five {
	color: #5c5c5c;
}
.tour_row .column_two, .music_row .column_two {
	padding-top: 15px;
	padding-bottom: 10px;
}
.tour_row .column_six, .music_row .column_eight {
	padding-top: 18px;
	padding-bottom: 17px;
}
.tour_row .column_two img, .music_row .column_two img {
	width: 53px;
	height: 53px;
}
.btn_buy_ticket, .btn_watch_video {
	background: #fff;
	color: #222222;
	padding: 14px 0;
	text-align: center;
	width: 100%;
	border-radius: 0;
}
.btn_buy_ticket:hover {
	background: #cc1313;
	color: #fff;
}
.sold_out, .sold_out:hover {
	background: #ffae00;
	cursor: not-allowed;
}
/*====================================
19-team Section
===================================*/
.members_carousel figcaption {
	padding: 8px;
	font-size: 19px;
	color: #222222;
	background: #fff;
	display: block;
}
.members_carousel figure:hover a {
	color: #cc1313;
}
.about_section .section_head_widget {
	text-align: center;
}
.about_section .section_head_widget h4 {
	color: #cc1313;
}
/*==========================
10-News/Tracks
==========================*/
.track_detail_wrapper {
	position: relative;
}
.close_track_detail {
	position: absolute;
	right: 25px;
	top: 50px;
	z-index: 99;
	display: none;
}
.news_info_wrapper, .track_info_wrapper {
	width: 100%;
	background: #fff;
	background: rgba(255,255,255,0.85);
	text-align: center;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.news_info, .track_info {
	top: 50%;
	position: absolute;
	left: 0;
	padding-left: 30px;
	padding-right: 30px;
	margin-top: -80px;
}
.track_info {
	padding-left: 40px;
	padding-right: 40px;
}
.track_info h4 {
	font-size: 50px;
	color: #222222;
	margin-bottom: 15px;
}
.news_box, .track_box, .members_carousel figure {
	position: relative;
	width: 370px;
	max-height: 535px;
	font-size: 12px;
	color: #777777;
	text-align: center;
	overflow: hidden;
}
.track_box {
	width: 100%;
}
.news_box, .members_carousel figure {
	margin-left: 15px;
	margin-right: 15px;
	float: left;
}
.track_box {
	margin-bottom: 30px;
}
.news_box h6, .track_box h6 {
	color: #cc1313;
}
.news_meta {
	font-family: lato;
	font-style: italic;
	font-weight: bold;
	padding: 0;
	margin-top: 15px;
}
.news_meta li {
	list-style: none;
	display: inline-block;
}
.news_meta li:after {
	content: '-';
	padding: 0 5px;
}
.news_meta li:last-child:after {
	display: none;
}
.news_info h5, .track_info h5 {
	color: #222222;
}
.news_box .hover, .track_box .hover {
	position: absolute;
	left: 0;
	bottom: -20%;
	width: 100%;
}
.news_box .hover a, .track_box .hover a {
	color: #fff;
	background: #cc1313;
	padding: 10px 0;
	display: block;
	width: 100%;
	text-decoration: none;
	font-size: 20px;
}
.news_box:hover .hover, .track_box:hover .hover {
	bottom: 0;
}
.news_box:hover .news_info_wrapper, .track_box:hover .track_info_wrapper {
	height: 0;
	top: -10%;
	overflow: hidden;
}
.news_widget, .tracks_widget, .team_widget {
	padding-top: 50px;
}
.carousel_controls span {
	width: 47px;
	height: 63px;
	background: #343434;
	color: #fff;
	font-size: 30px;
	line-height: 63px;
	text-align: center;
	cursor: pointer;
}
.news_carousel, .members_carousel {
	height: 535px;
	overflow: hidden;
	width: 100%;
	clear: both;
}
.carousel_controls {
	position: absolute;
	top: -150px;
	right: 15px;
}
.carousel_controls span:hover {
	background: #cc1313;
}
.controls_wrapper, .carousel_overlay {
	position: relative;
}
.carousel_overlay:before {
	content: '';
	width: 100%;
	height: 535px;
	background: rgba(0,0,0,.1);
	left: -100%;
	top: 100%;
	position: absolute;
	z-index: 99;
}
.carousel_overlay:after {
	content: '';
	width: 100%;
	height: 535px;
	background: rgba(0,0,0,.1);
	right: -100%;
	top: 100%;
	position: absolute;
	z-index: 99;
}
/*botones
*/



/* Text colors */

.text-color-white {
	color: #FFFFFF;
}
.text-color-black {
	color: #000000;
}
.text-color-theme {
	color: #6f5499;
}
/* Background colors */
.theme-bg {
	background: #6f5499;
}
.bg-black {
	background: #000000;
}
.secondary-bg {
	background: #f0ecf6;
}
/* Margin */

.margin-bottom-0 {
	margin-bottom: 0 !important;
}
.margin-bottom-10 {
	margin-bottom: 10px !important;
}
.margin-bottom-15 {
	margin-bottom: 15px !important;
}
.margin-bottom-20 {
	margin-bottom: 20px !important;
}
.margin-bottom-30 {
	margin-bottom: 30px !important;
}
.margin-bottom-40 {
	margin-bottom: 40px !important;
}
.margin-bottom-50 {
	margin-bottom: 50px !important;
}
.margin-bottom-60 {
	margin-bottom: 60px !important;
}
.margin-bottom-70 {
	margin-bottom: 70px !important;
}
.margin-bottom-80 {
	margin-bottom: 80px !important;
}
.margin-bottom-90 {
	margin-bottom: 90px !important;
}
.margin-bottom-100 {
	margin-bottom: 100px !important;
}
.margin-bottom-120 {
	margin-bottom: 120px !important;
}
.margin-right-0 {
	margin-right: 0 !important;
}
.margin-right-5 {
	margin-right: 5px !important;
}
.margin-right-10 {
	margin-right: 10px !important;
}
/* Padding surround */

.padding-0 {
	padding: 0px !important;
}
.padding-30 {
	padding: 30px !important;
}
.padding-50 {
	padding: 40px !important;
}
/* Buttons */

.btn {
	letter-spacing: 1px;
	text-decoration: none;
	background: none;
	-moz-user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
	white-space: nowrap;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
	border: 3px solid;
	padding: 8px 20px;
}
.btn-outlined {
	border-radius: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-outlined.btn-theme {
	background: none;
	color: #6f5499;
	border-color: #6f5499;
}
.btn-outlined.btn-theme:hover, .btn-outlined.btn-theme:active {
	color: #FFF;
	background: #6f5499;
	border-color: #6f5499;
}
.btn-outlined.btn-black {
	background: none;
	color: #000000;
	border-color: #000000;
}
.btn-outlined.btn-black:hover, .btn-outlined.btn-black:active {
	color: #FFF;
	background: #000000;
	border-color: #000000;
}
.btn-outlined.btn-white {
	background: none;
	color: #FFFFFF;
	border-color: #FFFFFF;
}
.btn-outlined.btn-white:hover, .btn-outlined.btn-white:active {
	color: #6f5499;
	background: #FFFFFF;
	border-color: #FFFFFF;
}
.btn-xs {
	font-size: 11px;
	line-height: 14px;
	border: 1px solid;
	padding: 5px 10px;
}
.btn-sm {
	font-size: 12px;
	line-height: 16px;
	border: 2px solid;
	padding: 8px 15px;
}
.btn-lg {
	font-size: 18px;
	line-height: 22px;
	border: 1px solid;
	padding: 13px 40px;
}
a {
	color: #E04C5A;
	text-decoration: none;
}
.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #E5E5E5;
	border-radius: 0px!important;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
}
/* Calendar */

.contentsection {
	padding: 50px 0;
	margin-top: 20px;
	color: #453C37;
}
.prefooter {
	min-height: 260px;
	background: url("http://mercatprincesa.com/images/ctas-bg.jpg") repeat-x;
	background-color: #FDFBEE;
	overflow: hidden;
}
.mcontent {
	margin: 0 auto;
	padding: 0px 0 0 0px;
}
.calendar {
	margin-top: 50px;
}
.calendar .eventinfo {
}
.clearfix {
	display: block;
}
.calendar h2 {
	font-family: "open sans", sans-serif;
	color: #fff;
	line-height: 30px;
	font-size: 26px;
	font-weight: normal;
}
.calendar p {
	font-family: 'Alegreya', serif;
	color: #F6EAD0;
	margin-bottom: 0;
	font-weight: 600;
}
.eventitem {
	width: 320px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: #000;
}
.eventitem:nth-child(3n+3) {
	margin-right: 0;
}
.eventcaption {
	background-color: #1C1C1C;
	padding: 20px 30px;
}
.contentsection p.calendarmonth {
	text-align: right;
	font-size: 14px;
	margin-bottom: 50px;
}
.contentsection p.calendarmonth a {
	color: #2a2a2a;
	font-weight: bold;
	text-decoration: none;
}
.contentsection .eventdate p {
	color: #fff;
	font-family: "open sans", sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
}
.contentsection .eventimage {
	position: relative;
}
.contentsection .eventimage img {
	height: auto;
	vertical-align: bottom;
}
.contentsection .eventimage p {
	position: absolute;
	bottom: 30px;
	width: 100%;
	text-align: center;
	font-family: "open sans", sans-serif;
	font-weight: normal;
	font-size: 15px;
}
.contentsection .eventimage p a {
	border: solid 1px #fff;
	padding: 7px 20px;
	color: #fff;
	background: rgb(0, 0, 0); /* The Fallback */
	background: rgba(0, 0, 0, 0.7);
	text-decoration: none;
	border-radius: 2px;
}
.eventcaption {
	margin-top: -1px;
}
 .navbar-default .navbar-nav>.active>a, {
 color: #C44D5B!important;
 background-color: #fff!important;
 border-top: 1px solid #e7e7e7!important;
 border-bottom: 1px solid #e7e7e7!important;
 font-family: "Lato", Helvetica, Arial, sans-serif!important;
 font-size: 18px!important;
 font-weight: none!important;
 text-transform: uppercase;
}
/*==========================
12-facebook Promo
==========================*/
.popup_meta {
	color: #767676;
	font-size: 12px;
	padding-left: 4px;
}
.popup_meta li {
	list-style: none;
	display: inline-block;
}
.popup_meta li a {
	color: #767676;
}
/*==========================
13-popup
==========================*/

.modal-content {
	border-radius: 0;
	background: none;
	box-shadow: none;
	border: none;
	display: block;
	margin: 0 auto;
	max-width: 95%;
}
.content_expander {
	position: relative;
	display: none;
	margin-bottom: 30px;
}
.albumTrack {
	position: relative;
	margin-bottom: 50px;
}
#tracksAjaxWrapper {
	padding-top: 0;
	padding-bottom: 0;
	position: relative;
}
.trackLoading {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	color: #fff;
	background: rgba(0,0,0,0.6);
	width: 100%;
	height: 100%;
	display: none;
}
.trackLoading i {
	font-size: 30px;
	top: 50%;
	left: 50%;
	position: absolute;
	margin-top: -15px;
	margin-left: 15px;
}
.content_expander .albumTrack {
	margin-bottom: 0;
}
.closeTrackAjax {
	z-index: 99;
	position: absolute;
	top: 40px;
	right: 30px;
	color: #222222;
	display: none;
}
.modal-body {
	background: #fff;
	padding-bottom: 40px;
}
.modal h2 {
	color: #222;
	margin-top: 40px;
}
.images_grid {
	display: table;
	width: 100%;
	clear: both;
	margin-top: 25px;
}
.images_grid li {
	list-style: none;
	display: block;
	width: 33%;
	margin-right: .3%;
	margin-bottom: .3%;
	float: left;
}
.images_grid li img {
	width: 100%;
}
.article_popup, .article_popup p {
	font-size: 14px;
	line-height: 24px;
}
.article_popup p {
	padding: 0 0 15px;
}
.comment_form input {
	text-align: left;
	width: 93%;
	float: left;
	border: 1px solid #899bc5;
}
.comment_form button {
	margin-top: 6px;
	margin-right: 11px;
	background: #637bad;
	color: #fff;
	border: 1px solid #29447e;
}
.comment_form img {
	float: left;
	width: 50px;
	margin-right: 20px;
}
.comments {
	background: #f1f1f1;
	padding: 8px;
}
.facebook_promo .parallax_inner {
	padding-top: 205px;
	padding-bottom: 215px;
}

@media (min-width: 768px) {
.modal-dialog {
	width: 100%;
	margin: 30px auto;
}
}
#pinBoot {
	position: relative;
	max-width: 100%;
	width: 100%;
}
.g {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.white-panel {
	position: absolute;
	background: white;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	padding: 10px;
}
/*
stylize any heading tags withing white-panel below
*/

.white-panel h1 {
	font-size: 1em;
}
.white-panel h1 a {
	color: #A92733;
}
.white-panel:hover {
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
	margin-top: -5px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
* {
	font-family: 'Open Sans', sans-serif;
}
.well {
	margin-top: -20px;
	background-color: #007FBD;
	border: 2px solid #0077B2;
	text-align: center;
	cursor: pointer;
	font-size: 25px;
	padding: 15px;
	border-radius: 0px !important;
}
.well:hover {
	margin-top: -20px;
	background-color: #0077B2;
	border: 2px solid #0077B2;
	text-align: center;
	cursor: pointer;
	font-size: 25px;
	padding: 15px;
	border-radius: 0px !important;
	border-bottom : 2px solid rgba(97, 203, 255, 0.65);
}
.bg_blur {
	background-image: url('http://mercatprincesa.anoopsystems.com/img/eventos/f1.png');
	height: 300px;
	background-size: cover;
	border: 1px solid #DDD;
}
.follow_btn {
	text-decoration: none;
	position: absolute;
	left: 35%;
	top: 42.5%;
	width: 35%;
	height: 15%;
	background-color: #007FBE;
	padding: 10px;
	padding-top: 6px;
	color: #fff;
	text-align: center;
	font-size: 20px;
	border: 4px solid #007FBE;
}
.follow_btn:hover {
	text-decoration: none;
	position: absolute;
	left: 35%;
	top: 42.5%;
	width: 35%;
	height: 15%;
	background-color: #007FBE;
	padding: 10px;
	padding-top: 6px;
	color: #fff;
	text-align: center;
	font-size: 20px;
	border: 4px solid rgba(255, 255, 255, 0.8);
}
.header {
	color : #808080;
	margin-left: 10%;
	margin-top: 70px;
}
.picture {
	height: 150px;
	width: 150px;
	position: absolute;
	top: 75px;
	left: -75px;
}
.picture_mob {
	position: absolute;
	width: 35%;
	left: 35%;
	bottom: 70%;
}
.btn-style {
	color: #fff;
	background-color: #007FBE;
	border-color: #adadad;
	width: 33.3%;
}
.btn-style:hover {
	color: #333;
	background-color: #3D5DE0;
	border-color: #adadad;
	width: 33.3%;
}

@media (max-width: 767px) {
.header {
	text-align : center;
}
.nav {
	margin-top : 30px;
}
}
.filter-cats-wrap {
}
.background-white {
	background-color: #fff;
}
.ovh {
	overflow: hidden;
}
/*   ========================= Dishes Filters  */

.dishes-filters .dishes-block {
	margin-bottom: 100px;
}
.dishes-filters > div > div:nth-child(1) {
	background: rgba(255,255,255,0.5);
}
.dishes-filters .filter-cats {
}
.dishes-filters hr {
	border-color: #d1d1d1;
	margin: 14px 0;
}
.dishes-filters .filters-meta hr {
	margin: 2px 0;
}
.filter-cats-wrap {
}
.filter-cats {
	margin-bottom: 0;
	padding: 10px;
}
.filter-cats li {
	float: left;
	border: 1px solid #d1d1d1;
	margin-left: -1px;
	margin-bottom: -1px;
}
.filter-cats li:nth-child(1) {
	border-left: 1px solid #d1d1d1;
}
.filter-cats li a {
	display: block;
	font-family: "Montserrat";
	font-size: 16px;
	font-weight: bold;
	color: #C44D5B;
	text-transform: uppercase;
	padding: 14px 56px 14px;
}
.filter-cats li a:hover {
	background: #C44D5B;
	color: #fff!important;
}
.filter-items li {
	margin-bottom: 40px;
}
.filter-items li figure > a {
	overflow: hidden;
	display: block;
	position: relative;
}
.filter-items li figure > a:hover:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(242, 108, 34, 0.5);
}
.filter-items li figure figcaption {
	font-family: "Grand Hotel";
	font-size: 24px;
	padding-top: 10px;
}
.filter-items li figure figcaption a {
	color: #f26c22;
	white-space: pre-line;
}
.filters-meta .tags-list {
	padding-bottom: 10px;
}
.filters-meta, .filters-meta a {
	font-family: "Arial";
	font-size: 14px;
	color: #829f26;
}
.filters-meta .price {
	font-family: "Grand Hotel";
	font-size: 30px;
	color: #829f26;
}
.box > .icon {
	text-align: center;
	position: relative;
}
.box > .icon > .image {
	position: relative;
	z-index: 2;
	margin: auto;
	width: 88px;
	height: 88px;
	border: 8px solid white;
	line-height: 88px;
	border-radius: 50%;
	background: #FFFFFF;
	vertical-align: middle;
	border: 1px solid #E8E8E8;
}
.box > .icon:hover > .image {
	background: #fff;
}
.box > .icon > .image > i {
	font-size: 36px !important;
	color: #fff !important;
}
.box > .icon:hover > .image > i {
	color: white !important;
}
.box > .icon > .info {
	margin-top: -24px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid #dedede;
	padding: 15px 0 10px 0;
}
.box > .icon:hover > .info {
	background: rgba(0, 0, 0, 0.0);
	border-color: #e0e0e0;
	color: white;
}
.box > .icon > .info > h3.title {
	font-family: "Roboto", sans-serif !important;
	font-size: 23px;
	color: #222;
	font-weight: 500;
}
.box > .icon > .info > p {
	font-family: "Roboto", sans-serif !important;
	font-size: 13px;
	color: #666;
	line-height: 1.5em;
	margin: 20px 20px 40px 20px;
}
.box > .icon:hover > .info > h3.title, .box > .icon:hover > .info > p, .box > .icon:hover > .info > .more > a {
	color: #222;
}
.box > .icon > .info > .more a {
	font-family: "Roboto", sans-serif !important;
	font-size: 12px;
	color: #222;
	line-height: 12px;
	text-transform: uppercase;
	text-decoration: none;
}
.box > .icon:hover > .info > .more > a {
	color: #000;
	padding: 6px 8px;
	background-color: #fff;
}
.box .space {
	height: 30px;
}
.row1 {
	-moz-column-width: 25em;
	-webkit-column-width: 25em;
	-moz-column-gap: 10px;
	-webkit-column-gap: 10px;
}
.row1 > .col-md-4 {
	display: inline-block;
	padding: 0;
	margin: 10px;
	width: 100%;
	float: none;
}
.img-responsive {
/*  border:0px solid #999;*/
}
.right {
	float: right;
}
.productsrow {
	-moz-column-width: 18em;
	-webkit-column-width: 18em;
	-moz-column-gap: 1em;
	-webkit-column-gap: 1em;
}
.menu-category {
	display: inline-block;
	margin-bottom: 0.25rem;
	padding: 1rem;
	width: 100%;
}
.product-image {
	width: 100%;
	border: 0px solid #FFF;
	padding: 0;
}
.product {
	padding-top: 22px;
	max-width: 450px;
}
.btn-product {
	background-color: #222;
	color: #eee;
	border-radius: 0;
}
.yellow {
	color: yellow;
	text-shadow: #ccc 1px 1px 0;
}
.zoom-effect-container {
	float: left;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}
.image-card {
	position: absolute;
	top: 0;
	left: 0;
}
.image-card img {
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
}
.zoom-effect-container:hover .image-card img {
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}
/*.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid rgb(221, 221, 221);
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,0);
}*/

.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 0px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0);
	box-shadow: 0 1px 1px rgba(0,0,0,0);
}
.img-thumbnail {
	display: inline-block;
	max-width: 100%;
	height: auto;
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.panel-body {
	padding: 15px;
	border: 1px solid #DDD;
}
.eventos {
	margin-top: 22%!important;
}
.eventos-listado {
	list-style: initial!important;
}
.menos {
	margin-left: -30px!important;
}
.white {
	color: #fff!important;
}
.panel-body1 {
	padding: 15px;
	border: 0px solid #DDD;
}
.a1 {
	color: #FFF!important;
	font-size: 1.1em!important;
	margin-left: -15px!important;
	margin-top: -50px!important;
}
.a2 {
	color: #FFF!important;
	font-size: 1.1em!important;
	margin-right: -15px!important;
	margin-top: -50px!important;
}
.a3 {
	margin-top: -12%!important;
}
.wide {
	height: 100px!important;
	background-image: url('../img/pp.jpg');
	background-color: #fff;
}
.wide img {
	width: 100%;
}
.menu_idiomes_caps {
	float: right;
	padding: 19px 19px 0px 0px;
	font-size: 10px;
	list-style-type: none;
	text-align: right;
	position: absolute;
	margin-top: 26px;
	margin-left: 87%;
}
.idiomas {
	margin-bottom: 28px;
}
/********************************/
/*          Hero Headers        */
/********************************/




.hero {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
.hero h1 {
	font-size: 6em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
/********************************/
/*            Overlay           */
/********************************/
.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: #080d15;
	opacity: .7;
}
/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {
	padding: 10px 40px;
}
.btn.btn-hero, .btn.btn-hero:hover, .btn.btn-hero:focus {
	color: #f5f5f5;
	background-color: #1abc9c;
	border-color: #1abc9c;
	outline: none;
	margin: 20px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/


/********************************/
/*          Media Queries       */
/********************************/
@media screen and (max-width: 1192px) {
.eventoss {
	margin-bottom: 180px!important;
}
}

@media screen and (min-width: 980px) {
.hero {
	width: 980px;
}
}

@media screen and (max-width: 640px) {
.hero h1 {
	font-size: 4em;
}
}
.logos {
	margin-top: -120px!important;
	margin-left: -15px;
	margin-right: 20px;
}
.left {
	float: left!important;
}
.homi {
	position: absolute;
	margin-top: 215px!important;
	z-index: 1;
	margin: 0 auto;
	padding: 0px 0 0 0px;
}
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: 15px;
	margin-left: 15px;
}
.home-eventos {
	background-color: transparent!important;
	border: 0px solid #ddd!important;
}

@media (max-width: 768px) {
.gallery .main-img .inner img {
	box-shadow: 0px 0px 0px #000;
}
}
.blockquote {
	border-left: 3px solid #E14C5B;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	color: #aaa;
	font-weight: 400;
	font-style: italic;
	font-size: 14px;
}
.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;/* background-color: #fff; */
}
.modal-dialog, .modal-content {
	/* 80% of window height */
	height: 100%;
}
.modal-body {
	overflow-x: hidden;
	overflow-y: auto;
	margin-top: 40px;
	border: 8px solid #000;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	vertical-align: middle;
}
/*
.modal-lg {
  max-width: 900px;}
@media (min-width: 768px) {
   .modal-lg {
    width: 100%;
  } 
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}*/list-group-item-events .close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-shadow: 0 0px 0 #fff;
	filter: alpha(opacity=80);
	opacity: .8;
}
.fecha {
	font-size: 24px;
	color: #333;
}
.fecha-color {
	font-size: 24px;
	color: rgb(249, 34, 48);
}
.list-group-item:first-child {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;/* border: 4px solid #fff; */
}
.marco {
	width: 216px;
	height: 166px;
	display: block;
	position: absolute;
	top: -17px;
	left: -18px;
	background-image: url('http://mercatprincesa.com/img/eventos/marco.png');
}

@media (max-width: 768px) {
.fade-carousel .slides .slide-1 {
	background-image: url('../img/home/m/01.jpg');
	background-size: cover;
	height: 1100px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;/*    -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
  -webkit-animation-duration:0.3s;
          animation-duration:0.3s;*/
}
.fade-carousel .slides .slide-2 {
	background-image: url('../img/home/m/02.jpg');
	height: 1100px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.fade-carousel .slides .slide-3 {
	background-image: url('../img/home/m/04.jpg');
	height: 1100px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.btn-lg {
	font-size: 13px!important;
}
.padding-10 {
	padding-top: 165px!important;
	padding-bottom: 20px!important;
}


.social_links{
    float: right;
    /* margin-right: 60px; */
    /* margin-left: 0px; */
	width: 180px;
}

.social_links .social_top_icon{
    margin-right: -1px; 
    width: 32px;
    height: 32px;
    margin-top: 10px;
    display: inline-block;
    padding-left: 33px;
}

.social_links .social_top_icon.ig{
	background: url(../img/icon_ig_grey.png) top no-repeat;
}

.social_links .social_top_icon.ig:hover {
	background: url(../img/icon_ig_og.png) top no-repeat;
}

.social_links .social_top_icon.fb{
	background: url(../img/icon_fb_grey.png) top no-repeat;
}

.social_links .social_top_icon.fb:hover {
	background: url(../img/icon_fb_og.png) top no-repeat;
}

.social_links .social_top_icon.tw{
	background: url(../img/icon_tw_grey.png) top no-repeat;
}

.social_links .social_top_icon.tw:hover {
	background: url(../img/icon_tw_og.png) top no-repeat;
}

.social_links .social_top_icon.ta{
	background: url(../img/icon_ta_grey.png) top no-repeat;
}

.social_links .social_top_icon.ta:hover {
	background: url(../img/icon_ta_og.png) top no-repeat;
}



.logos {
/*	margin-top: -115px!important;
	margin-left: -15px;
	max-width: 200px;
	max-height: 152px;*//* position: absolute; */
	margin-top: -118px!important;
    margin-left: -7px;
    max-width: 150px;
    max-height: 100px;
}

.menu {
/*	margin-top: -115px!important;
	margin-left: -15px;
	max-width: 200px;
	max-height: 152px;*//* position: absolute; */
/*	margin-top: -118px!important;
    margin-left: -7px;*/
    max-width: 150px;
    max-height: 100px;
}

.wide {
	height: 100px!important;
	margin-left: -200px!important;
}
.menu_idiomes_caps {
	float: right;
	padding: 19px 19px 0px 0px;
	font-size: 10px;
	list-style-type: none;
	text-align: right;
	position: absolute;
	margin-top: -8px!important;
	margin-left: 55%!important;
}
.idiomas {
	margin-bottom: 0px!important;
}
.navbar-default {
	padding: 0px 0px!important;
}
}
.navbar-brand {
	float: left;
	height: 50px;
	padding: 15px 0px!important;
	font-size: 18px;
	line-height: 20px;
}
.list-group-item-events {
	position: relative;
	display: block;
	padding: 12px 12px 12px 12px;
	margin-bottom: -1px;
}
.list-group-item-events1 {
	position: relative;
	display: block;
	padding: 12px 12px 12px 12px;
	margin-bottom: -1px;
	background-color: #fff;
	max-width: 400px;
}
.list-group {
	padding-left: 0;
	margin-bottom: 20px;
}
.fade1 {
	opacity: 1;
}
.fade1:hover {
	opacity: 0.8;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
.corporativo {
	color: rgb(224, 76, 90);
	font-weight: 600;
	font-size: 32px;
	text-align: center;
}
.gallery1 {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery1 li {
	margin: 20px;
	padding: 0;
	float: left;
	position: relative;
	width: 212px;
	height: 175px;
}
.gallery1 a {
	text-decoration: none;
	color: #666;
}
.gallery1 a:hover {
	color: #000;
	text-decoration: underline;
}
.gallery1 img {
	padding: 20px 0 0 21px;
}
.gallery1 em {
	width: 425px;
	height: 175px;
	background-image: url('http://mercatprincesa.com/img/eventos/marco.png');
	display: block;
	position: absolute;
	top: 10px;
}
.cadenas {
	margin-top: 7px;
	margin-bottom: -12px;
}
.ap-arrow.right {
	background: url("../img/icons/b_izq_b.png") no-repeat;
	opacity: 1;
}
.ap-arrow.right:hover {
	background: url("http://mercatprincesa.com/css/2../img/icons/b_izq_b.png") no-repeat;
	opacity: .5;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: 0.5s;
}
.ap-arrow.left:hover {
	background: url("http://mercatprincesa.com/im/f_izq_b.png") no-repeat;
	opacity: .5;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: 0.5s;
}
.ap-arrow.right {
	background: url("../img/icons/f_izq_b.png") no-repeat;
	opacity: 1;
}
button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
	display: block;
	background: url(../plugin/nivo/themes/default/close.png) no-repeat!important;
	width: 16px!important;
	height: 16px!important;
	text-indent: -9999px!important;
	padding: 5px;
	opacity: 0.5!important;
	margin-top: -20px!important;
}
.nivo-lightbox-image img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	vertical-align: middle;
	/* border: 6px solid #B02626; */
	border-radius: 0px;
	border: 0px solid #E85663;
}
.form-control:focus {
	border-color: #E04D5A;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(225, 78, 92, 1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(228, 123, 132, 1);
}
a:focus, a:hover {
	color: #FF4B5B;
	text-decoration: none;
}
a:visited {
	color: #C54F5D;
}

@media all and (max-width: 1425px) and (min-width: 1023px) {
.menu_idiomes_caps {
	float: right;
	padding: 19px 19px 0px 0px;
	font-size: 10px;
	list-style-type: none;
	text-align: right;
	position: absolute;
	margin-top: 26px;
	margin-left: 81%!important;
}
}

@media all and (max-width: 769px) and (min-width: 767px) {
.menu_idiomes_caps {
	float: right;
	padding: 19px 19px 0px 0px;
	font-size: 10px;
	list-style-type: none;
	text-align: right;
	position: absolute;
	margin-top: 26px;
	margin-left: 73%!important;
}
}
<!--
error--> .full, .full-page {
	width: 100%;
	height: 100%;
}
.text-hero {
	font-family: 'Roboto', arial, helvetica, sans-serif;
	margin-top: 0;
	font-weight: 300;
	color: #C44D5B;
	line-height: 1.3em;
	cursor: default;
	font-size: 50px;
}
#hello {
	background-color : #fff;
}
#mini {
	background-color : #FFFFFF;
	margin-top: 7%;
}
#carousel {
	position: relative;
	height: 1100px;
}




.carousel-fade .carousel-inner .item {
	opacity: 1;
	  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
/*	transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-webkit-transition: opacity .5s ease-in-out;
	transition-property: opacity .5s ease-in-out;*/

}
.carousel-fade .carousel-inner .active {
	opacity: 1;

}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-control {
	z-index: 2;
}
.carousel, .carousel-inner, .carousel-inner .item {
	height: 100%;
}
.item .slide-1 {
	height: 1100px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url('../img/home/01.jpg');
	
	
}
.item .slide-2 {
	height: 1100px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	/*background-image: url('../img/home/02.jpg');*/
}
.item .slide-3 {
	height: 1100px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	/*background-image: url('../img/home/04.jpg');*/
}






@media all and (transform-3d), (-webkit-transform-3d) {
.carousel-fade .carousel-inner > .item.next,  .carousel-fade .carousel-inner > .item.active.right {
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-inner > .item.prev,  .carousel-fade .carousel-inner > .item.active.left {
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-inner > .item.next.left,  .carousel-fade .carousel-inner > .item.prev.right,  .carousel-fade .carousel-inner > .item.active {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
}