/*
	Theme Name: Huddle
	Theme URI: http://www.huddle.lk
	Description: Official Website
	Version: 1.0
	Author: Jude Martenstyn
	Author URI: http://www.jworlddesigns.com

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    Colors:

    Gold Text: #CC975B;
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
    clear: both;
}
img {
	max-width:100%;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/



/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

/* poppins-regular - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/poppins-v6-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Poppins Regular'), local('Poppins-Regular'),
       url('fonts/poppins-v6-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/poppins-v6-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/poppins-v6-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/poppins-v6-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/poppins-v6-latin-regular.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* poppins-500 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/poppins-v6-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Poppins Medium'), local('Poppins-Medium'),
       url('fonts/poppins-v6-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/poppins-v6-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/poppins-v6-latin-500.woff') format('woff'), /* Modern Browsers */
       url('fonts/poppins-v6-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/poppins-v6-latin-500.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* cormorant-garamond-regular - latin */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/cormorant-garamond-v6-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Cormorant Garamond Regular'), local('CormorantGaramond-Regular'),
       url('fonts/cormorant-garamond-v6-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/cormorant-garamond-v6-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/cormorant-garamond-v6-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/cormorant-garamond-v6-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/cormorant-garamond-v6-latin-regular.svg#CormorantGaramond') format('svg'); /* Legacy iOS */
}

/* cormorant-garamond-700 - latin */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/cormorant-garamond-v6-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Cormorant Garamond Bold'), local('CormorantGaramond-Bold'),
       url('fonts/cormorant-garamond-v6-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/cormorant-garamond-v6-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/cormorant-garamond-v6-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/cormorant-garamond-v6-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/cormorant-garamond-v6-latin-700.svg#CormorantGaramond') format('svg'); /* Legacy iOS */
}




body{
	font-family: 'Poppins';
	font-weight: 400;
	line-height: 1.6;
}

h1,h2,h3,h4{
	font-family: 'Cormorant Garamond';
}

h1,h2,h3,h4,h5,h6{
	margin:0; 
}

a {
	text-decoration:none;
	-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;
	color: inherit;
}

a:hover {
	text-decoration: none;
	cursor: pointer;
}

a:focus {
	outline:0;
	text-decoration: none;
	color: inherit;
}

a:hover,
a:active {
	outline:0;
	text-decoration: none;
	color: inherit;
}

hr {
    height: 1px;
    background: #e5e5e5;
    border: none;
    margin: 0;
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

/**************** Custom ****************/

.mt-40{margin-top: 40px;}
.mt-60{margin-top: 60px;}
.mt-80{margin-top: 80px;}
.mb-40{margin-bottom: 40px;}
.mb-60{margin-bottom: 60px;}
.mb-80{margin-bottom: 80px;}

.pagination{
	margin: 30px 0 40px;
}

.pagination a.page-numbers{
  border-radius: 50px;
  padding: 10px 15px;
  border:1px solid #cccccc;
}

.pagination .current, .pagination a.page-numbers:hover{
  padding: 10px 15px;
  background: #054e43;
  color: #ffffff;
  border-radius: 50px;
  border: 1px solid #054e43; 
}

.hidden{
	display: none !important;
}

#toTop {
    position: fixed;
    z-index: 9999;
    bottom: 90px;
    right: 25px;
    cursor: pointer;
    display: none;
    background-color: #D69D5A;
    color: #fff;
    border: none;
    border-radius: 0;
}

.navbar{
	z-index: 999;
	background: #000000;
	border-bottom: none;
	-webkit-box-shadow: 0px 25px 95px 5px rgba(0,0,0,0.20);
	-moz-box-shadow: 0px 25px 95px 5px rgba(0,0,0,0.20);
	box-shadow: 0px 25px 95px 5px rgba(0,0,0,0.20);
}

.logo {
    position: fixed;
    z-index: 9999;
    top: -65px;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #ffffff;
    width: 370px;
    padding: 254px 125px 10px;
    border-radius: 350px;
    -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;
}

