/*@font-face {
    font-family: 'ADAYWITHOUTSUN';
    src: url('fonts/ADAYWITHOUTSUN.eot');
    src: url('fonts/ADAYWITHOUTSUN.eot') format('embedded-opentype'),         
         url('fonts/ADAYWITHOUTSUN.woff') format('woff'),
         url('fonts/ADAYWITHOUTSUN.ttf') format('truetype'),
         url('fonts/ADAYWITHOUTSUN.svg#ADAYWITHOUTSUN') format('svg');
    
}*/


a, img {
    border:none;
    outline:none
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {

/*       font-family: 'bptypewriteregular';*/
font-family: 'Noto Serif', serif;
      
}
html,body{
   padding:0;
   margin:0;   
   background:#fff;
}
a, a:hover{
    transition: all 0.28s ease-in-out  0s;
    -moz-transition: all 0.28s ease-in-out  0s;
    -webkit-transition: all 0.28s ease-in-out  0s;
    -o-transition: all 0.28s ease-in-out  0s;
    -ms-transition: all 0.28s ease-in-out  0s;  
}
*, *:after, *:before {
    -moz-box-sizing: border-box;
    -moz-text-size-adjust: none;
    -webkit-box-sizing: border-box;
    -webkit-text-size-adjust: none;
    box-sizing: border-box;
    text-size-adjust: none;
    /*transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;*/
    
}

.wrapper{
    width:100%;
    position:relative;
    
}





.container{
    position: relative;
/*    max-width:1600px;*/
    margin:0 auto;   
    width:100%;    
/*   background-size: 100% auto;*/
    z-index: 5;
    
}

.container.paddingLeftRight{
  padding:0 5px;  
  overflow: hidden;
  padding-top: 85px;

}
.container.paddingTop{
  padding-top: 85px;

}

.top-bar{
    background: #fff none repeat scroll 0 0;
    display: block;
    height: 85px;
    left: 0;
    padding: 10px 20px;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 500;
}

.top-logo{
    position: relative;
    margin:0 auto;
    max-height: 100%;
    max-width: 40%;
}

.menu-switch{
    position: absolute;    
    color: #000;
    text-decoration: none;
    font-size: 1.8em;
    top: 20px;
    left:10px;
    border:1px solid #000;
    padding:5px 10px;
}
.menu-switch:hover{
    background-color: #000;
    color: #fff;
}

.top-share{
    position: absolute;    
    color: #fff;
    text-decoration: none;
    font-size: 1.8em;
    top: 10px;
    right:20px;
    padding: 5px 10px;
}
.top-menu{
    position: absolute;
    left: 100px;
    top: 30px;
    
}
.top-langs{
    position: absolute;
    right:15px;
    top: 18px;
    font-family: 'Source Sans Pro', sans-serif;
    z-index: 50;
}
.top-langs a{
    border:1px solid #606060;
    padding: 15px 10px;
    color: #000;
    text-decoration: none;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    position: relative;
    display: block;
    text-transform: uppercase;
}
.top-langs a span{
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
}
.top-langs > a > i.fa-angle-down{
    margin-left: 3px
}
.top-langs.active > a > i.fa-angle-down{
    transform: rotate(-180deg);
}

.sublangs{
    list-style: none;
    position: relative;
    width: 100%;
    display: none;
    padding: 0;
    margin: 0;
    border-top: 0;
    background:#fff;
    transition:none;
    overflow: hidden;
}
.sublangs li:hover{
    background-color: #ccc;
}

.offers-title{
    color: #79797C;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 27px;
    padding-top: 10px;
    width: 100%;
    text-align: center;
    padding-bottom: 0;
    margin-bottom: 10px;
}
.offers-subtitle{
    color: #464648;
    font-style: italic;
    font-size: 14px;
    padding-top: 0;
    width: 100%;
    text-align: center;
    padding-bottom: 0;
    margin-bottom: 10px;
}


.map-container{
   width: 100%;
   background:#EEEFEB;
   text-align: center;
   position: relative;
   transition:none;
   overflow: hidden;
   float:right;
}
.map-header{
    background:#ACA9C8;
    position: relative;
    width:100%;
    height:60px;
    float:left;
    margin-bottom: 20px;
    padding-left: 260px;
}
.map-header a{
    position: relative;
    float: left;
    padding:13px 20px;
    color: #D5D4E3;
    font-size: 26px;
    font-weight: 300;
    text-decoration: none;
    font-family: 'Source Sans Pro', sans-serif;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}
.map-header a strong{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
}
.map-header a.active,.map-header a:hover{
    color:#fff;
    background:#9D9AB8;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}
.map-header a.active span,.map-header a:hover span{
    opacity:1;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}
.map-header a span{
    position: absolute;
    width: 100%;
    height:14px;
    left: 0;
    bottom: 0;
    background: url("/images/sel.png") no-repeat center center transparent;
    opacity:0;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}
.map-header a.disabled{
    
    /*pointer-events: none;*/
    cursor: not-allowed;
}
.map-header a.disabled:hover{
    background:#ACA9C8;
    color: #D5D4E3;
}
.map-header a.disabled:hover span{
    opacity:0;
}
.current-hotel-name{
    position: relative;
    float: left;
    width: 100%;
    padding-top:20px;
    text-align: left;
    background: #00ACA1;
}
.current-hotel-name h2{
    color:#fff;
    font-family: 'Source Sans Pro', sans-serif;
    text-align: left;
    font-size: 22px;
    width: 100%;
    margin:0;
    padding:0 20px;
}
.current-hotel-name a{
    background:#29B9B0;
    font-style: italic;
    width: 100%;
    position: relative;
    margin-top: 20px;
    display: block;
    color:#fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 18px;
    text-align: center;
    padding:10px;
    text-decoration: none;
}
.current-hotel-name a:hover{
    text-decoration: underline;
}
.gmap-current{
    position: relative;
    float: left;
    width: 100%;
    margin-top: 15px;
    background:#ddd;
    height: 550px;
}
.map-container.hotelDetails{
    text-align: left;
    padding:15px;
    padding-top: 5px;
}
.back-button{
    position: relative;
    /*width: 100%;*/
    display: block;
    float: left;
    text-align: left;
}
.back-button a{
    position: relative;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #00ACA1;
    text-decoration: none;
    padding:2px 5px;
    display: block;
    float:left;
}
.back-button a i{
    font-size: 40px;
    vertical-align: middle;
}
.back-button a span{
    font-family: 'Source Sans Pro', sans-serif;
    vertical-align: middle;
}
.back-button a:hover{
    background: #00ACA1;
    color:#fff;
}

.next-button{
    position: relative;
    /*width: 100%;*/
    display: block;
    float: right;
    text-align: right;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #00ACA1;
    text-decoration: none;
    padding:2px 5px;
}
.next-button i{
    font-size: 40px;
    vertical-align: sub;
    padding-left: 3px;
}
.hd-left-col{
    position: relative;
    float: left;
    width: 27%;
    margin-right: 5%;
    padding-top: 10px;
    clear: left;
}
.hd-right-col{
    position: relative;
    float: right;
    width: 68%;
    padding-top: 10px;
}
.hd-left-col *, .hd-right-col *{
    font-family: 'Source Sans Pro', sans-serif;
}
.base-info p{
    color: #464648;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 20px;
    float: left;
    
}
.base-info label{
    color: #666;
    font-size: 14px;
    font-weight: 400;
    line-height: 13px;
    width: 100%;
    margin-top: 10px;
    display: block;
    float: left;
}
#bx-pager{
    position: relative;
    float: left;
    width: 100%;
    padding-top: 10px;
}
#bx-pager a{
    position: relative;
    float: left;    
    margin-right: 10px;
    display: block;
    opacity:0.3;
}
#bx-pager a:hover{
     opacity:1;
}
#bx-pager a.active{
    opacity:1;
}
.base-info label a{
    color: #666;
    text-decoration: underline;
    word-wrap: break-word;
}
.base-info label i{
    padding-right: 10px;
}
.map-left-bar{
    position: relative;
    float: left;
    width:250px;
    padding-right: 0px;
}
.map-content{
    position: absolute;
    top: 0;
    left:0;
    width:100%;
    height:100%;
    z-index: 10;
    transition:none;
}
.map-content *{
    transition:none;
}
.map-container > .uil-ripple-css{
    position: absolute;
    top: 25%;
    left:42%;
}
.base-info{
    float: left;
    position: relative;
    width: 100%;
}
.hdivider{
    position:relative;
    width: 100%;
    float: left;
    margin: 5px 0;
}
.hd-left-col .preview-rooms,.hd-left-col .preview-book{
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 5px;
}

.hd-slider{
    position: relative;
    float: left;
    width:100%;
/*    height:530px;*/
    background:#ccc;
}
.hotel-title{
    position: relative;
    width: 100%;
    float: left;
    width: 100%;
    font-size: 50px;
    margin:0;
    margin-top: 25px;
    color:#79797C;
    font-weight: 800;
    letter-spacing: -2px;
    margin-bottom: 0;
    line-height: 42px;
}
.hotel-subtitle{
    position: relative;
    width: 100%;
    float: left;
    width: 100%;
    font-size: 26px;
    margin:0;
    margin-top: 0px;
    color:#79797C;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 22px;
}
.details-box{
    position: relative;
    float: left;
    width: 95%;
    color: #4D4D4D;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 15px;
}

