/*@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i');*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i');
/*@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700');*/
/*@import url('https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,500,500i,600,600i,700,700i');*/
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i');
@font-face {
	font-family: 'font-awesome';
	src:url('font-awesome/fonts/FontAwesome.otf');
	src:url('font-awesome/fonts/fontawesome-webfont.eot') format('embedded-opentype'),
		url('font-awesome/fonts/fontawesome-webfont.woff') format('woff'),
		url('font-awesome/fonts/fontawesome-webfont.ttf') format('truetype'),
		url('font-awesome/fonts/fontawesome-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
body{
    color: #686868;
/*    font-family: 'Roboto', sans-serif;*/
    font-family:  'Open Sans', sans-serif;
/*    font-family: 'Quicksand', sans-serif;*/
/*    font-family: 'Raleway', sans-serif;*/
    font-size: 15px;
}
p{
    text-align: justify;
    margin-bottom: 20px;
    font-weight: lighter;
    font-size: 15px;
    /* letter-spacing: 0.5px; */
    line-height: 1.7em;
}
strong{
    font-weight: normal;
    color: #222;  
}
a, a:focus{
    color: #cf8b2d;
    text-decoration: none;
}
a:hover{
    color: #976621;
    text-decoration: none;
}
ul{
    list-style-type: none;
}
ul.listaInterna{
    list-style-type: none;
    padding-left: 20px;
    font-weight: lighter;
    margin-top: 20px;
}
ul.listaInterna li{
    margin-bottom: 8px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    padding: 0 0 10px 0;
    color: #1d1d1b;
/*    font-family: "Times New Roman", Times, serif;*/
    font-family: 'Playfair Display', serif;
    letter-spacing: 0 !important;
}
h1{
  font-size: 30px;
    
    line-height: 32px;
}
h2{
    font-size: 22px;
    line-height: 28px;
    margin-top: 0px;
    padding-bottom: 0px;
    color: #cf8b2d;
}
hr{
    border-top: 1px solid #ddd;
}
textarea{
    resize: none;
}
th{
    background-color: #f9f9f9;
    text-align: center;
    vertical-align: middle !important;
}

/*HELPERS*/

.margintop-30{
    margin-top: 30px;
}
.margintop-60{
    margin-top: 60px;
}
.marginbottom-15{ 
    margin-bottom: 15px !important;
}
.marginbottom-20{ 
    margin-bottom: 20px !important;
}
.marginbottom-25{ 
    margin-bottom: 25px !important;
}
.marginbottom-30{ 
    margin-bottom: 30px !important;
}
.marginbottom-60{ 
    margin-bottom: 60px !important;
}

.marginbottom-65{ 
    margin-bottom: 65px !important;
}
.nobottommargin{
    margin-bottom: 0px !important;
}
.notopmargin{
    margin-top: 0px !important;
}
.nomargin {
	margin: 0px !important;
}
.nopadding{
    padding: 0px !important;
}
.nopaddingleft{
    padding-left: 0px;
}
.nopaddingright{
    padding-right: 0px;
}
.nobottompadding {
	padding-bottom: 0px;
}
.paddingleft-40{
    padding-left: 40px;
}
/*FIN HELPERS*/

/*
.logo{   
    width: 155px;
    height: auto;
    margin: 0 auto;
    padding: 5px 0px 10px 0px;
}
*/
.logo{   
    width: 215px;
    height: auto;
    margin: 10px auto 5px auto;
    padding: 5px 0px 10px 0px;
}
logo a{
    width: 100%;
    height: auto;
    display: block; 
}
.navbar {    
    min-height: inherit;
    margin-bottom: 0px;    
}
.navbar-nav{
   text-transform: uppercase;
}
.navbar-default{
/*    background-color: transparent;*/
    background-color: #fff;
    border: none;
    border-radius: 0px;
    box-shadow:  0px 0px 15px -6px rgba(0,0,0,0.4);
}

/*
.navbar-default .navbar-nav>li>a{
    color: #38454C;
}
*/
.navbar-center{
    float: none;
    margin: 0 auto;
/*    width: 1035px;*/
    width: 995px;
}
.navbar-nav>li>a{
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
    padding: 5px 10px;
    font-weight: 500px;
}
.navbar-default .navbar-nav>li>a{
     color: #1d1d1b;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
    color: #cf8b2d ;
}
.breadcrumb{
    background-color: #fff;
    margin-bottom: 0px;
    text-align: right;
    padding: 0px;
}
.breadcrumb .active{
    font-weight: bold;
}
.breadcrumb>li+li:before{
    font-family: 'font-awesome';
    content: '\f0da';
    color: #444;
}
.dropdown-menu{
    background-color: rgba(255,255,255,0.9);
    border-radius: 0px;
    box-shadow: none;
    border: none;
    padding: 0px;
    left: 0px !important;
    min-width: 240px;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
    color: #e0b171;
    background-color: inherit;
}

.dropdown-menu>li>a{
    border-bottom: 1px solid #e0b171;
    font-size: 12px;
    color: #453635;
    padding-top: 10px;
    padding-bottom: 10px;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
    background-color: transparent;
    color: #e0b171;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    color: #fff;
    background-color: #e0b171;
}
.flexslider{
	margin: 0px;
	border:0px;
    border-radius: 0px;
    margin-bottom: 20px;
}
.flex-control-nav{
	bottom: 0px;
}
.flex-direction-nav a:before{
    margin-top: 10px;    
}
.flex-direction-nav a{
	height: 55px;
}

.flex-direction-nav .flex-next {
	right: 0px;
}
.flex-direction-nav a:before {
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}

.slides {
	position: relative;
}
.sliderCaption{
	position: absolute;
    color: rgba(255,255,255,0.9);
    z-index: 10000;
    bottom: 0;
    padding: 20px 0px;
/*	padding-left: 105px;*/
   /* left: 10.77%;*/
    width: 100%;
    
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.35+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.35) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#59000000',GradientType=0 ); /* IE6-9 */
    
}
.sliderCaption p{
	font-size: 36px;
	font-weight: 100;
	line-height: 0.8em;
    font-family: 'Playfair Display', serif;
/*    font-style: italic;*/
    letter-spacing: 1px;
    text-shadow: 1px 1px rgba(0,0,0,0.9);
    text-align: center;
    margin-bottom: 0px;
}
.sliderCaption p span{
	font-weight: normal;
   font-family:  'Open Sans', sans-serif;
    font-style: normal;
    font-size: 24px;
    letter-spacing: normal;
}
.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
}
/*loader*/
.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
}
.loader {
  color: #cf8b2d ;
  font-size: 11px;
  text-indent: -99999em;
  margin: 55px auto;
  position: relative;
  width: 10em;
  height: 10em;
  box-shadow: inset 0 0 0 1em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.loader:before,
.loader:after {
  position: absolute;
  content: '';
}
.loader:before {
  width: 5.2em;
  height: 10.2em;
  background: #ffffff;
  border-radius: 10.2em 0 0 10.2em;
  top: -0.1em;
  left: -0.1em;
  -webkit-transform-origin: 5.2em 5.1em;
  transform-origin: 5.2em 5.1em;
  -webkit-animation: load2 2s infinite ease 1.5s;
  animation: load2 2s infinite ease 1.5s;
}
.loader:after {
  width: 5.2em;
  height: 10.2em;
  background: #ffffff;
  border-radius: 0 10.2em 10.2em 0;
  top: -0.1em;
  left: 5.1em;
  -webkit-transform-origin: 0px 5.1em;
  transform-origin: 0px 5.1em;
  -webkit-animation: load2 2s infinite ease;
  animation: load2 2s infinite ease;
}
@-webkit-keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.overlay {
	display: block;
	width: 100%;
	background-color: rgba(0,0,0,0.4);
	z-index: 2;
	position: absolute;
	height: 100%;
}
.overlay.light{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+100,000000+100&0+48,0.05+64,0.4+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 48%, rgba(0,0,0,0.05) 64%, rgba(0,0,0,0.4) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 48%,rgba(0,0,0,0.05) 64%,rgba(0,0,0,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 48%,rgba(0,0,0,0.05) 64%,rgba(0,0,0,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
}
.navbar-default .navbar-nav>li>a.reservationBtn, .navbar-default .navbar-nav>li>a.reservationBtn:focus{
/*    background-color: #018ea8!important;*/
    color: #cf8b2d !important;
    font-weight: bold;
}
.navbar-default .navbar-nav>li>a.reservationBtn:focus, .navbar-default .navbar-nav>li>a.reservationBtn:hover{
    background-color: #cf8b2d !important;
    color: #fff !important;
}
.form-control{
    border: 1px solid #e0b171;
    border-radius: 0px;
}
.footer1{
/*    margin-top: 50px;*/
    background-color: #f6f6f6;
}
.footer1 .form-control{
    border: 1px solid #ddd;
}
.footer1 .btn-default{
    background-color: #cf8b2d;
    color: #fff;
    border-color: #cf8b2d;
}
.footer{
/*    border-top: 1px solid #b4d0da;*/
    background-color: #f6f6f6;
    font-size: 11px;
    padding-top: 20px;
}
.footer p{
    font-size: 12px;
}
.footer1 a i{
    color: #cf8b2d;
}
.footer .members{
    text-align: center;  
    margin-bottom: 20px;
}
.footer2{
    margin-top: 50px;
        padding-top: 20px;
    padding-bottom: 20px;
/*    border-bottom: 1px solid #fff;*/
    /* margin-bottom: 20px; */
    background-color: #fbfbfb;
    border-top: 1px solid #fff;
}
.footer2 .members{
    text-align: center;
}
.footer2 .members img{
    max-width: 250px;
    padding: 0px 10px;   
    margin: 0px 30px;
}
.footerLogo{
        /* -webkit-filter: grayscale(100%); */
    /* filter: grayscale(100%); */
/*    opacity: 0.7;*/
    width: 140px;
}
.subscribeRedes{
   padding: 15px 0px;
}
.dotted-divider {
    clear: both;
    background: url(../images/divider.png) repeat-x;
    margin: 18px 0;
    height: 5px;
}
.content_border_left {
    border-left: 1px solid #e0b171;
    margin-top: 6px;
}
.especial {
    display: block;
    position: relative;
    top: 0;
}
.especial img {
    width: 100%;
}
.cont_pad_news {
    padding-left: 15px;
    position: relative;
}
.photoText {
    position: absolute;
    top: 0px;
    color: #fff;
    font-family: 'Times New Roman', serif;
    font-size: 16px;
    width: 100%;
    text-align: center;
    margin: 0;
}
.discover {
    padding: 5px 0 5px 15px;
    background-color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
/*    font-family: "Times New Roman", Times, serif;*/
    font-family: 'Playfair Display', serif;
    font-size: 14px;
    color: #214251;
    font-weight: bold;
    width: 100%;
    position: absolute;
    bottom: 5px;
    left: 0;
    display: block;
}

.discover a{
    color: #333;
}
.content_border_right {
    padding: 15px;
    border: 1px solid #e0b171;
    overflow: hidden;
}
.content_blue_right {
/*    padding: 20px;*/
/*    background: rgb(255,251,245);*/
}

/*
.content_blue_right h2{
    color: #453635;
}
*/
/*r
.content_blue_right p:first-letter {
    font-size: 16px;
    letter-spacing: 0.08em;
    font-weight: 600;
}
*/
/*
.content_blue_right p.text-right:first-letter{
    font-size: 13px !important;
    letter-spacing: normal;
}
*/
.footerSocials{
    font-size: 30px;
}

.footerSocials a i{
        vertical-align: top;
    line-height: 0.9em;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle{
    border-radius: 0px;
}
/*OFFERS*/
.offerContainer {
    border: 1px solid #e0b171;
    margin-bottom: 20px !important;
    padding: 10px;
}
.offerContainer p {
    margin-bottom: 10px;
}
.borderedTop {
    border-top: 1px dotted #e0b171;
    padding: 15px 0px 0px 0px;
}
.priceOffer {
    font-family: "Times New Roman", Times, serif;
    font-size: 25px;
}
.offerTitle{
    margin: 0px;
    padding: 0px 0px 10px 0px;
    color: #cf8b2d;
}
/*fin offers*/

.btn-color {
	background-color: #cf8b2d;
    border-color: #cf8b2d;
    color: #fff;
    border-radius: 0px;
}
.btn-color:hover {
    background-color: #e0b171;
    border-color: #e0b171;
    color: #fff;
}
span.bull {
    color: #cf8b2d;
    font-size: 20px;
    vertical-align: middle;
}
.modal-content{
    border-radius: 0px;
}
.listBullet {
    padding-left: 0px;
}
.listBullet li:before{
    content: '\f111';
    font-family: 'font-awesome';
    font-size: 4px;
    vertical-align: bottom;
    margin-right: 5px;
    color: #cf8b2d;
}
ul.list{
    list-style-type: disc;
    padding-left: 20px;
}
.subtitle{
    font-size: 13px;
    color: #e0b171;
    text-transform: uppercase;
    border-bottom: 1px solid #e0b171;
    font-weight: normal;
}
.mainSubtitle{
    margin-bottom: 0px;
    padding-bottom: 0px;
    color: #1d1d1b;
}
span.small{
    font-size: 14px;
}

/* Gallery */
.masonry-thumbs { 
    position: relative; 
}
.masonry-thumbs a {
	position: relative;
	float: left;
	width: 25%;
	max-width: 100% !important;
	overflow: hidden;
}
.masonry-thumbs.col-2 a { 
    width: 50%; 
}
.masonry-thumbs.col-3 a { 
    width: 33.30%; 
}
.masonry-thumbs.col-4 a { 
    width: 25%; 
}
.masonry-thumbs.col-5 a { 
    width: 20%; 
}
.masonry-thumbs.col-6 a { 
    width: 16.60%; 
}
.masonry-thumbs a,
.masonry-thumbs img {
	display: block;
	height: auto !important;
}
.masonry-thumbs img {
	width: 100%;
	border-radius: 0 !important;
	padding: 0 1px 1px 0;
}

.masonry-thumbs .overlay { padding: 0 1px 1px 0; }


/* ---- grid ---- */

.grid {
  max-width: 1200px;
}

/* clearfix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}
.grid-item img{
	width: 100%;
	padding: 1px 2px;
	box-sizing: border-box;
}
.grid-sizer, .grid-item {
  width: 25%;
  float: left;
}
.grid-item--width2 { 
    width: 50%; 
}
.videoContainer{
    padding: 10px 220px;
}

/*Fin Gallery*/

.awards{
    border-right: 1px solid #ddd;
    padding: 0px 30px;
    height: 300px;
}
.awards.heighMin {
	height: 230px;
}
.awards h2{
    padding-bottom: 0px;
    background-color: #e0b171;
    color: #fafafa;
    padding-left: 10px;
    font-size: 18px;
}
.awards:last-child{
    border-right: 0px;
}
.awardsList{
   padding: 0px 10px; 
}
.awardsList li span{
    margin-left: 10px; 
    font-style: italic;
}
.press {
	margin-bottom: 50px;
}
.press p{
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    margin: 0px;
}
.press p img{
    margin-bottom: 5px;
}
.press p span{
    color: #444;
    font-style: italic;
}
.contactPerson{
    border: 1px solid #008C99;
    padding: 5px;
    text-align: center;
    font-size: 16px;
}
.contactPerson hr{
    margin: 5px 0px;
}
.contactPerson a:first-child{
    margin-bottom: 5px;
    display: block;
}
.contactInformation p{
    font-size: 14px;
    margin-bottom: 0px;
}
ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;    
}
.blog{
	margin-top:0px !important;
}
.blogmonth{
	margin-left:15px;
	color:#294957;
}
.blogmonth ul li:before{
	content:"\f0da";
	margin-right:5px;
    font-family: 'font-awesome';
}
.mes{
	background-color:#B4D1DC;
	padding-left:10px;
	margin-bottom:10px !important;
}
#sticky.stick {
  position: fixed;
  top: 0;
  z-index: 10000;
  width: 28%;
    background-color: #fff;
}
.photoText{
	position:absolute; 
	top:0px; color:#fff; 
	font-family: 'Times New Roman', serif; 
	font-size:16px; 
	width:100%; 
	text-align:center;
	margin:0;
}
.blogDivider{
    border: 0px;
}
#sticky ul{
    padding-left: 10px;
}
.imgTour img{
    width: 100%;
}
.includes {
    margin-top: 10px;
    padding: 6px;
}
.levels p {
    text-align: center;
    color: white;
}

#CDSROWLOGO481.logo{
    width: 115px !important;
    box-sizing: border-box;
}

