/* ==== Google font ==== */

@import url(http://fonts.googleapis.com/css?family=Roboto:200, 400,300,700,900);
@import url('http://fonts.googleapis.com/css?family=Ek+Mukta:200, 400,600,700');
* {
    padding: 0;
    margin: 0;
}

body {
    width: 100%;
    height: 100%;
    font-family: 'Ek Mukta', sans-serif;
    font-weight: 300;
    color: #666;
    /*background: url(../img/bgsite.jpg);*/
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 400;
    overflow-x: hidden;
}

body.modal-open {
	overflow:inherit;
	padding-right:inherit !important;
}

html {
    overflow-x: hidden;
}

h1 {
    font-size: 38px;
}

h2 {
    font-size: 36px;
}


h3 {
    font-size: 36px;
}

h4 {
    font-size: 12pt;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 200;
    color: #111;
}



.big-heading {
    font-size: 48px;
    font-weight: 700;
}

p {
    margin: 0 0 20px;
    font-weight: 100;
}

p.lead {
    font-weight: 600;
}

.highlight-light {
    background-color: rgba(255, 255, 255, .5);
    padding: 20px;
    display: inline-block;
    color: #111;
}

.highlight-dark {
    background-color: rgba(0, 0, 0, .5);
    padding: 20px;
    display: inline-block;
    color: #fff;
}

.highlight-color {
    padding: 20px;
    display: inline-block;
}

a {
    color: #666;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
}

a:visited{
	color: #444 !important;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 24px;
    line-height: 1.5em;
    font-weight: 300;
    color: #999;
}

blockquote.bg-light {
    background-color: rgba(255, 255, 255, .8);
    padding: 20px;
    color: #222;
}

blockquote.bg-dark {
    background-color: rgba(0, 0, 0, .8);
    padding: 20px;
}

blockquote strong {
    font-weight: 700;
}

.light {
    font-weight: 400;
}


/* --- logo --- */

.site-logo {
    
	margin-left:10px;
}

.white {
    color: #fff;
}


/* ------- Navigation ------------ */

#navigation {
    background: #fff;
    z-index: 1000;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.navbar {
    margin-bottom: 0;
}

.navbar-brand {
    font-weight: 700;
}

.navbar-brand:focus {
    outline: 0;
}

.nav.navbar-nav {
    background-color: rgba(255, 255, 255, .6);
}

.navbar-custom.top-nav-collapse .nav.navbar-nav {
    background-color: rgba(0, 0, 0, 0);
}

.navbar-custom ul.nav li a {
    font-size: 12px;
    letter-spacing: 1px;
    color: #444;
    text-transform: uppercase;
    font-weight: 400;
}

.navbar-custom.top-nav-collapse ul.nav li a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #fff;
}

.navbar-custom ul.nav ul.dropdown-menu {
    border-radius: 0;
    margin-top: 21px;
    border-top: none;
}

.navbar-custom ul.nav li a:hover ul.dropdown-menu {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.navbar-custom ul.nav ul.dropdown-menu li {
    border-bottom: 1px solid #f5f5f5;
}

.navbar-custom ul.nav ul.dropdown-menu li:last-child {
    border-bottom: none;
}

.navbar-custom ul.nav ul.dropdown-menu li a {
    padding: 10px 20px;
}

.navbar-custom ul.nav ul.dropdown-menu li a:hover {
    background: #fefefe;
}

.navbar-custom.top-nav-collapse ul.nav ul.dropdown-menu li a {
    color: #666;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255, 255, 255, .2);
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255, 255, 255, .2);
}