.details-box p{
    color: #4D4D4D;
    font-size: 15px;
    font-weight: 400;
    line-height: 17px;
    width: 100%;
    margin-top: 10px;
    display: block;
    float: left;
}
.details-box a{
    color: #4D4D4D;
    font-size: 15px;
    font-weight: 400;
    line-height: 13px;    
    text-decoration: underline;
}

p.manager{
    font-size: 15px;
    padding-top: 25px;
    line-height: 20px;
    font-weight: 600;
}
p.manager i{
    font-style: italic;
    font-weight: 400;
}
p.manager a {
    color: #666;
    text-decoration: underline;
    word-wrap: break-word;
    font-weight: 400;
}

.details-box h4, .services-box h4{
    color: #333;
    font-size: 17px;
    font-weight: 500;
    line-height: 13px;
    width: 100%;
    margin-top: 10px;
    display: block;
    float: left;
    font-style: italic;
    margin-bottom: 15px;
}
.services-box{
    background:#E4EBDA;
    position: relative;
    float: left;
    width:100%;
    padding: 10px;
    margin:20px 0;
    
}
.Hotelslistview{
    position: relative;
    display: block;
    width:100%;
    display:none;
    background:#F9FAF5;
    z-index: 20;
    text-align: left;
    min-height: 400px;
    float: left;
}
.map-left-bar h3{
    position:relative;
    margin-top: 40px;
    font-family: 'Source Sans Pro', sans-serif;
    float:left;
}
.mapb{
    position: relative;
    float: left;
    margin: 0;
    padding: 20px 5px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    background: #87CFC9;
    width:50%;
    font-family: 'Source Sans Pro', sans-serif;
}
.mapb.selected, .mapb:hover{
    background:#00ACA1;
    color:#666;
}
.hotel-preview{
    position: absolute;
    left: -450px;
    top: 0;
    width: 400px;
    height:100%;
    background:#eff0eb;
    z-index: 15;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}
.hotel-preview.active{
    left: 0;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}
.preview-close{
    position: absolute;
    right: 0;
    top: 0;   
    color:#fff;
    background:#B3B3B3;
    font-size: 20px;
    padding: 8px 15px;
    text-decoration: none;
    font-family: Arial;
    z-index:50;
}

