
/*  Fonts  */



/*  General CSS*/
body{
    background: #fff;
	font-family: 'Roboto', sans-serif;
}
p{font-family: 'Roboto', sans-serif;line-height: 24px;}

.wrapper{
    width: 92.72727272727273%;
    margin: 0 auto;
}

header ul.social li a,
.main .work a .caption,
header nav ul li a{
    transition:all .1s linear;
    -webkit-transition:all .1s linear;
    -moz-transition:all .1s linear;
    -o-transition:all .1s linear;
}

h1, h2, h3, h4, h5 ,h6{
    color: #4b4848;
   font-family: 'Raleway', sans-serif;
}

h1              { font-size: 2em; margin: .67em 0 }
h2              { font-size: 1.5em; margin: .75em 0 }
h3              { font-size: 1.17em; margin: .83em 0 }
h5              { font-size: .83em; margin: 1.5em 0 }
h6              { font-size: .75em; margin: 1.67em 0 }
h1, h2, h3, h4,
h5, h6          { font-weight: bolder }

.clearfix:before,  
.clearfix:after {  
    content: " ";  
    display: table;  
}  
.clearfix:after {  
    clear: both;  
}  
 
.clearfix {  
    *zoom: 1;  
}


.space5 {height:5px;}
.space10 { height:10px;}
.space20 { height:20px;}
.space30 { height:30px;}
.space40 { height:40px;}
.space50 { height:50px;}
.space60 { height:60px;}
.space70 { height:70px;}
.space80 { height:80px;}
.space90 { height:90px;}
.space100 { height:100px;}

.nopadding { padding: 0 !important; margin: 0 !important; }

/*  Main  */

.banner{
    width: 100%;
    height: 100%;
    padding-left: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute; 
    z-index: 0;
    background: #f6f6f6;
    clear: both;
}


.main{
    width: 100%;
    height: 100%;    
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 55;
    background: #f6f6f6;
    clear: both;
}


/*  Home/completed  */
.main .work{
    display: block;
    width: 33.33333333333333%;
    height: auto;
    float: left;
    position: relative;
    overflow: hidden;
}

.main .work .media{
    width: 100%;
    vertical-align: middle;
}

.main .work .caption{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0; 
    left: 0;
    -webkit-transform: scale(0);
transform: scale(0);
background-color: rgba(0,0,0,0.75);
-webkit-box-shadow: 0px 0px 0px 0px rgba(255,255,255,.75);
box-shadow: 0px 0px 0px 0px rgba(255,255,255,.75);

}


.main .work a:hover .caption{   
	-webkit-transform: scale(1);
    transform: scale(1);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}


.work .caption .work_title{
    display: block;
    width: 100%;
    position: absolute;
    text-align: center;
    top: 50%;
    margin-top: -40px;
}

.main .work .caption h1{
    position: relative;
    display: inline-block;
    max-width: 100%;
    padding: 20px 0;
    z-index: 77;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    letter-spacing: .5px;
    border-bottom: 1px solid #bfbbbb;
    border-top: 1px solid #bfbbbb;
}

.home-container { 
    width: 100%;
    height: 100%;
    padding-left: 230px;
    position: relative;	
	top:100%;
	margin-top:655px;
} 

