/*
Raleway Medium
Raleway semiBold
Raleway Bold
Raleway Regular

Maven Pro Regular
Roboto Medium

*/

@import url(https://fonts.googleapis.com/css?family=Maven+Pro:500,900,400,700);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,600,500,700);

@font-face {
    font-family: 'Cinzel Regular';
    src: url("../fonts/Cinzel-Regular.otf")
}
@font-face {
    font-family: 'Cinzel Black';
    src: url("../fonts/Cinzel-Black.otf")
}
@font-face {
    font-family: 'Cinzel Bold';
    src: url("../fonts/Cinzel-Bold.otf")
}

body {
    font-size:13px;
    line-height:22px;
    font-weight: 400;
    font-family: 'Maven Pro', sans-serif;
    -webkit-font-smoothing:antialiased;
    -webkit-text-size-adjust:100%;
    opacity:0;
    color:#201815;
    margin:0;
}
h1,h2,h3,h4,h5,h6,legend {
    /*font-family:'Josefin Sans',sans-serif;*/
    font-family: 'Maven Pro', sans-serif;
    margin:0;
}
h1 {
    font-family: 'Raleway', sans-serif;
    font-size:43px;
    font-weight: 700;
    color:#464646;
    font-style: normal;
    padding:0;
    margin-bottom: 10px;
}
h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 11px;
    color:#4a7fa9;
    letter-spacing: 0;
    margin-bottom: 15px;
}
h2:after{
    content: '';
    display: block;
    margin-top: 15px;
    height: 2px;
    background-color: #0099cc;
    width: 12.5%;
    opacity: 1;
    left: 13px;
}
h3,legend {
    font-size:16px;
    line-height:1.1em;
    font-weight:500;
    letter-spacing:.075em;
    text-transform:uppercase;
}
h4 {
    font-family: 'Raleway', sans-serif;
    line-height:1.1em;
    font-weight:700;
    font-size: 35px;
    font-style:normal;
    margin-bottom:14px;
    font-size:15px;
    padding:0;
    text-transform:uppercase;
}
h5 {
    font-style:normal;
    font-weight:500;
    font-size:14px;
    line-height:1.1em;
    margin-bottom:6px;
}
h6 {
    font-weight:300;
    font-style:italic;
    margin-bottom:2em;
    font-size:12px;
    line-height:1.1em;
}
h1 small,h2 small,h3 small,h4 small {
    text-transform:none;
    font-size:.5em;
    font-weight:400;
    color:inherit;
}
p,ul {
    margin-top:0;
    margin-bottom:12px;
    text-align: justify;
}
strong {
    font-weight:700;
    color:rgba(74,127,169,1);
}
li {
    line-height:inherit;
}
a.readMore {
    font-style:italic;
}
blockquote {
    font-size:22px;
    line-height:33px;
    margin-bottom:22px;
    font-weight:300;
    font-family:'Josefin Sans',sans-serif;
    border:none;
    text-align:left;
    padding:0;
}
blockquote p {
    font-size:inherit;
    display:inline;
}
.ctaBox blockquote small,blockquote small {
    font-size:50%;
    display:inline-block;
    line-height:1em;
}
blockquote:after,blockquote:before {
    font-family:custom-icons;
    margin:0;
}
hr {
    margin:0;
    padding:0;
}
p{
    font-family: 'Maven Pro', serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    padding-bottom: 5px;
    color:#464646;
}
.quoteRow blockquote:after,.quoteRow blockquote:before {
    content:none;
}
.mb15 {
    margin-bottom:.75em;
}
.mb30 {
    margin-bottom:1.5em;
}
.mb40 {
    margin-bottom:2em;
}
.mt15 {
    margin-top:.75em;
}
.mt30 {
    margin-top:1.5em;
}
.mt40 {
    margin-top:2em;
}
.pb15 {
    padding-bottom:.75em;
}
.pb30 {
    padding-bottom:1.5em;
}
.pbseparate{
    padding-bottom: 4.5em;
}
.pb40 {
    padding-bottom:2em;
}
.pt15 {
    padding-top:.75em;
}
.pt30 {
    padding-top:1.5em;
}
.pt40 {
    padding-top:2em;
}
.noMargin {
    margin:0!important;
}
.noPaddingBottom {
    padding-bottom:0;
}
.noPaddingTop {
    padding-top:0;
}
.navbar-default {
    background:0 0;
    border:none;
}
.navbar-nav {
    margin-left:0;
    margin-right:0;
}
.navbar-brand{
    margin: 12px 0 9px 0;
}
.navbar-nav.pull-right>li>.dropdown-menu,.navbar-nav>li>.dropdown-menu.pull-right {
    right:auto;
}
li.Nactive>ul.subMenu {
    display:block!important;
}
.navbar-nav .Nactive .subMenu {
    margin-left:10px;
}
ul.dropdown-menu {
    position:static;
    clear:both;
    float:none;
    display:none;
    width:auto;
    background:0 0;
    border:none;
    box-shadow:none;
}
.navbar-default .navbar-toggle {
    margin-top:-57px;
}
.navbar>.container .navbar-brand {
    margin-left:15px;
}
.nav-tabs>li>a {
    border-radius:0;
    font-size:13px;
    padding:8px;
}
.nav-tabs>li,.nav-tabs>li.active a {
    float:none;
    display:inline-block;
}
.nav.nav-tabs {
    margin-bottom:22px;
    text-align:center;
}
.btnhome {
    background-color:#b1ae87!important;
}
.container .jumbotron {
    border-radius:0;
}
.form-control {
    box-shadow:none;
    color:#444;
    border:none;
    border-bottom:1px solid #C3C3C3;
    background:0 0;
}
.error {
    margin-bottom:20px;
    display:block;
    color:#B94A48;
    background-color:#F2DEDE;
    border-color:#EED3D7;
    padding:5px;
}
.errorForm {
    border:1px solid #b1935e!important;
}
.result {
    color:#b1935e;
    font-size:16px;
}
.panel-default>.panel-heading {
    transition:all .2s ease-out;
    background:#b1935e;
}
.iconList li:before {
    content:'\e818';
    font-family:custom-icons;
    font-size:10px;
    text-align:left;
    display:inline-block;
    line-height:1em;
    margin:0 10px 0 0;
    padding:0;
}
.iconList li {
    padding:5px;
}
.iconRounded {
    border-radius:0;
    width:40px;
    height:36px;
    display:block;
    text-align:center;
    font-size:18px;
}
.iconRounded:before {
    text-align:center;
    line-height:36px;
    margin:auto;
}
.iconBig {
    font-size:66px;
}
.iconBig.iconRounded {
    width:130px;
    height:130px;
}
.iconBig.iconRounded:before {
    line-height:130px;
}
.iconMedium {
    font-size:44px;
}
.iconMedium.iconRounded {
    width:75px;
    height:75px;
    border-width:2px;
}
.iconMedium.iconRounded:before {
    line-height:75px;
}
.iconBlocHeading {
    position:relative;
    padding-left:50px;
}
.iconBlocHeading i {
    position:absolute;
    left:0;
}
.boxFeature {
    margin-bottom:33px;
}
.boxIconServices i {
    margin:0 auto 22px;
}
.boxIcon a {
    text-align:center;
    display:block;
    border-radius:0;
    margin-bottom:9px;
    transition:all .3s ease-out;
    border:1px solid rgba(0,0,0,.15);
    padding:33px;
}
.boxIcon i {
    display:block;
    border-radius:50%;
    margin:0 auto 22px;
}
.boxIcon h2 {
    font-size:18px;
}
.boxIcon a:hover {
    text-decoration:none;
    border-bottom-width:4px;
    margin-bottom:0;
    margin-top:5px;
    background:#4D80A2;
    color:#fff;
}
.btn {
   text-transform: uppercase;
    transition: all .3s ease-out;
    border: none;
    background: #4A7FA9;
    color: #fff;
    font-weight: 700;
    border-radius: 0;
    padding: 11px 17px 9px;
}
.btn-lg {
    font-weight:400;
    border-radius:0;
    font-size:18px;
    padding:14px 18px;
}
.btn-sm {
    font-size:12px;
    border-radius:0;
    padding:10px 13px;
}
.btn-xs {
    font-size:13px;
    border-radius:0;
    float:right;
    padding:4px 15px;
}
.btn-link {
    text-transform:none;
    text-shadow:none;
    font-family:inherit;
    font-size:inherit;
    font-weight:400;
    padding:0;
}
.ctaBox {
    border:2px solid rgba(0,0,0,.05);
    padding:33px 11px;
}
.ctaBoxFullwidth {
    border:none;
    padding:0;
}
.ctaBox a {
    margin-top:22px;
}
.ctaBox h1 {
    font-size:22px;
    line-height:33px;
    margin-bottom:0;
    font-weight:300;
    font-family:bodoni_bk_btbook,sans-serif;
    border:none;
    text-align:left;
    letter-spacing:normal;
    text-transform:none;
    padding:0;
}
.ctaBox blockquote {
    font-size:44px;
    line-height:44px;
    margin-bottom:0;
    color:#fff;
}
#paralaxNeo {
    width:100%;
    background-size:cover;
    overflow:hidden;
    background-image:url(../images/paralax.jpg);
}
.maskParent {
    position:relative;
    height:100%;
}
.paralaxText {
    padding-top:33px;
    padding-bottom:33px;
    text-align:center;
    position:relative;
}
.paralaxMask {
    width:100%;
    height:100%;
    overflow:hidden;
    position:absolute;
    background:rgba(0,0,0,.15);
}
.neomenu ul.quickMenu {
    margin:0;
    padding:0;
    text-align: center;
}
ul.quickMenu {
    margin:5px 0 0;
    padding:0;
}
ul.quickMenu li {
    display:inline-block;
    padding-left:15px;
    margin-left:7px;
}
ul.quickMenu li:first-child {
    background-image:none;
    padding-left:0;
    margin-left:0;
}
ul.quickMenu li a {
    display:block;
    line-height:1.5em;
    transition:all 500ms ease;
    margin:0;
    padding:0;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 500;
}
ul.quickMenu li a:hover {
    text-decoration:none;
    text-shadow:1px 1px 0 rgba(0,0,0,.05);
    color:#aba493;
}
ul.quickMenu li a.linkLeft {
    margin-left:0;
}
.fixedHeader {
    left:0;
    position:fixed;
    top:0;
    width:100%;
    z-index:9999;
}
.fixedHeader #mainMenu li a {
    padding-bottom:.5em;
    padding-top:.5em;
}
.fixedHeader .nav-brand {
    margin-top:.6em;
    width:100px;
}
.neoskin {
    /*padding-top:108px;*/
}
.neoskin .navbar-nav ul ul {
    top:-12px;
}
.neoskin #mainHeader {
    box-shadow: 0 6px 12px rgba(0,0,0,.25);
}
.neoskin .navbar-nav>li#lastMenu>a {
    padding-right:10px;
}
.neoskin .sep {
    display:none!important;
}
.neoskin .navbar-nav ul li a {
    text-transform:none;
    color:#555;
    font-family:'Open sans',sans-serif;
}
.navbar-nav>li>a {
    display:block;
    text-decoration:none;
    text-transform:uppercase;
    font-family:'Open sans',sans-serif;
    font-weight:400;
    transition:all .3s ease-out;
    padding:11px 0;
}
.navbar-nav>li#lastMenu>a {
    padding-right:0;
}
#mainHeader .pull-right {
    float:none!important;
}
.navbar-nav ul {
    display:none;
    list-style-type:none;
    margin:0;
    padding:0;
}
.navbar-nav ul ul {
    top:-4px;
}
.navbar-nav ul li a {
    display:block;
    font-size:.857em;
    line-height:1.333em;
    padding:5px 11px;
}
#mainMenu .navbar-nav li a.hasSubMenu:after {
    font-family:custom-icons;
    display:block;
    float:right;
    margin-right:5px;
}
.newsText {
    padding:20px;
}
.newsText h3 {
    margin-bottom:8px;
}
.date {
    font-size:12px;
    line-height:12px;
    font-style:italic;
}
footer {
    color:#252525;
    background: rgba(74,127,169,1); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(rgba(74,127,169,1), rgba(57,105,143,1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(74,127,169,1), rgba(57,105,143,1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(74,127,169,1), rgba(57,105,143,1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(74,127,169,1), rgba(57,105,143,1)); /* Standard syntax */
}
#footerRights {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 500;
    margin-top: 0;
    padding:17px 22px 20px 22px;
}
.owl-theme .owl-controls .owl-buttons div {
    position:absolute;
    top:50%;
    margin-top: -57px;
    font-family:custom-icons;
    font-size:22px;
    text-align:center;
    color:#fff;
    border-radius:0;
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity:.8;
    transition:all 500ms ease;
    padding:0;
}
#home .owl-theme .owl-controls .owl-buttons div {
    margin-top: -120px;
}
.owl-next {
    right:0;
}
.owl-prev {
    left:0;
}
.owl-next i,.owl-prev i {
    display:block;
    padding:10px 5px;
}
#layerslider h1 {
    border-radius:0;
    font-size:33px;
    padding:5px 10px;
}
#layer-slider-blog #layerslider h1 {
    background:0 0;
    font-size:88px;
    text-align:center;
}
.ls-borderlesslight .ls-nav-next,.ls-borderlesslight .ls-nav-prev,.ls-fullwidth .ls-nav-next,.ls-fullwidth .ls-nav-prev {
    z-index:100!important;
    display:none;
}
.post h2 a:hover {
    text-decoration:none;
    color:#b1935e;
}
.postMeta {
    text-align:center;
    background:#b1935e;
    color:#fff;
    padding:2px;
}
.postDate {
    padding:11px 0;
}
.postDate span {
    text-align:center;
    display:block;
}
.dateDay {
    font-size:33px;
    font-weight:400;
    font-family:bodoni_bk_btbook,sans-serif;
    width:100%;
    line-height:22px;
    padding:11px 0;
}
.formatIcon {
    border-top:1px solid #fff;
    padding:11px 0;
}
.formatIcon i {
    font-size:22px;
}
ul.entry-meta {
    font-size:11px;
    margin:0 0 11px;
    padding:0;
}
ul.entry-meta li {
    display:inline-block;
}
.widget {
    margin-bottom:22px;
    padding-bottom:22px;
    border-bottom:1px solid #E7E7D9;
}
.tagCloud a:link,.tagCloud a:visited {
    text-decoration:none;
    text-transform:uppercase;
    display:inline-block;
    border-radius:0;
    line-height:1em;
    background-color:#fff;
    color:#ccc;
    border:1px solid #E7E7D9;
    margin:0 3px 14px 0;
    padding:7px;
}
nav#filter li {
    display:inline-block;
    list-style:none;
}
nav#filter a {
    background-color:#f0f3f6;
    color:#000;
    font-family:"Open Sans",sans-serif;
    font-weight:600;
}
li.filterTitle {
    color:#4F6266;
}
.isotopeItem .boxContent {
    margin-top:22px;
    padding:0;
}
header#project {
    padding:22px 0;
}
textarea#comments {
    height:87px;
}
#verify {
    width:auto;
    display:inline-block;
    margin-top:11px;
}
.securityCheck h3 {
    margin-bottom:7px;
}
#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:10000;
}
#status {
    width:100px;
    height:100px;
    position:absolute;
    left:50%;
    top:50%;
    text-align:center;
    padding-top:15px;
    text-transform:uppercase;
    border-radius:0;
    color:#fff;
    background-color:#555;
    margin:-50px 0 0 -50px;
}
ul.iconsTest {
    margin:0 0 22px;
}
.iconsTest li {
    display:block;
    float:left;
    margin-right:22px;
}
.ico1 {
    color:#0CF;
    font-size:1em;
}
.ico2 {
    color:#36F;
    font-size:3em;
}
.ico3 {
    color:#66C;
    font-size:6em;
}
.ico4 {
    color:#FFF;
    font-size:6em;
    text-shadow:0 2px 2px #777;
}
.imgHover article {
    position:relative;
    cursor:pointer;
}
.mask {
    position:absolute;
    top:0;
    left:15px;
    background:rgba(255,255,255,.6);
    display:none;
    z-index:0;
}
.iconLinks {
    display:none;
    position:relative;
    transition:background .3s ease-out;
    margin:20px;
}
#carouselOffers .iconLinks:hover,#carouselOffersSidebar .iconLinks:hover {
    background:rgba(0,0,0,.6);
}
.iconLinks a {
    display:inline-block;
    text-decoration:none;
}
.iconLinks a:hover i {
    transition:all .3s ease-out;
}
.iconLinks a span {
    position:relative;
    top:0;
    font-size:14px;
    text-align:center;
    width:100%;
    display:block;
    font-weight:400;
    padding:10px;
}
.mediaHover {
    text-align:center;
    overflow:hidden;
    position:absolute;
    top:0;
    left:0;
    width:100%;
}
.ie8 .mask {
    background:#fff;
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}
ul.socialNetwork {
    display:block;
    padding:0;
    text-align: center;
}
.w3c {
    vertical-align:middle;
    margin-top:-6px;
}
ul.socialNetwork li {
    display:inline-block;
    list-style-type:none;
}
.videoWrapper {
    position:relative;
    padding-bottom:54%;
    height:0;
}
.videoWrapper iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.videoWrapper.video1 {
    padding-bottom:39.6%;
}
p.credits {
    margin-bottom:1.5em;
    color:#555;
    background:#E7E7D9;
    padding:1.5em;
}
div.hotels-list-info h1,div.hotels-list-info h2 {
    font-size:25px;
    line-height:21px;
    color:#b1935e;
    margin-bottom:8px;
}
div.widgetbl{
    margin-bottom: 3em;
}
#miniMapSidebar {
    height:225px;
    margin-bottom:20px;
}
#mapWrapperBig {
    height:675px;
}
.isotope-item .imgWrapper {
    margin-bottom:30px;
}
.panel-body {
    border:1px solid #b1935e;
}
.pagination>li>a {
    background:#E7E7D9;
    border-bottom:0 solid rgba(150,150,150,.25);
    color:#111;
    border-radius:0!important;
}
.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover {
    background:#b1935e;
    border:none!important;
    border-radius:0!important;
}
.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover {
    background:#b1935e;
    border:none!important;
    border-radius:0!important;
    color:#fff;
}
.pagination>li:last-child>a,.pagination>li:last-child>span {
    border:none!important;
    border-radius:0!important;
}
.pager li>a,.pager li>span {
    border-radius:0!important;
}
.pager li>a:focus,.pager li>a:hover {
    background:#b1935e;
    color:#fff;
    border-color:#b1935e;
}
blockquote small {
    color:inherit;
    font-family:"Open Sans",sans-serif;
    font-weight:300;
    font-size:45%;
}
.scrollspyNav .active a,a,a:hover {
    color:rgba(74,127,169,1);
}
.btn:hover {
    opacity: 0.8;
    color:#fff;
}
.btn-inverse {
    background:#555;
    border-bottom:4px solid rgba(0,0,0,.25);
    color:#FFF!important;
}
.btn-inverse:hover {
    background:#F7F7F7;
    border-bottom:4px solid rgba(150,150,150,.25);
    color:#111!important;
}
.btn-primary {
    background:#004563;
    color:#fff!important;
}
.btn-info {
    background:#49AFCD;
    color:#FFF;
}
.btn-success {
    background:#5BB75B;
    color:#FFF;
}
.btn-warning {
    background:#FAA732;
    border-bottom-color:#EF9B25;
    color:#FFF;
}
.btn-danger {
    background:#DA4F49;
    border-bottom-color:#C64741;
    color:#FFF;
}
.btn-link,.btn-link:active,.btn-link:hover,.btn-link[disabled] {
    background:0 0;
    border:none;
    box-shadow:none;
    color:#49AFCD;
}
.btnWrapper {
    border:1px solid #ccc;
}
#mainHeader {
    background:rgba(255,255,255,1);
    padding-bottom: 2px;
}
#mainHeader .navbar-inner {
    background:#444;
    -webkit-filter:none!important;
    filter:none!important;
}
#mainMenu .navbar-nav li {
    border-bottom:1px solid #555;
}
#mainMenu .navbar-nav li:last-child,#mainMenu .navbar-nav li:last-child a {
    border-bottom:none!important;
}
#resMainMenu li.active>a,.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover {
    background:0 0;
    color:#fff;
}
.navbar-nav>li.sep:before {
    color:#E7E7D9;
}
.neoskin #mainMenu .navbar-nav li {
    border-bottom-color:#E7E7D9;
}
#btn-menu{
    color: #464646;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
}
.neoskin .navbar-default .navbar-nav>li>a {
    color:#5a5a5a;
    position:relative;
    text-transform:capitalize;
}
#mainMenu .navbar-nav li a.hasSubMenu:after,.navbar-nav>li>a:after {
    content:'';
    height:1px;
    background-color:#2c6698;
    position:absolute;
    bottom:-15px;
    width:100%;
    left:0;
    opacity:0;
    transition:all .3s ease-out;
}
#mainMenu .navbar-nav li:hover a.hasSubMenu:after,.navbar-nav>li:hover a:after {
    bottom:0;
    opacity:1;
}
#mainMenu .navbar-nav li .active.hasSubMenu:after,.navbar-nav>li>.active:after {
    background-color:#2c6698;
    bottom:0;
    opacity:1;
}
.neoskin .navbar-default .navbar-nav>li>a.active {
    color:#2c6698;
    font-weight:400;
}
.reservation-form .titleneo {
    letter-spacing:.05em;
    color:#F7F7F7;
    vertical-align:middle;
    font-size:11px;
    font-weight:400;
}
select {
    margin-top:1px;
    background:#fff;
    border:none;
    font:11px/13px 'Yanone Kaffeesatz',Arial,Helvetica,sans-serif;
    letter-spacing:.02em;
    height:24px;
    color:#b1935e;
    line-height:24px;
    width:100%;
    padding:4px 9px;
}
.input-field {
    /*display:inline-block;*/
    vertical-align:middle;
    background:#e6e6e6;
    position:relative;
    text-align:center;
    background-color: rgba(21, 17, 46, 0.75);
    margin:0;
    padding: 21px 89px 38px;
}
.reservation-form label {
    color:white;
    display:block;
    font-family:'Josefin Sans',sans-serif;
    font-weight:700;
    font-size:.857em;
    line-height:1.333em;
    margin:0;
    text-align: left;
}
.type-text {
    float:none;
    width:83px;
    font:11px 'Yanone Kaffeesatz',Arial,Helvetica,sans-serif;
    border:none;
    color:#b1935e;
    background:0 0;
    outline:0;
    position:absolute;
    visibility:hidden;
    padding:0 6px 0 7px;
}
.reservation-form input[type=button]:hover {
    cursor:pointer;
    background-position:-109px -55px;
}
footer h1,footer h2,footer h3,footer h4 {
    color:#b1935e;
    font-weight:300;
}
.page-header {
    background-color:#F5F5F5;
    border-bottom:2px solid rgba(1,1,1,.075);
}
.page-header h1 {
    color:#777;
}
#superSizedSlider h1 {
    color:#fff;
    text-shadow:2px 2px 3px rgba(0,0,0,.5);
}
.slides .txt div {
    background:#444;
    color:#FFF;
}
.slides li a img{
    background: #fff;
    border-bottom: solid 1px #F5DEC5;
    border-right: solid 1px #F5DEC5;
}
.flex-control-paging li a {
    box-shadow:none;
    width:12px;
    height:12px;
}
.flexslider .flex-control-paging li a {
    background:#b1935e;
    border:none;
}
.flexslider .flex-control-nav {
    background:0 0;
    display: none;
}
.flexslider h1 {
    color:#FFF;
    background:#b1935e;
}
.flexslider h2 {
    background-color:#222;
    color:#FFF;
}
.flexslider .caption p {
    color:#FFF;
    font-weight:700;
}
#flexHome h1 {
    color:#fff;
    background:0 0;
    border:none;
}
#flexHome h2 {
    color:#fff;
    background:0 0;
}
.flexslider#flexHome h2 {
    padding-left:0;
}
.owl-theme .owl-controls .owl-buttons div,.owl-theme .owl-controls .owl-buttons div:hover,.owl-theme .owl-controls .owl-page span {
    /*background:#b08a61;*/
}
.owl-theme .owl-controls .owl-buttons div{
    background: none;
}
.owl-theme .owl-controls .owl-buttons div:hover {
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity:1;
}
.camera_caption>div {
    background:rgba(0,0,0,.5);
}
.camera_caption .camera_wrap a {
    background:inherit;
}
#layer-slider .bigCaption {
    color:#333;
    font-size:16px;
}
.tagcloud a:hover {
    background-color:#b1935e;
    color:#FFF;
}
section#projectDescription {
    background-color:#F8F8F8;
}
* #preloader,.mfp-bg {
    background-color:rgba(74,127,169,0.8);
}
.form-control:focus {
    border:none;
    background-color: rgba(74,127,169,0.1);
    box-shadow:none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
}
label.error {
    color:#fff;
    background-color:#B94A48;
    border:none;
}
#projectQuote,#projectQuote h3 {
    background:#ddd;
    color:#444;
}
.imgBorder {
    background:#fff;
}
.boxFocus {
    overflow:hidden;
    background-color: rgba(74,127,169,0.1);
    margin-top:15px;
    margin-bottom: 25px;
    padding:10px 18px 17px;
}
.bulle.color1,.color1,.ctaBox.color1,.slice.color1 {
    background-color:#85202D;
    color:#B1AE87;
    border:5px solid #B1AE87;
}
.color2 .ctaBox {
    border-color:rgba(255,255,255,.5);
}
.color2 h1:after,.color2 h1:before {
    color:#4D80A2;
}
.color1 .iconRounded:hover,.iconLinks a:hover i,.iconRounded,.iconRounded:hover {
    background-color: #004563;
    color:#fff;
}
.color2 .iconRounded {
    background-color:#FFF;
    color:#b1935e;
}
#cookie-bar {
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    background:rgba(0,0,0,.6);
    -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#A5545454,endColorstr=#A5545454);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#A5545454,endColorstr=#A5545454);
    zoom:1;
    height:auto;
    line-height:24px;
    color:#eee;
    text-align:center;
    width:100%;
    z-index:10000;
    font-size:.9em;
    bottom:0;
    position:fixed;
    padding:10px;
}
#cookie-bar.fixed {
    position:fixed;
    top:0;
    left:0;
    width:100%;
}
#cookie-bar div.msgcook {
    margin:0 auto;
    padding:0;
}
#cookie-bar a.cb-disable,#cookie-bar a.cb-enable {
    width:165px;
    height:22px;
    text-transform:uppercase;
    display:inline-block;
    margin:5px;
}
#cookie-bar .cb-enable {
    color:#fff;
    background-color:rgba(74,127,169,1);
}
#cookie-bar .cb-disable {
    color:#5f512f;
    background-color:#bff0ec;
}
#cookie-bar .cb-policy {
    background:#03b;
}
#cookie-bar .cb-policy:hover {
    background:#05d;
}
#sitemap li.level1 {
    margin-left:20px;
}
#sitemap li.level2 {
    margin-left:40px;
}
select optgroup option {
    background-color:#fff;
    color:#b1935e;
}
.neoright img {
    margin-top: -2px;
    margin-left: 1px;
}
#carouselHotels .item img {
    min-width:100%;
}
.docs-pdf {
    text-decoration:none;
    padding:0 30px 2px 0;
}
.slides li a{
    background: none !important;
}
#content_lang>a {
    color:#464646;
    font-size:11px;
    font-family:'Maven Pro',sans-serif;
    font-weight:700;
    transition:all 500ms ease;
    display:block;
    text-transform:uppercase;
    line-height:1em;
    padding:3px 0;
}
#content_lang .barra {
    text-decoration:none;
    border-right:1px solid #6b636a;
    padding: 0px 4px 0px;
    line-height: 8px;
}
#content_lang .barra:last-child {
    text-decoration:none;
    border:none;
    padding: 0px 4px 0px;
    line-height: 8px;
}
#content_lang .barra:hover{
    /*color: #fff;*/
}
.current-lang{
    color:#2c6698;
}
.current-lang:hover{
    /*color:#fff;*/
}
#trigger {
    padding-left:25px;
    text-decoration:none;
}
#lang_nav {
    display:none;
    position:absolute;
    background: rgba(74,127,169,1);
    text-align:center;
    padding:6px 0;
    z-index: 1001;
    margin-top: 2px;
    border-radius: 0px 4px 5px 5px;
}
#lang_nav>li {
    display:block;
    padding:0;
}
#lang_nav>li>a {
    color:#fff;
    text-decoration:none;
    display:block;
    font-family:'Josefin Sans',sans-serif;
    font-weight:400;
    font-size:.857em;
    line-height:1.5em;
    padding:5px 16px;
}
#TA_percentRecommended {
    float:left;
    margin-top:16px;
}
.banner_cc {
    z-index:100;
    color:#B1AE87;
    text-align: center;
    display:block;
    position: relative;
}
.division {
    width:200px;
    border-color:#b1935e transparent transparent;
    margin:65px auto 45px;
}
img {
    image-rendering:0;
}
.owl-theme .item img {
  /*  -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -o-transition:all .3s ease;
    -ms-transition:all .3s ease;
    -webkit-transform:scale(1.1);
    transform:scale(1.1);*/
    margin: 0 auto;
}
.owl-theme .item:hover img {
    -webkit-transform:scale(1);
    transform:scale(1);
}
.owl-theme .owl-controls .owl-page span {
    opacity:1;
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    background-color:transparent;
    border:2px solid #6b636a;
}
.owl-theme .owl-controls .owl-page.active span {
    background-color:#b1935e;
    border-color:#b1935e;
}
.btn.border {
    border-color:transparent;
    border-style:solid;
    border-width:3px;
}
.grey:hover {
    background-color:#fff;
    color:#6b636a;
}
.white {
    background-color:rgba(255,255,255,.9);
    color:#201815;
}
.white:hover {
    color:#fff;
    background-color:#ab956f;
}
.white.border:hover {
    border-color:#fff;
}
.transparent_gold_border {
    background-color:transparent;
    border:1px solid #b1935e;
    color:#b1935e;
    padding:9px 17px 7px;
    margin-top: 1em;
}
.btn.arrow {
    padding-right:40px;
}
#container_form .btn.arrow {
    padding-right: 14px;
}
.btn.arrow.gold,.btn.arrow.gold:hover,.btn.arrow.grey {
    background-image:url(/themes/default/images/sprite_st.png);
    background-repeat:no-repeat;
    background-position:161px -31px;
}
.btn.arrow.grey:hover {
    background-position:171px -6px;
}
.btn-icon {
    background:url(/themes/default/images/sprite_st.png) no-repeat;
}
.btn.transparent_gold_border .btn-icon {
    background-position:-1px -67px;
}
.btn.transparent_gold_border:hover .btn-icon {
    background-position:-1px -41px;
}
.contactPhone {
    display:inline-block;
    font-size: .8475em;
    line-height: 2em;
}
.contactPhone a,.contactPhone span {
    transition:all 500ms ease;
    padding: 0 5px;
}
.email a {
    color:#5a5a5a;
    text-decoration:none;
}
#layer-slider h1 {
    background:rgba(177,147,94,.7);
    text-shadow:1px 1px 0 rgba(0,0,0,.5);
    color:#fff;
}
.lsother {
    background-color:rgba(0,0,0,.7);
    color:#fff;
    font-family:"Open sans",sans-serif;
    font-weight:300;
}
#neo {
    /position:relative;
    margin-top: 0;
    z-index:100;
    padding:0;
}
#container_form {
    margin: 0 15px;
    background-color: #f2f2f2;
    padding-bottom: 2em;
}
#neo .title {
    border:0;
    color:#5a5a5a;
    font-family:'Open sans',sans-serif;
    margin:0 0 10px;
    padding:10px;
    text-align: center;
}
.title .high {
    font-weight:700;
    font-size:1.429em;
    line-height:1.2em;
    text-transform:uppercase;
    display:inline-block;
    max-width:100px;
    vertical-align:middle;
}
.title .small {
    font-weight:400;
    font-style:italic;
    font-size:1em;
    line-height:1.286em;
    position:relative;
    padding-bottom:5px;
    margin-left:10px;
}
.title .small:after {
    content:'';
    position:absolute;
    left:0;
    bottom:0;
    width:45%;
    background-color:#fff;
    height:1px;
}
#booking-form {
    background: none;
    text-align: center;
}
.container_fields.dates {
    background-color:#fff;
    padding-right: 0px;
    float: left;
}
.container_fields.promo {
    text-align:right;
    padding:0;
    width: 50%;
}
.promo .texto {
    color:#5a5a5a;
    font-family:'Open sans',sans-serif;
    font-size:1em;
    line-height:1.286em;
    font-weight:400;
    margin-top:10px;
}
.input-field.line-box {
    /*border-left:1px solid #adabab;*/
    padding:40px 0;
}
.box_day,.month_name,.promo {
    font-family:'Josefin Sans',sans-serif;
    text-shadow-color:#532e09;
    text-shadow:1px 1px 0 rgba(83,46,9,.66);
}
.box_day {
    font-size:1.786em;
    line-height:1.08em;
    color:#b1935e;
    font-weight:700;
    display:block;
    text-align:center;
    border:none;
    margin:4px auto 6px;
    background: white;
    width: 100%;
}
.month_name {
    font-size:.857em;
    line-height:1.333em;
    color:#90755b;
    text-transform:uppercase;
    font-weight:400;
    text-shadow:1px 1px 0 rgba(83,46,9,.3);
}
.breadcrumb {
    background-color:transparent;
    padding-top:20px;
    padding-bottom:20px;
    font-family: "Maven pro",serif;
    font-weight: 100;
}
.breadcrumb .level {
    display:inline-block;
    color:#15112e;
}
.breadcrumb a {
    color:#5a5a5a;
    text-decoration:none;
    transition:all 500ms ease;
}
.breadcrumb span {
    color: #4a7fa9;
    font-size:1em;
    line-height:1.333em;
}
.level>span {
    color:#4a7fa9;
}
.offers {
    margin-bottom:5em;
}
h4.main_title:before{
    position: absolute;
    content: '';
    top: -3px;
    height: 2px;
    background-color: #0099cc;
    width: 75px;
    left: 53.5%;
    margin-left: -1.7855em;
}
.main_title {
    letter-spacing:0;
    padding-bottom:12px;
    padding-top: 5px;
    text-transform:none;
    font-size: 35px;
    text-align: center;
    color:#464646;
    margin:74px 0px 60px 0;
    position: relative;
}