.scrolled-header .logo{
	width: 250px;
	top: -95px;
	padding: 280px 85px 15px;
}

.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

#home-main-slider{
	/*height: 730px;*/
	overflow: hidden;
}

.banner-mask{
	height: 100%;
	width: 100%;
	position: absolute;
	background: rgba(0,0,0,0.5);
	top: 0;
	z-index: 2;
}

#home-main-slider .carousel-caption{
	position: absolute;
	top: 35%;
}

#home-main-slider .carousel-caption h3{
	font-size: 4.5em;
	font-weight: 700;
	margin-bottom: 10px;
}

#home-main-slider .carousel-caption p{
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 3px;
	color: #CC975B;

}

#navbar-menu ul li a{
	color: #fff;
	text-transform: uppercase;
}

#navbar-menu ul li a:hover,
#navbar-menu ul li a:focus{
	color: #CC975B;
}

.btn-bordered {
    border: 1px solid #CC975B;
    padding: 10px 50px;
    text-transform: uppercase;
    display: inline-block;
}

.btn-bordered:hover,
.btn-bordered:focus{
	background: #CC975B;
	border-radius: 30px;
}

.btn-book{
	background: #CC975B;
	color: #ffffff;
	padding: 10px 50px;
	border-radius: 30px;
}

.btn-book:hover{
	background: #c68f4f;
	color: #ffffff;
}

.btn-block{
	display: block;
	text-align: center;
}

#home-main-slider .btn-bordered{
	margin-top: 30px;
	display: inline-block;
}

.home-about{
	/*margin-top: 50px;*/
}

.pink-bg{
	background: #FFF6ED;
}