.navbar-toggle {
    padding: 4px 6px;
    font-size: 14px;
    color: #fff;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}


/* misc */

hr {
    margin-top: 10px;
}

hr.bold {
    border-top: 3px solid #eee;
}

.divider-header {
    display: block;
    width: 40px;
    height: 2px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.divider-short {
    display: block;
    width: 60px;
    height: 5px;
    margin: 0 auto;
    margin-bottom: 10px;
}


/* margins */

.marginbot-0 {
    margin-bottom: 0 !important;
}

.marginbot-10 {
    margin-bottom: 10px !important;
}

.marginbot-20 {
    margin-bottom: 20px !important;
}

.marginbot-30 {
    margin-bottom: 30px !important;
}

.marginbot-40 {
    margin-bottom: 40px !important;
}

.marginbot-50 {
    margin-bottom: 50px !important;
}

.marginbot-60 {
    margin-bottom: 60px !important;
}

.marginbot-70 {
    margin-bottom: 70px !important;
}

.marginbot-80 {
    margin-bottom: 80px !important;
}

.marginbot-90 {
    margin-bottom: 90px !important;
}

.marginbot-100 {
    margin-bottom: 100px !important;
}

.margintop-0 {
    margin-top: 0 !important;
}

.margintop-10 {
    margin-top: 10px !important;
}

.margintop-20 {
    margin-top: 20px !important;
}

.margintop-30 {
    margin-top: 30px !important;
}

.margintop-40 {
    margin-top: 40px !important;
}

.margintop-45 {
    margin-top: 45px !important;
}

.margintop-50 {
    margin-top: 50px !important;
}


/* ===========================
--- General sections
============================ */

.home-section {
    padding-top: 150px;
    padding-bottom: 110px;
    display: block;
    position: relative;
    z-index: 120;
}

.inner-section {
    padding-top: 110px;
    padding-bottom: 110px;
}

.home-section.nopadd-bot {
    padding-bottom: 0;
}

.section-heading h2 {
    font-size: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #872b01;
     padding-bottom: 20px;
    padding-top: 20px;
}
.section-heading h3 {
    font-size: 24px;
    letter-spacing: 1px;
}
.section-heading h4 {
    font-size: 20px;
    letter-spacing: 1px;
    /*text-transform: uppercase;*/
    margin-bottom: 10px;
}
.section-heading h5 {
    font-size: 24px;
    letter-spacing: 1px;
}

.section-heading p {
    font-weight: 300;
    font-size: 20px;
    line-height: 1.6em;
}
.section-heading div ul li {
    font-weight: 300;
    font-size: 17px;
    line-height: 1.6em;
    text-align: left;
}
.bullets ul li {
    font-weight: 300;
    font-size: 17px;
    line-height: 1.6em;
    text-align: left;
}

/* --- section bg var --- */

.bg-gray {
    background: #f9f9f9;
}

.bg-dark {
    background: #404040;
}


/* --- section color var --- */

.text-light {
    color: #fff;
}


/* ===========================
--- Intro
============================ */

.hero {
    background: url(../img/portada-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 200px 0 200px 0;
    height: auto;
}

.hero h1 {
    font-size: 40px;
    letter-spacing: 12px;
    margin: 40px 0 10px;
    font-weight: 900;
    color: #fff;
}

.hero h1 span {
    color: #a1a9b0;
    display: inline-block;
}

.hero p {
    font-size: 24px;
    font-weight: 400;
    color: #fefefe;
}

.learn-more-btn {
    background: rgba(61, 201, 179, 1);
    padding: 20px 40px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-box-shadow: 0px 3px 0px 0px #309383;
    -moz-box-shadow: 0px 3px 0px 0px #309383;
    box-shadow: 0px 3px 0px 0px #309383;
    margin: 60px 0 0;
    font-weight: bold;
}

.learn-more-btn:hover,
.learn-more-btn:focus {
    background: rgba(61, 201, 179, 0.6);
    color: #fff;
}

.intro {
    width: 100%;
    position: relative;
    padding: 0;
}

.intro-inner {
    width: 100%;
    position: relative;
    padding: 120px 0 20px;
}

.brand-heading {
    font-size: 40px;
}

.intro-text {
    font-size: 18px;
}


/* Carousel Styles */

.carousel-inner img {
    width: 100%;
    max-height: 650px;
}

.carousel-control {
    width: 0;
}

.carousel-control.left,
.carousel-control.right {
    opacity: 1;
    filter: alpha(opacity=100);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
}

.carousel-control.left span {
    padding: 0;
}

.carousel-control.right span {
    padding: 0;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    position: absolute;
    top: 45%;
    z-index: 5;
    display: inline-block;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 30px;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 30px;
}

.carousel-control.left span:hover,
.carousel-control.right span:hover {
    opacity: .7;
    filter: alpha(opacity=70);
}

.carousel-inner > .item {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    width: 100%;
    height: auto;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: 0;
    padding-left: 0;
}


/* Carousel Header Styles */

.header-text {
    position: absolute;
    top: 20%;
    left: 1.8%;
    right: auto;
    width: 96.66666666666666%;
    color: #fff;
}

.header-text h2 {
    font-size: 40px;
}

.header-text h2 span {
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
}

.header-text h3 span {
    color: #fff;
}

.btn-min-block {
    min-width: 170px;
    line-height: 26px;
}

.btn-theme {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    margin-right: 15px;
}

.btn-theme:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}



/* ===========================
--- Services
============================ */

.service-box {
    background: #fff;
    border-bottom: 2px solid #f7f7f7;
    padding: 40px 20px;
}

.service-box:hover {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-top: -20px;
}

.service-icon {
    margin-bottom: 20px;
}

.service-desc h5 {
    text-transform: uppercase;
    font-weight: 700;
    color: #666;
    font-size: 18px;
    margin-bottom: 10px;
}

.service-desc .divider-header {
    margin-bottom: 30px;
}


/* ===========================
--- Works
============================ */

#owl-works {}

.item {
    margin: 10px;
}

.item img {
    display: block;
    width: 100%;
    height: auto;
}


/* ===========================
--- Contact
============================ */

.form-group {
    margin-bottom: 20px;
}

form#contact-form .form-group label {
    text-align: left !important;
    display: block;
    text-transform: uppercase;
    font-size: 16px;
}

form#contact-form input,
form#contact-form select,
form#contact-form textarea {
    font-size: 14px;
    line-height: 1.6em;
    border: 1px solid #eee;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2px;
}