#related .main_title {
    margin: 60px 0px 56px 0;
}

#home .separacion .main_title {
    margin:60px 0px 60px 0;
}

h4.main_title:after {
    position: absolute;
    content: '';
    bottom: 0px;
    height: 2px;
    background-color: #0099cc;
    width: 75px;
    left: 53.5%;
    margin-left: -1.7855em;
}
.owl-item article {
    cursor:default;
}
.item {
    background-color:#f6f4ef;
    overflow:hidden;
    margin:0 15px;
}
.item .container_half {
    width:100%;
    display:inline-block;
    vertical-align:top;
    margin:0;
    text-align: center;
}
.item .image {
    position:relative;
    text-align:center;
}
.image .link {
    width:100%;
    position:absolute;
    bottom:15px;
}
.image a .btn {
    border:3px solid transparent;
    background-color:rgba(255,255,255,.9);
}
.image a .btn.arrow {
    padding-right:49px;
    padding-left:21px;
    background-image:url(/themes/default/images/sprite_st.png);
    background-position:136px -58px;
    background-repeat:no-repeat;
}
.image a:hover .btn {
    background-color:#b1935e;
    color:#fff;
    border-color:#fff;
}
.image a:hover .btn.arrow {
    background-position:136px -32px;
}
.boxContent {
    color:#201815;
    font-family:'Open sans',sans-serif;
    padding: 10px 0 0 0px;
    background: #fff;
}
.boxContent h3 {
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height:1.286em;
    font-size: 22px;
    letter-spacing:0;
    text-align:left;
    position:relative;
    margin-bottom:5px;
    padding:0 0 4px;
}
.boxContent h3:after {
    position:absolute;
    content:'';
    bottom:0;
    height:3px;
    background-color:#0099cc;
    width:4em;
    left:0;
    margin-left:-1.7855em;
}
.container_half.boxContent.neo_center.pb15 h3:after {
    height: 0;
}
.boxContent p {
    font-size:13px;
    line-height:1.5em;
}
.main-section {
    text-align:center;
    margin:20px 0 40px;
}
.main-section .row {
    display:table;
}
.main-section .transform-row {
    display:table-cell;
    float:none;
}
.vertical-center {
    vertical-align:middle;
}
.main-section .important {
    border:5px solid #b08a61;
    margin:0 52px;
    padding:30px;
}
#about h1 {
    font-size:2em;
    line-height:1.071em;
    margin-bottom:25px;
}
#about h2 {
    font-size:1.286em;
    line-height:1.222em;
    font-weight:300;
    color:#201815;
    margin-bottom:25px;
}
.information{
    text-align: center;
}
#rooms .hgroup h2{
    font-size: 18.54px;
}
.information h2:after{
    content: '';
    display: block;
    margin-top: 15px;
    height: 2px;
    background-color: #0099cc;
    width: 12.5%;
    opacity: 1;
    left: 13px;
}
.information h3 {
    font-weight:300;
}
.information a[href$=".doc"],.information a[href$=".pdf"] {
    padding-left:26px;
    margin-left:5px;
}
.information a[href$=".doc"] {
    background:url(/themes/default/images/word.png) no-repeat;
}
.information a[href$=".pdf"] {
    background:url(/themes/default/images/pdf.png) no-repeat;
}
article .groupbtn a[href$=".doc"],
article .groupbtn a[href$=".pdf"]{
    background: none;
    padding: 9px 17px 7px;
}
.flexslider.hotels-list-images .flex-direction-nav a i {
    line-height:2em;
}
.read-less a,.read-more a {
    color:#6B636A;
    font-weight:700;
    font-family:'Josefin Sans',sans-serif;
}
.read-less a {
    padding: 12px 10px 10px 10px;
    color: transparent;
    background: black url(/themes/default/images/menos.png) 10px 14px no-repeat;
}
.read-more a {
    padding-left: 10px;
    color: transparent;
    padding: 6px 11px;
    font-size: 28px;
    font-weight: 700;
    width: 32px;
    vertical-align: sub;
    float: right;
    height: 32px;
    background: rgba(74,127,169,1) url(/themes/default/images/cruz.png) 8px 9px no-repeat; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(rgba(74,127,169,1) rgba(57,105,143,1)), url(/themes/default/images/cruz.png) 8px 9px no-repeat; /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(74,127,169,1) rgba(57,105,143,1)), url(/themes/default/images/cruz.png) 8px 9px no-repeat; /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(74,127,169,1) rgba(57,105,143,1)), url(/themes/default/images/cruz.png) 8px 9px no-repeat; /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(74,127,169,1) rgba(57,105,143,1)), url(/themes/default/images/cruz.png) 8px 9px no-repeat; /* Standard syntax */

}