.hotel-preview-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    overflow:auto;
}
.hotel-preview-content.listView{
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height:678px;
    overflow:hidden;
    margin:0;
    margin-top: 0;
    float:left;
    background:#eee;
}
.listViewElement{
    position: relative;    
    width: 31.3333%;
    min-height:750px;
    overflow:hidden;
    margin:1%;
    margin-top: 0;
    float:left;
    max-width: 420px;
    min-width: 380px;
    margin-bottom: 15px;
}
.preview-slider, .sec-slider{
    position: relative;
    float: left;
    width:100%;   
    list-style: none;
    margin: 0;
    padding: 0;
}
.preview-slider li, .sec-slider li{
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
.preview-slider img, .sec-slider img{
/*    width:100%;*/
}
.preview-slider *,.fancybox-wrap *{
    transition:none;
}

.exp-left-bar h2{
    color:#7AA4C4;
     font-family: "Source Sans Pro",sans-serif;
}

.preview-logo{
    position: relative;
    float: left;
    padding: 0px;
    text-align: left;
    width:100%;
}
.dotted-divider{
    position: relative;
    float: left;
    width:100%;
    border-bottom: 1px dotted #ccc;
    margin: 8px 0;
}
.preview-elements{
    position: relative;
    float: left;
    padding: 0px 20px;
    width:100%;
}
.select-continue{
    position: relative;
    width:100%;
    display:block;
    text-decoration: none;
    color:#666666;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    text-align: center;
    background: #B8DEDB;
    padding:7px;
    margin-left: 1%;
    font-style: normal;
    letter-spacing: -0.5px;
}
.select-continue small{
    font-style: italic;
}
.select-continue:hover{
    text-decoration: underline;
}
.preview-elements h2{
    color: #79797C;
    text-align: left;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 23px;
    margin:0;
    padding:0;
    min-height: 145px;
}
.preview-elements h3{
    color: #79797C;
    text-align: left;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    font-weight: 400;
     margin:0;
    padding:0;
    margin-top: -5px;
	min-height: 40px;
}
.preview-elements p{
    color: #464648;
    text-align: left;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14.5px;
    display:inline-block;
    margin:0;
    padding:0;
    margin-top: 15px;
    line-height: 17px;
    /*height: 85px;*/
    overflow: hidden;
    font-weight: 400;
}
.preview-elements ul{
    position: relative;
    width: 100%;
    float: left;
    padding-left: 15px;
    list-style: disc;
    margin-left: 0px;
    margin-top: 0;
}
.preview-elements ul li{
    color: #79797C;
    text-align: left;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 13.5px;
    font-weight: 400;
    margin:0;
    padding:0;    
    line-height: 17px;    
    width: 100%;
    float: left;
    padding-left: 5px;
    padding:3px 5px;
}
.preview-logo img{
    height: 60px;
    vertical-align: middle;
    max-width: 100%;
}
.preview-services{
    position: relative;
    float: left;
    width: 50%;
    font-size: 12px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 500;
    color: #000;
    text-align: left;
    font-style: italic;
}
.preview-price{
    position: relative;
    float: right;
    width: 30%;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 500;
    color: #000;
    text-align: left;
    font-style: italic;
    font-size: 12px;
}
.preview-services img{
    max-width: 100%;
}
.preview-price label, .preview-services label{
    display: block;
    width: 100%;
    text-align: left;
}
.preview-price span{
    color: #666666;
    display: block;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    margin-left: -5px;
    margin-top: -8px;
    text-align: left;
    width: 100%;
}
.preview-price span small{    
    font-weight: 700;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    color: #666666;
    font-size: 22px;
}
.preview-more{
    color: #619AC4;
    display: block;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 17px;
    font-style: italic;
    font-weight: 400;
    text-align: center;
    width:100%;
    float: left;
    display:inline-block;
    margin-bottom: 20px;
    
}
.hotel-preview-ajax{transition:none;}

.preview-rooms{
    position:relative;
/*    bottom: 0;
    left: 0;*/
    width:100%;
    padding:15px 10px;
    text-align: center;
    text-decoration: none;
    display:block;
    background: #B8DEDB;
    color:#666;
    font-family: "Source Sans Pro",sans-serif;
    font-weight: 300;
    font-size: 17px;
    display:inline-block;
}
.preview-book{
/*    position:absolute;
    bottom: 0;
    right: 0;
    width:50%;
    padding:15px 10px;
    text-align: center;
    text-decoration: none;
    display:block;
    background: #619AC4;
    color:#fff;
    font-family: "Source Sans Pro",sans-serif;
    font-weight: 500;
    font-size: 19px;*/
   position:relative;
/*    bottom: 0;
    left: 0;*/
    width:100%;
    padding:15px 10px;
    text-align: center;
    text-decoration: none;
    display:block;
    background: #619AC4;
    color:#fff;
    font-family: "Source Sans Pro",sans-serif;
    font-weight: 300;
    font-size: 17px;
    display:inline-block;
}
.preview-rooms:hover, .preview-book:hover{
    text-decoration: underline;
}
.preview-book2{
    position:relative;
    /*width:100%;*/
    padding:15px 10px;
    text-align: center;
    text-decoration: none;
    display:block;
    background: #619AC4;
    color:#fff;
    font-family: "Source Sans Pro",sans-serif;
    font-weight: 300;
    font-size: 17px;
    display:inline-block;
    float:right;
}
/*.sublangs li:first-child a{
    border-top: 0;
}*/

.contact-container{
    position: relative;
    width: 100%;
    background:#F8F9F5;
    padding:15px;
    float:left;
    padding-bottom: 0;
    min-height: 840px;
}
.contact-container h1{
    color: #619AC4;
    font-size: 25px;
    font-weight: 700;
    margin:0;
    font-family: "Source Sans Pro",sans-serif;
    padding-left: 15px;
}

.contact-col{
    position: relative;
    display: block;
    width: 32.3333%;
    margin-right: 1%;
    float:left; 
    padding:15px 20px;
    min-height: 700px;
}

.contact-col:last-child{
    margin-right: 0;
    float:right;
    width:33.333%;
}
.contact-col.grey{
    background:#EEEFEB;
}

.contact-col.black{
    background:#EEEFEB;
	float:left!important;
}

.contact-col h2{
    font-family: "Source Sans Pro",sans-serif;
    color:#535355;
    font-size: 17px;
    
}
.contact-col h3{
    font-family: "Source Sans Pro",sans-serif;
    
    color: #619AC4;
    font-size: 16px;
    
}
.contact-col p{
    font-family: "Source Sans Pro",sans-serif;    
    color: #535355;
    font-size: 15px;    
}
.contact-col p a{
    font-family: "Source Sans Pro",sans-serif;    
    color: #535355;
    font-size: 15px;    
    text-decoration: underline;
}

.contact-form{
    float: left;
    position: relative;
    width:100%;
    padding-top: 20px;
}
.contact-form select{
    float: left;
    position: relative;
    width:100%;
    padding: 10px 3px;
    border:1px solid #ddd;
    font-family: "Source Sans Pro",sans-serif;    
    color: #535355;
    background:#F8F9F5;
    font-size: 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.contact-form input{
    float: left;
    position: relative;
    width:100%;
    padding: 10px 3px;
    border:1px solid #ddd;
    font-family: "Source Sans Pro",sans-serif;    
    color: #535355;
    background:#F8F9F5;
    font-size: 15px;
    margin-bottom: 15px;
}
.contact-form textarea{
    float: left;
    position: relative;
    width:100%;
    padding: 10px 3px;
    border:1px solid #ddd;
    font-family: "Source Sans Pro",sans-serif;    
    color: #535355;
    background:#F8F9F5;
    font-size: 15px;
    margin-bottom: 15px;
    resize: none;
    height: 120px;
}
.contact-button, .recruitment-button {
    background:#B8DEDB;
    float: left;
    position: relative;
    padding:15px 30px;
    color:#535355;
    text-decoration: none;
    font-family: "Source Sans Pro",sans-serif;    
    font-size: 16px;
}
.myhotel-button {
    background:#8DCA4E;
    float: left;
    position: relative;
    padding:15px 30px;
    color:#FFF;
    text-decoration: none;
    font-family: "Source Sans Pro",sans-serif;    
    font-size: 16px;
}
.contact-button:hover, .recruitment-button:hover{
    background: #6B8BC7;
    color:#fff;
}
/* all */
/*::-webkit-input-placeholder { color:#fff;opacity:1; }
::-moz-placeholder { color:#fff; opacity:1;}  firefox 19+ 
:-ms-input-placeholder { color:#fff;opacity:1; }  ie */
input:-moz-placeholder { color:#fff;opacity:1; }
.small-logo{
    display: none;
}

.top-bar.fixed{
    background: #fff;
}
.top-bar.fixed .top-logo a .big-logo{
    display: none;
}
.top-bar.fixed .top-logo a .small-logo{
    display: inline-block;
}

.top-menu a{
    position: relative;
    display: inline-block;
    text-decoration: none;
    color:#000;
    font-size: 15px;
    margin-right: 15px;
    font-family: 'Source Sans Pro', sans-serif;
}
.top-menu a:hover{
    text-decoration: underline;
}

.row{
    position: relative;
    width:100%;
    margin:0;
    padding:0;
    float:left;
}
.inner-row{
    position: relative;
    width:100%;
    margin:0;
    padding:0;
}

.col{
    position:relative;
    display: block;
    float:left;
}
.col250{
    max-width:250px;
    width:100%;
    margin:5px;
    min-height: 840px;
    
}
.colRest{    
    width:100%;
    margin:5px;
    transition:none;
    
}

.colMyHotel{    
	max-width:1878px!important;
	width:100%;
	margin:5px;
	transition:none;
}

.colMap{    
    width:100%;
    margin:5px;
    transition:none;
    background:#F9FAF5;
}

.one-step-booking-box{
    /*background:#629ac4;*/
    background:red;
    text-align: center;
    color: #fff;
    padding: 10px 15px;
    width:100%;
    position: relative;
    cursor:pointer;
    padding-bottom: 20px;
}
.one-step-booking-box:hover{
    background:#7aa4c4;
}

.one-step-booking-box h2{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 500;
    font-size: 32px;
    margin-bottom: 0px;
    margin-top: 15px;
    line-height: 27px;
}
.one-step-booking-box h2 strong{
     font-weight: 800;
     font-family: 'Source Sans Pro', sans-serif;
     font-size: 34px;
     
}

.one-step-booking-box span{
    font-family: 'Source Sans Pro', sans-serif;
     padding: 5px 0px;
    font-size: 24px;
    border-top: 1px solid #87b2d2;
    border-bottom: 1px solid #87b2d2;
    display:inline-block;
    width:100%;
    margin-top: 30px;
    text-align: left;
    font-weight: 300;
    font-style: italic;
     
}
.one-step-booking-box span i{
    float: right;
}

.home-map-link{
    position: absolute;
    z-index: 10;
    top: 0;
    left:0;
    width:100%;
    height:100%;
    display:block;
    text-decoration: none;
}

.home-1-step{
    position: absolute;
    z-index: 10;
    top: 0;
    left:0;
    width:100%;
    height:100%;
    display:block;
    text-decoration: none;
}



.home-map-link:hover + .purple-box{
    background:#b6b1c4;
}

.purple-box{
    background:#04BCD4;
    text-align: center;
    color: #fff;
    padding: 20px 20px;
    width:100%;
    position: relative;
}
.purple-box h2{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 0px;
    margin-top: 15px;
}
.purple-box p{
    margin-top: 5px;
    padding: 0 8px;
    font-size: 14px;
}
.purple-box span{    
    padding: 5px 0px;
    font-size: 14px;
    border-top: 1px solid #c8c7dc;
    border-bottom: 1px solid #c8c7dc;
    display:inline-block;
    width:100%;
    margin-top: 10px;
}
.sidebar-map{
    width:100%;
    position: relative;
    padding-top: 15px;
}
.sidebar-map img{
    width:250px;
    position: relative;
    height:609px;
}

.sidebar-box{
    position: relative;
    width:100%;
    margin: 10px 0 0 0;
    padding: 6px 15px;
    position: relative;
     float: left;
     /*height: 191px;*/
}
.sidebar-box.prices{
    background: #b8dedb;
    position: relative;
     float: left;
}

.sidebar-box.yourSelections{
    background: #fff;
    position: relative;
     float: left;
     border: 1px solid #535355;
}

.sidebar-box.breaking-news{
    background:#1358E8;
}

.sidebar-box.breaking-news h3{
    border-bottom: 1px dotted #fff;
    color: #fff;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 1.5em;
    padding-bottom: 3px;
    text-align: center;
    width: 100%;
    margin-top: 5px;
    margin-bottom: -2px;
    
}
.sidebar-box.breaking-news h4{
    text-align: center;
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
}
.sidebar-box.breaking-news p{
    color: #fff;
    text-align: center;
    font-size: 0.95em;
    font-style: italic;
    margin-top: 0;
}
.sidebar-box.breaking-news a{
    color: #fff;
    text-align: center;
    font-size: 0.95em;
    font-style: italic;
    margin-top: 0;
    width: 100%;
    display: block;
    text-decoration: none;
}
.sidebar-box.breaking-news a:hover{
    text-decoration: underline;
}
.sidebar-box.events2 {
	padding:0;
}

/*.selections-divider{
    background: #fff;
    position: relative;
     float: left;
     border: 1px solid #535355;
}
.selections-divider:after{
    content:'';
    width:24px;
    height:24px;
    background:#fff;
    position:absolute;
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
    top:0px;
    left:100px;
    border-right:#535355 solid 1px;
    border-bottom:#535355 solid 1px;
} */
.selections-divider{
    position: relative;
    float: left;
    width: 100%;
    height: 16px;
    background: url("/images/div.png") no-repeat center center transparent;
    margin-top: -1px;
}
.current-selections-box{
    position: relative;
    float: left;
    width: 100%;
    padding:25px 15px;
    background: url("/images/div.png") no-repeat center 0px transparent;
    margin-top: -1px;
    border:1px solid #535355;
    border-top: 0;
}
.current-selections-box h3{
    padding-left: 10px;
    text-align: left;
    position: relative;
    float: left;
    width: 100%;
    color: #535355;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 17px;
    letter-spacing: -0.5px;
    border-bottom: 1px dotted #535355;
    padding-bottom: 5px;
}
.current-selections-box h4{    
    position: relative;
    float: left;
    width: 100%;    
    border-bottom: 1px dotted #535355;
    padding-bottom: 5px;
    margin-top: -5px;
    
}
.current-selections-box h4 label{    
    text-align: left;
    position: absolute;
    float: left;
    width: 50%;
    color: #535355;    
    font-size: 14px;
    letter-spacing: -0.5px;
    font-style: italic;
    font-weight: 400;
    line-height: 20px;
    bottom:10px;
    left:0;
    padding-left: 5px;
    
}
.current-selections-box h4 span{
       color: #a8a8a8;
    float: right;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 25px;
    font-style: italic;
    letter-spacing: -1px;
    padding-left: 2%;
    position: relative;
    text-align: right;
    width: 50%;
}
.current-selections-box h4 span i{
    font-size: 13px;
    padding-right: 8px;
    color:#484848;
/*    letter-spacing: -5px;*/
}
.current-selections-box h4 span small{
    font-size: 18px;
    
    
/*    letter-spacing: -5px;*/
}

.sidebar-box.prices label{
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #a2c1bf;
    padding:4px 0;
    font-style: italic;
    color:#696a6a;
    font-size: 13px;
    line-height: 25px;
}
.sidebar-box.prices label span{
    display: inline-block;
    float:right;
    font-weight: 800;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 25px;
    color:#696a6a;
    vertical-align: middle;
    font-style: normal;
}
.sidebar-box.prices p{
    display: inline-block;
    width: 100%;    
    padding:0;
    font-style: italic;
    color:#696a6a;
    font-size: 13px; 
    margin:0;
    margin-top: 0px;
    text-align: center;
}

.sidebar-box.prices h4{
    color:#535355;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    width: 100%; 
    font-weight: 600;
    padding-left: 20px;
     margin: 0;
     margin-top: 15px;
     position: relative;
     float: left;
}

.sidebar-box.yourSelections h4{
    color:#535355;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 22px;
    width: 100%; 
    font-weight: 700;
    padding-left: 0;
     margin: 0;
     margin-top: 10px;
     position: relative;
     float: left;
     text-align: center;
     color: #7AA4C4;
}
.sidebar-box.yourSelections h6{
    color:#535355;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 85px;
    width: 100%; 
    font-weight: 800;
    padding-left: 0px;
    margin: 0;
    margin-top: -20px;
    letter-spacing: -5px;
    position: relative;
     float: left;
     text-align: center;
}
.sidebar-box.yourSelections h7{
    color:#535355;    
    font-size: 17px;
    width: 100%; 
    font-weight: 600;
    padding-left: 0px;
    margin: 0;
    margin-top: -10px;
    letter-spacing: -1px;
    font-style: italic;
    position: relative;
    float: left;
    margin-bottom: 20px;
    text-align: center;
}
.sidebar-box.prices h5{
    color:#535355;    
    font-size: 20px;
    width: 100%; 
    font-weight: 400;
    padding-left: 20px;
    font-style: italic;
    margin: 0;
    margin-top: -7px;
    position: relative;
     float: left;
}
.sidebar-box.prices h6{
    color:#535355;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 73px;
    width: 100%; 
    font-weight: 800;
    padding-left: 20px;
    margin: 0;
    margin-top: -25px;
    letter-spacing: -5px;
    position: relative;
     float: left;
}

.sidebar-box.prices h6 small{
    color:#535355;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 38px;    
    font-weight: 800;    
    
}
.sidebar-box.prices h7{
    color:#535355;    
    font-size: 17px;
    width: 100%; 
    font-weight: 600;
    padding-left: 20px;
    margin: 0;
    margin-top: -15px;
    letter-spacing: -1px;
    font-style: italic;
    position: relative;
    float: left;
    margin-bottom: 20px;
}




.sidebar-box.discounts{
    background: #d6e6ba;
    cursor:pointer;
    text-align: center;
}
.sidebar-box.discounts h3{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 0px;
    margin-top: 0px;
    color:#666;
    text-align: center;
    width:100%;
    line-height: 28px;
}
.sidebar-box.discounts h3 strong{
    font-size: 55px;
    font-weight: 800;
    width: 100%;
    display: inline-block;
    font-family: 'Source Sans Pro', sans-serif;
	padding-top: 8px;
}
.sidebar-box.discounts p{    
    font-size: 14px;    
    color:#666;
   
    text-align: center;
    width:100%;
    font-style: italic;
        border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    font-weight: 300;
}


.percent-wrapper{
    background: rgba(255,255,255,0.6);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    overflow: auto;
    display: none; 
    transition:none;
}

.close-percent{
    position:absolute;
    top: 0;
    right: 0;
    padding: 8px;
    text-align: center;
    color: #464648;
    background: #B3B3B3;
    text-decoration: none;
    width: 45px;
    height: 45px;
    font-size: 22px;
    font-weight: 300;
    font-family: 'Source Sans Pro', sans-serif;
    z-index: 10;
}
.irow {    
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    text-align: center;
    padding-top: 5px;
}

.irow img{
    max-width: 100%;
    position: relative;
}

.percent-container{
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 660px;
    background: #F9FAF4;
    
}

.irow h2{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 0px;
    margin-top: 15px;
    color:#494949;
    text-align: center;
    width:100%;
    line-height: 22px;
    padding: 0 15px;
}
.irow h5{
    /*font-family: 'Source Sans Pro', sans-serif;*/
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 0px;
    margin-top: 15px;
    color:#727270;
    text-align: center;
    width:100%;
    line-height: 21px;
    padding: 0 15px;
    font-style: italic;
}
.irow h3{
    /*font-family: 'Source Sans Pro', sans-serif;*/
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 25px;
    margin-top: 15px;
    color:#727270;
    text-align: center;
    width:100%;
    line-height: 21px;
    padding: 0 15px;
    font-style: italic;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}

.irow label{
    /*font-family: 'Source Sans Pro', sans-serif;*/
    font-weight: 300;
    font-size: 13px;
    margin-bottom: 0px;
    margin-top: 15px;
    color:#727270;
    text-align: center;
    width:100%;
    line-height: 21px;
    padding: 0 15px;
    padding-bottom: 0;
    font-style: italic;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}
.percent-form{
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 450px;
     padding: 0 20px;
}
.percent-form input{
    position: relative;
    display: inline-block;
    width: 100%;
    border: 1px solid #727270;
    background: transparent;
    padding: 10px 15px;
    text-align: center;
    color: #4b4b49;
    font-size: 14px;
    margin: 3px 0;
    font-weight: 100;
    font-style: italic;
    
}

/*.percent-form input:-moz-placeholder { color:#4b4b49;opacity:1;}*/
.subscribe-percent{
    color: #4b4b49;
    background: #d6e6bb;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    margin: 20px auto;
    position: relative;
    width: 100%;
    max-width: 200px;
    text-decoration: none;
    padding: 8px 10px;
    display: inline-block;
    font-family: 'Source Sans Pro', sans-serif;
}
.discover-link{
    color:#6b9ec1;    
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin: 20px auto;
    position: relative;
    width: 100%;    
    font-style: italic;
    padding: 8px 10px;
    display: inline-block;
    margin-bottom: 5px;
    
}

.side-menu{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    transition: none;
    overflow: hidden;
    display: none;
         
}
.side-menu.opened .smenu-w{
    left: 0;
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    -moz-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}
.smenu-w{
    position: absolute;
    top: 0;
    left: -100%;
    background: #fff;
    width: 100%;
    height: 100%;
    max-width: 400px;
    padding: 35px;
    padding-top: 100px;
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    -moz-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}
.smenu-w a{
    position: relative;    
    width: 100%;
    display: block;
    margin: 15px 0;
    color: #464648;
    font-size: 20px;
    font-family: source sans pro;
    text-decoration: none;
    padding: 5px 10px;
}
.smenu-w a:hover{
    background: #000;
    color:#fff;
}
.close-smenu{
    border: 1px solid #4d4d4d;
    color: #000;
    font-family: source sans pro;
    font-size: 28px;
    height: 50px;
    padding: 4px 0;
    position: absolute;
    right: 25px;
    text-align: center;
    text-decoration: none;
    top: 15px;
    width: 50px;
    font-weight: 100;
    cursor:pointer;
    
}
.close-smenu:hover,.close-cmenu:hover{
    background:#000;
    color:#fff;
}

.close-cmenu{
    border: 1px solid #4d4d4d;
    color: #000;
    font-family: source sans pro;
    font-size: 28px;
    height: 50px;
    padding: 4px 0;
    position: absolute;
    right: 25px;
    text-align: center;
    text-decoration: none;
    top: 50px;
    width: 50px;
    font-weight: 100;
    cursor:pointer;
}


.cookiew{
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    background: rgba(255,255,255,1);
    padding:50px 25px;
    padding-right: 200px;
    z-index: 99999;
    border-top: 1px solid #464648;
    color: #000;
    font-size: 14px;
    font-family: source sans pro;
    font-weight: 400;
    overflow: hidden;
   transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    -moz-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}
.cookiew.opened{
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    -moz-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    bottom: 0;
}

.discover-link-small{
    color:#464648;    
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    margin: 0px auto;
    position: relative;
    width: 100%;    
    font-style: italic;
    padding: 8px 10px;
    display: inline-block;
    margin-bottom: 35px;
    
}
.sidebar-box.treat{
    background: #D7DDE8;
}

.sidebar-box.treat h3{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 0px;
    margin-top: 15px;
    color:#38333C;
    text-align: center;
    width:100%;
    line-height: 22px;
}
.sidebar-box.treat p{    
    font-size: 13.5px;    
    color:#38333C;
    text-align: center;
    width:100%;
    font-style: italic;
    font-weight: 300;
    
}
.sidebar-box.treat a{
    display: inline-block;
    width: 100%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding:4px 0;
    font-style: italic;
    color:#38333C;
    font-size: 16px;
    line-height: 22px;
    text-decoration: none;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
}
.sidebar-box.treat a i{
    float: right;
}
.sidebar-box h2{
    color:#615e5e;
    font-size: 26px;
    width:100%;
    text-align:center;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 500;
    margin:0;
    padding:0;
    border-bottom: 1px solid #a2c1bf;
    padding-bottom: 0px;
}
.sidebar-map-h{
    position: relative;
    width: 250px;
    height: 609px;
    overflow: hidden;
}
.sidebar-contact{
    background: #6B8BC7;
    color:#fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 22px;
    padding: 47.5px 10px;
    text-align: center;
    display: inline-block;
    width:100%;
    margin-top: 10px;
    text-decoration: none;
}

.fullwidth.newsletter h2{
    color:#fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 0;
    
}
.fullwidth.newsletter span{
    display: inline-block;
    margin:0 auto; 
    border-top: 1px solid #fff;
    width: 50px;
    max-width: 80%;
}
.fullwidth.newsletter p{    
    margin:0 auto;     
    width: 600px;
    max-width: 80%;
    font-size: 13.5px;
    padding: 10px;
    color:#fff;
}
.newsletter-input{
    background: transparent;
    border:1px solid #fff;
    display: inline-block;
    width: 300px;
    max-width: 80%;
    margin:0 auto;
    padding:10px;
    clear: both;
    font-size: 14px;
    font-style: italic;
    position: relative;
}
.newsletter-button{
    background: transparent;
    border:1px solid #fff;
    display: inline-block;
    width: 300px;
    max-width: 80%;
    margin:0 auto;
    padding:10px;
    clear: both;
    color:#fff;
    font-style: italic;
    position: relative;
    margin-top:10px;
    text-decoration: none;
    font-size: 14px;
}
.newsletter-button:hover{
    color:#fff;
    background:#615e5e;
}
.fullwidth.infoboxes{
    padding:10px;
    text-align: center;
}
.fullwidth.infoboxes a{
    display:inline-block;
    position: relative;
    width: 30%;
    max-width: 300px;
    border:1px solid #C5C3B5;
    padding:0;
    text-decoration: none;
}
.fullwidth.infoboxes a span{    
    position: relative;
    display: block;
    width:100%;
    padding:45px;
}
.fullwidth.infoboxes a span.news{
    background: url("/images/news.png") no-repeat center center #9DADCC;
    position: relative;
    display: block;
    width:100%;
    padding:45px;
}
.fullwidth.infoboxes a span.offers{
    background: url("/images/offers.png") no-repeat center center #9DADCC;
    position: relative;
    display: block;
    width:100%;
    padding:45px;
}
.fullwidth.infoboxes a span.exp{
    background: url("/images/experience.png") no-repeat center center #9DADCC;
    position: relative;
    display: block;
    width:100%;
    padding:45px;
}

.fullwidth.infoboxes a span.contact{
    background: url("/images/contact.png") no-repeat center center #9DADCC;
    position: relative;
    display: block;
    width:100%;
    padding:45px;
}

.fullwidth.infoboxes a label{
    color:#6E6766;
    position: relative;
    display: block;
    width:100%;
    padding:15px;
    text-decoration: none;
    font-size: 22px;
    font-family: 'Source Sans Pro', sans-serif;
}
.fullwidth.infoboxes a:hover{
    text-decoration: underline;
}
.fullwidth.infoboxes a:hover span{
    background-color: #6B8BC7;
}

.fullwidth.footer{
    background:#4D4D4D;
    margin-top: 80px;
    padding:25px;
    padding-bottom: 40px;
}

.fullwidth.footer ul{
       float: left;
    list-style: outside none none;
    display: block;
    margin: 0;
    padding: 0;
}
.fullwidth.footer ul li{
    display: inline-block;
    list-style: none;
    border-right: 1px solid #fff;
    margin-right: 5px;
    padding-right: 5px;
       height: 12px;
    line-height: 0;
}
.footer-logo{
    display: inline-block;
    left: 47.5%;
    margin: -40px auto 0;
    position: absolute;
    top: 0;
    width: 95px;
}
.fullwidth.footer ul li:last-child{
    border-right: 0;
}
.fullwidth.footer ul li a{
    font-size: 12px;
    font-family: 'Source Sans Pro', sans-serif;
    color:#fff;
    text-decoration: none;
    line-height: 10px;
    
}
.map-left-bar select{
    position:relative;
    float:left;
    
}

.fullwidth.footer ul li a:hover{
    text-decoration: underline;
}

#top-gallery li{
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100%;
    min-width: 100%;
}

.fullwidth{
    width:100%;
    position: relative;
    margin-top: 20px;
}
.fullwidth.newsletter{
    background:#E57A7A;
    text-align: center;
    padding:20px 0;
}

.top-slider, .bottom-slider{
    position: relative;
    width: 100%;
/*    max-height: 640px;
    overflow: hidden;*/
}
.top-slider img{
/*    min-width:100%;
    max-height: 640px;*/
}

#top-gallery{
    padding:0;
    margin:0;
    list-style: none;
    transition:none;
}

#top-gallery *{
    transition: none;
}