.content_border_right.contentText{
    min-height: 580px;
}

.content_border_right.contentText p{
    min-height: 250px;
}
.content_border_right.contentText h2{
    color: #cf8b2d;
    min-height: 45px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px !important;
    margin-top: 10px;
    font-size: 23px;
}
.contentNewsHome h2{
    margin-top: 10px;
}
.fancyLink:hover{
    cursor: pointer;
}
.fancybox-slide--iframe .fancybox-content {
	width  : 1010px;
	height : 630px;
	max-width  : 80%;
	max-height : 80%;
	margin: 0;
}
.content-complimentary{
    padding: 15px;
}
.overlayHome{
    position: relative
}
.overlayHome .overlayHover{
    position: absolute;
    display: none;
    width: 92.5%;
    height: 100%;
    z-index: 10000;
    color: #fff;
    padding: 20px;
    background-size: cover;
    vertical-align: middle;
}
.overlayHome .overlayHover p{
    text-align: center !important;
    margin: 0px;
}
.overlayHome .overlayHover h2{
    color: #fff;
}
.overlayHome:hover .overlayHover{
    background-color: rgba(116,114,108,.6);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-align-content: center;
}
.top-bar{
    float: right;
    width: 70%;
    text-align: right;
    margin-top: 10px;
    margin-right: -5px;
    margin-bottom: 5px;
}
.top-bar span{
   font-size: 13px !important;
    color: #1d1d1b !important;
    margin-right: 26px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 1px;
}
.complimentaryServices{
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #cf8b2d;
    border-top: 1px solid #cf8b2d;
    margin-bottom: 75px;
    text-align: center;
}
.complimentaryServices p{
    text-align: center;
    line-height: 2em;
}
.complimentaryServices h2{
    font-weight: normal;
    padding: 0 0 10px 0;
    color: #1d1d1b;
    /* font-family: "Times New Roman", Times, serif; */
    font-family: 'Playfair Display', serif;
    letter-spacing: 0 !important;
    font-size: 30px;
}
.top-bar .btn-color{
    margin-right: 0px;
    font-size: 13px;
    padding: 5px 10px;
}
h2 .emSpan{
    font-style: italic;
    font-size: 16px;
    line-height: 0px;
}
.contentNewsHome p{
    min-height: 100px;
    font-size: 12px;
    line-height: 1.3em;
}
.contentNewsHome p.viewMoreLinkHome{
    text-align: right;
    margin-bottom: 0px;
    min-height: inherit !important;
}
.owl-buttons {
    position: absolute;
    top: 30%;
    width: 100%;
}
.owl-next img {
    width: 20px;
}
.owl-prev img {
    width: 20px;
}
.owl-theme .owl-controls .owl-buttons div {
    background: transparent;
}
.owl-next {
    right: -40px;
    position: absolute;
}
.carousel-item p{
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
}

