@font-face {
  font-family: 'LozadaFont';
  src: url('../fonts/biloxi.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-Light';
  src: url('../fonts/Montserrat-Light.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'CalibreWeb-Light';
  src: url('../fonts/CalibreWeb-Light.eot');
  src: url('../fonts/CalibreWeb-Light.woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'LibreBaskerville-Bold';
  src: url('../fonts/LibreBaskerville-Bold.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PlayfairDisplay-Regular';
  src: url('../fonts/PlayfairDisplay-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}

.marginT, .marginTB, .marginAll { margin-top: 10px !important; }
.marginB, .marginTB, .marginAll { margin-bottom: 10px !important; }
.marginL, .marginLR, .marginAll { margin-left: 10px !important; }
.marginR, .marginLR, .marginAll { margin-right: 10px !important; }

.marginT.margin-2x, .marginTB.margin-2x, .marginAll.margin-2x { margin-top: 20px !important; }
.marginB.margin-2x, .marginTB.margin-2x, .marginAll.margin-2x { margin-bottom: 20px !important; }
.marginL.margin-2x, .marginLR.margin-2x, .marginAll.margin-2x { margin-left: 20px !important; }
.marginR.margin-2x, .marginLR.margin-2x, .marginAll.margin-2x { margin-right: 20px !important; }

.innerT, .innerTB, .innerAll { padding-top: 10px !important; }
.innerB, .innerTB, .innerAll { padding-bottom: 10px !important; }
.innerL, .innerLR, .innerAll { padding-left: 10px !important; }
.innerR, .innerLR, .innerAll { padding-right: 10px !important; }

.innerT.inner-2x, .innerTB.inner-2x, .innerAll.inner-2x { padding-top: 20px !important; }
.innerB.inner-2x, .innerTB.inner-2x, .innerAll.inner-2x { padding-bottom: 20px !important; }
.innerL.inner-2x, .innerLR.inner-2x, .innerAll.inner-2x { padding-left: 20px !important; }
.innerR.inner-2x, .innerLR.inner-2x, .innerAll.inner-2x { padding-right: 20px !important; }

.innerT.inner-4x, .innerTB.inner-4x, .innerAll.inner-4x { padding-top: 40px !important; }
.innerB.inner-4x, .innerTB.inner-4x, .innerAll.inner-4x { padding-bottom: 40px !important; }
.innerL.inner-4x, .innerLR.inner-4x, .innerAll.inner-4x { padding-left: 40px !important; }
.innerR.inner-4x, .innerLR.inner-4x, .innerAll.inner-4x { padding-right: 40px !important; }

.margin-top-none { margin-top: 0px !important; }
.margin-right-none { margin-right: 0px !important; }
.margin-bottom-none { margin-bottom: 0px !important; }
.margin-left-none { margin-left: 0px !important; }
.margin-none { margin: 0px !important; }

.padding-top-none { padding-top: 0px !important; }
.padding-right-none { padding-right: 0px !important; }
.padding-bottom-none { padding-bottom: 0px !important; }
.padding-left-none { padding-left: 0px !important; }
.padding-none { padding: 0px !important; }

.border-none {
  border: none !important;
}

.overflow-hidden {
  overflow: hidden;
}

.focus {
	cursor: pointer;
}

.strong {
	font-weight: bold;
}
.uppercase {
	text-transform: uppercase;
}

.col-fit-8 {
	width: 12.5%;
}
@media (max-width: 768px) {
	.col-fit-8 {
		width: 25%;
	}
}
h1.lozada-font {
	font-size: 52px;
}
h2.lozada-font {
	font-size: 42px;
}
.lozada-font {
	font-family: 'LozadaFont';
}
.lozada-font-2 {
	font-family: 'PlayfairDisplay-Regular';
}
.lozada-color {
	color: #CF972A;
}
.inglobe-color {
	color: #f7ab2c;
}
.color-black {
	color: #000000 !important;
}
.color-white {
	color: white !important;
}
.bg-white {
	background: white !important;
}
.bg-gray {
	background: #f2f2f2 !important;
}
.bg-lozada {
	background: #CF972A !important;
}
.font-18 {
	font-size: 18px;
}

a.lozada-link {
	color: black;
}
a.lozada-link:hover  {
	color: #cf972a;
}

.btn.btn-lozada {
	background: #CF972A;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: bold !important;
    color: white;
}
.btn.btn-lozada:hover {
	background: #DBA741;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: bold !important;
    color: white;
}

/* Customs Generales */
	.navbar-contact a {
	    margin: 7px 15px 0 15px;
	}

	.navbar-contact a.margin-none {
	    padding-top: 5px;
	}

	.navbar-brand {
	    padding: 0px;
	}
	.navbar-brand img {
	    height: 90%;
	    margin: 5%;
	}

	.transparent-menu {
	    background: white;
	    padding: 10px 0px;
	}

	.transparent-menu .navbar-nav > li > a {
	    color: black;
	}

	.search-section {
	    font-size: 11px;
	    margin: 0;
	    padding-bottom: 0px !important;
	}

	.search-section .nav > li > a {
	    padding: 10px 13px;
	}

	.search-section .product-search-title {
		font-family: 'LozadaFont';
	    font-size: 40px;
	    display: block;
	    font-weight: 600;
	    text-transform: none;
	    color: #CF972A !important;
	}

	.main-footer-sub {
	    background: #f8f8f8;
	    color: black;
	}
	.main-footer {
	    padding: 60px 0px;
	    background: #fff;
	}

	.main-footer .links ul li a {
	    color: black !important;
	}

	.main-footer .about-box {
		color: black !important;
	}

	.main-footer-nav {
	    padding: 15px 0px;
	    background: #f8f8f8;
	    color: #BEC4C8;
	    position: relative;
	}

	.go-up {
		position: fixed;
	    bottom: 30px;
	    right: 40px;
	    top: inherit;
	    z-index: 999;
	}

	.main-footer-sub .form-control {
	    background: #e5e5e5;
	}
	.main-footer .contact-box p {
		color: black !important;
	}

/* Customs Cuadraditos de paquetes */

	.home-product .detail-link {
	    position: absolute;
	    bottom: 0px;
	    right: 0px;
	    left: 0px;
	    top: 0px;
	    margin: 25px;
	    border: 1px solid white;
	    padding: 15px;
	    color: white;
	}

	.home-product .double .detail-link {
	    margin: 10%;
	}

	.home-product h5 {
	    color: white;
	}

	.home-product .detail-link a {
	    color: #fff;
	    font-size: 16px;
	    border: none;
	}

	.home-product .image-sm img {
	    min-width: 100%;
	    max-width: 100%;
	    min-height: 310px;
	    position: relative;
	}

	.choose-us-row {
	    padding: 60px 0px;
	    background: none;
	    color: black;
	}

/* Pagina de detalle de paquetes */

	.sidebar-booking-box h4 {
		background: #CF972A;
		color: white;
	}

	.booking-box-body .grand-total {
	    background: black;
	}

/* Ajustes de Selectize */

	.selectize-input {
	    min-height: 40px;
	    border-radius: 0px;
	    -webkit-appearance: none;
	    -webkit-border-radius:0;
	}

	.selectize-input>* {
	    line-height: 25px;
	}

	.selectize-input>input {
	    height: 25px;
	}

.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

											
/* Resultados de hoteles */

.hotel-desc ul {
	list-style: none;
	overflow: hidden;
	padding-left: 0px;
}
.hotel-desc ul li {
	display: inline-block;
	float: left;
	font-size: 12px;
	padding-left: 5px;
}

.btn-book {
	background: #9a9a9a;
	color: #ffffff;
    font-weight: bold;
	padding: 5px 10px;
    font-size: 13px;
    display: inline-block;
    margin-top: 5px;
    border: 2px solid transparent;
}
.btn-book:hover {
	background: #CF972A !important;
	color: #ffffff !important;
}
.btn-book-i {
	background: #CF972A;
	color: #ffffff;
    font-weight: bold;
    padding: 5px 25px;
    display: inline-block;
    margin-top: 5px;
    border: 2px solid transparent;
}
.btn-book-i:hover {
	background: #000000 !important;
	color: #ffffff !important;
}
.preloader-caption {
	bottom: -120px;
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 24px;
}

.lozada-menu-1 {
	height: 100px;
	width: 100%;
	display: table;
	background: white;
	padding: 40px 0px;
}

.lozada-menu-1 .col-md-4{
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    float: inherit;
}

.lozada-menu-1 .minimenu {
	padding: 2px 5px;
	font-size: 10px;
	color: black;
	font-family: "Montserrat-Light";
	font-weight: bold;
	letter-spacing: 2px;
	display: inline-block;
}

.lozada-mobile-menu .minimenu {
	padding: 15px 2px;
	font-size: 10px;
	color: black;
	font-family: "Montserrat-Light";
	font-weight: bold;
	letter-spacing: 1px;
	display: inline-block;
}

#categorias-paquetes .preview-container {
    text-align: center;
    padding-bottom: 100%;
    width: 100%;
    border: 1px solid black;
    overflow: hidden;
    border-radius: 50%;

}

	.circle {
		margin-left: auto;
	    margin-right: auto;
	    border-radius: 50%;
	    width: 100%;
	    position: relative;
	    display: table;
	}

	.circle-border {
		border: 1px solid #CF972A;
	}

	.circle-solid{
		background-color: whitesmoke;
	}

	.circle:before {
		content: "";
		display: block;
		padding-top: 100%;
	}

	.circle-inner {
		position: absolute;
	    top: 0;
	    left: 0;
	    bottom: 0;
	    right: 0;
	    text-align: center;
	    display: flex;
	    min-height: 100%;
	}

	.category-text {
		margin: auto;
	    /* position: absolute; */
	    top: 0;
	    left: 0;
	    bottom: 0;
	    right: 0;
	    /* height: 50px; */
	    /* line-height: 18px; */
	    font-size: 12px;
	    font-family: "Montserrat-Light";
	    letter-spacing: 1px;
	    text-transform: uppercase;
	    color: #CF972A !important;
	    display: table-cell;
	    vertical-align: middle;
	}
	.category-text-2 {
		margin: auto;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 20px;
		right: 0;
		height: 96px;
		line-height: 96px;
		font-size: 24px;
		font-family: "Montserrat-Light";
		letter-spacing: 1px;
		text-transform: uppercase;
		color: white !important;
		text-align: center;
	}
	.category-text-2-final {
		margin: auto;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 35%;
		right: 0;
		height: 24px;
		line-height: 24px;
		font-size: 12px;
		font-family: "Montserrat-Light";
		letter-spacing: 1px;
		text-transform: uppercase;
		color: white !important;
		text-align: center;
	}

	.cbc-container:hover .cbc{
		transform: scale(1.1);
		transition: all .5s;
	}

.ctm-9-col-1 {
	width: 11.11%;
	float: left;
	position: relative;
}
@media (max-width: 991px) {
	.ctm-9-col-1 {
		width: 33.33%;
		float: left;
		position: relative;
	}
}

.row-table {
	display: table;
	width: 100%;
}

.col-table {
	display: table-cell;
	float: none;
	vertical-align: top;
}
@media (max-width: 768px) {
	.col-table.mobile-fix {
		display: block;
	}
}

.sucursales-lista-title {
	font-size: 30px;
}
.sucursales-lista-provincias {
	list-style: none;
	padding: 0;
}

.sucursales-lista-provincias li{
    border-bottom: 1px solid #CCC;
    padding: 9px 0px;
    text-transform: uppercase;
    font-family: "Montserrat-Light";
    color: black;
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: bold;
    cursor: pointer;
}
.sucursales-lista-provincias li:hover{
    border-bottom: 1px solid #CCC;
    padding: 9px 0px;
    text-transform: uppercase;
    font-family: "Montserrat-Light";
    color: #CF972A;
    font-size: 11px;
    letter-spacing: 2px;
    cursor: pointer;
}

.lozada-input {
    border: 0px solid transparent !important;
    box-shadow: none;
    margin: 5px 0px;
    border-bottom: 1px solid #CCC !important;
    border-radius: 0px;
    padding: 0px 5px;
    background: white !important;
    background-color: white !important;
    color: black !important;
}
.lozada-input:focus {
    border-color: #CF972A;
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0),0 0 0px rgba(0,0,0,0);
    box-shadow: inset 0 0px 0px rgba(0,0,0,0),0 0 0px rgba(0,0,0,0);
}
.lozada-input.half {
    height: 23px !important;
}
.category-item:hover, #categorias-paquetes .circle:hover {
	background: #CF972A !important;
	color: white;
}

.category-item:hover .category-text, #categorias-paquetes .circle:hover .category-text
{
	color: white !important;
}

.product-wrapper{
    width: 100%;
    padding-bottom: 100%;
}
.product-wrapper .detail-link-wrapper{
	
}

.product-wrapper.half {
	width: 100%;
    padding-bottom: 50%;
}

.col-center {
	text-align: center;
}
.col-center .ctm-9-col-1{
    display: inline-block;
    float: none;
}

.provincia-sucursales ul
{
	padding-left: 28px;
}
.provincia-sucursales ul li, .provincia-sucursales ul li:hover
{
	padding: 5px 0px;
	border-bottom: 0px solid transparent;
}

.separator {
	padding-bottom: 10px;
}

@media (max-width: 768px) {
	.text-center-xs {
		text-align: center !important;
	}
}

select.ui-datepicker-month, select.ui-datepicker-year {
    background: #cf972a;
    overflow: scroll !important;
}



.search-section .tab-content {
	color: white;
    background: rgba(25, 25, 25, 0.6);
    padding: 15px 0px;
    min-height: 415px;
    overflow: auto;
    max-height: 407px;
}

ul.dropdown-menu li.dropdown-header span.text {
	padding-left: 10px;
}









 /* PAQUETES */
	
	.paquete-topicons {
		overflow: hidden;
	}

	.paquete-topicons .topicon {
		width: 30px;
		height: 30px;
		display: inline-block;
		margin-right: 8px;
		float: left;
	}

	.paquete-topicons p {
		display: inline-block;
		margin: 0px;
	}

	.paquete-topicons p.extended {
		display: inline-block;
	    margin: 0px;
	    color: #848484;
	    font-size: 14px;
	    width: calc(100% - 38px);
	}

	.paquete-reservation .paquete-price {
		font-size: 30px;
	}

	.paquete-reservation .btn-reservar {
		border-radius: 0px;
		font-weight: bold;
	}
	.paquete-reservation .btn-reservar:hover {
		border-radius: 0px;
		color: white;
		font-weight: bolder;
	}

	.paquete-reservation .tarjicon {
		width: 50px;
		height: 50px;
		display: inline-block;
	}

	.paquete-reservation .icono {
		width: 30px;
		height: 30px;
		float: left;
		margin-right: 10px;
	}
	.paquete-contacto span {
		display: inline-block;
		line-height: 34px;
		font-size: 12px;
	}
/*

	Supersized - Fullscreen Slideshow jQuery Plugin
	Version : 3.2.7
	Site	: www.buildinternet.com/project/supersized
	
	Theme 	: Shutter 1.2
	Author	: Sam Dunn
	Company : One Mighty Roar (www.onemightyroar.com)
	License : MIT License / GPL License
	
*/
body { background:#111; height:100%; }
	img { border:none; }
	
	#supersized-loader { position:absolute; top:50%; left:50%; z-index:0; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background:url(../img/progress.gif) no-repeat center center;}
	
	#supersized {  display:block; position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
		#supersized img { width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
			#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	/*Speed*/
			#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/
		
		#supersized li { display:block; list-style:none; z-index:-30; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111; }
		#supersized a { width:100%; height:100%; display:block; }
			#supersized li.prevslide { z-index:-20; }
			#supersized li.activeslide { z-index:-10; }
			#supersized li.image-loading { background:#111 url(../img/progress.gif) no-repeat center center; width:100%; height:100%; }
				#supersized li.image-loading img{ visibility:hidden; }
			#supersized li.prevslide img, #supersized li.activeslide img{ display:inline; }

	/* Controls Bar
	----------------------------*/
	#controls-wrapper { 
		margin: 0 auto;
	    height: 42px;
	    width: 33%;
	    z-index: 4;
	    position: relative;
	    float: right; 
	}
		#controls { overflow:hidden; height:100%; position:relative; text-align:left; z-index:5; }

			#navigation { float:right; margin:0px 20px 0 0; }
				
				ul#slide-list{ padding: 15px 0; float: right; counter-reset: my-badass-counter;}
					ul#slide-list li{ list-style:none; width:12px; height:12px; float:left; margin:0 5px 0 0; }
						ul#slide-list li a
						{ 
							display: block;
						    width: 12px;
						    height: 12px;
						    border-radius: 10px;
						    float: left;
						    z-index: 99999999999;
						    top: 0px;
						    left: 0;
						    right: 0;
						    bottom: 0;
						    cursor: pointer;
						    background:url('../images/nav-dot.png') no-repeat 0 0;
							background-position:0 0px; 
						}
						ul#slide-list li.current-slide a, ul#slide-list li.current-slide a:hover
						{ 
							display: block;
						    width: 12px;
						    height: 12px;
						    border-radius: 10px;
						    float: left;
						    z-index: 99999999999;
						    top: 0px;
						    left: 0;
						    right: 0;
						    bottom: 0;
						    cursor: pointer;
						    background:url('../images/nav-dot.png') no-repeat 0 -24px;
							background-position:0 0px; 
						}
						/*
						ul#slide-list li:before{ 
						    content: counter(my-badass-counter);
						    counter-increment: my-badass-counter;
						    background: white;
						    cursor: pointer;
						    padding: 1px 3px;
						}
						*/
						ul#slide-list li a{ 
							display: block;
						    width: 12px;
						    height: 12px;
						    border-radius: 10px;
						    float: left;
						    z-index: 99999999999;
						    top: -25px;
						    left: 0;
						    right: 0;
						    bottom: 0;
						    cursor: pointer;
						    background:url('../images/nav-dot.png') no-repeat 0 -24px;
						}
						ul#slide-list li a:hover{ background-position:0 0px; cursor:pointer; }
				
		