.no-desc-botton{
   padding-left: 10px;
    color: transparent;
    padding: 6px 11px;
    font-size: 28px;
    font-weight: 700;
    width: 32px;
    vertical-align: sub;
    float: right;
    height: 32px;
    background: black url(/themes/default/images/cruz.png) 8px 9px no-repeat;
    margin: 17px -25px 37px;
}

.no-desc-botton:hover{
    text-decoration: none;
    background-color: #b1946e;
    opacity: 0.8;
    cursor:pointer;
}


.read-more a:hover{
    text-decoration: none;
    opacity: 0.8;
}
.list-neo.galeria .owl-carousel {
    padding:10px 0 20px;
}
.list-neo.galeria .item {
    background-color:transparent;
    margin:0;
}
.container_address {
    margin-bottom:20px;
    color:#5a5a5a;
}
.container_contact .title {
    color: #464646;
    position:relative;
    padding-bottom:8px;
    margin-bottom:10px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}
.container_contact .title:after {
    content:'';
    position:absolute;
    left:0;
    bottom:0;
    height:0;
    background-color:#b1935e;
    width:2em;
}
.owl-carousel-more-sections .owl-item article {
    overflow:visible;
}
.owl-carousel-more-sections .owl-wrapper-outer {
    padding-bottom:5px;
}
.owl-carousel-more-sections .container_half {
    width:100%;
    display:block;
    position:relative;
}
.owl-carousel-more-sections .boxContent h3 {
    text-transform:uppercase;
    transition:all .3s ease;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    width:100%;
}
.owl-carousel-more-sections .item:hover h3 {
    color:#4578a1;
    text-shadow:0 1px 1px rgba(32,24,21,.13);
}
.container_half .icon {
    position:absolute;
    top:-9px;
    left:50%;
    margin-left:-12px;
    content:'';
    border-color:#F6F4EE transparent;
    border-style:solid;
    border-width:0 12px 9px;
}
.owl-carousel-more-sections .boxContent a {
    margin: 17px 32px 37px;
}
.owl-carousel-more-sections .boxContent .btn {
    padding:6px 14px 5px 20px;
}
.owl-carousel-more-sections .btn .btn-icon {
    margin-left:14px;
    padding:1px 8px 0;
}
.paralaxText blockquote {
    font-size:22px;
    line-height:22px;
    margin-bottom:36px;
    font-weight:600;
    font-family:'Josefin Sans',sans-serif;
    padding-left:0;
    border:none;
    text-transform:uppercase;
    text-align:center;
    text-shadow:1px 1px 0 rgba(0,0,0,.2);
    letter-spacing:.075em;
}
.paralaxText .moreLink {
    margin:0 15px;
}
#home #mainFooter {
    margin:25px 0 0;
}
#mainFooter {
    margin:0;
}
.footerWidget {
    padding:4px 15px 15px 15px;
}
aside .title,footer .title {
    color: #464646;
    line-height: 1.125em;
    position: relative;
    padding-bottom: 15px;
    font-family: 'Raleway', sans-serif;
    font-size: 19px;
    font-weight: 600;
    padding-top: 10px;
}
aside .title:after,footer .title:after {
    content:'';
    position:absolute;
    left:38%;
    bottom:8px;
    height:3px;
    background-color:#0099cc;
    width:25%;
}
.widgetbl .title:after{
    left: 0;
}
#footer > div > div:nth-child(3) > div > h3:after{
    width: 10%;
    left: 45%;
}
footer li,footer p {
    font-size:.857em;
    line-height:1.6em;
    color:white;
    text-align: center;
}
footer .important .title {
    color:#fff;
    margin-top: 19px;
}
footer .title {
    text-transform: capitalize;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 500;
}
.links-list li {
    list-style-type:none;
    margin-top:5px;
}
.socialNetwork li {
    margin:0 5px 5px 0;
}
.datepicker {
    border-radius:4px;
    direction:ltr;
    padding:4px;
}
.datepicker-inline {
    width:220px;
}
.datepicker.datepicker-rtl {
    direction:rtl;
}
.datepicker-dropdown {
    top:0;
    left:0;
}
.datepicker-dropdown:before {
    content:'';
    display:inline-block;
    border-left:7px solid transparent;
    border-right:7px solid transparent;
    border-bottom:7px solid #ccc;
    border-top:0;
    border-bottom-color:rgba(0,0,0,.2);
    position:absolute;
}
.datepicker-dropdown:after {
    content:'';
    display:inline-block;
    border-left:6px solid transparent;
    border-right:6px solid transparent;
    border-bottom:6px solid #fff;
    border-top:0;
    position:absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
    left:6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
    left:7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
    right:6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
    right:7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
    top:-7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
    top:-6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
    bottom:-7px;
    border-bottom:0;
    border-top:7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
    bottom:-6px;
    border-bottom:0;
    border-top:6px solid #fff;
}
.datepicker table {
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    margin:0;
}
.datepicker td,.datepicker th {
    text-align:center;
    width:20px;
    height:20px;
    border-radius:4px;
    border:none;
}
.table-striped .datepicker table tr td,.table-striped .datepicker table tr th {
    background-color:transparent;
}
.datepicker table tr td.day.focused,.datepicker table tr td.day:hover {
    background:#eee;
    cursor:pointer;
}
.datepicker table tr td.today,.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today:hover {
    background-color:#fde19a;
    background-image:linear-gradient(top,#fdd49a,#fdf59a);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color:#000;
    border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
}
.datepicker table tr td.today.active,.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled.disabled,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today.disabled:hover.active,.datepicker table tr td.today.disabled:hover.disabled,.datepicker table tr td.today.disabled:hover:active,.datepicker table tr td.today.disabled:hover:hover,.datepicker table tr td.today.disabled:hover[disabled],.datepicker table tr td.today.disabled[disabled],.datepicker table tr td.today:active,.datepicker table tr td.today:hover,.datepicker table tr td.today:hover.active,.datepicker table tr td.today:hover.disabled,.datepicker table tr td.today:hover:active,.datepicker table tr td.today:hover:hover,.datepicker table tr td.today:hover[disabled],.datepicker table tr td.today[disabled] {
    background-color:#fdf59a;
}
.datepicker table tr td.today:hover:hover {
    color:#000;
}
.datepicker table tr td.range,.datepicker table tr td.range.disabled,.datepicker table tr td.range.disabled:hover,.datepicker table tr td.range:hover {
    background:#eee;
    border-radius:0;
}
.datepicker table tr td.range.today,.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today:hover {
    background-color:#f3d17a;
    background-image:linear-gradient(top,#f3c17a,#f3e97a);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border-radius:0;
    border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
}
.datepicker table tr td.range.today.active,.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled.active,.datepicker table tr td.range.today.disabled.disabled,.datepicker table tr td.range.today.disabled:active,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today.disabled:hover.active,.datepicker table tr td.range.today.disabled:hover.disabled,.datepicker table tr td.range.today.disabled:hover:active,.datepicker table tr td.range.today.disabled:hover:hover,.datepicker table tr td.range.today.disabled:hover[disabled],.datepicker table tr td.range.today.disabled[disabled],.datepicker table tr td.range.today:active,.datepicker table tr td.range.today:hover,.datepicker table tr td.range.today:hover.active,.datepicker table tr td.range.today:hover.disabled,.datepicker table tr td.range.today:hover:active,.datepicker table tr td.range.today:hover:hover,.datepicker table tr td.range.today:hover[disabled],.datepicker table tr td.range.today[disabled] {
    background-color:#f3e97a;
}
.datepicker table tr td.selected,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected:hover {
    background-color:#9e9e9e;
    background-image:linear-gradient(top,#b3b3b3,grey);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color:#fff;
    text-shadow:0 -1px 0 rgba(0,0,0,.25);
    border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
}
.datepicker table tr td.selected.active,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected.disabled.disabled,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected.disabled:hover.active,.datepicker table tr td.selected.disabled:hover.disabled,.datepicker table tr td.selected.disabled:hover:active,.datepicker table tr td.selected.disabled:hover:hover,.datepicker table tr td.selected.disabled:hover[disabled],.datepicker table tr td.selected.disabled[disabled],.datepicker table tr td.selected:active,.datepicker table tr td.selected:hover,.datepicker table tr td.selected:hover.active,.datepicker table tr td.selected:hover.disabled,.datepicker table tr td.selected:hover:active,.datepicker table tr td.selected:hover:hover,.datepicker table tr td.selected:hover[disabled],.datepicker table tr td.selected[disabled] {
    background-color:grey;
}
.datepicker table tr td span {
    display:block;
    width:23%;
    height:54px;
    line-height:54px;
    float:left;
    cursor:pointer;
    border-radius:4px;
    margin:1%;
}
.datepicker th.datepicker-switch {
    width:145px;
}
.datepicker tfoot tr th,.datepicker thead tr:first-child th {
    cursor:pointer;
}
.datepicker .cw {
    font-size:10px;
    width:12px;
    vertical-align:middle;
    padding:0 2px 0 5px;
}
.datepicker thead tr:first-child th.cw {
    cursor:default;
    background-color:transparent;
}
.input-append.date .add-on i,.input-prepend.date .add-on i {
    cursor:pointer;
    width:16px;
    height:16px;
}
.input-daterange input:first-child {
    border-radius:3px 0 0 3px;
}
.input-daterange input:last-child {
    border-radius:0 3px 3px 0;
}
.input-daterange .add-on {
    display:inline-block;
    width:auto;
    min-width:16px;
    height:20px;
    font-weight:400;
    line-height:20px;
    text-align:center;
    text-shadow:0 1px 0 #fff;
    vertical-align:middle;
    background-color:#eee;
    border:1px solid #ccc;
    margin-left:-5px;
    margin-right:-5px;
    padding:4px 5px;
}
.datepicker.dropdown-menu {
    position:absolute;
    top:100%;
    left:0;
    z-index:1000;
    float:left;
    display:none;
    min-width:160px;
    list-style:none;
    background-color:#fff;
    border:1px solid rgba(0,0,0,.2);
    border-radius:5px;
    box-shadow:0 5px 10px rgba(0,0,0,.2);
    background-clip:padding-box;
    color:#333;
    font-size:13px;
    line-height:20px;
}
.datepicker.datepicker-inline td,.datepicker.datepicker-inline th,.datepicker.dropdown-menu td,.datepicker.dropdown-menu th {
    padding:4px 5px;
}
.datepicker table tr td.disabled,.datepicker table tr td.disabled:hover,.datepicker table tr td span.disabled,.datepicker table tr td span.disabled:hover {
    background:0 0;
    color:#999;
    cursor:default;
}
.datepicker table tr td.active,.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active:hover,.datepicker table tr td span.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active:hover {
    background-color:#006dcc;
    background-image:linear-gradient(top,#08c,#04c);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color:#fff;
    text-shadow:0 -1px 0 rgba(0,0,0,.25);
    border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
}
.datepicker table tr td.active.active,.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled.disabled,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active.disabled:hover.active,.datepicker table tr td.active.disabled:hover.disabled,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active.disabled:hover:hover,.datepicker table tr td.active.disabled:hover[disabled],.datepicker table tr td.active.disabled[disabled],.datepicker table tr td.active:active,.datepicker table tr td.active:hover,.datepicker table tr td.active:hover.active,.datepicker table tr td.active:hover.disabled,.datepicker table tr td.active:hover:active,.datepicker table tr td.active:hover:hover,.datepicker table tr td.active:hover[disabled],.datepicker table tr td.active[disabled],.datepicker table tr td span.active.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled.disabled,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover.active,.datepicker table tr td span.active.disabled:hover.disabled,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active.disabled:hover:hover,.datepicker table tr td span.active.disabled:hover[disabled],.datepicker table tr td span.active.disabled[disabled],.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active:hover.disabled,.datepicker table tr td span.active:hover:active,.datepicker table tr td span.active:hover:hover,.datepicker table tr td span.active:hover[disabled],.datepicker table tr td span.active[disabled] {
    background-color:#04c;
}
.datepicker table tr td span:hover,.datepicker tfoot tr th:hover,.datepicker thead tr:first-child th:hover {
    background:#eee;
}
.videoicon {
    position:absolute;
    background-color:rgba(50,50,50,.75);
    height:100%;
    width:100%;
}
.fancybox img:hover {
    opacity:.9;
}
.listinfo {
    width:100%;
}
#carouselOffers h3,#carouselOffersSidebar h3,#about p {
    font-size:1em;
}
a:link,a:visited,ul.iconsList li a:hover,.navbar-nav ul li a:hover,.panel-title>a:hover {
    text-decoration:none;
}
blockquote.pull-right,.panel-default {
    border:none;
}
.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,#footerLogo,article.post,nav#filter,.isotopeItem {
    margin-bottom:30px;
}
.navbar,.flexslider.hotels-list-images {
    margin-bottom:-50px;
}
.navbar-collapse,.boxIconServices .boxContent,.navbar-brand,nav#filter ul,.links-list {
    padding:0;
}
.btn.active,.btn:active,.flexslider,.flexslider#flexHome {
    box-shadow:none;
}
.btnhome:hover,.flexslider .slides img {
    opacity:.8;
}
.jumbotron h1,.btn i:before,#project h1,.neoright {
    text-align: center;
}
.label,.upper {
    text-transform:uppercase;
}
.iconBlocHeading h2,.iconBlocHeading h3,.boxIcon a:hover span,#content_lang #trigger>span,.datepicker.days div.datepicker-days,.datepicker.months div.datepicker-months,.datepicker.years div.datepicker-years {
    display:block;
}
.boxIconServices,#layer-slider-blog #layerslider h2,.neo_center,#about,.flexslider.hotels-list-images .flex-direction-nav a,.owl-carousel-more-sections .container_half.boxContent,.input-daterange input {
    text-align:left;
}
.boxIcon a span,.boxIcon a:hover p,.navbar-nav>li.sep,.noOwlButtons .owl-buttons,.reservation-form .btn-reservation,.mob-set,#layer-slider,.hide,blockquote small:before,.datepicker>div {
    display:none;
}
.boxIcon p,.container_address address,#carouselOffersSidebar .item {
    margin:0;
}
a.btnRight,#mainMenu .navbar-nav i,.datepicker.datepicker-rtl table tr td span {
    float:right;
}
#preHeader .socialNetwork .iconRounded:before,.newsText p,#carouselOffersSidebar .iconLinks a span {
    font-size:12px;
}
.navbar-nav ul li,.rela {
    position:relative;
}
nav#filter a.current,nav#filter a:hover,.grey_gold:hover,.transparent_gold_border:focus,.transparent_gold_border:hover,.btn.arrow.gold:hover,.gold {
    background-color:rgba(74,127,169,1);
    color:#fff;
}
.booking_button{
    position: relative;
}
.button-gold, .button-blue{
    font-family: "Maven Pro",sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
}
.button-gold:hover, .button-blue:hover{
    text-decoration: none;
    opacity: 0.8;
    color: #fff;
}
.button-blue{
    padding: 8px 60px 8px 75px;
    right: 0;
    background: rgba(74,127,169,1) url(/themes/default/images/hand.png) 40px 50% no-repeat;
}
.button-gold{
    padding: 8px 15px 8px 35px;
    left: 0;
    background: #a48a67 url(/themes/default/images/cruz.png) 10px 50% no-repeat;
}
.page-header .projectTitle,#home .btnwrapper {
    text-align:right;
}
.nav-tabs>li.active a,.page-header.bigHeader,.page-header.bigHeader h1,.bulle.color2,.color2,.ctaBox.color2,.slice.color2,select optgroup {
    background-color:#b1935e;
    color:#fff;
}
.nav>li>a:hover,.panel-title>a,.paralaxText blockquote:after,.paralaxText blockquote:before,.paralaxText blockquote,.paralaxText h1,.paralaxText h2,.paralaxText h3,.paralaxText i,.paralaxText p,.navbar-default .navbar-nav>li>a.active,.navbar-nav li.hover>a,.navbar-nav ul li a,.camera_caption h1,.camera_caption h2,#layer-slider-blog #layerslider h1,#layer-slider-blog #layerslider h2,.iconLinks a span,.iconLinks a:hover span,.boxIcon a:hover h2,.color1 a.btn:hover,.color2 a,.color2 blockquote,.color2 h1,.color2 h2,.color2 h3,.color2 h4,.color2 a.btn:hover,.color1 .iconRounded,#cookie-bar a,.flexslider.hotels-list-images .flex-direction-nav a,.flexslider.hotels-list-images .flex-direction-nav a:hover,.datepicker table tr td.today.active:hover {
    color:#fff;
}
.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover,.flexslider .flex-control-paging li a.flex-active,.flexslider .flex-control-paging li a:hover {
    background:rgba(74,127,169,1);
}
h2 i,ul#navTrail li a,.datepicker table tr td.new,.datepicker table tr td.old,.datepicker table tr td span.new,.datepicker table tr td span.old {
    color:#999;
}
h2.subTitle,ul.iconsList li a,.post h2 a {
    color:#555;
}
.title h1:after,.title h1:before,.navbar-default .navbar-nav>li>a,.navbar-nav>li>a>i {
    color:#ccc;
}
ul.iconsList i,ul.iconsList li a:hover,::-webkit-input-placeholder,:-moz-placeholder,::-moz-placeholder,:-ms-input-placeholder,ul#navTrail li a:hover,p.credits a,.boxFeature i,select option {
    color:#b1935e;
}
.contactPhone,ul.quickMenu li a,.information>.text-truncate,.trunc-md,#sidebar .information a {
    color:#5a5a5a;
}
.neoskin .navbar-default .navbar-nav>li:hover>a,.contactPhone span:hover,.email a:hover,.breadcrumb a:hover {
    color:#aba493;
}
.inputs-holder,.container_fields {
    display:inline-block;
    vertical-align:top;
}
.iconLinks a:hover i,.iconRounded:hover{
    background-color: rgba(74,127,169,0.8);
}
footer .important .title:after{
    background: #fff;
}
::-moz-selection,::selection {
    background:#b1935e;
    color:#fff;
    text-shadow:none;
}
.slice, .color0, .footerWidget.important {
    background-color:transparent;
    text-align: center;
}
.color1 a,.color1 blockquote,.color1 h1,.color1 h2,.color1 h3,.color1 h4,#layer-slider h2,#layer-slider i {
    color:#B1AE87;
}
.color1 a.btn,.color2 a.btn {
    color:#111;
}
#content_lang #trigger.open,#content_lang #trigger:hover,.grey,.grey_gold {
    /*color:#fff;*/
}
#content_lang.open:after,.flexslider .slides img {
    opacity:1;
}
#TA_certificateOfExcellence, #TA_certificateOfExcellence98 {
    display: inline-block;
    opacity: .9;
}
#TA_selfserveprop533{
    display: inline-block;
    margin-bottom: 2em;
}
.widSSPBranding,
.widSSPAll{
    display: none;
}
.owl-theme .imgWrapper{
    overflow:hidden;
    height: auto;
}
.btn.regular,.btn.regular:hover,.main_title span,.main_title strong {
    font-weight:400;
}
.btn.grey .btn-icon,.btn.grey_gold .btn-icon,.btn.grey_gold:hover .btn-icon {
    background:url(/themes/default/images/sprite_st.png) -1px -41px no-repeat;
}
.owl-theme .owl-controls,.links-list li:first-child {
    margin-top:0;
}
.footerWidget a,#footerRights ul.quickMenu li a,.neoright a {
    color:#fff;
}
.groupbtn{
    text-align: center;
    position: relative;
    margin-top: 2em;
}
.btwo {
    margin-right:1em;
}
div.hgroup h2{
    text-align: left;
    margin-bottom: 1em;
    margin-top: 60px;
}
div.listinfo ul{
    list-style-type: none;
}
.information{
    text-align: left;
}
#home .information{
    text-align: left;
}
#CDSWIDSSP {
    width:99% !important;
    margin-top: 1em !important;
    opacity: .9;
}
#CDSWIDSSP .widSSPData{
    padding: 8px 10px 5px 10px !important;
}
#CDSWIDSSP .widSSPData .widSSPBranding {
    margin-bottom:0 !important;
}
#CDSWIDCOE.widCOE .widCOETitle {
    font-size: 11px !important;
}
/*Custom CSS*/
/*Mascara de reservas NEO*/
div#mascara {
    width: 20%;
    position: absolute;
    bottom: 10%;
    height: auto;
    left: 18%;
}
section#neo {
    position: absolute;
    top: 11em;
    background: rgba(74,127,169,0.5);
}
*+html .inputs-holder {
    display: inline;
}
.inputs-holder {
    display: inline-block;
    vertical-align: top;
}
.reservation-form .btn-reservation {
    display: none;
}
.reservation-form .titleneo {
    letter-spacing: .05em;
    color: #5a5a5a;
    vertical-align: middle;
    font-size: 11px;
    font-weight: 400;
}
*+html .reservation-form .input-field {
    display: inline;
    width: 100%;
}
select {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 7px 7px;
    margin-bottom:25px;
    height: auto;
    color: #464646;
    line-height: 27px;
    width: 100%;
    text-transform: capitalize;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(/themes/default/images/select.png) no-repeat 98% 50%;
}
.input-field {
    color: #b1946e;
    background: #fff;
    display: inline-block;
    margin: 0px 6px 9px 0px;
    vertical-align: middle;
    height: 24px;
    border: 1px solid #5a5a5a;
    padding: 6px 0 0 0;
    width: 100%;
}
.reservation-form label {
    font-family: "Maven Pro", sans-serif;
    font-size: 14px;
    font-weight: 100;
    letter-spacing: .02em;
    float: left;
    color: #fff;
    padding: 1px 0 0 5px;
    position: relative;
    left: 4%;
}
.mob-set {
    display: none;
}
.type-text {
    float: left;
    width: 90px;
    font: 12px 'Lato', Arial, Helvetica, sans-serif;
    border: none;
    color: #fff;
    background: 0 0;
    outline: 0;
}
.reservation-form input[type=submit]:hover {
    cursor: pointer;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}
