/*
-- HEADER
-- NAVIGATION
-- FOOTER 
*/
/* ----- CUSTOM THEME CSS ----- */

/* ----- Custom Font ----- */
/*NORMAL*/
@font-face{
	font-family: 'NotoSans';
    src: url('../../fonts/NotoSans-Regular.ttf');
	font-weight: 400;
    font-style: normal;
}
/*BOLD*/
@font-face{
	font-family: 'NotoSans';
    src: url('../../fonts/NotoSans-Bold.ttf');
	font-weight: 900;
    font-style: normal;
}
/*FONT-FAMILY TEXTS*/
h1, h1 a,
h2, h2 a,
h3, h3 a,
h4, h4 a,
h5, h5 a,
h6, h6 a,
p, p a,
a{
	font-family: 'NotoSans';
	font-weight: 400;
	transition: all 0.2s;
}

a:hover{
	text-decoration: none !important;
}
/* ----- navbar user ----- */
.navbar-user{
	background: #ff6b00;
	}
.navbar-user .dropdown-toggle span {
    color: #ffffff;
}
.navbar-user .navbar-nav > li:last-child > a {
    border-left: 1px solid #fff;
}
.navbar-user .navbar-nav > li:first-child > a {
    border-right: 1px solid #fff;
}
.navbar-user .navbar-nav > li > a {
    color: #FFF;
}
.navbar-user .dropdown-menu {
    border: 10px solid #FF6900;
}
/*----- main nav -----*/
nav .nav-pills > li > a {
    color: #909090;
}
.nav-pills > li > a:hover, .nav-pills > li > a:focus, .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    border-radius: 0;
}
nav .nav-pills > li > a:hover, nav .nav-pills > li > a:focus, nav .nav-pills > li.active > a, nav .nav-pills > li.active > a:hover, nav .nav-pills > li.active > a:focus {
    background: #FFF;
    color: #FF6900;
}
nav .nav-pills > li.shopping-bag > a, nav .nav-pills > li.shopping-bag > a:hover, nav .nav-pills > li.shopping-bag > a:focus, nav .nav-pills > li.shopping-bag.active > a, nav .nav-pills > li.shopping-bag.active > a:hover, nav .nav-pills > li.shopping-bag.active > a:focus {
    background: #FF6900 !important;
    color: #fff;
}
nav .nav-pills li.shopping-bag .dropdown-menu {
    border: 5px solid #FF6900;
}
nav .nav-pills > li.shopping-bag > a {
    margin-top: 10px;
}
nav .nav-pills > li.disabled > a, nav .nav-pills > li.disabled > a:hover {
    color: #cacaca;
    opacity: 0.5;
}
/* ----- HEADER ----- */
header {
    background: #FFF;
}
header .logo {
	background: url("../../images/custom/logo-perla-v2.png") no-repeat center center transparent;
    height: 92px;
    margin: 15px 0;
    width: 158px;
	background-size: contain;
	}
header a.logo:hover{
	opacity: 1 !important;
}
.header-wrapper .navbar-nav > li > a{
	color: #222;
	}
.navigation-collapse {
    margin: 0;
    background: #eee;
    -webkit-box-shadow: 0px 2px 8px 1px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 2px 8px 1px rgba(0,0,0,0.4);
    box-shadow: 0px 2px 8px 1px rgba(0,0,0,0.4);
    transition: all 300ms linear 0s;
    min-width: 768px;
    border-bottom: 5px solid #FFF;
}
.navbar-collapse ul.nav-pills {
	height:60px;
}
.navbar-collapse ul.nav-pills li {
	display:none;
}
.navbar-collapse ul.nav-pills li.shopping-bag,
.navbar-collapse ul.nav-pills li.shopping-bag li {
	display:block;
}
/*--------- BODY ------*/
body {
    background: #ffffff none repeat scroll 0 0;
}
.login-agency {
    padding: 70px 0 100px 0 !important;
}
.login-agency .box-agencia {
    padding: 0px 10px 10px;
    margin-top: 0;
	background-color: rgba(0, 0, 0, 0.21176470588235294);
	border-radius: 3px;
}
.login-agency h1 {
    text-align: center;
    color: #FFF;
    font-size: 30px;
}
.login-agency .login-form label {
    color: #FFF;
}
.login-agency .login-form .alert-info {
    color: #FF6900;
    background-color: #e6e6e6;
    border-color: #e8e8e8;
}
.login-agency .login-form .alert-info .alert-description {
    color: #353535;
}
/* ----- FOOTER ----- */
footer {
    background: #FFF;
    color: #fff;
	font-family: 'NotoSans';
	font-weight: 500;
	border-top: 1px solid rgba(0, 0, 0, 0.12156862745098039);
}
footer a{
	color: #000;
}