.btn-lg,
.btn-group-lg > .btn {
    border-radius: 2px;
}

form#contact-form input:focus,
form#contact-form select:focus,
form#contact-form textarea:focus {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

.input-group-addon {
    background-color: #fefefe;
    border: 1px solid #eee;
}

.widget-contact {
    text-align: left;
}


/* ===========================
--- Bottom
============================ */

.boxcol-25 {
    width: 100%;
}

.box-social {
    list-style: none;
}

.box-social li {
    width: 25%;
    float: left;
}

.box-social .social-facebook a {
    display: block;
    background: #3873ae;
}


/* ==== Sidebar ==== */

.sidebar .widget h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.sidebar .widget {
    margin-bottom: 50px;
}

.widget ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.sidebar .widget ul li {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 10px;
}

.sidebar .widget ul li a {
    color: #999;
}

.widget.widget_categories ul li:before {
    display: inline-block;
    font-family: 'Pe-icon-7-stroke';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e684";
    margin-right: 10px;
}

.widget.widget_recent_post ul li figure {
    float: left;
    margin: 0 20px 0 0;
}

.widget.widget_recent_post ul li {
    margin-bottom: 25px;
}

.widget.widget_recent_post ul li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.widget.widget_recent_post ul li h6 {
    margin-bottom: 10px;
}

.widget.widget_recent_post ul li span {
    font-size: 14px;
}

.widget .tagcloud a {
    padding: 4px 10px;
    color: #444;
    display: inline-block;
    margin: 0 10px 10px 0;
    font-size: 14px;
    border-radius: 2px;
}

.widget .tagcloud a:hover {
    color: #444;
    background: #333;
}


/* --- widget --- */

form.search-form input {
    font-size: 18px;
    line-height: 1.6em;
    border: 1px solid #eee;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2px;
}

form.search-form input:focus {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}


/* ===========================
--- Footer
============================ */

footer {
    background-color: #fff;
}

footer {
    text-align: center;
}

footer p {
    color: #f8f8f8;
    font-size: 14px;
}

footer a.totop {
    color: #444;
    margin-bottom: 30px;
}

footer a.totop:focus {
    outline: 0;
}


/* menu */

ul.footer-menu {
    list-style: none;
}

ul.footer-menu li {
    float: left;
    margin: 0 0 0 10px;
}