.reservation-form input[type=submit] {
    border: none;
    cursor: pointer;
    display: inline-block;
    color: #fff;
    background: rgba(74,127,169,1);
    padding: 2px 13px;
    font-size: 13px;
    width: 130px;
}
::-webkit-input-placeholder {
    color: #2a2a2a;
}
:-moz-placeholder {
    color: #2a2a2a;
}
::-moz-placeholder {
    color: #2a2a2a;
}
:-ms-input-placeholder {
    color: #2a2a2a;
}
.parallax-img {
    width: 7%;
}
#logo_hidden{
    display: none;
}
.contactPhone,.socialmedia{
    display: none;
}
.separacion{
    margin-top: 6em;
}
#logo_mobile{
    display: block;
}
#logo{
    display: none;
}
.franjaazul {
    text-align: center;
    z-index: 2;
}
#content_lang, #content_lang>a{
    display: inline-block;
}
#content_lang{
    float: right;
    margin-right: 82px;
    margin-top: 36px;
}
.col-xs-2, .col-xs-12, .col-xs-10{
    margin-bottom: 0;
}
.separacion{
    margin-top: 10em;
}
section#neo{
    position: relative;
    padding: 10px;
    top: 124px;
    width: 100%;
    border-radius: 2%;
    border:solid 5px rgba(255, 255, 255, 0.5941);
}
.reservation-form input[type=submit]{
    width: 100%;
    padding-left: 5px;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 10.5px 7px;
}
.navbar-toggle{
    margin-right: 30px;
}
.navbar-default .navbar-collapse{
    position: relative;
    float: right;
    width: 100%;
}
#ui-datepicker-div{
    z-index: 9999!important;
}
.ui-datepicker-trigger{
    background: url(/themes/default/images/calendar.png) no-repeat 0 0px;
    width: 26px;
    height: 24px;
    position: relative;
    border:none;
    float: right;
    margin-right: 4px;
    top: -37px;
}
#arrival,#departure{
    width: 100%;
    padding-left: 5px;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 10.5px 7px;
    border:none;
}
#arrival{
    position: relative;
    color: #464646;
}
#departure{
    position: relative;
    color: #464646;
}
.salida{
    width:54px;
}
#promo{
    width: 130px;
    text-align: left;
    padding-left: 5px;
}
input#promo{
    color: #464646;
    font-family: "Maven Pro";
    font-size: 13px;
    margin-top: 0;
}
.reservation-form label{
    padding: 5px 0 0 5px;
}
#home .separacion h2{
    margin-bottom: 16px;
}
.slider-text{
    margin:0;
    font-family: 'Cinzel', serif;
    background: transparent;
    font-size: 2em;
}
div#fondo-bot {
    display: none;
}
.slider-text{
    margin: 15% 0;
}
.separacion_common {
    margin-top: 4em;
}