#top-gallery li{
    width:100% !important;
}

#bottom-gallery{
    padding:0;
    margin:0;
    list-style: none;
    transition:none;
}

#bottom-gallery *{
    transition: none;
}

#bottom-gallery li{
/*    width:100% !important;*/
}


.slider-time{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 15;
    background: #00ADA2;
    width:0;
    height:5px;
    transition: none;
}


.exp-left-bar{
    position: relative;
    float: left;
    width:30%;
    padding-top: 20px;
}
.exp-right-bar{
    position: relative;
    float: right;
    width:70%;
    padding-left: 15px;
    
}

.hwidth{
    position: relative;
    float: left;
    width: 49%;
    margin-right: 1%;
}

.aloader{
    position: relative;
    display: none;
    float:left;
         transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    -ms-transition: none;  
}

.fill-error{
    color:#ED1B2F !important;
    text-align: left;
    display:none;
     transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    -ms-transition: none;  
    width:100%;
    float:left;
    position:relative;
    margin:15px 0;
    font-family: 'Source Sans Pro', sans-serif;
    
}
.fill-error.visible{
    display:block;
         transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    -ms-transition: none;  
}
.error-text{
    color:#ED1B2F !important;
    text-align: left;
     display:none;
         transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    -ms-transition: none;  
    width:100%;
    float:left;
    position:relative;
    margin:15px 0;
    font-family: 'Source Sans Pro', sans-serif;
    
}
.error-text.visible{
    display:block;
         transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    -ms-transition: none;  
}