ul.footer-menu li a {
    color: #444;
    font-size: 16px;
    padding-left: 9px;
    line-height: 1.1em;
}

ul.footer-menu li:first-child a {
    border-left: none;
    padding-left: 0;
}

.social-widget {
    margin-top: 20px;
    margin-bottom: 30px;
}

.social-widget ul li a:hover {
    color: #444;
}

footer .social-widget ul.team-social li a {
    margin: 0 5px;
}


/* === testimonial slide === */

.testimonialslide {
    margin-top: 0;
    padding-top: 0;
}

.testimonialslide ul li blockquote {
    color: #fff;
    border-left: none;
}

.testimonialslide ul li h4 {
    color: #fff;
    font-weight: 900;
}

.testimonialslide ul li h4 span {
    color: #fff;
    font-weight: 400;
}


/* --- button --- */

.btn {
    border-radius: 2px;
    position: relative;
    display: inline-block;
    outline: none;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
    font-size: 14px;
}

.btn.btn-noradius {
    border-radius: 0;
}

a.btn:focus {
    outline: 0;
}

.btn-red {
    color: #fff;
    background-color: #c83539;
    border-color: #c83539;
}

.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active {
    color: #fff;
    background-color: #666;
    border-color: #666;
}

.btn-red:active {
    background-image: none;
}

.btn-skin:hover,
.btn-skin:focus,
.btn-skin:active,
.btn-skin.active {
    color: #fff;
    background-color: #666;
    border-color: #666;
}

.btn-default{
    background: #444;
    color: #fff;
}
.btn-default:hover{
    background: #444;
    color: #fff;
}
.btn-default a{
    background: #444;
    color: #fff;
}
/*.btn-default:hover,
.btn-default:focus {
    border: 1px solid #5a632c;
    outline: 0;
    color: #000;
    background-color: #5a632c;
}*/

.btn-huge {
    padding: 25px;
    font-size: 26px;
}

.banner-social-buttons {
    margin-top: 0;
}


/* --- progress --- */

.progress {
    height: 40px;
}

.progress-bar {
    font-size: 14px;
    line-height: 40px;
}

.footerb {
    background: #8cb7e8;
    color: #0f1d41;
    font-size: 9pt;
}

.footerb a {
    color: #0f1d41;
}

.bg-white {
    background-color: rgba(255, 255, 255, .4);
}

.ubicacion p {
    font-size: 10pt;
}

.powered {
    background: #e7e3d7;
}
.powered img{
    margin-bottom: 20px;
}

.social-icons i {
    padding: 15px;
}

.boton100 {
    padding: 10px;
    background-color: #832a1a;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 10px;
}
.boton100:hover {
    padding: 10px;
    background-color: #832a1a;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 10px;
}

.boton:hover {
    padding: 10px;
    background-color: #872b01;
    width: 90%;
}

.arriba {
    margin-top: -35px;
}

.derecha {
    margin-left: 12px;
    padding-right: 10px;
}


/* Media queries */

@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
        transition: background .5s ease-in-out, padding .5s ease-in-out;
    }
    .top-nav-collapse {
        padding: 0;
        background-color: #000;
    }
    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255, 255, 255, .3);
    }
    .intro {
        height: 100%;
        padding: 0;
    }
    .brand-heading {
        font-size: 100px;
    }
    .intro-text {
        font-size: 25px;
    }
    .googleaakbal {
		position:relative;
		margin:0 auto;
        width: 600px;
		margin-bottom:30px;	
        height: 300px;
    }
}

@media (max-width:768px) {
    #navigation {
        padding: 20px 0;
    }
    .site-logo {
        margin: 0 0 0 30px;
        float: none;
    }
    .navbar-custom ul.nav li a {
        color: #444;
        font-weight: 200;
    }
    .navbar-custom ul.nav ul.dropdown-menu li {
        border-bottom: 1px solid #aaa;
    }
    .navbar-header {
        margin-top: -40px;
        padding: 0;
    }
    .navbar-header button {
        background: #111;
    }
    .navbar-header button.navbar-toggle {
        padding: 4px 15px;
        font-size: 14px;
        color: #fff;
        background: #752f0b;
    }
    .navbar-custom .nav {
        background: #444;
    }
    .service-box {
        margin-bottom: 50px;
    }
    .team-wrap {
        margin-bottom: 30px;
    }
    form#contact-form {
        margin-bottom: 50px;
    }
    .xs-marginbot-20 {
        margin-bottom: 20px;
    }
}