#seo-utils .separacion_common {
    margin-top: 4em;
}
.neoright{
    color: #fff;
}
.prefooterItem{
    background: transparent;
}
.paralaxText blockquote {
    font-size: 22px;
    line-height:22px;
    margin-bottom: 0;
    font-weight: 300;
    font-family: 'engraversgothic_btregular',sans-serif;
    padding-left: 0;
    border: none;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    letter-spacing: 0.075em;
}
#paralaxNeo{
    width:100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-size: cover;
    overflow: hidden;
    background-image: url(../images/paralax.jpg);
}
.paralaxMask {
    width:100%;
    height:100%;
    overflow:hidden;
    position:absolute;
    background:rgba(0,0,0,0.15);
}
.paralaxText blockquote:after, .paralaxText blockquote:before {
    color: #fff;
}
#home, #paralaxSlice1, #paralaxSlice2, #paralaxSlice3, #paralaxSlice4 {
    /*background-color: #09008b;*/
}
.paralaxText blockquote, .paralaxText h1, .paralaxText h2, .paralaxText h3, .paralaxText i, .paralaxText p {
    color: #fff;
}
#carouselPrefooter img{
    margin:0 auto;
    max-width: auto;
}
.icon_phone, .icon_fax, .icon_mail{
    display: inline-block;
}
.icon_phone img{
    margin-right: 1px;
    margin-bottom: 5px;
}
.icon_fax img{
    margin-right: 6px;
    margin-bottom: 6px;
}
.icon_mail img{
    margin-right:-2px;
    margin-top: -1px;
}
input#promo{
    position: relative;
    left: 12px;
    width: 150px;
}
#sitemap{
    margin-top: 60px;
}
.paralaxFirst{
    margin-top: 20px;
    margin-bottom: 60px;
}
.texto-paralax{
    text-align: center;
    color: #4a7fa9;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 17px;
    top: 34px;
    display: block;
    margin-top: 34px;
}
.no-text{
    margin-top: 12px;
}
section#neo{
    width: 100%;
}
.social_networks img{
    width: 25px;
}
#filter > ul > li:nth-child(1){
    display: none;
}
.input_mask label{
      width: 52px;
}
.breadcrumb{
    visibility: hidden;
}
#carouselPrefooter{
    visibility: visible;
}
.paralaxFirst{
    position: relative;
}
#home .flexslider .slides img{
    width: 80%;
}
.flexslider .slides img{
    width: 100%;
    margin: 0 auto;
}
.flex-direction-nav li a{
    width: 52px;
    height: 52px;
    margin: -13px 0 0;
    display: block;
    background: url(../images/bg_direction_nav.png) no-repeat 0 0;
    position: absolute;
    top: 47%;
    cursor: pointer;
    text-indent: -9999px;
}
.flex-direction-nav li a.flex-next {
    right: 12px;
    background-position: -52px 0;
}