.ok-text{
    color:green !important;
    text-align: left;
    display:none;
         transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    -ms-transition: none;  
    width:100%;
    float:left;
    position:relative;
    margin:15px 0;
    font-family: 'Source Sans Pro', sans-serif;
    
}
.ok-text.visible{
    display:block;
     transition: all 0.28s ease-in-out  0s;
         transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    -ms-transition: none;  
}

.nl-error, .percent-error{
    position: relative;
    font-family: 'Source Sans Pro', sans-serif;
    display: block;
    /*max-width: 90%;*/
    margin:10px auto;
    color:red;
    display: none;
       transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    -ms-transition: none;  
    
        color: #fff;
    
    max-width: 300px;
    
    background: red;
    padding: 5px;
}

.nl-ok, .percent-ok{
     position: relative;
    font-family: 'Source Sans Pro', sans-serif;
    display: block;
    max-width: 90%;
    margin:10px auto;
    color:green;
    display: none;
       transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    -ms-transition: none;  
}

.full-image{
    position: relative;
    width:100%;
    overflow: hidden;
}

.full-image img{
    position: relative;
    width:100%;
}

.row.gallery-container{   
    background: url("../images/bg_1.jpg") repeat-y scroll 0 0;    
    padding-top: 150px;
    float: left;
    padding-bottom: 150px;
}

.row.footer-container{   
    background: url("../images/BG_2.png") no-repeat scroll 0 0;
/*    min-height: 1000px;*/
    padding-top: 150px;    
    background-size: cover;
    margin-top: -50px;
    padding-bottom: 50px;
}




.hor-line-brown{
     border-top: 1px solid #d3cbc0;
     width:100%;
     height:5px;
     position:relative;
     display: block;
}

.hor-line-white{
     border-top: 1px solid #fff;
     width:100%;
     height:5px;
     position:relative;
     display: block;     
     max-width: 1200px;
     margin: 15px auto;
}

.gallery-icon{
    position: absolute;
    top: -200px;
    left: 0;
    width:100%;
    text-align: center;
}

.gallery-titles{
    position: relative;
    width:100%;
    text-align: center;
}
.gallery-titles span{
    position: relative;
    width: 100%;
    text-align: center;
    color:#01538f;
    display: block;
    padding-bottom: 15px;
}

.masonry-container{
    position: relative;
    width:100%;
    max-width: 1280px;
    margin: 20px auto;
    padding: 0 15px;
    padding-bottom: 50px;
    transition:none;
}
.masonry-item{
    border: 1px solid #d3cbc0;
    border-radius: 10px;
    overflow: hidden;
    width: 30.3333%;
    margin-right: 2%;
    background:#fff;
    display: block;
    position: relative;
    margin-bottom: 2%;
    /*min-width: 300px;*/
    float:left;
    transition:none;
}

.masonry-item.banner{
    border:0;
    background:transparent;
    overflow: visible;
}

.masonry-item.banner .post-image{
    margin-top: -14px;
}

.post-image{
    position: relative;
    width:100%;
}
.post-image img{
    width:100%;
}
.social-net{
    position: relative;
    width:100%;
    margin-top: -28px;
    text-align: center;
}
.iconbox{
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-size: 1.8em;
    height: 45px;
    position: relative;
    text-align: center;
    width: 45px;
    padding-top: 7px;
}

.iconbox.tw{
    background: rgba(85,172,238,0.9);
}

.iconbox.fb{
    background: rgba(72,103,170,0.9);
}

.iconbox.inst{
    background: rgba(225,212,196,0.9);
}


.post-author{
/*    color: #01538f;
    font-family: "ADAYWITHOUTSUN";
    font-size: 2.2em;
    letter-spacing: 3px;
    padding: 10px 30px;
    position: relative;
    width: 100%;
    font-weight: bold;
    padding-bottom: 0px;*/
    color: #01538f;
    font-family: Fira Sans;
    font-size: 1.55em;
    font-weight: 300;
    letter-spacing: 0px;
    padding: 10px 30px 0;
    position: relative;
    width: 100%;
    font-style: italic;
    
}

.post-text{
    color: #868583;
    font-size: 0.9em;
    padding: 0 30px;
    position: relative;
    width: 100%;
    font-weight: 300;
    padding-bottom: 15px;    
}


.bx-viewport{
/*    min-height: 240px;*/
}

.additems{
    background: #b8b4b1 none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    font-weight: bold;
    padding: 15px 35px;
    position: absolute;
    right: 4%;
    text-align: center;
    text-decoration: none;
    width: 29.9%;
}

.additems:hover{
    background:#00528E;
}

.bottom-slide{
    position: relative;
    max-width: 1200px;
    width:100%;
    margin:0 auto;
    padding: 0 50px;
}
.left-image{
    position: relative;
    float: left;
    width:40%;
    text-align: right;
}
.left-image img{
    vertical-align: middle;
}
.right-texts{
    position: relative;
    float: right;
    width:57%;
    text-align: left;
    vertical-align: middle;
    padding-top: 60px;
}

.right-texts h2{
    color:#fff;
}

.right-texts p{
    color:#fff;
    font-weight: 300;
}
.bottom-slider{
    padding: 55px 25px;
}