.white-bg{
	background: #ffffff;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.no-padding{padding: 0 !important;}

.home-about-text{
	padding: 50px;
}

.home-about-text h1
.home-about-text h2{
	color: #3C3013;
}

.home-about-text h1{
	font-family: 'Poppins';
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 10px;
	letter-spacing: 2px;
}

.home-about-text h2{
	font-size: 72px;
	margin-bottom: 30px;
	font-weight: 700;
}

.home-about-text p:first-of-type:first-letter {
  color: #3C3013;
  float: left;
  font-size: 60px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 0;
}

.home-about-text p{
	line-height: 2;
}

.home-about-text blockquote p:first-of-type:first-letter{
	color: inherit;
	float: none;
	font-size: inherit;
	padding:0;
	line-height: inherit;
}

.home-about-text blockquote{
	color: #CC975B;
	font-size: 14px;
}

.home-about-text a{
	font-weight: bold;
	border-bottom: 2px solid;
	padding-right: 0;
	margin: 20px 0;
	display: inline-block;
}

.home-about-text a:hover{
	padding-right: 15px;
}

.home-amenities{
	position: relative;
	padding: 50px 0 150px;
	color: #ffffff;
	text-align: center;
	background-size: auto;
	background-attachment: fixed;
  	overflow: hidden;
  	-webkit-animation: breath 10s ease-in infinite;
  	animation: breath 10s ease-in infinite;
  	transition: all .5s ease-in-out;

}

@keyframes breath {
  0% { background-size: 100% auto; }
  50% { background-size: 130% auto; }
  100% { background-size: 100% auto; }
}

.home-amenities .container{
	z-index: 99;
	position: relative;
}

.amenities-title{
	text-transform: uppercase;
}

.am-mask{
	height: 100%;
	width: 100%;
	position: absolute;
	background: rgba(0,0,0,0.8);
	top: 0;
	z-index: 2;
}

.amenities-title h2{
	font-weight: 700;
	font-size: 50px;
	color: #CC975B;
	margin-bottom: 60px;
}

.amenities-list img{
	display: block;
	margin: 0 auto 10px;
	max-width: 70px;
}

.amenities-list span{
	margin-bottom: 50px;
	display: inline-block;
}

.ww-wrap{
	position: relative;
}

.ww{
	max-width: 850px;
	height: 400px;
	background: #ffffff;
	margin: 0 auto;
	margin-top: -60px;
	position: relative;
	z-index: 99;
	-webkit-box-shadow: -1px 7px 42px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: -1px 7px 42px 0px rgba(0,0,0,0.3);
	box-shadow: -1px 7px 42px 0px rgba(0,0,0,0.3);
}

.temp{
	padding: 40px 20px;
	border-right: 1px solid #ccc;
}

.w-dec{
	padding: 40px 40px 40px 15px;
}

.w-dec h3{
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 20px;
}

.facts{
	border-top: 1px solid #cccccc;
}

.facts .col-md-4{
	padding: 40px;
}

.facts .col-md-4 img{
	float: left;
	padding-right: 20px;
}

.facts .count{
	font-size: 50px;
	line-height: 50px;
}

.ww a.action{
	background: #d69d5a;
	color: #ffffff;
	text-align: center;
	padding: 20px 40px 18px;
	display: block;
	font-size: 16px;
	text-transform: uppercase;
}

.ww a.action:hover{
	background: #cc975b;
}

.bottom-contacts{
	margin: 80px 0;
}

.contact-type{
	text-align: center;
	margin: 40px 0;
}

.contact-type span{
	-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;
}

.contact-type span.icon{
	position: relative;
	margin: 20px auto;
	display: block;
}

.contact-type:hover span.icon{
	top:-5px;
}

.contact-type h4:before,
.contact-type h4:after{
	content: "◆";
	color: #CC975B;
	padding: 8px 15px;
}

.contact-type h4{
	font-size: 24px;
	margin-bottom: 10px;
	font-weight: 700;
	text-transform: uppercase;
}

.contact-type span.detail{
	display: block;
	color: #CC975B;
	font-size: 16px;
	margin-bottom: 30px;
}

.contact-type .btn-bordered{
	color: #444444;
}

.contact-type .btn-bordered:hover,
.contact-type .btn-bordered:focus{
	color: #ffffff;
}

footer{
	margin-top: 120px;
}

.footer-logo .sep{
	width: 100%;
	height: 2px;
	background: #cccccc;
}

.footer-logo img {
    display: block;
    margin: 0 auto;
    max-width: 180px;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 0 30px;
}

.social{
	text-align: center;
	margin: 85px auto 30px;
}

.social img{
	max-width: 40px;
}

.footer-menu{
	margin-bottom: 30px;
}

.footer-menu .nav,
.footer-sub-menu .nav{
	float: none;
	margin: 0 auto;
	display: table;
	table-layout: fixed;
}

.footer-menu .nav li a{
	color: #CC975B;
	font-size: 12px;
	padding: 0 15px;
	line-height: 12px;
}

.footer-menu .nav li a:hover{
	background: transparent;
	color: #592F00;
}

.footer-menu .nav li{
	border-right: 1px solid #CC975B;
}

.footer-menu .nav li:last-child,
.footer-sub-menu .nav li:last-child{
	border-right: none;
}

.footer-sub-menu{
	margin: 20px 0 40px;
}

.footer-sub-menu .nav li a{
	font-size: 11px;
	padding: 0 10px;
	line-height: 10px;
}

.footer-sub-menu .nav li a:hover{
	background: transparent;
	color: #666666;
}

.footer-sub-menu .nav li{
	border-right: 1px solid;
}

.footer-bottom{
	background: #d69d5a;
	padding: 15px 15px 13px;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
}

.bookings{
	background: #002262;
	padding: 30px;
	color: #ffffff;
	text-align: center;
}

.bookings h3{
	display: inline-block;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 700;
}

.bookings span{
	margin-left: 5px;
}

.bookings a{
	border: 1px solid #ffffff;
	border-radius: 5px;
	padding: 10px 25px;
	text-transform: uppercase;
	margin-left: 20px;
	display: inline-block;
}

.bookings a:hover{
	border-radius: 50px;
	background: #ffffff;
	color: #333333;
}

#booking{
	z-index: 9999;
}

#booking .modal-header{
	background: #002262;
	color: #ffffff;
}

#booking .modal-header h3{
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
}

#booking .modal-header .close{
	opacity: 1;
	color: #ffffff;
	font-weight: normal; 
}