.flex-direction-nav li a.flex-prev {
    left: 11px;
    background-position: 0 0;
}
.owl-theme .owl-controls .owl-buttons div{
    /*top: 21%;*/
}

button.mfp-arrow, button.mfp-close{
  outline-color: transparent;
}

.widget-home {
    margin: 0 auto 74px auto;
    max-width: 282px;
}

#CDSSCROLLINGRAVE.border {
    border: none!important;
}

#CDSSCROLLINGRAVE {
    padding:0px!important;
}

.layout-mask{
    padding: 21px 21px 21px 21px;
}

.text-mask{
    width: 80%;
    display: block;
    float: right;
    margin-bottom: 40px;
}
.title-mask, .subtitle-mask{
    display: block;
}
.image-mask{
    display: block;
    float: left;
}
.ui-datepicker-trigger{
/*    display: none;*/
}
.calendar-icon{
  /*  background: #fff url(/themes/default/images/calendar.png) no-repeat 98% 50%;*/
}

.div-arrival, .div-departure{
    width: 100%;
    display: inline-block;
}

.div-arrival{
    margin-right: 24px;
}

span.subtitle-mask {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #464646;
    text-align: left;
    line-height: 12px;
}

span.title-mask {
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #464646;
    text-transform: inherit;
    text-align: left;
}

.top-mask{
    margin-left: 10px;
}

.image-home{
    position: relative;
    display: block;
}

.image-home img{
    max-width: 100%;
}

h4.paralax-title:after {
    position: relative;
    border: 1px solid #fff;
    display: block;
    content: '';
    bottom: -14px;
    height: 2px;
    width: 75px;
    left: 59.7%;
    margin-left: -1.7855em;
}

h4.paralax-title{
    font-family: 'Raleway', sans-serif;
    font-size: 46px;
    font-weight:700;
    color: #fff;
    margin-bottom: 76px;
    text-transform: lowercase;
}

h4.paralax-title:before {
    position: relative;
    border: 1px solid #fff;
    display: block;
    content: '';
    top: -7px;
    height: 2px;
    width: 75px;
    left: 59.7%;
    margin-left: -1.7855em;
}
article.item {
    background: transparent;
}
.container_half.boxContent {
    background: transparent;
}
.home-div h4.main_title {
    margin-bottom: 49px;
    margin-top: 52px;
}
.description.more-info {
    height: 0;
    overflow: hidden;
}
.btn:focus{
    color:#fff;
}
#home .call-to-action--more-info {
    margin-bottom: 16px;
}

.call-to-action--more-info {
    margin-bottom: 20px;
}

.fancybox-lock .fancybox-overlay {
    background: rgba(74,127,169,0.8)!important;
}
#seo-utils .maskParent {
    display: none;
}
.top-mask{
    display:none;
}

.item-alojamiento {
    display: table;
    vertical-align: middle;
    border: 1px solid #d6d6d6;
    text-align: center;
    width: 270px;
    height: 265px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 25px;
}

.item-alojamiento div {
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto 0 auto;
}
 .item-alojamiento img{
    width: 230px;
}
.image-home{
    margin-top: 40px;
}

.read-more-related{
    position: relative;
    padding-left: 10px;
    color: #fff;
    padding: 3px 8px;
    left: 32px;
    top: -35px;
    font-size: 28px;
    font-weight: 700;
    width: 32px;
    vertical-align: sub;
    float: right;
    height: 32px;
    background: rgba(74,127,169,1)
}
.read-more-related:hover{
    color: #fff;
    background: #6E98BA;
}
.zindex{
    z-index: 1;
}
span.read-more a {
    display: none;
}
.footerWidget{
    padding: 4px 15px 0 15px;
}
span.no-desc-botton {
    display: none;
}
#related {
    margin-top: 60px;
}
#related .container_half.boxContent {
    padding: 15px 0 18px 0px;
}
#related .owl-carousel-more-sections .boxContent a {
    margin: 0;
}
#seo-utils .information {
    margin-bottom: 40px;
}
.paralaxFirst {
    top: 12px;
}
.ls-circle-timer {
    visibility: hidden!important;
}

#lang_nav a {
    display: block;
    padding: 5px 10px 5px 10px;
    color:#fff;
}

#content_lang #trigger {
    text-decoration: none;
    border: 1px solid #ddd;
    padding: 4px 10px 5px;
    border-radius: 5px;
}

#content_lang #trigger.open{
    border-radius: 5px 5px 0px 4px;
    border: 1px solid rgba(74,127,169,1);
}

#content_lang #trigger.open{
    background-color: rgba(74,127,169,1);
}

#content_lang #trigger.open span{
    color: #fff;
}

/* reviews */
    .item__review {
        width: 90%;
        margin: 0 auto;
        text-align: center;
    }

        .item__review p {
            text-align: center;
        }

        .item__review p strong {
            color: #fff;
            border-bottom: 2px solid #fff;
            padding-bottom: 4px;
            font-size: 16px;
            font-style: italic;
        }
/* end reviews */


/* enlaces */
    .container--enlaces {
        padding-bottom: 30px;
    }
/* end enlaces */



/* MEDIA QUERIES */

/* MIN 580 */
@media (min-width:580px){
    section#neo{
        width: 50%;
        margin: 0 auto;
    }
    #carouselPrefooter{
        visibility: visible;
    }
    .paralaxFirst{
        position: initial;
        top: 0;
    }
    .paralaxText {
        visibility: visible;
    }

    .item-alojamiento {
        width: 360px;
        height: 265px;
    }
    .item-alojamiento img {
        width: 300px;
    }
    .container_half.image.imgWrapper img {
        width: 100%;
    }
    .owl-theme .owl-controls .owl-buttons div {
        /*top: 25%;*/
    }
    #related .container_half.boxContent {
        padding: 15px 0 33px 0px;
    }
    .logo_carrousel.paralaxFirst {
        display: block;
    }
    h4.paralax-title:after, h4.paralax-title:before {
        left: 57.2%;
    }


    /* reviews */
        .item__review {
            width: 70%;
            font-size: 35px;
        }
    /* end reviews */

}