.inner-container { 
    width: 100%;
    height: 100%;
    padding-left: 200px;
    position: relative;
	background:#f3f3f0;
} 
.team { }
.team01 {background:#BCAAA4; padding:30px; height:630px;}
.team02  { padding:30px; background:#A1887F; color:#fff; height:630px;}


.sub-heading strong { font-size:16px; letter-spacing: 2px; text-transform: uppercase;}
.sub-heading {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;    
	margin:20px 0;
	
}


.team p {
    color: #fff;   
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 20px;
	}

#leftNav li{		
		font-weight: 400;
		margin: 0 0 4px 0;
		background: url(../img/point-1.png) no-repeat 0px 6px;
		padding: 4px 0 4px 30px;
		display: block;
		font-family: 'Poppins', sans-serif;
	}


.home-content {
	width: 100%;
	padding: 30px 40px;
	background:#fff;
	float:left;
	}
.home-content h2 { font-family: 'Raleway', sans-serif; font-size:30px; margin:0; padding:30px 0 20px 0; color:#1976D2; font-weight:800;}
.home-content h2 span { display:block; font-weight:500; color:#C2185B;}
.home-content p {font-family: 'Roboto', sans-serif; color:#3a3a3a; font-size:15px; line-height:25px; padding:5px 0; }


.reservation {
	width: 100%;
	padding: 30px 40px;
	background:#f1f2f2;
	float:left;
	}
.reservation h2 { font-family: 'Raleway', sans-serif; font-size:30px; margin:0; padding:30px 0 20px 0; color:#0072bc; font-weight:400;}

/* Check availability */
.apb-check-availability {
    margin-top:40px;
}
.room-detail_book, .awebooking-wrapper {    
}
.apb-room-selected {
    margin-bottom: 0;
    background-color: #f1f2f2;
}
.apb-room-selected h5, .awebooking-wrapper h5 {
    padding: 20px 30px;
    border-bottom: solid 1px #d2d2d2;
    margin: 0;
}
.apb-room-selected_item, .apb-room-seleted_current {
    padding: 20px 30px;
}
.apb-room-select-footer .link-other-room:hover, .apb-room-selected_item .apb-room-seleted_change:hover {
    text-decoration: none;
}
.apb-room-selected .apb-room-selected_content .apb-room-seleted_current h6 {
    font-size: 1.125rem;
    color: #444444;
    font-weight: 500;
    display: inline-block;
    margin-right: 20px;
    padding-bottom: 10px;
}
.apb-room-selected .apb-room-selected_content .apb-room-seleted_current span {
    font-size: 1rem;
    font-weight: 400;
    color: #444444;
}
.room-detail_form, .apb-content {
    padding: 10px 0px;
}
.apb-field label, .label-group, .apb-field .small-label, .room-detail .room-detail_book .room-detail_form label {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #0072bc;
    text-transform: uppercase;
    margin-bottom:15px;
}
.apb-select, .apb-input.apb-calendar {
    height: 48px;
    padding: 0 30px 0 15px;
    background-color: #f1f2f2;
    border: solid 1px #d2d2d2;
    border-radius: 0;
    color: #444444;
    font-weight: 400;
    font-family: inherit;
	width:90%;
}
.apb-field-group .fa, .apb-field-group .apbf, .apb-field-group .icon {
    line-height:48px;
    top: 0;
    right: 10px;
    position: absolute;
    font-size: 14px;
    color: #898989;
}
.apb-field-group .apbf-select {
    top: 0;
    right: 12px;
    font-size: 10px;
}
.apb-sidebar_group {
    padding-left: 70px;
    position: relative;
    overflow: hidden;
    margin:35px 0;
}
.apb-sidebar_group .label-group {
    float: left;
    width: auto;
    top: 0;
    bottom: auto;
    font-weight: 500;
    font-size: 1.125rem;
    color: #444444;
    position: absolute;
    left:0;
    text-transform: uppercase;
}
.apb-field_group {
    overflow: hidden;
    margin:20px -5px 0;
}
.apb-field {
	float:left;
    margin-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
}
.apb-field .small-label {
    font-size: 0.9rem;
    text-transform: uppercase;
}

.style-1{background: transparent none;
    border: 0px solid #967a50;
    border-radius: 0px;
    color: #967a50;
    display: inline-block;
    font-weight: 500;
    font-size: 15px;
    padding: 14px 36px;   
    text-align: center;
    text-transform: uppercase;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
	background-color:#0072bc;
	}

.inner-container { 
    width: 100%;
    height: 100%;
    padding-left: 230px;
    position: relative;
	background:#f3f3f0;
} 

.brandContentSection {  
    height: 500px;
    margin-top: 0px;
    margin-bottom: 5px;
    position: relative;
    display: block;
}
.brandContentSection .brandContentSectionTextBox {
    padding: 25px 59px;
    background: #fff;
    background: rgba(255,255,255,0.95);
	margin-top:100px;
}


.brandContentSectionTextBox h6{ font-size:25px;font-family: 'Poppins', sans-serif;}
.brandContentSectionTextBox p{ font-size:13px;font-family: 'Poppins', sans-serif; line-height:1.4;}

.brandContentSection .brandContentSectionBackground {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    width: 100%;
    height: 100%;
}

/* ==============================
  45.Resort Activities Styles
============================== */
.activities-wrapper {
  position: relative;
  overflow: hidden;
}

.activities-outer {
  display: flex;
  margin: 0 0 3.4em;
}

.activities-content {
  position: relative;
  overflow: hidden;
  background: #fff;
  height: 100%;
  padding: 0 2em;
}

.activities-content h2 {
  color: #0288D1;
  font-size:35px;
  font-weight:700;
  font-family: 'Raleway', sans-serif;
  margin: 1.4em 0 0.6em;
  padding: 0;
  position: relative;
}

.activities-content h2:after {
  content: '';
  position: absolute;
  bottom: 7px;
  width: 60px;
  height: 2px;
  display: inline-block;
  background: #00BCD4;
  margin: 0 0 0 12px;
}

.activities-content p {
  color: #898989;
  margin: 0 0 1em;
  padding: 0;
  font-family: 'Roboto', sans-serif; 
  font-size:15px; 
  line-height: 24px; 
}

.activities-content .res-btn {
  background: #85ab00;
  padding: 0.5em 1.7em;
}

.activities-content .res-btn:hover {
  background: #ffb606;
}

.activities-main p {
  color: #898989;
  margin: 0 0 3em;
  padding: 0;
  font: 400 1.0715em/1.8em "Open Sans", sans-serif;
}



/* ==============================
  25. Room2 style
============================== */
.content .wrapper-header h2 {
  color: #0288D1;
  font-size:35px;
  font-weight:700;
  font-family: 'Raleway', sans-serif;
  margin: 0 0 1em;
  padding: 0;
  position: relative;
}

.content .wrapper-header h2:after {
  content: '';
  position: absolute;
  bottom: 7px;
  width: 60px;
  height: 2px;
  display: inline-block;
  background: #00BCD4;
  margin: 0 0 0 12px;
}

.header h2 {
  color: #0288D1;
  font-size:35px;
  font-weight:700;
  font-family: 'Raleway', sans-serif;
  margin: 0 0 .5em !important;
  padding: 0;
  position: relative;
}

.header h2:after {
  content: '';
  position: absolute;
  bottom: 7px;
  width: 60px;
  height: 2px;
  display: inline-block;
  background: #00BCD4;
  margin: 0 0 0 12px;
}


.news-wrapper {
    position: relative;
    background: #f4f4f4;
}

.common-pad-room {
  padding-top: 6.4em;
  padding-bottom: 3em;
}

.room-t-wrapper {
  position: relative;
  margin-bottom: 3.4em;
  overflow: hidden;
}

.room-t-wrapper .img-holder {
  position: relative;
}

.room-t-wrapper .img-holder:before {
  content: ' ';
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 2px solid #fff;
}

.room-t-wrapper .content {
  background: #fff;
  padding: 40px 45px 40px 45px;
  position: relative;
  top: 29px;
  right: 48px;
}

.room-t-wrapper .content h2 {
  color: #0288D1;
  font-size:35px;
  font-weight:700;
  font-family: 'Raleway', sans-serif;
  margin: 0 0 0.3em;
  padding: 0;
  position: relative;
}

.room-t-wrapper .content h2:after {
  content: '';
  position: absolute;
  bottom: 0px;
  width: 60px;
  height: 2px;
  display: inline-block;
  background: #00BCD4;
  margin: 0 0 0 12px;
}

.room-t-wrapper .content h3 {
  	color: #aaaaaa;
	font-family: 'Roboto', sans-serif;
	font-size:18px;
	font-weight:400;
    margin: -5px 0 15px 0;
    padding: 0;
    font-style: italic;
    position: relative;
}

.room-t-wrapper .content p {
  color: #898989;
  margin: 0 0 1.5em;
  padding: 0;
  /*font: 400 14px/1.6em "Open Sans", sans-serif;*/
  font-family: 'Roboto', sans-serif;
  font-size:15px;
}

.room-t-wrapper .content .bottom-content {
  width: 100%;
}

.room-t-wrapper .content .bottom-content p {
  color: #242424;
  font-size:15px;
  padding: 0;
  margin: 0 0 0.5em;
}

.room-t-wrapper .content .bottom-content p span {
  display: block;
  font-size:15px;
  font-style: italic;
  color: #888;
  margin: 0 0 2em;
}

.room-t-wrapper .content .bottom-content a {
  
  padding: 9px 20px;
  margin: 0;
  letter-spacing: 0.6px;
  color: #fff;
  border-radius: 3px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-size:15px;
  font-weight:500;
  background: #b41d8d;
}

.room-t-wrapper .content .bottom-content a:hover {
  background: #0072bc;
  color: #fff;
  text-decoration:none;
}

.room-t-wrapper .content .bottom-content .pull-right {
  margin-top: 1.5em;
}

.room-l-wrapper {
  position: relative;
  margin-bottom: 3.4em;
  overflow: hidden;
}

.room-l-wrapper .content {
  background: #fff;
  padding: 50px 55px 45px;
  position: relative;
  top: 29px;
  left: 48px;
  z-index: 1;
}

.single-room-wrapper {
  position: relative;
  background:#FFF;
  margin:20px;
  padding:20px;
}

.single-room-wrapper .room-dec-wrapper {
  position: relative;
}

.single-room-wrapper .room-dec-wrapper h2 {
  color: #0288D1;
  font-size:35px;
  font-weight:700;
  font-family: 'Raleway', sans-serif;
  margin: 0 0 10px 0px;
  padding: 0;
  position: relative;
}

.single-room-wrapper .room-dec-wrapper h2:after {
  content: '';
  position: absolute;
  bottom: 7px;
  width: 60px;
  height: 2px;
  display: inline-block;
  background: #00BCD4;
  margin: 0 0 0 12px;
}

.room-dec-wrapper h3 {
  	color: #aaaaaa;
	font-family: 'Roboto', sans-serif;
	font-size:18px;
	font-weight:400;
    margin: -5px 0 15px 0;
    padding: 0;
    font-style: italic;
    position: relative;
}


.single-room-wrapper .room-dec-wrapper p {
  color: #898989;
  margin: 0 0 2em;
  padding: 0;
  font-size:15px;
}

.single-room-wrapper .room-fac-wrapper {
  position: relative;
}

.single-room-wrapper .room-fac-wrapper h2, .single-room-wrapper .room-overview h2, .single-room-wrapper .question-wrapper h2 {
  color: #0e1322;
  font: 2.43em/1em 'Poppins', sans-serif;
  margin: 0 0 1em;
  padding: 0;
  position: relative;
}

.single-room-wrapper .room-fac-wrapper h2:after, .single-room-wrapper .room-overview h2:after, .single-room-wrapper .question-wrapper h2:after {
  content: '';
  position: absolute;
  bottom: 7px;
  width: 60px;
  height: 2px;
  display: inline-block;
  background: #0072bc;
  margin: 0 0 0 12px;
}

.single-room-wrapper .room-fac-wrapper {
  position: relative;
}
.highlight-icon { float:left; margin-right:40px;}
.roomtext {color: #898989;
    margin: 0 0 2em;
    padding: 0;
    font-size: 16px;}

.single-room-wrapper .room-fac-wrapper h2, .single-room-wrapper .room-overview h2, .single-room-wrapper .question-wrapper h2 {
  color: #0288D1;
  font-size:26px;
  font-weight:700;
  font-family: 'Raleway', sans-serif;
  margin: 10px 0 1em 0;
  padding: 0;
  position: relative;
}

.single-room-wrapper .room-fac-wrapper h2:after, .single-room-wrapper .room-overview h2:after, .single-room-wrapper .question-wrapper h2:after {
  content: '';
  position: absolute;
  bottom: 7px;
  width: 60px;
  height: 2px;
  display: inline-block;
  background: #00BCD4;
  margin: 0 0 0 12px;
}

.single-room-wrapper .ro-facilitie {
  position: relative;
}

.single-room-wrapper .ro-facilitie ul {
  margin: 0;
  padding: 0;
}

.single-room-wrapper .ro-facilitie ul li {
  margin: 0 1%;
  padding: 0;
  width: 18%;
  float: left;
  border-top: 4px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  display: table;
}

.single-room-wrapper .ro-facilitie ul li .facilitie-i-box {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
  padding: 2em 0;
}

.single-room-wrapper .ro-facilitie ul li .facilitie-i-box h3 {
  font: 800 1em/1em "Raleway", sans-serif;
  margin: 0 0 0.8em;
  padding: 0;
  text-align: center;
  color: #0e1322;
  text-transform: uppercase;
}

.single-room-wrapper .room-overview {
  position: relative;
  overflow: hidden;
  margin-top: 3em;
}

.single-room-wrapper .room-overview code {
  color: #000;
  text-transform: uppercase;
  background: transparent;
  font-family: 'Roboto', sans-serif;
  font-size:15px;
}

.single-room-wrapper .room-overview .table > tbody > tr > th {
  width: 35%;
  padding: 13px 30px;
  border-top: 1px solid transparent;
}

.single-room-wrapper .room-overview .table > tbody > tr > td {
  border-top: 1px solid transparent;
  color: #898989;
  font-family: 'Roboto', sans-serif;
  font-size:15px;
  padding: 13px 30px;
}

.single-room-wrapper .room-overview h5 {
  font-family: 'Roboto', sans-serif;
  font-size:15px;
  font-style: italic;
  padding: 0;
  margin-bottom: 3em;
  margin-top: 1em;
}

.single-room-wrapper .question-wrapper {
  position: relative;
  overflow: hidden;
  background: #f5f4f6;
  margin: 5em 0 0;
  padding-top: 3em;
  padding-bottom: 3em;
}

.single-room-wrapper .question-wrapper .form-control {
  margin-bottom: 20px;
  border-radius: 0;
  font: 1em/1.5em "Open Sans", sans-serif;
  color: #959595;
  padding: 11px 20px;
  border: 1px solid #e1e1e1;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.room-overview a {
  font: 600 1.3em/1.5em "Open Sans", sans-serif;
  padding: 0.8em 2em;
}

.res-btn {
  border: none;
  outline: none;
  background: #b41d8d;
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  display: inline-block;
  border-radius: 3px;
  transition: all 0.5s ease;
  padding: 10px 25px;
}

.res-btn:hover {
  background: #0288D1;
  color: #fff;
  text-decoration:none;
}

.this-title {
  margin-top: 180px;
  margin-bottom: 20px;
  font: 40px 'Poppins', sans-serif;
  color: #fff;
  margin-left:25px;
}
.inner-pad{display: table-cell;
    vertical-align: middle;}
.inner-pad .this-title:after {
    content: '';
    width: 60px;
    height: 2px;
    background: #1976D2;
    display: inline-block;
    margin-left: 20px;
}

/*  Header  */

    header{
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 230px;
        min-height: 100%;
        padding: 0 0 0 25px;
        background: #ffffff; 
        float: left;
        overflow: hidden;
        z-index: 9999;
    }

    header .logo{
        margin-top: 20px;
    }

    header > nav > ul{
        display: block;
        overflow: hidden;
        margin-top: 60px;
        list-style: none;
		margin-bottom:40px;
    }

    header > nav > ul > li{
        display: block;
        margin-bottom: 25px;
    }

    header > nav > ul > li > a{
        color: #454545;
        font-family: 'Raleway', sans-serif;
        font-size: 14px;
        text-decoration: none;
		font-weight:600;
		position: relative;
		display: inline-block;
		padding-right: 30px;	
		transition: all 0.17s ease-in-out;
		-moz-transition: all 0.17s ease-in-out;
		-webkit-transition: all 0.17s ease-in-out;
		-o-transition: all 0.17s ease-in-out;
    }

    header nav ul li a:hover,
    header nav ul li a.selected{
        color: #1976D2;
		text-decoration: none;
    }
	
	header > nav > ul > li > a:before {
	position: absolute;
	content: '';
	top: 8px;
	/*left: -50px;*/
	right:-30px;
	height: 3px;
	width: 0;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	background: #1976D2;
	z-index: 0;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

header > nav > ul > li > a:hover:before, nav > ul > li > a.active:before {
	width: 40px;
}
header > nav > ul > li > a:hover, nav > ul > li > a.active {
	color: #1976D2;
}

header > nav > ul > li > a.active:before {
	background: #1976D2;
}

    header .footer{
        position: relative;        
    }

    header ul.social{
        list-style: none;
        margin-bottom: 5px;
    }

    header ul.social li{
        display: block;
        float: left;
        position: relative;
        margin: 0 15px 15px 0;
    }


    header ul.social li a{
        display: block;
        width: 30px;
        height: 30px;
        background: url('../img/sm.png') no-repeat;
        background-position: 0 0;
    }


    header ul.social li a:hover{
        background: url('../img/sm_hover.png') no-repeat;
    }



    header ul.social li a.fb,
    header ul.social li a.fb:hover{
        background-position: 0 0;
    }


    header ul.social li a.google,
    header ul.social li a.google:hover{
        background-position: -31px 0;
    }

    header ul.social li a.behance,
    header ul.social li a.behance:hover{
        background-position: -62px 0;
    }

    header ul.social li a.twitter,
    header ul.social li a.twitter:hover{
        background-position: -93px 0;
    }

    header ul.social li a.dribble,
    header ul.social li a.dribble:hover{
        background-position: -124px 0;
    }

    header ul.social li a.rss,
    header ul.social li a.rss:hover{
        background-position: -155px 0;
    }

    header .rights p{
        color: #454545;
        font-family: 'Poppins', sans-serif;
        font-size: 11px;
        letter-spacing: 1px;
        line-height: 10px;
    }

    header .rights a{
       font-family: 'Poppins', sans-serif;
        font-weight: bold;
        text-decoration: none;
    }
    #menu_icon,
    .close_menu{
        display: none;
    }


#menu_icon,
.close_menu{
    float: right;
    margin-right: 40px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url('../img/men_icons.png') no-repeat;
}

#menu_icon{    
    background-position: 0 0;
}
.close_menu{
    background-position: -41px 0!important;
}






/*  Main  */
.main{
    width: 100%;
    height: 100%;
    padding-left: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 55;
    background: #f6f6f6;
    clear: both;
}







/*  Home/portfolio  */
.main .work{
    display: block;
    width: 33.33333333333333%;
    height: auto;
    float: left;
    position: relative;
    overflow: hidden;
}

.main .work .media{
    width: 100%;
    vertical-align: middle;
}

.main .work .caption{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0; 
    left: 0;
    background: #ffffff;
    opacity: 0;
}


.main .work a:hover .caption{
    opacity: 1;
}


.work .caption .work_title{
    display: block;
    width: 100%;
    position: absolute;
    text-align: center;
    top: 50%;
    margin-top: -40px;
}

.main .work .caption h1{
    position: relative;
    display: inline-block;
    max-width: 90%;
    padding: 20px 0;
    z-index: 77;
    color: #454545;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    letter-spacing: .5px;
    border-bottom: 1px solid #bfbbbb;
    border-top: 1px solid #bfbbbb;
}







/*  Inner Page  */
.top{
    width: 100%;
    height: 250px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url('../img/hero_image.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}
.dining-top{
    width: 100%;
    height: 250px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url(../img/dinning-banner.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}

.standard-top{
    width: 100%;
    height: 250px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url(../img/standard-01.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}

.deluxe-top{
    width: 100%;
    height: 250px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url(../img/deluxe-01.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}

.suite-top{
    width: 100%;
    height: 250px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url(../img/suite-01.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}

.work_nav{
    display: block;
    width: 100%;
}

.work_nav .btn{
    float: right;
}

.work_nav ul{
    list-style: none;
}

.work_nav ul li{
    display: block;
    float: left;
    margin: 0 0 1px 1px;
    position: relative;
}

.work_nav a{
    display: block;
    width: 40px;
    height: 40px;   
    background-position: 0 0;
}

.work_nav a.previous{
    background-position: 0 0;
}

.work_nav a.grid{
    background-position: -41px 0;
}

.work_nav a.next{
    background-position: -82px 0;
}

.top .title{
    display: block;
    width: 100%;color: #4b4848; 
    font-size: 26px;
    font-weight: bold;
    background: rgba(255, 255, 255, .7);
    padding: 20px;
    text-transform: uppercase;
    line-height: 30px;
    overflow: hidden;
	margin-top:180px;


}

.content_header{
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 50%;
    margin-left: -46.36363636363637%;
}

.content{
    color: #4b4848;    
    font-size: 15px;
    line-height: 22px;
    padding: 60px 20px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.content p{
    color: #4b4848;   
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 10px;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6{
    color: #4b4848;
    font-family: 'Raleway', sans-serif;
    line-height: 28px;
	font-weight:700;
    margin-bottom: 20px;
	font-size:25px;

}


.common-pad {
  padding-top: 4em;
  padding-bottom: 4em;
  padding-left:1.5em;
  padding-right:1.5em;  
}






/*  Contact page map  */
#map .map_adresse{
    font-family: 'raleway-regular', arial;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
}

#map .map_address,
#map .map_tel{
    padding: 5px;
}

#map .map_address .address,
#map .map_tel .tel{
    font-family: 'raleway-bold', arial;
    font-weight: bolder;
}

#map img{
    max-width: none;
}







/*  Tooltip  */
.tooltip{
    display: block;
    padding: 7px 10px;
    background: #454545;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    position: absolute;
    white-space: nowrap;
    z-index: 999;
    opacity: 0;
    text-align: center;
    letter-spacing: .5px;

}

.tooltip:after{
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 3px 3px 0 3px;
    border-color: #454545 transparent transparent transparent;
    display: block;
    text-align: center;
    position: absolute;
    bottom: -3px;
    left: 50%;
    margin-left: -3px;
}







/*  Responsive code  */


/*=================================================================
	Contact
==================================================================*/

.input-field {
    margin-bottom: 10px;
}

#contact{
		padding-top: 130px;
		padding-bottom: 120px;
	}
	
	.contact-info .contact-content{
		margin-bottom: 30px;
	}

	.contact-info p{
		margin-bottom: 20px;
	}

	.contact-info p i{
		font-size: 16px;
		margin-right: 10px;
	}

	.contact-form{}

	.contact-form input[type="text"],
	.contact-form input[type="email"]{
		border: 1px solid #E8E8E8;
		padding: 8px 14px;
		width: 100%;
		margin-bottom: 20px;
	}

	.contact-form textarea{
		border: 1px solid #E8E8E8;
		padding: 8px 14px;
		width: 100%;
		margin-bottom: 20px;
	}
	
	.btn-send{
		background-color: #383838;
		border-radius: 0;
		border: 0;
		color: #fff;
		padding: 8px 14px;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

	.btn-send:hover{
		background-color: #000;
		color: #fff;
	}

.sec-header3 {
  position: relative;
}



.sec-header3 h3 {
  color: #aaaaaa;
  font-size:15px;
  margin: 10px 0 2.1em 0;
  padding: 0;
  font-style: italic;
  position: relative;
}

.sec-header3 h3:after {
  content: '';
  position: absolute;
  bottom: 7px;
  width: 60px;
  height: 2px;
  display: inline-block;
  background: #0072bc;
  margin: 0 0 0 12px;
}

.our-special-wrapper {
  position: relative;
  background: #f4f4f4;
  padding-left:30px;
}

.our-special-wrapper p {
  color: #898989;
  margin: 0 0 1.5em;
  padding: 0;
  font-size:15px;
}
.our-spec-outer {
  position: relative;
  overflow: hidden;
  margin-top: 1.5em;
}

.our-spec-outer .item h2 {
  color: #242424;
  font: 1.86em/1em "Playball", sans-serif;
  margin: 1em 0 0.4em;
  padding: 0;
  position: relative;
}

.about-info-box p {
    color: #898989;
    margin: 0 0 3em;
    padding: 0;
	font-size:15px;    
}

.about-info-box .img-cap-effect {
  text-align: right;
}

.about-info-box .img-box img {
  position: relative;
  max-width: 100%;
}

.about-info-box .img-box:before {
  content: '';
  position: absolute;
  top: 10px;
  left: -10px;
  right: 10px;
  bottom: -10px;
  border-left: 10px solid #ffb606;
  border-bottom: 10px solid #ffb606;
}

.img-cap-effect .img-box {
  position: relative;
  overflow: hidden;
}

.about-info-box .img-box {
  display: inline-block;
  overflow: visible;
}

.common-pad-inner {
  padding-top: 3.4em;
  padding-bottom: 3.4em;
  background:#fff;
}

.rest-content {
  position: relative;
}

.rest-pad {
  padding-bottom: 3.4em;
}

.rest-content h2 {
  color: #373737;
  font: 1.9em/1em "Open Sans", sans-serif;
  margin: 0 0 0.7em;
  padding: 0;
  position: relative;
  line-height:1.4em;

}

.rest-content p {
  color: #898989;
  margin: 0 0 1.5em;
  padding: 0;
  font-size:15px;
}

.rest-content ul {
  padding: 0;
  margin: 0;
  list-style:none;
}

.rest-content ul li {
  padding: 0 0 0 1em;
  margin: 0;
  color: #898989;
  font-size:15px;
  font-style: italic;
  line-height:24px;
}

.rest-content ul li:before {
  content: '-';
  position: absolute;
  width: 3px;
  height: 2px;
  display: inline-block;
  background: #0072bc;
  margin: 0;
  background: none;
  left: 0;
}


.offer-deal-dark {
  position: relative;
  overflow: hidden;
  background: #f6f6f8;
}

.offer-content h2 {
  color: #0e1322;
  font: 2.43em/1em "Playball", sans-serif;
  margin: 0 0 0.6em;
  padding: 0;
  position: relative;
}

.offer-content h2:after {
  content: '';
  position: absolute;
  bottom: 7px;
  width: 60px;
  height: 2px;
  display: inline-block;
  background: #0072bc;
  margin: 0 0 0 12px;
}

.offer-content p {
  color: #898989;
  margin: 0 0 3em;
  padding: 0;
  font: 400 1.0715em/1.8em "Open Sans", sans-serif;
}

.offer-content {
  position: relative;
  padding-left: 8em;
}

.sec-header h3 {
  color: #aaaaaa;
  font: 400 1.15em/1.8em "Open Sans", sans-serif;
  margin: 0 0 2.7em;
  padding: 0;
  font-style: italic;
  position: relative;
}

.sec-header h3:after {
  content: '';
  position: absolute;
  bottom: 7px;
  width: 60px;
  height: 2px;
  display: inline-block;
  background: #0072bc;
  margin: 0 0 0 12px;
}

.sec-header3 {
  position: relative;
}

.sec-header3 h2 {
  color: #0288D1;
  font-size:35px;
  font-weight:700;
  font-family: 'Raleway', sans-serif;
  margin: 0;
  padding: 0;
}

.offer-main {
  position: relative;
  overflow: hidden;
}

.offer-main p {
  color: #898989;
  margin: 0;
  padding: 0;
  font: 400 1.0715em/1.8em "Open Sans", sans-serif;
}
.offer-deal-white {
  position: relative;
  overflow: hidden;
  background: #fff;
}


/* ==============================
  24. Room1 style
============================== */
.common-pad-inner {
  padding-top: 3.4em;
  padding-bottom: 3.4em;
}

.common-pad-room {
  padding-top: 6.4em;
  padding-bottom: 3em;
}

.common-pad-room1 {
  padding-top: 6.4em;
  padding-bottom: 0;
}

.room-wrapper {
  overflow: hidden;
  position: relative;
  border: 1px solid #e9e9e9;
  background: #fff;
  padding: 0.8em;
  margin-bottom: 3.4em;
}

.room-wrapper .media-body {
  vertical-align: middle;
  padding-left: 2.5em;
  padding-right: 2.5em;
  position: relative;
}

.room-wrapper .media-body h2 {
  color: #0e1322;
  margin: 0 0 0.3em;
  padding: 0;
  position: relative;
}

.room-wrapper .media-body h2:after {
  content: '';
  position: absolute;
  bottom: 7px;
  width: 60px;
  height: 2px;
  display: inline-block;
  background: #a7cc38;
  margin: 0 0 0 12px;
}

.room-wrapper .media-body p {
  color: #898989;
  margin: 0 0 1.5em;
  padding: 0;  
}

.room-wrapper .media-body h3 {
  color: #000;
  margin: 0 0 0.5em;
  padding: 0; 
  font-style: italic;
}

.room-wrapper .media-body h6 {
  color: #3894c3;
  margin: 0;
  padding: 0;  
  font-style: italic;
}

.room-wrapper .media-right {
  background: #f4f4f4;
  text-align: center;
  vertical-align: middle;
  width: 14%;
  padding-left: 0;
}

.room-wrapper .media-right p {
  color: #242424;  
  padding: 0;
  margin: 0 0 0.5em;
}

.room-wrapper .media-right p span {
  display: block;  
  font-style: italic;
  color: #888;
  margin: 0 0 2em;
}

.room-wrapper .media-right a {
  background: #85ab00;
  padding: 9px 20px;
  margin: 0;
  letter-spacing: 0.6px;
  color: #fff;
  border-radius: 3px;
  text-transform: uppercase;  
}

.room-wrapper .media-right a:hover {
  background: #1a1a1c;
  color: #fff;
}

/* ==============================
  47. Family Fun Styles
============================== */
.family-outer {
  overflow: hidden;
  position: relative;
  margin-bottom: 4.0em;
}

.family-content {
  position: relative;
  padding-left: 4em;
}

.family-content h2 {
  color: #0288D1;
  font-size:35px;
  font-weight:700;
  font-family: 'Raleway', sans-serif;
  margin: 0;
  padding: 0;
  position: relative;
}

.family-content h2:after {
  content: '';
  position: absolute;
  bottom: 7px;
  width: 60px;
  height: 2px;
  display: inline-block;
  background: #1976D2;
  margin: 0 0 0 12px;
}

.family-content h3 {
    color: #aaaaaa;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin: 10px 0 15px 0;
    padding: 0;
    position: relative;
}

.family-content p {
  color: #898989;
  margin: 0 0 1.5em;
  padding: 0;
  font-size:15px; 
}

.family-img {
  position: relative;
  overflow: hidden;
}

.family-img .image-gallery {
  position: relative;
  overflow: hidden;
}

.family-img .image-gallery .single-gallery {
  padding-right: 10px;
  margin-bottom: 10px;
  padding-left: 0;
  float: left;
  box-sizing: border-box;
}

.family-img .image-gallery .single-r-gallery {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 10px;
  float: right;
  box-sizing: border-box;
}

.family-img .image-gallery .single-gallery.mix {
  display: none;
}

.family-img .image-gallery .single-gallery.span-13 {
  width: 58%;
}

.family-img .image-gallery .single-gallery.span-12 {
  width: 42%;
}

.family-img .image-gallery .single-gallery.span-11 {
  width: 43%;
}

.family-img .image-gallery .single-gallery.span-10 {
  width: 100%;
}

.family-img .image-gallery .single-gallery.span-8 {
  width: 66.66666667%;
}

.family-img .image-gallery .single-gallery.span-7 {
  width: 57%;
}

.family-img .image-gallery .single-gallery.span-6 {
  width: 50%;
}

.family-img .image-gallery .single-gallery.span-4 {
  width: 33.33333333%;
}

.family-img .image-gallery .single-gallery.span-3 {
  width: 25%;
}

.family-img .single-gallery:hover .img-holder img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.family-img .single-gallery .img-holder {
  position: relative;
  display: block;
  overflow: hidden;
}

.family-img .single-gallery .img-holder img {
  -webkit-transform: scale();
  -ms-transform: scale(1);
  transform: scale(1);
}

.bicycleing-img {
  position: relative;
  overflow: hidden;
}

.bicycleing-img ul {
  margin: 0;
  padding: 0;
}

.bicycleing-img ul li {
  padding: 0;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.bicycleing-img ul li:nth-child(3) {
  position: absolute;
  right: 0;
  margin-right: 0;
}

.bicycleing-img ul li:nth-child(4) {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: 0;
}

.water-img {
  position: relative;
  overflow: hidden;
}

.water-img ul {
  margin: 0;
  padding: 0;
}

.water-img ul li {
  padding: 0;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.water-img ul li:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 0;
}

.water-img ul li:nth-child(4) {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: 0;
}

.water-img ul li:nth-child(3) {
  position: absolute;
  bottom: 0;
  left: 14.6em;
}


figure {
    margin: 0;
    padding: 0;
}
figure {
    display: block;
    overflow: hidden;
    position: relative;
}

.tiles {
    margin: 20px 20px;
    overflow: hidden;
}

.tiles .item {
    height: auto;
}
.tiles .item {
    float: left;
    overflow: hidden;
}
.tiles .item figure img {
    position: relative;
    width: 100%;
    max-width: 100%;
}

figure a .text-overlay {
    opacity: 1;
    height: 100%;
    position: absolute;
    text-decoration: none;
    width: 100%;
    z-index: 100;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(55%, rgba(30, 30, 30, 0.15)), color-stop(85%, rgba(30, 30, 30, 0.7)), to(rgba(30, 30, 30, 0.8)));
    background-image: -webkit-linear-gradient(transparent 0%, transparent 50%, rgba(30, 30, 30, 0.15) 55%, rgba(30, 30, 30, 0.7) 85%, rgba(30, 30, 30, 0.8) 100%);
    background-image: linear-gradient(transparent 0%, transparent 50%, rgba(30, 30, 30, 0.15) 55%, rgba(30, 30, 30, 0.7) 85%, rgba(30, 30, 30, 0.8) 100%);
    transition: all 0.5s ease-out;
    text-align: left;
}

figure a .text-overlay .info {
    position: absolute;
    bottom: 20px;
    text-align: center;
    left: 30px;
    right: 30px;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
}
figure a .text-overlay .info .post-title {
    color: #FFF;
    margin: 0;
    font-size: 18px;
	font-family: 'Raleway', sans-serif;
	font-weight:700;
}
figure a .text-overlay .info .meta {
    color: #cdcdcd;
}

.carousel-control .icon-next, .carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}

.saatvik-logo{ position:absolute; z-index:9999; margin:-140px 0 0 50px;}