.bottom-slider .bx-wrapper .bx-controls .bx-pager{
    bottom: -45px !important;
}

.footer-links{
    margin: 0 auto;
    max-width: 1330px;
    padding: 5px 15px;
    position: relative;
    width: 100%;
    height: 42px;
}
.footer-socials{
    position: relative;
    float: right;
    color: #a8a8a8;
    font-family: 'ADAYWITHOUTSUN';
    font-size: 1.3em;
    padding-bottom: 5px;
    z-index: 10;
}
.footer-socials span{
    display: inline-block;
    font-family: "ADAYWITHOUTSUN";
    vertical-align: middle;
    letter-spacing: 3px;
    font-weight: 600;
    position: relative;
    padding-right: 8px;
    padding-top: 3px;
}
.footer-socials a{
    border:1px solid #ccc;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    height: 40px;
    margin: 0 2px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 40px;
    padding-top: 8px;
    margin-top: -10px;
}
.footer-socials a.tw{
    background:#619AC4;
}
.footer-socials a.tw:hover{
    background:#1DA1F2;
}
.footer-socials a.fb{
    background:#5A74AC;
}
.footer-socials a.fb:hover{
    background:#4867AA;
}
.footer-socials a.yt{
    background:#CC3E4A;
}
.footer-socials a.yt:hover{
    background:#E32C28;
}


.back-to-top{
    background: #96c4c4 none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    cursor: pointer;
    height: 60px;
    position: absolute;
    right: 10px;
    width: 50px;
    font-size: 2em;
    text-align: center;
    padding-top: 10px;
    z-index: 10;
}

.back-to-top:hover{
    background:#a8a8a8;
}

.terms{
    color: #00528e;
    float: right;
    margin-right: 65px;
    position: relative;
    text-decoration: none;
    font-size: 0.75em;
    padding-top: 8px;
    z-index: 10;
}

.terms:hover{
    text-decoration: underline;
}

.copyrights{
    color: #4D4D4D;
    font-size: 0.75em;
    left: 0;
    padding-bottom: 10px;
    position: absolute;
    text-align: center;
    top: -5px;
    width: 100%;
    z-index: 1;
    font-family: 'Source Sans Pro', sans-serif;
}

.gallery-titles span img{
    max-width: 85%;
}

.slider-logo{
    position: absolute;
    z-index: 10;
    top: 15px;
    left:25px;
    max-width: 35%;
}


.loaderDiv{
    position: fixed;
    z-index: 999999;
    background: rgba(0,0,0,0.9);
    width:100%;
    height:100%;
    top: 0;
    left: 0;
    display: none;
    transition:none;
}
.loaderTable{
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
}
.loaderCell{
    display: table-cell;
    position: relative;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    color:#fff;
}

body.noOverflow{
    overflow: hidden;
}

@-webkit-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-webkit-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-moz-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-ms-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-moz-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-webkit-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-o-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
.uil-ripple-css {
  background: none;
  position: relative;
  width: 200px;
  height: 200px;
  display: inline-block;
}
.uil-ripple-css div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  width: 0;
  height: 0;
  opacity: 0;
  border-radius: 50%;
  border-width: 12px;
  border-style: solid;
  -ms-animation: uil-ripple 2s ease-out infinite;
  -moz-animation: uil-ripple 2s ease-out infinite;
  -webkit-animation: uil-ripple 2s ease-out infinite;
  -o-animation: uil-ripple 2s ease-out infinite;
  animation: uil-ripple 2s ease-out infinite;
}
.uil-ripple-css div:nth-of-type(1) {
  border-color: #02528F;
}
.uil-ripple-css div:nth-of-type(2) {
  border-color: #fff;
  -ms-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}      
        
.banner-link{
    background: #96c4c4 none repeat scroll 0 0;
    border-radius: 10px;
    display: block;
    overflow: hidden;
    position: absolute;
    width: 94%;
    bottom: 20px;
    left: 3%;
}
.banner-link a{
    position: relative;
    display: block;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    padding-right: 70px;
    color: #fff;
    text-decoration: none;
    font-weight: 800;
    font-size: 1.3em;
}

.banner-link a span{
    border-left: 1px solid #fff;
    display: block;
    font-size: 2em;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 60px;
    height: 100%;
    padding-top: 4px;
}

.banner-link a:hover{
    color: #02528F;
}


.slide-texts{
    left: 60px;
    position: absolute;
    top: 140px;
    z-index: 10;
    width: 600px;
    max-width: 100%;
    text-align: left;
    opacity:0;
    transition:none;
}
.slide-texts h2{
    color:#fff;
    background:#808080;
    padding:2px 10px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 35px;
    font-weight: 800;
    max-width: 400px;
    margin-bottom: 12px;
}
.slide-texts h3{
    color:#fff;    
    font-weight: 400;
/*    font-style: italic;*/
    font-family: 'Source Sans Pro', sans-serif;
    background:#808080;
    padding:7px 10px;
    font-size: 17px;
    line-height: 16px;
    margin-top: 0;
}
.slide-texts img{
    max-width: 75% !important;
    margin-left: 0 !important;
}
.slide-texts a{
    color:#fff;    
    font-weight: 400;
    font-style: italic;
    font-family: 'Source Sans Pro', sans-serif;
    background:#808080;
    padding:7px 10px;
    font-size: 18px;
    line-height: 20px;
    margin-top: 0;
    text-decoration: none;
    min-width: 200px;
    display: inline-block;
    
}
.slide-texts a i{
    float: right;
    display:none;
}
.slide-texts a:hover{
    text-decoration: underline;
}
/*
         transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s;
         -moz-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s;
         -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s;*/

body.no-overflow{
    overflow:hidden;
}
.ajax-container-window{
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background:#fff;
    padding-top: 110px;
    padding-bottom: 60px;
    padding-left: 25px;
    padding-right: 25px;
    overflow: auto;
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    -moz-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}
.ajax-container-window.opened{
    top: 0;
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    -moz-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}
.ajax-container-window.opened .ajax-container-header{
    display: block;
}
.ajax-container-header{
    position: fixed;
    width: 100%;
    height: 90px;
    top: 0;
    left: 0;
    text-align: center;
    padding-top: 20px;
    background:#fff;
    z-index: 50;
    display: none;
}
.close-ajax-container{
    border: 1px solid #4d4d4d;
    color: #000;
    font-family: source sans pro;
    font-size: 28px;
    height: 50px;
    padding: 4px 0;
    position: absolute;
    right: 25px;
    text-align: center;
    text-decoration: none;
    top: 15px;
    width: 50px;
    font-weight: 100;
    
}
.close-ajax-container:hover{
    background:#000;
    color:#fff;
}
.ajax-container-wrapper{
    background:#2A8EA0;    
    display: table;
    width: 100%;
    height: 100%;
    padding-bottom: 80px;
    
}
.ajax-container-wrapper.treat{
    background: url("/images/treat-bg.jpg") no-repeat center top;
    background-size: cover;
}
.ajax-container-wrapper h2,.contact-container h2{
    position: relative;
    width: 100%;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 25px;
    color:#4d4d4d;
    padding-top: 10px;
}


.post_text h2 a{
    color: #666;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 20px;
}
.post_text p{
    position: relative;
    width: 100%;
    font-size: 14px;
    font-weight: 300;
     color: #464648;
     /*font-style: italic;*/
}
.contact-container h3{
    position: relative;
    width: 100%;
    text-align: left;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color:#4d4d4d;
    padding-top: 60px;
}

.qbutton.tiny{
    
    font-family: 'Source Sans Pro', sans-serif;
        background-color:#9dadcc;
    border: 0 none;
    /*border-radius: 2px;*/
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    height: 43px;
    letter-spacing: 1px;
    line-height: 43px;
    margin: 0;
    outline: 0 none;
    padding: 0 22px;
    position: relative;
    text-align: left;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
    white-space: nowrap;
    width: auto;
}
.qbutton.tiny:hover{
    background: #6b8bc7;
}
.a-intro{
    position: relative;
    width: 100%;    
    padding: 15px;
    max-width: 650px;
    margin: 0 auto;
    display: inline-block;
}
.hddivider{
    position: relative;
    display: block;
    width: 100%;
}
/* .a-intro p{
   text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color:#4d4d4d;
    padding: 0px 0;
    margin: 3px auto;
    width: 100%;
    max-width: 600px;
    position: relative;   } */

.a-intro p {
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 300;
    margin: 3px auto;
    max-width: 600px;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%;
    padding-bottom: 15px;

}

.a-moto{
    text-align: center;
    font-family: 'Noto Serif', serif;
    font-weight: 400;
    font-size: 17px;
    color:#4d4d4d;
    padding: 25px 0;
    margin: 3px auto;
    width: 100%;
    max-width: 500px;
    position: relative;    
    font-style: italic;
}

.a-intro h2{
    border-top: 1px solid #4d4d4d;
    border-bottom: 1px solid #4d4d4d;
    padding-top:0;
    padding: 5px 0;
    float:left;
    text-transform: uppercase;
}
.a-intro ul{
    position: relative;
    width: 100%;
}
.a-intro ul li{
    position: relative;
    width: 47%;
    
    float:left;
    margin-bottom: 10px;
}
.a-intro ul li label{
    position: relative;
    display: block;
    width: 100%;
    font-style: italic;
    color: #4d4d4d;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 14px;
    padding-right: 50px;
    text-align: left;
}
.a-intro ul li p{
    position: relative;
    display: block;
    width: 100%;
    color: #4d4d4d;
    font-family: 'Source Sans Pro', sans-serif;    
    font-size: 14px;
    text-align: left;
    padding-right: 50px;
}