@media (max-width:480px) {
    .navbar-custom .nav.navbar-nav {
        background-color: rgba(255, 255, 255, .4);
        
    }
    .navbar.navbar-custom.navbar-fixed-top {
        margin-bottom: 10px;
    }
    .googleaakbal {
		position:relative;
		margin:0 auto;
		margin-bottom:30px;	
        width: 90%;
        height: 90%;
    }
}

@media (max-width:320px) {
    body {
        
        overflow-x: hidden;
    }
    .boton {
        width: 100%;
    }
    .boton:hover {
        width: 100%;
    }
    .boton a {
        font-size: 8pt;
    }
}
.pieroom {

    font-size: 12pt;
    line-height: 14pt;
    padding: 5px 20px;
    text-align: left;
    height: 103px;
}

.black{
    background: #000;
}

.navbar-collapse ul li a{
    margin-left: 0px;
    
}
.linktxtCB a{
    color:#832a1a;
}
.linktxtCB a:hover{
    color:#832a1a;
}
.linktxtCB p a{
    color:#832a1a;
}
.boxCB{
    background: #e7e3d7;
    padding: 20px;
}
.vacio20px{
    margin: 20px;
}
.vacio100px{
    margin: 100px;
}
.vacio50px{
    margin: 50px;
}
.bgCB01{
    background: #e7e3d7;
}
.bgCB02{
    background: #f8f7f4;
}
.colorCB{
    color: #752f0b;
}
.bgCB{
    background: #752f0b;
}
.telCB a{
    color: #752f0b;
}
.telCB a:hover{
    color: #752f0b;
}

/*separador*/
.sep {
	background-attachment: fixed;
	background-position: 50% 0;
	background-repeat: no-repeat;
	height: 450px;
	position: relative;
}

.bgSepSpa {
	background-image: url(../img/separador/CB-EspirituSpa02.jpg);
}
.bgSepBoda {
	background-image: url(../img/separador/CB_bodas.jpg);
}

.bgSep01 {
	background-image: url(../img/separador/separador1.jpg);
}

.margintoph6 h6{
    margin-top: 70px;
}
.dir p{
    font-size: 12pt;
}
.restaurant h6{
    margin-top: 50px;
}
.actividades h6{
    margin-top: 60px;
}
.actividades img{
    margin-top: 10px;
    margin-bottom: 10px;
}
.text-roomCB{
    padding: 5px 30px;
    text-align: justify;
}
@media (max-width:320px) {
    .text-rommCB{
    padding: 0px 0px;
    }
}
.text-special {
    font-size: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #872b01;
     padding-bottom: 20px;
    padding-top: 20px;
}
.text-vistamar {
    font-size: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #92c5eb;
}
.text-colinas {
    font-size: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #bccb8e;
}
.text-marina {
    font-size: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #19388a;
}
.text-golf {
    font-size: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #eb6e1f;
}
.text-beach {
    font-size: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #00b5cb;
}
.residences img{
    margin-bottom: 15px;
}
.marging10{
    margin-top: 10px;
}
.reservaCB{
    padding-top: 20px;
}
.reservaCB span{
     margin: 0 0 20px;
    font-weight: 100;
    padding-left: 15px;
}

/**********************************************************************/

#ui-datepicker-div{
	z-index:400 !important;
}

.ui-datepicker-header{
	background-color: #D8A558 !important; 
}

.ui-datepicker-month{
	color: #444 !important;
	font-weight:200 !important;
}

.ui-datepicker-year{
	color: #444 !important;
	font-weight:200 !important;
}

.ui-datepicker {
   background: #FFFFFF !important;
   color: #444 !important;
}

.ui-datepicker .ui-datepicker-header{
	background: #97650D !important;
	color: #EEE !important;
	border: 1px solid #97650D !important;
}

.ui-datepicker .ui-datepicker-title{
	background: #97650D !important;
	color: #EEE !important;
}
 