.footer-top a:hover{
	color: white;
	text-decoration: none;
}
/* ----- CUSTOM LAYOUT CSS ----- */
.btn-primary {
	text-shadow: none;
	border: none;
	color: #fff;
	background: #4e008e;
	transition: all 300ms linear 0s;
}
label {
    color: #423f3f;
}
.tabpanel {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
	border-radius: 0;
}
.searcher {
    border: 10px solid rgba(255,255,255,0.3);
	border-radius: 0;
}
.searcher-horitzontal{
	background-color: rgba(255, 255, 255, 0.6);
    padding: 15px;
}
.searcher-horitzontal h2,
.searcher-horitzontal h3{
	 color: #000000;
}
.section-bg-searcher-card .searcher {
	border: none;
	padding:10px;
    border-radius: 0;
}
.searcher-top {
    border-radius: 0;
	background: rgba(255,255,255,0.7);
}
.searcher-bottom {
    border-radius: 0;
	background: rgba(255,255,255,0.7);
}
.section-bg-searcher-horitzontal .searcher-horitzontal,
.section-bg-searcher-bookings .searcher-horitzontal {
	border:none;
}
.offers-home-hotel .offer {
    border: 10px solid #3a87cb;
    background: #fff;
    border-radius: 10px;
    padding: 0;
    margin-bottom: 15px;
}
.section-bg-home {
    background: url("../../images/custom/portada.jpg") no-repeat center center transparent;
	background-size: cover;
	border-bottom:none;
}
.section-bg-alojamientos {
    background: url("../../images/custom/portada-hotel.jpg") no-repeat center center transparent;
	background-size: cover;
	border-bottom:none;
}
.section-bg-home, .section-bg-alojamientos, .section-bg-traslados, .section-bg-excursiones, .section-bg-circuitos, .section-bg-disponibilidad-header {
    background: url(../../images/custom/hero-perla-v2.jpg) no-repeat center center;
    background-size: cover;
    padding: 20px 0;
}

section.section-bg-home.login-agency{
	height: 68vh;
	padding: 10% 0 0 0 !important;
}
.section-bg-searcher-horitzontal, .section-bg-card-hotel-data, .section-bg-card-excursions-data, .section-bg-card-circuits-data, .section-bg-searcher-bookings {
    padding: 30px 0;
    -webkit-box-shadow: inset 0px -15px 4px -15px rgba(0,0,0,0.47);
    -moz-box-shadow: inset 0px -15px 4px -15px rgba(0,0,0,0.47);
    box-shadow: inset 0px -15px 4px -15px rgba(0,0,0,0.47);
    border-top: 1px solid #fff;
    background: url(../../images/custom/hero-perlatours-v2.jpg) no-repeat center center;
    background-size: cover;
}
.searcher-bottom .btn {
    border: 1px solid #fff;
}
.section-bg-header-cart {
    background: #FF6900;
    padding: 20px 0 0 0;
    border-bottom: 1px solid #FF6900;
}
.section-utilities {
    background: #b5b5b5;
}
.section-utilities .link-return {
    color: #ffffff;
}
.section-utilities .fa-envelope, .section-utilities .fa-print {
    color: #ffffff;
}
.carousel-type1 .carousel-control.left, .carousel-type1 .carousel-control.right{
	color: #fff;
}
.filters {   
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
	 border-radius: 0;
}
.filters-title h4 {    
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
	border-radius: 0;
}
.modal-content {   
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
	border-radius: 0;
}
.modal-content .modal-header {    
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
	border-radius: 0;
}
.link-view-cancellations a {
    background: #F5C4BF none repeat scroll 0 0;
    color: #E04534;
}
.cancellation-fees {
    background: #F5C4BF none repeat scroll 0 0;
}
.cancellation-fees h5 {
    color: #E04534;
}
.modal-card .fa-star{
	font-size: 17px;
    margin-right: 0;
    vertical-align: text-top;
}
/* ------- HOTEL HOME CSS ---------*/
.offers-home-hotel .offer {
    border: 10px solid rgba(78, 0, 142, 0.5019607843137255);
    background: none;
}
.offers-home-hotel .offer .row {
    background: #fff;
}
/* ------- HOTEL BOOKING CSS ---------*/
.result-hotel .result {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.result-hotel .result-footer {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.form-inline.form-advancedSearch .category-data .fa-star,
.form-inline.form-advancedSearch .category-data .fa-key {
	color: #FF6900;
}
.result-hotel .result .category .fa-star,
.result-hotel .result .category .fa-key {
    color: #FF6900;
}
.filters .filters-list ul li .fa-star,
.filters .filters-list ul li .fa-key {
    color: #FF6900;
}
.result-hotel .more-results .estado span.state {
	width:auto;
}

/* ------- CARD CSS ------------*/
.step-content , .step-footer, .cart-step-3 .step-content{
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
/*------ DROPDOWN LANGUAGE CSS ------------*/
.dropdown-menu.language {
	min-width: 78px;
}
.navbar-user .dropdown-menu > li > span.active {
    color: #FF6900;
    font-size: 12px;
	display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    white-space: nowrap;
}

hr.separBook{
	border-bottom: 1px solid gray;
	border-top: 0px;
	margin: 5px 0 20px;
}

/** Terminos y avisos legales **/
.section-legal-terms,
.section-bg-default.section-contact{
	background: white;
}

/*QUIENES SOMOS*/
section.section-about-us{
	padding: 50px 0 130px;
	background: white;
}

.text-section-quienes-somos p{
	line-height: 1.9 !important;
	font-size: 16px !important;
}

.text-section-quienes-somos img{
	box-shadow: 0px 5px 20px 3px #eeeeee !important;
}

/** Contacto */
.section-contact .button {
    text-align: right;
}

.form-horizontal .control-label{
	text-align: left !important; 
}

.form-contact.row{
	margin-top: 50px;
}

.section-contact .contact-text{
	line-height: 2;
}

.section-contact .contact-text .fa{
	color: #222;
	margin-right: 10px
}

.section-contact .contact-text .fa-mobile{
	font-size:20px;
}
.section-contact .contact-map{
   border: 1px solid #ddd;
   height: 400px;
   }
.section-contact .contact-map .map{
   width: 100%;
   height: 100%;
   }