.bios{
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 650px;
    text-align: center;
    padding-bottom: 150px;
    padding-top: 30px;
}
.bio{
    background: #b7ddda none repeat scroll 0 0;
    display: inline-block;
    margin: 0 15px 15px;
    min-height: 17em;
    padding: 10px 10px 50px;
    position: relative;
    vertical-align: top;
}
.bio h2{
    padding: 0 0px;
    margin: 8px 0;
    color: #484747;
    font-style: italic;
    font-size: 15px;
    font-weight: 700;
    text-align: left;
    width:100%;
    margin-bottom: 0px;
}
.bio h3{
    padding: 0 0px;
    margin: 0px 0;
    color: #484747;
    /*font-style: italic;*/
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    width:100%;
}
.bio a{
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #2a8fa0;
    color: #fff;
    font-weight: 600;
    padding:10px 10px;
    text-decoration: none;
    font-size: 15px;
    width: 100%;
    font-family: 'Source Sans Pro', sans-serif;
    text-align: left;
}

.treat-cont{
    background: #f9faf4 none repeat scroll 0 0;
    display: inline-block;
    margin: 0 auto;
    max-width: 580px;
    padding: 0 55px;
    position: relative;
    width: 100%;
    padding-bottom: 50px;
}
.treat-wr{
    display: table-cell;
    vertical-align: middle;
     text-align: center;
}

.blog_holder.blog_large_image{    
    position:relative;
    /*margin:100px auto;*/
    width:100%;
    max-width: 1600px;
}
.blog_holder article {
    margin-right: 0%;
    width: 100%;
    display:inline-block;
    margin-bottom: 60px;
}

.post_text h2 a:hover{
    text-decoration: underline;
}

.blog_holder article:nth-child(even){
    margin-right: 0;
}


.blog_holder.blog_single article {
    margin: 0 0 20px;
}
.blog_holder article .post_info {
    float: left;
    width: 20%;
    max-width: 150px;
}
.grid2 .blog_single article .post_info {
    width: 10%;
}
.blog_holder article .post_info .post_date {
    border-bottom: 1px solid #ddd;
    display: block;
    margin: -4px 0 15px;
    padding: 0 0 15px;
    text-align: center;
}
.blog_holder article .post_info .inner {
    padding: 0 20px 0 0;
}
.blog_holder article .post_info .date {
    color: #000;
    display: block;
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 13px;
}
.blog_holder article .post_info .month {
    color: #787d81;
    display: block;
    font-size: 14px;
    line-height: 15px;
}
.blog_holder article .post_info .blog_like {
    text-align: center;
    width: 100%;
}
.blog_holder article .post_content_holder {
    float: left;
    width: 80%;
}
.grid2 .blog_single article .post_content_holder {
    width: 90%;
}
.blog_holder article .post_image, .blog_holder article .post_image > a, .blog_holder article .post_image img, .blog_holder article .post_text {
    display: block;
    position: relative;
    width: 100%;
}
.blog_holder article .post_text h2 {
    margin: 0 0 12px;
    /*height: 4em;*/
    overflow:hidden;
    text-align: left;
    
}
.blog_holder article .post_text h2 a{
    text-decoration: none;
}
.blog_holder article .post_image {
    margin: 0 0 25px;
    width:100%;
    /*height:320px;*/
    overflow:hidden;
}

.blog_holder article .post_info .inner {
    padding: 0 20px 0 0;
}

.blog_holder article .post_info .post_date {
    border-bottom: 1px solid #ddd;
    display: block;
    margin: -4px 0 15px;
    padding: 0 0 15px;
    text-align: center;
}

.blog_holder article .post_info .date {
    color: #000;
    display: block;
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 13px;
    font-family: "Source Sans Pro",sans-serif;
}
.blog_holder article .post_info .month {
    color: #787d81;
    display: block;
    font-size: 14px;
    line-height: 15px;
    font-family: "Source Sans Pro",sans-serif;
}

.lokebox {
    display: none;
    float: none;
    margin: 10px 0 20px;
    text-align: center;
}

.fb_iframe_widget {
    display: inline-block;
    position: relative;
}

.blog_holder.blog_single .blog_share, .blog_holder.blog_large_image .blog_share {
    display: block;
    float: none;
    margin: 10px 0 0;
    text-align: center;
}

.social_share_holder {
    display: inline-block;
    position: relative;
}