.ui-datepicker .ui-datepicker-calendar .ui-state-default{
	background: #333 !important;
	border: 1px solid #555 !important;
	color: #EEE !important;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-active{
	background: #D69522 !important;
	border: 1px solid #D69522 !important;
	color: #EEE !important;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-default:hover{
	background: #97650D !important;
	border: 1px solid #97650D !important;
	color: #EEE !important;
}

.ui-datepicker  .ui-datepicker-header .ui-datepicker-prev:hover{
	background: #fff !important;
	border: 1px solid #555 !important;
	color: #EEE !important;
}

.ui-datepicker  .ui-datepicker-header .ui-datepicker-next:hover{
	background: #fff !important;
	border: 1px solid #555 !important;
	color: #EEE !important;
}

.cont_reserva{
	position: absolute;
    top: 0px;
    width: 100%;
    height: 50px;
    z-index: 10;
    background-color: transparent;
    color: #FFFFFF;
    padding: 8px 10px;
    text-align: right;
}

.line{
	position: absolute;
    top: 0px;
    width: 100%;
    height: 50px;
    z-index: 10;
	opacity: 0.4;
	background-color: #444;
}

.input-date{
	color: #444;
}

.dropdown{
	color: #444;
}

.btn-send{
	width:auto;
	height:auto;
	padding:5px 13px;
	margin-left:10px;
	color: #FFFFFF;
	background-color: #BC7D10;
	border-radius:3px;
	border:none;
}

.cont_tripadvisor{
	padding:13px 10px;
}

.socialWidgetContainer{
	display: block !important;
}

.cont_write_trip{
	position:relative;
	width:170px;
	margin:0 auto;
}

.close-lightbox{
	position:absolute;
	top:-8px;
	right:-7px;
	border-radius:10px;
	width:20px;
	height:20px;
	text-align:center;
	line-height:20px;
	border: none;
	background-color: #BE9363;
	color: #FFFFFF;
	font-size:1.4em;
	font-weight:100;
	cursor: pointer;
	outline: none;
}