#booking .modal-header .close span {
    border: 1px solid #ffffff;
    padding: 10px 11.5px 6px;
    border-radius: 100px;
    display: inline-block;
}

#booking .modal-header .close span:hover{
	background: #ffffff;
	color: #333333;
}

#booking .modal-body{
	padding: 0;
}

#booking .modal-body h3{
	background: #bccae5;
	padding: 10px 30px;
}

#booking .modal-body .hb-search-fields-and-submit{
	padding: 30px;
}

#booking .modal-body p.hb-check-dates-wrapper, p.hb-people-wrapper, p.hb-search-button-wrapper {
    float: left;
    margin-right: 2%;
    position: relative;
}

#booking .modal-body .hb-check-dates-wrapper {
    width: 22%;
}

#booking .modal-body .hb-people-wrapper {
    width: 14%;
}

#booking .modal-body .hb-search-button-wrapper {
    width: 20%;
}

#booking .modal-body .hb-vertical-search-form:not(.hb-search-form-no-children) p.hb-people-wrapper{
	margin-right: 2%;
}

#booking .modal-body .hb-vertical-search-form .hb-search-button-wrapper label{
	display: table;
}

#booking .modal-body .hb-searched-summary{
	padding: 30px 30px 15px;
	background: #ccd5e8;
}

#hbook-booking-form-1 input[type="submit"] {
    background: #CC975B;
    border: none;
    color: #fff;
    padding: 10px;
    border-radius: 3px;
    margin-top: 0;
}

.hb-search-fields-and-submit input, 
.hb-search-fields-and-submit select,
.hb-details-fields input,
.hb-details-fields select,
.hb-details-fields textarea {
    padding: 8px;
    border-radius: 3px;
    box-shadow: none;
    border: 1px solid #bababa;
}


.hb-search-result-title-section{
	margin-top: 10px;
}

.hb-search-result-title-section h3,
.hb-booking-details-form h3{
	padding: 10px 14px !important;
	margin-bottom: 20px;
	border-radius: 3px;
}

.hb-accom{
	padding-bottom: 10px !important;
}

.hb-details-fields p label{
	font-weight: normal;
}

.hb-details-fields p{
	margin: 10px 0;
}

.hb-confirm-button{
	margin-bottom: 30px;
}

.hb-resa-summary-title{
	margin-top: 20px;
	border-radius: 0 !important;
	margin-bottom: 0 !important;
}

.hb-accom-selected-name{
	color: #04843C;
}

.top-banner {
    position: relative;
    height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.title-bar{
	position: absolute;
	width: 100%;
	background: rgba(0,0,0,0.8);
	color: #ffffff;
	z-index: 99;
	bottom: 0;
	padding: 15px 0;
}

.breadcrumbs {
    text-align: right;
    font-size: 12px;
    margin-top: 8px;
    opacity: 0.7;
}

a[aria-current="page"]{
	color: #CC975B !important;
}

.tabs-left{
  border-bottom: none;
  padding-top: 2px;
}
.tabs-left {
  border-right: 1px solid #ddd;
}
.tabs-left>li, .tabs-right>li {
  float: none;
  margin-bottom: 2px;
}
.tabs-left>li {
  margin-right: -1px;
}


.room-intro h3{
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 20px;
}

.room-intro ul {
    padding-left: 15px;
    display: inline-block;
    list-style-type: square;
}

.room-intro ul li {
    width: 50%;
    float: left;
    padding: 4px 0;
}

.rooms-wrap .glyphicon-user{
	color: #CC975B;
}

.facilities-list img {
    max-width: 900px;
    margin: 30px auto;
    display: block;
}

.gallery{
	margin-top: 40px;
}

.rooms-wrap .nav-tabs > li.active > a, 
.rooms-wrap .nav-tabs > li.active > a:focus, 
.rooms-wrap .nav-tabs > li.active > a:hover{
	background: #D69D5A;
	color: #ffffff;
	border: none;
}

.rooms-wrap .nav-tabs > li > a,
.rooms-wrap .nav-tabs > li > a:hover{
	border: none;
	border-radius: 0;
}

.rooms-wrap .nav-tabs{
	background: #f5f5f5;
	border: none;
}

#dining-slider{
	border: 10px solid #cccccc;
	border-radius: 5px;
}