.owl-prev {
    left: -40px;
    position: absolute;
}
.shortLine{
    width: 35%;
    margin-left: auto;
    margin-right: auto;
    border-color: #cf8b2d;
    margin-top: 15px;
    margin-bottom: 15px;
}
.shortLineGrey{
    width: 25%;
    margin-left: auto;
    margin-right: auto;
    border-color: #1d1d1b;
    margin-top: 15px;
    margin-bottom: 35px;
}
span.quot {
	font-family: 'Playfair Display', serif;
}
.container.gallery{
    width: 950px;
}
.container.gallery div.col-md-12, 
.container.gallery div.col-md-8, 
.container.gallery div.col-md-6, 
.container.gallery div.col-md-4, 
.container.gallery div.col-md-3, 
.container.gallery div.col-md-2,
.container.gallery div.col-lg-12, 
.container.gallery div.col-lg-8, 
.container.gallery div.col-lg-6, 
.container.gallery div.col-lg-4, 
.container.gallery div.col-lg-3, 
.container.gallery div.col-lg-2
{
	padding-right: 10px !important;
    padding-left: 10px !important;
}
.container.gallery .row {
    margin-right: -10px;
    margin-left: -10px;
}
.container.gallery .img-responsive{
    width: 100% !important;
}
.row.press div{
    min-height: 350px;
}
h1.galleryTitle{
    text-align: left;
    margin-bottom: 20px;
    text-transform: uppercase;
    padding: 0px;
}
.padding-top-header{
    padding-top: 85px;
}

.form-control[readonly] {
    background-color: #fff;
    opacity: 1;
    cursor: pointer;
}

#tablePax thead tr th{
    background-color: #fff;
    text-align: left;
    border-bottom: 0px;
}

#tablePax tr td{
 border-top: 0px;
}

.tablePaxContainer{
    /*margin-bottom: 30px;*/
}

.cardLogo {
    margin-right: 6px;
    margin-top: 30px;
    width: 60px !important;
}
#boton:disabled {
    background: #dddddd;
    color: #555;
}
#boton:disabled:hover{
    cursor: not-allowed;
}