/* MIN 768 RED */
@media (min-width:768px){
    body {
        background-color: red !important;
    }
    #content_lang{
        margin-left: 7px;
        float:right;
    }
    #home #content p span{
        font-weight: bold;
        color:#b1946e;
    }
    #home .separacion h2:after{
        content: '';
        display: block;
        margin-top: 15px;
        height: 2px;
        background-color: #0099cc;
        width: 12.5%;
        opacity: 1;
        left: 13px;
    }
    #promocontent{
        display: none;
    }
    .row{
        margin: none;
    }
    .contactPhone{
        display: inline-block;
        float: left;
    }
    .socialmedia{
        display: inline-block;
        float: right;
        margin-right: 39px;
    }
    .separacion{
        margin: none;
    }
    .navbar-default .navbar-toggle{
        margin:none;
    }
    #logo_mobile{
        display: block;
        margin-left: -19%;
    }
    #logo{
        display: none;
    }
    .franjaazul {
        text-align: center;
        font-size: 14px;
        max-width: 100%;
        position: absolute;
        bottom: 79px;
        height: 100px;
        width: 100%;
        z-index: 3;
        display: none;
    }
    #arrival,#departure{
        cursor: pointer;
        width: 100%;
    }
    .reservation-form label{
        padding: 1px 0 0 16px;
    }
    .reservation-form input[type=submit]{
        margin-left: 0;
    }
    .separacion{
        margin-top: 0em;
    }
    section#neo{
        padding: 5px;
        top:11.5em;
        position: absolute;
        width: auto;
        background: transparent;
        margin-left: 15px;
    }
    #mainHeader {
        background:rgba(255,255,255,0.8);
    }
    .hidden-xs{
        display: none!important;
    }
    .col-sm-3,.col-lg-3{
        margin: 0;
        padding: 0;
    }
    #icon1,#icon2,#icon3,#icon4 {
        display: table;
        vertical-align: middle;
        margin: 0 auto 25px auto;
        width: 180px;
        height: 179px;
        background: url(/themes/default/images/background-icon.png);
    }

    #icon1 div,#icon2 div,#icon3 div,#icon4 div{
       width: 66px;
       height: 69px;
       vertical-align: middle;
       display: table-cell;
       text-align: center;
    }

    #footer > div > div:nth-child(3) > div > h3:after{
        width: 25%;
        left: 0%;
    }
    #alojamientos .separacion_common{
        margin: none;
    }
    #sitemap{
        margin-top: 0px;
    }
    .navbar-default .navbar-brand {
        overflow:hidden;
    }
    .paralaxText blockquote {
        font-size:33px;
        line-height:33px;
    }
    .paralaxText .iconBig {
        font-size:66px;
    }
    .title h1 {
        font-size:44px;
    }
    div.listinfo ul{
        list-style-type: inherit;
    }
    .navbar>.container .navbar-brand {
        margin-left:0;
    }
    .navbar-collapse {
        padding-right:0;
    }
    .col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
        margin-bottom:0;
    }
    .mb15 {
        margin-bottom:1.5em;
    }
    .mb20 {
        margin-bottom:2em;
    }
    .mb30 {
        margin-bottom:3em;
    }
    .mb40 {
        margin-bottom:4em;
    }
    .mb50 {
        margin-bottom:5em;
    }
    .mt5 {
        margin-top:0.5em;
    }
    .mt15 {
        margin-top:1.4em;
    }
    .mt20 {
        margin-top:2em;
    }
    .mt18 {
        margin-top:18px;
    }
    .mt30 {
        margin-top:3em;
    }
    .mt40 {
        margin-top:4em;
    }
    .mt17-5{
        margin-top: 17.5em;
    }
 /*   .pb15 {
        padding-bottom:1.5em;
    }*/
    .pb30 {
        padding-bottom:3em;
    }
    .pb40 {
        padding-bottom:4em;
    }
    .pt15 {
        padding-top:1.5em;
    }
    .pt30 {
        padding-top:3em;
    }
    .pt40 {
        padding-top:4em;
    }
    .boxIconServices h2 {
        font-size:20px;
    }
    .boxIconServices i,.boxIconServices.posLeft i {
        float:left;
    }
    .boxIconServices .boxContent {
        text-align:left;
        padding:0 0 0 152px;
    }
    .boxIconServices.posLef .boxContent {
        padding:0 0 0 152px;
    }
    #paralaxNeo {
        margin-top:0;
        background-size:100%;
    }
    .paralaxText {
        padding-top:33px;
        padding-bottom:33px;
    }
    .neoskin .navbar-default .navbar-nav>li>a {
        font-size:10px;
        border-radius:0;
        line-height:1.167em;
        margin: 25px 0 0 7px;
        padding:0 4px 3px;
    }
    .neoskin .navbar-nav ul {
        top:48px;
        width:230px;
        border-radius:0;
        left:10px;
        background:#fff;
        border:1px solid #E7E7D9;
        box-shadow:0 6px 12px rgba(0,0,0,.25);
        padding:11px 0;
    }
    .neoskin .navbar-nav ul li a {
        border-radius:0;
        border:none;
        margin:0 11px;
    }
    .navbar-nav>li>a {
        font-size:1.15em;
        font-weight:400;
        line-height:44px;
        vertical-align:middle;
        padding:22px 11px;
    }
    .navbar-nav ul {
        position:absolute;
        top:88px;
        left:0;
        z-index:1024;
        width:160px;
        border-top:4px solid #fff;
        background:rgba(50,50,50,.75);
    }
    .navbar-nav>li.sep:before {
        content:'\e818';
        font-family:custom-icons;
        display:block;
        font-size:10px;
        text-align:center;
        margin-top:22px;
        margin-bottom:22px;
        line-height:44px;
        padding:0;
    }
    .navbar-nav ul li a {
        display:block;
        text-transform:uppercase;
    }
    .navbar-nav ul li {
        padding:0;
    }
    ul#navTrail {
        float:right;
    }
    .formatIcon i {
        font-size:33px;
    }
    #verify {
        margin-left:15px;
        margin-top:0;
    }
    div.hotels-list-info h1,div.hotels-list-info h2 {
        font-family: "Maven Pro", serif;
        font-weight: 700;
        font-size: 12.54px;
        color:#b1946e;
        letter-spacing: 0;
        margin-bottom: 32px;
    }
    #alojamientos div.hotels-list-info h1,#alojamientos div.hotels-list-info h2 {
        text-align:center;
        float:none;
        font-size:1.4em;
    }
    .navbar-nav ul li a:hover,.navbar-nav ul li.hover>a {
        background:#b1935e;
    }
    #mainMenu .navbar-nav li {
        border-bottom:none;
    }
    .neoskin .navbar-nav ul li a:hover,.neoskin .navbar-nav ul li.hover>a {
        color:#fff;
    }
    .hidden-elem {
        display:none!important;
    }
    .trunc-md {
        margin-bottom:2.143em;
    }
    #carouselOffers h3 {
        font-size:1em;
    }
    #carouselOffersSidebar h3 {
        font-size:.8em;
    }
    #destiny-select {
        width:120px;
        height:24px;
        margin-top:0;
        padding-top:5px;
    }
    div.btnwrapper {
        margin-left:-22px;
    }
    .type-text {
        margin:0 0 0 17px;
        padding:0 6px 0 7px;
    }
    .trunc-sm {
        display:none;
    }
    #neo {
        text-align:left;
        padding:0;
    }
    #container_form {
        float:left;
        margin-left:15px;
        position: absolute;
        top: -439px;
    }
    #neo .title {
        text-align:left;
        color: #fff;
        background-color: rgba(0,0,0,0.54);
        background-position:right 3px;
        background-repeat:no-repeat;
    }
    div#container_form{
        background: none;
    }
    .container_fields.dates {
        background-color: transparent;
        padding-right: 0px;
        float: left;
    }
    .container_fields.promo {
        display: block;
        padding:0 14px 11px 14px;
        width: inherit;
        text-align: center;
    }
    .promo .texto{
        color: #fff;
    }
    #carouselOffers .item {
        margin:0 5%;
    }
    #carouselOffers .item .container_half {
        width:100%;
    }
    .videopl {
        background:rgba(255,255,255,.95);
        position:absolute;
        z-index:111;
        font-size:.9em;
        top:3em;
        right:1em;
        padding:10px 20px;
    }
    #alojamientos .flexslider .slides img {
        max-width:100%;
        width:auto;
    }
    .listinfo {
        overflow:hidden;
    }
    .listinfo ul {
        width:50%;
        float:left;
    }
    .navbar-nav>li>a i,.navbar-nav>li.sep,#layer-slider {
        display:block;
    }
    .neoright{
        float: none;
        overflow: hidden;
        color: white;
    }
    .neomenu{
        text-align: center;
    }
    .information{
        text-align: left;
    }
    #alojamientos div.hotels-list-info h2{
        font-size: 1em;
    }
    .transparent_gold_border{
        margin-top: inherit;
    }
    .hidden-desk{
        display: block;
    }
    .slice, .color0, .footerWidget.important{
        text-align: left !important;
        margin-left: 3em;
    }
    #type-list-item-default #carouselOffers .item .container_half {
        width:100%;
    }
    #type-list-item-default #carouselOffers.owl-carousel .owl-wrapper-outer{
        margin-left: -15px;
    }
    #type-list-item-default .offers{
        margin-bottom: 4em;
    }
    #TA_selfserveprop533{
        margin: 0;
        width: 262px;
    }
    #CDSWIDSSP{
        margin: -2em 0 0 0 !important;
    }
    .tripad{
        vertical-align: inherit;
        margin-right: 2em;
    }
    #form-wrapper{
        width: 366px;
        border-radius: 2%;
        background-color: rgba(255, 255, 255, 0.852941);
    }
    .franjaazul {
        text-align: center;
        color: #464646;
    }
    #home #content {
        padding-top: 0;
    }
    #texto_slide {
        background-repeat: no-repeat;
        background-color: transparent;
        text-align: left;
        vertical-align: middle;
        font-family: 'Cinzel', serif;
        font-size: 35.06px;
        font-weight: 400;
        padding: 102px 169px 108px 141px;
        line-height: 43.06px;
    }
    #texto_slide > img{
        max-width: 100%;
    }
    .text_icon {
        font-family: 'Raleway', sans-serif;
        font-weight: 600;
        font-size: 14px;
        text-transform:uppercase;
    }
    .parallax-img{
        width: 10%;
    }
    #logo_hidden{
        display: block;
        padding: 0;
        margin-left:9%;
    }
    #contactBloc{
        padding-top: 13px;
    }
    .navbar-collapse,.boxIconServices .boxContent,.navbar-brand,nav#filter ul,.links-list {
        padding:0;
        height: 0;
    }
    .contactPhone span {
        padding: 0 2px;
    }
    .navbar{
        float: right;
    }
    .navbar-default .navbar-toggle{
        margin:0;
    }
    .separacion {
        margin: 3em 7em 0 7em;
    }
    .socialmedia, #content_lang, #content_lang>a{
        display: inline-block;
    }
    .navbar{
        float: right;
    }
    .social_networks{
        padding-right: 10px;
    }
    footer li,footer p {
        line-height:17px;
        color:white;
        text-align: left;
        font-family: 'Raleway', sans-serif;
        font-size: 12px;
        font-weight: 500;
    }
    ul.socialNetwork {
        display:block;
        padding:0;
        text-align: left;
    }
    aside .title:after,footer .title:after {
        left:0;
    }
    div#fondo-bot {
        display: block;
        position: relative;
        float: right;
        margin-top: -1290px;
        z-index: -2;
    }
    #alojamientos .separacion_common{
        margin: none;
    }
    div.hgroup h2{
        margin-bottom: 1em;
    }
    #content_lang{
        float: right;
    }
    .navbar-collapse.collapse{
        padding-bottom: 0;
    }
    #content_lang{
        margin-right: 0;
        margin-top: 0;
    }
    .navbar,.flexslider.hotels-list-images {
        margin-bottom:0;
    }
    .navbar-default .navbar-toggle {
        margin-top:5px;
    }
    #arrival {
        font-family: 'Raleway', sans-serif;
        font-size: 16px;
        font-weight: 600;
        background: #fff;
        left: 0;
        padding: 14px 10px 14px 10px ;
        border: none;
        text-transform: capitalize;
    }
    #departure{
        font-family: 'Raleway', sans-serif;
        font-size: 16px;
        font-weight: 600;
        background: #fff;
        left: 0;
        padding: 14px 10px 14px 10px ;
        border: none;
        text-transform: capitalize;
    }
    .ui-datepicker-trigger{
        left: 55px;
        top: -37px;
    }
    #contact #layer-slider {
        position: relative;
    }
    #contact .hidden-xs{
        display: block!important;
    }
    #contat #promocontent{
        display: block!important;
    }
    #contact #mapWrapperBig{
        height: 613px;
        width: 100%;
    }
    .reservation-form input[type=submit]{
        font-family: 'Raleway', sans-serif;
        font-size: 14px;
        font-weight: 600;
        margin-left: 0;
        width: 100%;
        padding: 14px;
        margin-top: -9px;
        background: rgba(74,127,169,1); /* For browsers that do not support gradients */
        background: -webkit-linear-gradient(rgba(74,127,169,1), rgba(57,105,143,1)); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(rgba(74,127,169,1), rgba(57,105,143,1)); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(rgba(74,127,169,1), rgba(57,105,143,1)); /* For Firefox 3.6 to 15 */
        background: linear-gradient(rgba(74,127,169,1), rgba(57,105,143,1)); /* Standard syntax */
        text-transform: uppercase;
    }
    div.hgroup h2{
        margin-top: 0px;
    }
    #mainHeader {
        padding-bottom: 12px;
    }
    .slider-text{
        margin: 15% 0 4.5% 0;
    }
    #logo_mobile img{
        margin-top: 5px;
    }
    .input_mask label {
        width: 50%;
    }
    .reservation-form label {
        left: 9%;
    }
    .breadcrumb{
        visibility: visible;
    }
    .widget-home {
        margin: 0 auto 24px auto;
    }
    .item-alojamiento {
        display: table;
        vertical-align: middle;
        border:1px solid #d6d6d6;
        text-align: center;
        width: 360px;
        height: 265px;
        margin-right: auto;
        margin-left: auto;
    }
     .item-alojamiento div {
        display: table-cell;
        vertical-align: middle;
        margin: 0 auto 0 auto;
    }
     #layerslider {
        margin-top: -0.4%;
    }
    .layout-mask select {
        display: none;
    }
    .layout-mask {
        padding: 14px 21px 14px 21px;
    }
    .text-mask {
        margin-bottom: 15px;
    }
    .div-arrival, .div-departure{
        width: 150px;
        display: inline-block;
    }

    #arrival,#departure{
        width: 150px;
        padding-left: 11px;
    }
    select{
        padding: 10.5px 7px;
    }
    .ui-datepicker-trigger{
        float: inherit;
        margin-right: 0px;
    }
    .layout-mask{
        padding: 21px 21px 21px 21px;
    }
    .top-mask{
        display:block;
    }
    .image-home img{
        max-width: 100%;
    }
     .navbar-fixed-top, .navbar-fixed-bottom{
        position: fixed;
    }
    h4.paralax-title:before, h4.paralax-title:after {
        left: 55.8%;
    }
    #layer-slider {
        margin-top: 107px;
    }
    .item .container_half {
        text-align: left;
    }
    .separacion_common {
        margin-top: 2em;
    }
    #contact  .separacion_common{
        margin-top: -1em;
    }
    .pbseparate {
        padding-bottom: 3.5em;
    }
    nav#filter{
        margin-bottom: 65px;
    }
    #contact section#neo {
       display: none;
    }
     #carouselHotels{
        padding-bottom: 5px;
    }
    .footerWidget{
        padding: 4px 15px 15px 15px;
    }
    #seo-utils .separacion_common {
        margin-top: 2em;
    }
    #sidebar .owl-theme .owl-controls .owl-buttons div {
        top:50%;
        margin-top: -59px;
        height: 83px;
    }
    #carouselOffersSidebar h3{
        height: 30px;
    }
    .socialmedia {
        display: none;
    }

    /* reviews */
        .item__review {
            width: 75%;
            font-size: 35px;
        }

            .item__review p {
                font-size: 18px;
                line-height: 24px;
            }

    /* end reviews */

}