.content-area ul{
	padding-left: 15px;
	margin-top: 20px;
	list-style: square;
}

.gallery-section h3{
	font-weight: 700;
	font-size: 32px;
}

.gallery-section{
	margin-bottom: 50px;
}

.top-contacts{
	padding-bottom: 20px;
}

/*Contact Form Styles*/

label{
    font-weight: normal;
}

input[type=text],
input[type=email],
input[type=number],
input[type=tel],
input[type=password],
input[type=date],
textarea,
select{
    width: 100%;
    box-shadow: none;
    border: 1px solid #cccccc;
    border-radius: 2px;
    padding: 10px 15px;
    font-style: normal;
    color: #444444;
    margin-bottom: 10px;
}

input[type="submit"], .ea-submit, .ea-cancel{
    border: none;
    float: right;
    font-style: normal;
    margin-top: 22px;
    opacity: 1 !important;
    background: #D69D5A;
    color: #ffffff;
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 2px;
    text-transform: uppercase;
    -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;
}

input[type="submit"]:hover{
	border-radius: 20px;
}

.contact-form-wrap .section-title {
    text-align: center;
    margin: 40px 0;
}

.contact-form-wrap .section-title h2{
	font-size: 32px;
	text-transform: uppercase;
	font-weight: 700;
}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

/*Extra small devices (portrait phones, less than 576px)*/
/*No media query since this is the default in Bootstrap*/

/*Small devices (landscape phones, 576px and up)*/
@media only screen and (max-width: 640px){


.logo, .scrolled-header .logo{
	width: 161px;
	padding: 190px 60px 10px;
	top:-65px;
}

#navbar-menu ul{
	text-align: center;
}

.navbar-collapse{
	border:none;
	box-shadow: none;
}

#home-main-slider .carousel-caption h3{
	font-size: 2em;
}

#home-main-slider .carousel-caption p{
	font-size: 10px;
	margin-bottom: 5px;
}

#home-main-slider .carousel-indicators{
	display: none;
}

#home-main-slider .carousel-control img {
    max-width: 30px;
    margin-top: 0;
}

.bookings h3{
	font-size: 20px;
}

.bookings span{
	font-size: 12px;
}

.bookings a{
	display: block;
	margin: 15px auto 0;
	max-width: 200px;
}

.row-eq-height{
	display: block;
}

.amenities-title h2{
	font-size: 26px;
}

.amenities-list img{
	max-width: 45px;
}

.temp{
	padding: 40px 20px 20px;
	border: none;
}

.w-dec{
	padding: 0 30px;
}

.ww{
	height: auto;
	box-shadow: none;
}

.facts, .footer-sub-menu .nav li{
	border: none;
}

.bottom-contacts{
	margin: 10px 0;
}

footer{
	text-align: center;
}

.footer-menu .nav li{
	border: none;
	padding: 5px 0;
}

.title-bar, .breadcrumbs{
	text-align: center;
}

.top-banner{
	height: 250px;
}

.rooms-wrap .btn-book{
	margin-bottom: 40px;
}

#booking .modal-body .hb-check-dates-wrapper,
#booking .modal-body .hb-people-wrapper,
#booking .modal-body .hb-search-button-wrapper{
	width: 100%;
}

.hb-booking-details-form {
    padding: 0 20px;
    margin-bottom: 210px;
}

.wp-block-spacer{
	height: 30px !important;
}

.top-banner iframe{
	height: 250px !important;
}

.ww-wrap{
	overflow: hidden;
}



}

/*Medium devices (tablets, 768px and up)*/
@media (max-width: 768px) {

}

/*Large devices (desktops, 992px and up)*/
@media (max-width: 992px) {

}

/*Extra large devices (large desktops, 1200px and up)*/
@media (max-width: 1200px) {

}