.cont_image360{
	position:relative;
	margin-top:130px;
	height:450px;
	background: url(../img/rooms/piscina-2.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.cont_link360{
	height:450px;
	text-align:center;
	vertical-align:middle;
	padding-top:170px;
	line-height:40px;
}

.cont_link360 a{
	font-weight:100;
	font-size:2.2em ;
	color: #FFFFFF !important;
	outline:none;
}

.cont_link360 a:visited{
	color: #FFFFFF !important;
}

.br-0{
    position:relative;
    clear:left;
    width:100%;
    height:3px;
}

.br-1{
    position:relative;
    clear:left;
    width:100%;
    height:5px;
}

.br-2{
    position:relative;
    clear:left;
    width:100%;
    height:7px;
}

.br-3{
    position:relative;
    clear:left;
    width:100%;
    height:10px;
}
.br-4{
    position:relative;
    clear:left;
    width:100%;
    height:30px;
}

.br-5{
    position:relative;
    clear:left;
    width:100%;
    height:40px;
}

.br-6{
    position:relative;
    clear:left;
    width:100%;
    height:70px;
}

.clear{
	position:relative;
	clear: left;
	width:100%;
	height:100px;
}

a:visited{
	color: #DFBF4C !important;
}

.html5gallery-tn-title-0{
	line-height:17px !important;
	font-size:0.9em !important;
}

.title{
	font-weight:100;
	font-size:2.2em;
	color: #BF5E34;
	line-height:35px;
	padding-top:20px;
	padding-bottom:20px;
}

.subtitle{
	font-weight:100;
	font-size:1.7em;
	color: #BFA782;
	line-height:35px;
	padding-top:20px;
	padding-bottom:20px;
}

.title-modal{
	font-weight:100;
	font-size:2.2em;
	color: #BF5E34;
	line-height:35px;
	padding-bottom:20px;
}

.subtitle-modal{
	font-weight:100;
	font-size:1.7em;
	color: #BFA782;
	line-height:35px;
}

.span-title{
	color: #AC8E3F;
}

.dotted-space{
    position:relative;
    clear:left;
    width:100%;
    height:1px;
    margin-top:50px;
    margin-bottom:50px;
    background-image: linear-gradient(to right, #C98017 45%, rgba(59,156,164,0) 0%);
    background-position: bottom;
    background-size: 40px 1px;
    background-repeat: repeat-x;
}

.dotted-space-2{
    position:relative;
    clear:left;
    width:100%;
    height:1px;
    margin-top:50px;
    margin-bottom:50px;
    background-image: linear-gradient(to right, #B3B3B3 45%, rgba(59,156,164,0) 0%);
    background-position: bottom;
    background-size: 40px 1px;
    background-repeat: repeat-x;
}

.background-boda{
	position:relative;
	height:450px;
	background: url(../img/separador/CB_bodas.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.background-sea{
	position:relative;
	height:450px;
	background: url(../img/separador/CB-BCS-2.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.cont-text-sea{
	height:450px;
	text-align:center;
	vertical-align:middle;
	padding-top:170px;
	line-height:40px;
	font-weight:100;
	font-size:2.2em ;
	color: #FFFFFF !important;
	outline:none;
}

.btn-book {
    width: auto;
    height: auto;
    padding: 10px 20px;
    font-weight: 100;
    font-size: 1.2em;
    color: #FFFFFF;
    background-color: #C68948;
    border: none;
    border-radius: 3px;
    margin-top: 20px;
}

.span-form {
    padding-top: 4px;
}

.tbx-date {
    width: 100%;
    border-radius: 3px;
    border: solid 1px #AB6112;
    padding: 1px 5px;
}

.select {
    width: 100%;
    border-radius: 3px;
    border: solid 1px #AB8A12;
    margin-top: 1px;
}

.footermodal{
    background: #832a1a;
    text-align: center;
    height: 30px;
}

.footermodal ul li{
    display: inline;
    color: #fff;
    font-size: 8pt;
    text-align: center;
}

.footermodal ul li a{
    color: #fff;
    font-size: 8pt;
}

.modal-txt ul{
    font-weight: 100;
    padding-left: 30px;
}

.bluemx a{
	color: #444 !important;
	outline: none;
}

a:focus{
	outline: none;
}

@media screen and (max-width: 768px) {
	
	.html5gallery{
		width:100% !important;
		height:600px !important;
	}
	
	.html5gallery-container-0{
		width:100% !important;
		height:600px !important;
	}
	
	.html5gallery-box-0{
		width:95% !important;
	}
	
	.html5gallery-elem-0{
		width:100% !important;
	}
	
	.html5gallery-loading-center-0{
		width:100% !important;
	}
	
	.html5gallery-elem-video-0{
		width:100% !important;
	}
	
	.html5gallery-elem-video-container-0{
		width:98% !important;
	}
	
	.html5gallery-title-0{
		width:99% !important;
	}
	
	.html5gallery-title-text-0{
		width:100% !important;
	}
	
	.html5gallery-toolbox-0{
		width:100% !important;
	}
	
	.html5gallery-toolbox-bg-0{
		width:100% !important;
	}
	
	.html5gallery-toolbox-buttons-0{
		width:100% !important;
	}
	
	#html5gallery-elem-html5-video-0{
		width:100% !important;
	}
	
	.html5gallery-car-0{
		left:0px !important;
		width:100% !important;
		height:200px !important;
	}
	
	.html5gallery-car-list-0{
		left:0px !important;
		width:95% !important;
		height:200px !important;
	}
	
	.html5gallery-car-mask-0{
		position:relative !important;
		margin:0 auto !important;
		width:350px !important;
		height:200px !important;
	}
	
	.html5gallery-thumbs-0{
		position:relative;
		left:-20px !important;
		width:258px !important;
	}
	
	.html5gallery-car-left-0{
		display: none !important;
	}
	
	.html5gallery-car-right-0{
		display: none !important;
	}
	
	.cont-text-sea {
		height: 450px;
		text-align: center;
		vertical-align: middle;
		line-height: 40px;
		font-weight: 100;
		font-size: 2.2em;
		color: #FFFFFF !important;
		outline: none;
		padding-top:66px;
	}
	
}