/* MIN 992 BLUE */
@media (min-width:992px){
    body {
        background-color:blue !important;
    }
    .owl-theme .owl-controls .owl-buttons div{
        /*top: 24%;*/
    }
    #promocontent{
        display: block;
    }
    .neoskin .navbar-default .navbar-nav>li>a{
        font-size: 13px;
    }
    #logo_mobile{
        display: none;
    }
    #logo{
        display: block;
        position: relative;
        left: -26px;
    }
    #content_lang{
        float: right;
    }
    .plat15{
        padding: 0 15px;
    }
    .navbar-default .navbar-nav>li>a {
        margin: 31px 0 0 11px;
    }
    .hidden-desk{
        display: none;
    }
    .navbar-default .navbar-brand {
        width:100%;
        overflow:visible;
    }
    #boxedLayout #globalWrapper {
        width:992px;
    }
    .boxIconServices.posLeft .boxContent {
        text-align:right;
        padding:0 152px 0 0;
    }
    .boxIconServicest .boxContent {
        padding:0 0 0 152px;
    }
    .ctaBox a {
        float:right;
        margin-top:0;
    }
    #paralaxNeo {
        background-attachment:fixed;
    }
    .paralaxText {
        padding-top:57px;
        padding-bottom:83px;
    }
    #destiny-select {
        width:150px;
        height:24px;
    }
    .da .reservation-form input[type=button] {
        font-size:9px;
    }
    .type-text {
        margin:-14px 0 0 39px;
        padding:0 6px 0 19px;
    }
    #carouselOffers .item {
        margin:0 15px;
    }
    #carouselOffers .item .container_half {
        width:50%;
    }
    #alojamientos div.hotels-list-info h2{
        font-size: 1.4em;
    }
    .neoright{
        text-align: left;
        padding-left: 14.8%;
    }
    .neomenu{
        text-align: right;
    }
    #layerslider {
        margin-top: -0.4%;
    }
    .parallax-img{
        width: 10%;
    }
    #contactBloc{
        padding-top: 0;
    }
    .navbar-collapse,.boxIconServices .boxContent,.navbar-brand,nav#filter ul,.links-list {
        padding:0;
        height: 50px;
    }
    #mainHeader .pull-right {
        float:right!important;
        padding: 0;
    }
    .contactPhone span {
        padding: 0 8px 0 0;
    }
    aside .title:after,footer .title:after {
        left:0;
    }
    .separacion {
        margin: 19em 5em 0 5em;
    }
    #alojamientos .separacion_common{
        margin: none;
    }
    #promocontent{
        display: none;
    }
    .contactPhone {
        float: right;
        margin-right: 34px;
    }
    #contact #mapWrapperBig{
        height: 603px;
        width: 100%;
    }
    section#neo{
        padding: 6px;
        top:14em;
        right: 10%;
    }
    #contact section#neo{
        top:16.5em;
    }
     .slider-text{
        margin: 0;
    }
    .footerWidget.important{
        margin-left: 6em;
    }
    #logo_mobile img{
        margin-top:0;
    }
    #logo img{
        max-width: 180px;
    }
    .franjaazul{
        display: block;
        bottom: -25px;
    }
    #contact .franjaazul{
        bottom: 8px;
    }
    .item-alojamiento{
        width: 300px;
        height: 265px;
    }
    .item-alojamiento img{
        width: 250px;
    }
    .image-home{
        margin-top: 15%;
    }
    .image-home img{
        max-width: 100%;
    }
    h4.paralax-title:before, h4.paralax-title:after {
        left: 53.8%;
    }
     #layer-slider {
        margin-top: 107px;
    }
    .separacion_common {
        margin-top: 16em;
    }
     #contact  .separacion_common{
       margin-top: 12.5em;
    }
    nav#filter {
        margin-bottom: 17px;
    }
    .pbseparate {
        padding-bottom: 3em;
    }
    #contact section#neo {
       display: none;
    }
    .owl-theme .owl-controls .owl-buttons div{
       /* top: 24%;*/
    }
     div#fondo-bot {
        margin-top: -1270px;
    }
    #seo-utils .separacion_common {
        margin-top: 16em;
    }
    h4.main_title:after {
        left: 52.6%;
    }
    h4.main_title:before {
        left: 52.6%;
    }
     .socialmedia {
        display: inline-block;
    }

    /* reviews */
        .item__review {
            width: 65%;
            font-size: 35px;
        }
    /* end reviews */

}

/* MIN 1200 GREEN */
@media (min-width:1191px){
    body {
        background-color: green !important;
    }
    #logo_mobile{
        display: none;
    }
    #logo{
        display: block;
        position: relative;
        left:-30px;
    }
    .hidden-xs{
        display: block!important;
    }
    #boxedLayout #globalWrapper {
        width:1200px;
    }
    #destiny-select {
        width:150px;
        height:25px;
    }
    .da .reservation-form input[type=button] {
        font-size:9px;
    }
    .de .reservation-form label {
        font-size:10px;
    }
    .fi .reservation-form label,.sv .reservation-form label {
        font-size:8px;
    }
    .type-text {
        margin:-14px 0 0 39px;
        padding:0 6px 0 19px;
    }
    .parallax-img{
        width: 10%;
    }
    #layerslider {
        margin-top: 0;
    }
    .neoright{
        text-align: left;
        padding-left: 14.8%;
    }
    #logo_mobile{
        display: none;
    }
    input#promo{
        left: 0;
    }
    aside .title:after,footer .title:after {
        left:0;
    }
    #promocontent{
        display: block;
    }
    div.hgroup h2{
        text-align: left;
    }
    #contact #mapWrapperBig{display: block;
        height: 660px;
        width: 100%;
    }
    input#promo{
        width: 130px;
    }
    .container-flex{
        position: relative;
    }
    .footerWidget.important{
        margin-left: 7.6em;
    }
    .widget-home {
        margin: 0 auto 24px auto;
    }
    .container_half.image.imgWrapper img {
        width: 400px;
        height: 210px;
    }
    #sidebar .container_half.image.imgWrapper img {
        width: 400px;
        height: 148px;
    }
    .flexslider .slides img{
        min-height: 200px;
    }
    section#neo {
        padding: 10px;
    }
    .franjaazul {
        bottom: -66px;
    }
    .navbar-fixed-top, .navbar-fixed-bottom{
        position: fixed;
    }
    .item-alojamiento{
        width: 360px;
        height: 265px;
    }
    .item-alojamiento img{
        width: auto;
    }
    .separacion {
        margin: 21.5em 5em 0 5em;
    }
    .image-home{
        margin-top: 0;
    }
    section#neo {
        right: 9%;
        top: 15em;
    }
    #layer-slider {
        margin-top: 0;
    }
    #contact .separacion_common {
        margin-top: 17.5em;
    }
    .separacion_common {
        margin-top: 19em;
    }
    #contact section#neo {
       display: block;
    }
    #contact .franjaazul {
        bottom: -50px;
    }
    #logo img{
        max-width: 185px;
        width: 185px;
    }
    div#fondo-bot {
        margin-top: -1210px;
    }
    .boxContent {
        padding: 11px 0 0 0px;
    }
    #seo-utils .separacion_common {
        margin-top: 19em;
    }
    h4.main_title:after {
        left: 52.2%;
    }
    h4.main_title:before {
        left: 52.2%;
    }
}

/* MIN 1500 */
@media (min-width:1500px)
{
     .container-flex{
        top: -69px;
    }
    .image-home img{
        max-width: none;
    }
    .separacion{
        margin: 29.5em 5em 0 5em;
    }
     section#neo {
        right: 21%;
    }
    .image-home{
        margin-top: -41px;
    }
    .main_title {
       margin: 42px 0px 60px 0;
    }
    #related .main_title {
        margin: 60px 0px 56px 0;
    }

    /*##### BIG MASK #####*/

    /* .text-mask {
        margin-bottom: 40px;
    }

    .layout-mask {
        padding: 21px 21px 45px 21px;
    }
    .layout-mask select {
        display: block;
    }

    .reservation-form input[type=submit]{
        margin-top: 15px;
    }*/

    /*##### END BIG MASK #####*/
}

body{
    background-color: white!important;
}

#mapWrapperBig {
    background-image: url('/themes/default/images/mapa.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}



/* MODAL */
:root {
    --modal-main-color: #4A7FA9;
    --modal-complement-color: #464646;
    --modal-font-family: 'Maven Pro', serif;
    --modal-font-family-title: 'Raleway', sans-serif;
    --modal-font-family-subtitle: 'Raleway', sans-serif;
    --modal-font-family-btn: 'Maven Pro', sans-serif;;
    --white-color: #ffffff;
}

.mfp-bg.custom-mfp {
    opacity: 1;
    background-color: rgba(21, 21, 24, 0.45);
    z-index: 16000;
}

.mfp-wrap {
    z-index: 99999;
}
.nb-modal {
    background-color: #FFFFFF;
    background-color: var(--white-color);
    width: 600px;
    height: auto;
    background-blend-mode: luminosity;
    background-size: cover;
    color: #464646;
    color: var(--modal-complement-color);
    text-align: justify;
    padding: 50px;
    box-shadow: 0 0 7px 0 rgba(0,0,0,.35);
    z-index: 1600;
    margin: 0 auto;
    position: relative;
}
.nb-modal .mfp-close,
.nb-modal .mfp-arrow {
    color: #ffffff;
    color: var(--white-color);
    background-color: #4A7FA9;
    background-color: var(--modal-main-color);
    opacity: 1;
    width: 30px;
    height: 30px;
    line-height: 32px;
    padding-left: 2px;
}
.nb-modal .mfp-arrow:hover,
.nb-modal .mfp-close:hover{
    background-color: #464646;
    background-color: var(--modal-complement-color);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.nb-modal .mfp-close {
    right: 0;
}
.nb-modal-image {}
.nb-modal-main {
    position: relative;
    width: 100%;
}
.nb-modal-content {}
.nb-modal__logo {
    padding: 0;
    margin: 0 0 10px 0!important;
    display: inline-block;
    position: static;
}
.nb-modal__logo img {
    max-width: 180px;
    height: auto;
}
.nb-modal__title {
    display: inline-block;
    width: 100%;
    font-size: 25px;
    margin-bottom: 5px;
    letter-spacing: 0;
    font-family: 'Raleway', sans-serif;
    font-family: var(--modal-font-family-title);
    font-weight: 700;
    line-height: 30px;
    color: #464646;
    color: var(--modal-complement-color);
    text-align: center;
    word-break: break-word;
}
.nb-modal__subtitle {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    margin-bottom: 20px;
    letter-spacing: 0;
    font-family: 'Raleway', sans-serif;
    font-family: var(--modal-font-family-subtitle);
    line-height: 30px;
    color: #4A7FA9;
    color: var(--modal-main-color);
    text-align: center;
    word-break: break-word;
    font-weight: 400;
}
.nb-modal__description {
    word-break: break-word;
    text-align: inherit;
}
.nb-modal__description > * {
    font-family: 'Maven Pro', serif;
    font-family: var(--modal-font-family);
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #464646;
    color: var(--modal-complement-color);
    margin-bottom: 10px;
}
.nb-modal__description p {
    background-color: transparent;
    overflow: visible;
    padding: 0;
    max-height: none;
    color: #464646;
    color: var(--modal-complement-color);
    margin-bottom: 10px;
}
.nb-modal__description ul {
    padding-left: 17px;
}
.nb-modal__description li {
    margin-top: 10px;
}
.nb-modal__description li:first-child {
    margin-top: 0;
}
.nb-modal__description a {
    color: #464646;
    color: var(--modal-complement-color);
    text-decoration: underline;
    border-bottom: 0 none;
}
.nb-modal__description a:hover {
    color: #4A7FA9;
    color: var(--modal-main-color);
    border-bottom: 0 none;
}

.nb-modal__moreinfo a,
.nb-modal__moreinfo a:visited {
    display: inline-block;
    color: #FFFFFF;
    color: var(--white-color);
    font-size: 16px;
    background-color: #4A7FA9;
    background-color: var(--modal-main-color);
    font-family: 'Maven Pro', serif;
    font-family: var(--modal-font-family);
    margin-top: 20px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    padding: 0.6em 2em;
    white-space: normal;
    word-break: break-word;
    font-weight: 300;
    border: 0 none;
}
.nb-modal__moreinfo a:hover,
.nb-modal__moreinfo a:visited:hover{
    color: #FFFFFF;
    color: var(--white-color);
    background-color: #464646;
    background-color: var(--modal-complement-color);
    border: 0 none;
}

.nb-modal--with-image {
    padding: 0;
    display: flex;
    align-items: stretch;
    width: 800px;
}
.nb-modal-image {
    flex: 0 auto;
    width: 40%;
    position: relative;
}
.nb-modal-image__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #CCCCCC;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.nb-modal--with-image  .nb-modal-main {
    padding: 40px 30px;
    flex: 0 auto;
    width: 60%;
}

@media all and (max-width: 1200px) {
    .nb-modal {
        width: 70%;
    }
}
@media all and (max-width: 992px) {
    .nb-modal {
        width: 75%;
    }
}
@media all and (max-width: 767px) {
    .nb-modal {
        width: 95%;
        padding: 15px;
    }
    .nb-modal-main {
        height: auto;
        max-height: 70vh;
        overflow-y: auto;
    }
    .nb-modal-main::-webkit-scrollbar {
        width: 6px;
        border-radius: 5px;
        background-color: #F5F5F5;
    }
    .nb-modal-main::-webkit-scrollbar-thumb {
        background-color: #868686;
        border-radius: 5px;
    }
    .nb-modal-main::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
    }
    .nb-modal-content {
        padding: 15px;
    }

    .nb-modal--with-image {
        padding: 0;
    }

    .nb-modal-image {
        display: none;
    }

    .nb-modal--with-image  .nb-modal-main {
        width: 100%;
        padding: 30px;
    }
    .nb-modal--with-image  .nb-modal-content {
        padding: 0;
    }
}

/**
* Fade-zoom animation for first dialog
*/
.mfp-bg,.mfp-container,.mfp-wrap{height:100% !important;width:100%}
.mfp-bg, .mfp-wrap {
    position: fixed !important;
    left: 0;
    top: 0;
}
.mfp-container {
    text-align: center;
    position: fixed;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog { opacity: 0; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; -webkit-transform: scale(0.8); -moz-transform: scale(0.8); -ms-transform: scale(0.8); -o-transform: scale(0.8); transform: scale(0.8); }

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog { opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog { -webkit-transform: scale(0.8); -moz-transform: scale(0.8); -ms-transform: scale(0.8); -o-transform: scale(0.8); transform: scale(0.8); opacity: 0; }

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg { opacity: 0; -webkit-transition: opacity 0.3s ease-out; -moz-transition: opacity 0.3s ease-out; -o-transition: opacity 0.3s ease-out; transition: opacity 0.3s ease-out; }

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg { opacity: 0.8; }

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg { opacity: 0; }

/* End MODAL */