.social_share_icon {
    background-image: url("/images/social_share.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    height: 16px;
    margin: 0 auto;
    position: relative;
    width: 16px;
    z-index: 999;
}
.social_share_title {
    display: block;
    padding: 8px 0 0;
}
.social_share_dropdown {
    display: block;
    left: 0;
    margin: 0;
    padding: 10px 0 0;
    position: absolute;
    top:98%;
    visibility: hidden;
    z-index: 950;
}
.social_share_dropdown ul {
/*    background-color: #fff;*/
    display: block;
    list-style: outside none none;
    margin: 0 0 0 -65px;
    min-width: 140px;
    position: relative;
    z-index: 990;
}
.social_share_dropdown ul li img {
    float: left;
    margin: 0 13px 0 0;
    width: 20px;
}
.social_share_dropdown.wider ul {
    min-width: 130px;
}
.page_share {
    position: relative;
}
body.search .page_share {
    margin: 10px 0 0;
    text-align: center;
}
.social_share_dropdown ul li {
    /*background-color: #6B8BC7;*/
    display: block;
    font-size: 0.9em;
    height: auto;
    margin: 0 0 1px;
    padding: 0;
    position: relative;
    text-align: left;
}
.social_share_dropdown ul li.share_title {
    background-color: #04bcd4;
    color: #fff;
    display: block;
    padding: 10px 20px;
    text-align: center;
}
.social_share_dropdown ul li a {
    color: #888;
    display: block;
    font-weight: 300;
    
    line-height: 20px;
    padding: 10px 20px;
}
.social_share_dropdown ul li i {
    color: #888;
    float: left;
    font-size: 19px;
    height: 20px;
    margin: 0 13px 0 0;
    text-align: center;
    width: 20px;
}
.social_share_dropdown ul li .share_text {
    display: inline-block;
    line-height: 20px;
}
.social_share_dropdown ul li:hover .share_text, .social_share_dropdown ul li *:hover i {
    color: #04bcd4;
}
.blog_holder article .post_text a.qbutton {
    margin: 5px 0 0;
}
.blog_holder.masonry article .post_text a.qbutton {
    font-size: 11px;
    height: 28px;
    line-height: 28px;
    margin: 20px 0 0;
    padding: 0 13px;
}
.blog_holder.masonry article .post_text a.qbutton:hover {
    padding: 0 25px;
}
.blog_holder article.format-link .post_text .post_text_holder, .blog_holder article.format-quote .post_text .post_text_holder {
    background-color: #dac893;
    margin-bottom: 10px;
    padding: 25px;
}
.blog_holder article.format-link .post_text .post_text_holder .social_share_holder .social_share_icon, .blog_holder article.format-quote .post_text .post_text_holder .social_share_holder .social_share_icon {
    background-image: url("/imgages/social_share_white.png");
}

.social_share_holder:hover ul{
    visibility: visible;
}


.si{
    position: relative;
    width: 65px;
    height: 32px;
    overflow: hidden;
    background: url("/images/services_icon.png") no-repeat scroll transparent;
    display: inline-block;
    /*border: 1px solid;*/
    margin-bottom: 20px;
}

.si.biblioteca{
    background-position: 15px 0;
}
.si.wifi{
    background-position: -175px 0;
}
.si.parking{
    background-position: -575px 0;
}
.si.restaurant{
    background-position: -255px 0;
}
.si.garden{
    background-position: -110px 0;
}
.si.bar{
    background-position: -305px 0;
}
.si.reception{
    background-position: -510px 0;
}
.si.air{
    background-position: -360px 0;
}
.si.events{
    background-position: -425px 0;
}
.si.transfers{
    background-position: -55px 0;
}
.si.eco{
    background-position: -635px 0;
}
.si.indoor-piscina{
    background-position: -698px 0;
}
.si.outdoor-piscina{
    background-position: -750px 0;
}
.si.spa{
    background-position: -801px 0;
}



.dotdivider{
    position: relative;
    display: block;
    margin: 10px auto;
    width: 100%;
    max-width: 600px;
    border-top: 1px dotted #fff;
    margin-bottom: 25px;
}
.bio-container{
    position: relative;
    margin:25px auto;
    width: 100%;
    max-width: 750px;
    padding: 15px;
}

.bio-container h2{
    color:#fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    margin-bottom: 0;
}
.bio-container h3{
    color:#fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    margin-top: 3px;
}

.bio-container p{
    color:#fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 16px;
    text-align: left;
    margin:0 auto;
    margin-bottom: 20px;
    display: block;
    
    
}
.base-info img{
    max-width: 100%;
}








@media all and (max-width:1600px){

}

@media all and (max-width:1500px){
    .slide-texts{
        font-size: 75%;
    }
    .slide-texts img{
    max-width: 50% !important;
    margin-left: 0 !important;
}
}

@media all and (max-width:1430px){
    .map-header a {    
    font-size: 19px;    
    padding: 17.3px 20px;
    }
}


@media all and (max-width:1300px){
   .slide-texts{
        top: 100px;
    }
    .slide-texts img{
    max-width: 45% !important;
    margin-left: 0 !important;
    }
    .col250,.map-left-bar{
        max-width: 250px;
    }
    .map-header{
        padding-left:0;
    }
    .listViewElement {    
    min-height: 703px;
    min-width: 315px;    
}
.hd-left-col {
    width: 35%;
}
.hd-right-col {
    width: 60%;
}
.sidebar-map img {
    
    width: 200px;
}
.contact-col {
    min-height: auto;
    width: 100%;
}
.contact-col:last-child {    
    width: 100%;
}
.slide-texts {
    left: 30px;
}

}

@media all and (max-width:1200px){
  
    .col250,.map-left-bar{
        max-width: 200px;
    }
}

@media all and (max-width:1100px){
    .masonry-item{
        width:46%;
       
    }
    .additems{
        width:94%;
        
    }
    .slide-texts {
    left: 30px;
    width: 80%;
}
    .slide-texts img{
    max-width: 35% !important;
    margin-left: 0 !important;
    }
     .listViewElement {    
    max-width: 100%;
    min-height: 100%;
    min-width: 100%;    
    width: 100%;
}

.hd-left-col,.hd-right-col {
    float: left;
    width: 100%;
}
.exp-right-bar,.exp-left-bar {
    
    width: 100%;
}

}


@media all and (max-width:1000px){
   
    .slide-texts{
        top: 100px;
        left:30px;
        max-width: 550px;
        
    }
    .slide-texts img{
    max-width: 130px !important;
    margin-left: 0 !important;
    }
   

}


@media all and (max-width:985px){
    
    .map-header a {    
    font-size: 17px;    
    padding: 19px 20px;
    }
    .top-menu a {    
    font-size: 12.5px;
    margin-right: 8px;
    }
    .top-menu {
    left: 70px;
    }
    .small-logo, .big-logo{
        width: 180px;
        
    }
     .hotel-preview{
        width:100%;
    }
    
}

@media all and (max-width:875px){
   .masonry-item{
        width:44%;
        margin-right: 2.5%;
    }
    
    .full-image img {
    position: relative;
    width: 150%;
    margin-left: -25%;
    }
    
    .hotel-preview{
        width:100%;
    }
    .map-header a {
    
    padding: 19px 10px;
}
    
/*    .bx-wrapper img{
        max-width: 200% !important;
        margin-left: -90%;        
    }*/
    
    .left-image img{
        max-width: 100% !important;
        margin-left: 0%;        
    }
    .right-texts{
        padding-top: 0;
    }
	
	.link_my_hotel{
		display:none;
	}
      
}

@media all and (max-width:702px){
    .terms{
    margin: 7px 0;
    text-align: center;
    width: 100%;
        
    }
    
    .copyrights{
    float: right;
    left: auto;
    margin: 7px 0;
    position: relative;
    top: auto;
    width: 100%;
    }
    
}

@media all and (max-width:971px){
   .masonry-item{
        width:93%;
        margin-right: 0;
    }
    
    .full-image img {
    position: relative;
    width: 150%;
    margin-left: -25%;
    }
    
/*    .bx-wrapper img{
        max-width: 200% !important;
        margin-left: -90%;        
    }*/
    
    .left-image{
        width:100%;    
        text-align: center;
    }
    .right-texts{
        width:100%;    
        text-align: center;
    }
    .left-image img{
        max-width: 100% !important;
        margin-left: 0%;        
    }
    
    .bottom-slide{
        padding:0 5px;
    }
    
    .bottom-slider .bx-wrapper .bx-controls .bx-controls-direction .bx-prev{
        left:-25px;
    }
    .bottom-slider .bx-wrapper .bx-controls .bx-controls-direction .bx-next{
        right:-25px;
    }
      
}


@media all and (max-width:520px){
    
    
}




@media all and (max-width:970px){
    .cookiew{
     padding-right: 100px;   
    }
    
    .col250, .map-left-bar {
    max-width: 100%;
}
.col250 {
    margin: 0px;
    max-width: 100%;
    min-height: auto;
    width: 100%;
}

.colMap {
    background: #f9faf5 none repeat scroll 0 0;
    margin: 5px;
    transition: none 0s ease 0s ;
    width: 100%;
    max-width: 100% !important;
}
.map-header a {
    padding: 10px 10px;
}

.map-header a {
    width:100%;
}
 .map-header a.disabled,.map-header a span {
   display: none;
}
.map-header{
    height: auto;
    margin-bottom: 5px;
}
.small-logo, .big-logo {
    max-width: 100%;
    padding-top: 10px;
}
.top-menu{
    display:none;
}
.map-left-bar{
    max-width: 100%;
    width:100%;
}

.map-content {
    height: 400px;  
    position: relative;   
}


.top-logo {
    margin: 0 auto;
    max-height: 100%;
    max-width: 55%;
}
.top-langs a {
    border: 1px solid #606060;
    color: #000;
    display: block;
    font-family: "Source Sans Pro",sans-serif;
    padding: 10px 5px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 8px;
}
.sublangs li a{
   margin-top: 0px;
}
.menu-switch {
    border: 1px solid #000;
    color: #000;
    font-size: 1.8em;
    left: 10px;
    padding: 0px 8px;
    position: absolute;
    text-decoration: none;
    top: 26px;
}
.current-hotel-name {
    
    padding-top: 10px;
}

.current-hotel-name a {
    margin-top: 10px;  
     padding: 5px;
}
.current-hotel-name h2{
    text-align: center;
}
.gmap-current {
    height: 200px;
     margin-top: 10px;
}
.back-button{
    display: none;
}
.map-container.hotelDetails{min-height: 100px !important;}

.bx-viewport{max-height: 370px;}
    .preview-slider img {
    width: 100%;
}
#bx-pager{
    display: none;
}
.colMap{
    margin: 0;
}
.base-info {    
    padding: 5px;
}
.map-container.hotelDetails{
    padding: 0;
}
.footer-logo img{
/*    width:100%;*/
    max-width: 55px;
}
.footer-logo {
    display: inline-block;
    left: 0;
    margin: -35px auto 0;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
}
.footer-socials {
    color: #a8a8a8;
    float: right;
    font-family: "ADAYWITHOUTSUN";
    font-size: 1.3em;
    padding-bottom: 5px;
    position: relative;
    z-index: 10;
    width: 100%;
    text-align: center;
    display: inline-block;
     margin-top: 25px;
}

.fullwidth.footer ul {
    display: block;
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}
.fullwidth.footer{
    float: left;
    width: 100%;
    padding-bottom: 10px;
    /*background: transparent;*/
}
.exp-left-bar {    
    padding-top: 10px;
}
.hwidth{
    width: 100%;
    margin-right: 0;
}
.preview-price{
    width:100% !important;
}
.hotel-preview-content.listView{
    margin-bottom: 10px;
}
.ajax-container-header img{
    max-width: 160px;
    display:none;
}
.ajax-container-window {
   
    padding: 100px 0 0;
   
}
.treat-cont {
    padding: 0 35px 50px;
}
.ajax-container-window {
    padding: 70px 0 0;
}
.ajax-container-header {
    height: 76px;
}
.exp-left-bar h2 {    
    text-align: center;
}

.preview-book {
    
    float: left;   
    margin-top: 20px;
    padding: 15px 10px;
    position: relative;    
    width: 100%;
    right: auto !important;
}
.map-container{
    height: auto !important;
    max-width: 100% !important;
    min-height: inherit !important;
}
.hotel-preview{
    left:-100%;
}

.post_info{
    display: none;
    
}
.post_content_holder{
    width:100%;
}
.col.col250:first-child{
    display: none;
}
.blog_holder article .post_content_holder{
    width: 100%;
}

.fullwidth.infoboxes a {   
    margin-bottom: 10px;
    width: 100%;
}
.a-intro ul li {  
    width: 100%;
}
.colRest{
    margin: 0;
    max-width:100% !important;
}
.contact-container {
    padding: 10px 0;
    
}
.contact-container h3{
    padding-top: 0;
}


.sec-slider img {
    width: 100%;
    min-width: auto;
}

}





.uc-table{
    position: relative;
    width: 100%;
    margin:0;
    padding:0;
    display: table;
    height:100%;
}
.ucc{
    position: relative;    
    margin:0;
    padding:0;
    display: table-cell;
    height:100%;
    vertical-align: middle;
    background:#F9FAF5;
    text-align: center;
    width:50%;
}
.ucwrapper{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ucc.slid{
    background: url("../uc/1.jpg") no-repeat center center;
    background-size: cover;
}
.ucc h1{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    color:#666;
    padding-top: 80px;
    margin-bottom: 0;
}

.ucc h2{    
    font-weight: 400;
    color:#666;
    font-style: italic;
    font-size: 17px;
    margin-top: 0;
}
.ucc h3{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    color:#94CCF2;
    padding-top: 30px;
}
.uccontact{
    position: relative;
    width: 100%;
    margin:0 auto;
    max-width: 650px;
}

.uccontact p{
    position: relative;
    width: 45%;
    display:inline-block;
    float: left;
    margin:2.5%;
    font-family: 'Source Sans Pro', sans-serif;
}
.uccontact p strong{
    font-family: 'Source Sans Pro', sans-serif;
}

.my_hotel_image{
	width:100%;
	max-width:1357px;
}

.my_hotel_link{
	background-color:#000;
	position:absolute;
	top:19px;
	right:85px;
	color:#fff;
	height:51px;
	width:11%;
	text-align:center;
	padding-top:15px;
	font-family:'Source Sans Pro', sans-serif;
	font-weight:bold;
	max-width:176px;
}

.content-imgs{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}