@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400');


html,
body {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

a {
	-webkit-transition: 0.2s ease-out;
	-moz-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	-ms-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

.carousel,
.item,
.active {
	height: 100%;
}

.carousel-inner {
	height: 100%;
}

.fill {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

.header {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9;
}

.header .navbar-toggler {
	display: none;
}

.header .container {
	position: relative;
}

.logo-section {
	width: 100%;
	float: left;
	background: #fff;
	position: relative;
	z-index: 9;
}

.header .navbar-brand {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	height: auto;
}

.header .dropdown-menu {
	background: rgba(0, 0, 0, 0.80);
	padding: 0;
}

.header .dropdown-menu li a {
	padding: 10px;
	font-size: 14px;
	color: #fff;
}

.header .dropdown-menu li a:hover {
	background: #f6b736 !important;
	color: #000 !important;
}

.nav-top-right {
	width: 81%;
	float: right;
	padding: 0px 0 0;
}

.nav-phone {
	float: left;
	width: 225px;
	margin: 10px 0 0 0;
}

.nav-phone i {
	background: #0c4674;
	padding: 14px 12px;
	float: left;
	margin: 0 20px 0 0;
}

.nav-phone h1 {
	font-weight: 300;
	font-size: 18px;
	color: #646464;
	margin: 5px 0 0 0;
	padding: 0;
}

.nav-phone h1 strong {
	font-weight: 700;
	color: #000;
}

.nav-right {
	float: right;
}

.head-social {
	float: left;
	padding: 20px 0 0 0;
}

.head-social a {
	display: inline-block;
	margin: 0 15px 0 0;
	color: #0c4674;
	font-size: 22px;
}

.head-social a:hover {
	color: #f6b736;
}

.climate {
	float: right;
	margin: 0 0 0 15px;
}

.climate-img {
	float: left;
	margin: 0 8px 0 0;
	width: 60px;
}

.climate-img img {
	width: 100%;
}

.climate-sky {
	width: 30px;
	float: left;
}

.climate-sky img {
	width: 100%;
}

.climate-text {
	float: left;
	color: #AFAFAF;
}

.climate-text h1 {
	display: inline-block;
	font-size: 15px;
	color: #004b73;
	margin: 0;
	padding: 0;
}

.climate-text h1 strong {
	font-size: 12px;
	color: #000;
}

.climate-text h2 {
	color: #B9B9B9;
	font-size: 13px;
	margin: 2px 0 4px;
	padding: 0;
}

.climate-text h2 strong {
	color: #000;
	font-weight: 700;
}

.climate-text h3 {
	color: #B9B9B9;
	font-size: 12px;
	margin: 3px 0 2px;
	padding: 0;
}

.climate-text h4 {
	display: inline-block;
	font-size: 13px;
	color: #474747;
	margin: 0;
	padding: 0;
}

.climate-text h4 strong {
	font-size: 10px;
	color: #474747;
}

.tripadvisor {
	float: left;
	margin: 3px 0 6px 0;
}

.header .collapse {
	width: 100%;
	float: right;
	background: #f6b736;
	padding: 0 0 0 200px;
	position: relative;
}

.header .navbar-nav>li>a {
	text-transform: uppercase;
	color: #002249;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	position: relative;
	padding: 20px 25px;
}

.header .navbar-nav>li.active a {
	font-weight: 400;
	color: #fff;
	background: none;
}

.header .navbar-nav>li.active a:after {
	background: #0c4674;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 1px;
}

.header .navbar-nav>li.active a:hover {
	background: none;
}

.header .navbar-nav>li>a:hover:after {
	background: #0c4674;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 1px;
}

.head-search {
	float: right;
	margin: 0 30px 0 0;
	padding: 30px 25px;
	background: #e0a01e url(../images/search-icon.png) no-repeat center center;
	cursor: pointer;
}

.head-search:focus {
	background: #e0a01e;
}

.head-search-box {
	position: absolute;
	top: 100%;
	right: 30px;
	display: none;
	z-index: 99;
}

.head-search-box input {
	width: 200px;
	padding: 10px 5px;
	height: 40px;
	margin: 0;
	border: none;
	background: #EFEFEF;
}

.head-search-box input[type="submit"] {
	float: right;
	margin: 0 0 0 0;
	padding: 30px 25px;
	background: #e0a01e url(../images/search-icon.png) no-repeat center center;
	border: none;
	width: auto;
}

.close-search {
	background: #e0a01e url(../images/close.png) no-repeat center center;
}

.top-thumb-slide {
	position: absolute;
	width: 100%;
	bottom: 45px;
	left: 0;
}

.service-thumb {
	width: 100%;
	height: 215px;
	float: left;
	border: solid #fff 1px;
	background: rgba(12, 70, 116, 0.85);
	padding: 30px;
	text-align: center;
	-webkit-transition: 0.2s ease-out;
	-moz-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	-ms-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

.service-thumb i {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	right: -50%;
	width: 95px;
	height: 95px;
	border: solid #fff 1px;
	border-radius: 50%;
}

.service-thumb h1 {
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	margin: 20px 0 0 0;
	padding: 0;
}

.service-thumb:hover {
	background: rgba(246, 183, 54, 0.85);
}

.service-thumb:hover h1 {
	color: #000;
}

.service-thumb:hover i {
	border-color: #000;
}

.service-thumb:hover i img {
	opacity: .5;
}

.top-thumb-slide .item {
	margin: 0 15px 0 0px;
}

.top-thumb-slide .owl-prev {
	background: url(../images/next-pre.png) no-repeat !important;
	width: 45px !important;
	height: 85px !important;
	opacity: 1 !important;
	left: -60px;
	position: absolute;
}

.top-thumb-slide .owl-next {
	background: url(../images/next-pre.png) no-repeat !important;
	background-position: -45px 0 !important;
	width: 45px !important;
	height: 85px !important;
	opacity: 1 !important;
	right: -50px;
	position: absolute;
}

.top-thumb-slide .owl-theme .owl-controls {
	position: absolute;
	width: 100%;
	top: 25%;
}

.whoweare {
	width: 100%;
	float: left;
	padding: 130px 0;
	background: #fff;
}

.whoweare .col-md-6 {
	padding: 0;
}

.whoweare .col-md-6:first-child:before {
	position: absolute;
	width: 190px;
	height: 1px;
	background: #ebebeb;
	content: "";
	right: 0%;
	bottom: 0;
}

.whoweare .col-md-6:first-child {
	padding: 0 120px 0 0;
}

.whoweare h1 {
	font-size: 75px;
	font-weight: 300;
	color: #0c4674;
	text-transform: uppercase;
	margin: 80px 0 0 0;
	padding: 0;
	position: relative;
}

.whoweare h1:after {
	position: absolute;
	width: 155%;
	height: 1px;
	background: #ebebeb;
	content: "";
	left: -66%;
	bottom: 0;
}

.whoweare h2 {
	line-height: 35px;
	font-weight: 300;
	font-size: 24px;
	color: #646464;
	margin: 45px 0 0 0;
	padding: 0;
}

.whoweare p {
	line-height: 30px;
	font-weight: 300;
	font-size: 18px;
	color: #646464;
	margin: 35px 0 0 0;
	padding: 0;
}

.whoweare a {
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #000;
	border-left: solid #f6b736 13px;
	padding: 18px 34px;
	margin: 70px 0 0 0;
}

.whoweare a:hover {
	padding: 18px 34px 18px 44px;
}

.whoweare-slide .item img {
	display: block;
	width: 100%;
	height: auto;
}

.whoweare-slide .owl-theme .owl-controls {
	position: absolute;
	bottom: 50px;
	right: 45px;
}

.whoweare-slide .owl-prev {
	background: rgba(255, 255, 255, 1.00) url(../images/thumb-next-pre.png) no-repeat !important;
	background-position: 16px 14px !important;
	margin: 0 !important;
	width: 35px !important;
	height: 28px !important;
	opacity: 1 !important;
	padding: 28px 30px !important;
	border-radius: 0 !important;
}

.whoweare-slide .owl-next {
	background: rgba(255, 255, 255, 1.00) url(../images/thumb-next-pre.png) no-repeat !important;
	background-position: -35px 14px !important;
	margin: 0 !important;
	width: 35px !important;
	height: 28px !important;
	opacity: 1 !important;
	border-radius: 0 !important;
	padding: 28px 30px !important;
}

.whoweare-slide .owl-prev:hover {
	background: rgba(255, 255, 255, 0.85) url(../images/thumb-next-pre.png) no-repeat !important;
	background-position: 16px 14px !important;
}

.whoweare-slide .owl-next:hover {
	background: rgba(255, 255, 255, 0.85) url(../images/thumb-next-pre.png) no-repeat !important;
	background-position: -35px 14px !important;
}

.whatwedo {
	width: 100%;
	float: left;
	padding: 150px 0 200px;
	background: url(../images/whatwedo.jpg) no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.whatwedo-inner {
	width: 1635px;
	float: left;
	background: rgba(12, 70, 116, 0.60);
	position: relative;
}

.whatwedo-text {
	width: 50%;
	float: left;
	padding: 120px 80px 60px 315px;
	position: relative;
}

.whatwedo-text:before {
	position: absolute;
	width: 190px;
	height: 1px;
	background: #ebebeb;
	content: "";
	right: -15px;
	bottom: 40px;
}

.whatwedo-text h1 {
	font-weight: 300;
	font-size: 58px;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 30px;
	position: relative;
}

.whatwedo-text h1:after {
	position: absolute;
	width: 155%;
	height: 1px;
	background: #ebebeb;
	content: "";
	left: -86%;
	bottom: 0;
}

.whatwedo-text p {
	font-weight: 300;
	font-size: 18px;
	color: #fff;
	margin: 45px 0 0 0;
	padding: 0;
	line-height: 30px;
}

.whatwedo-list {
	width: 48%;
	position: absolute;
	right: 15px;
	border-top: solid #d7d7d7 0px;
	margin: -100px 0 0 0;
	overflow: hidden;
	max-height: 525px;
}

/*.whatwedo-list ul{ margin:0; padding:0; list-style:none;}
.whatwedo-list ul li{border:solid #d7d7d7 1px; border-top:none; position:relative; float:left; width:33.333%;}
.whatwedo-list ul li img{ width:100%;}*/
.whatwedo-list-box {
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(255, 255, 255, 1.00);
	text-align: center;
	padding: 75px 20px;
	z-index: 9;
	left: 0;
	top: 0;
	-webkit-transition: 0.2s ease-out;
	-moz-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	-ms-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

.whatwedo-list-box:hover {
	background: rgba(255, 255, 255, 0.00);
}

.whatwedo-list-box i {
	width: 100%;
	float: left;
	position: relative;
	padding: 22px 0 0 0;
}

.whatwedo-list-box i img {
	width: auto !important;
	position: relative;
	z-index: 9;
}

.whatwedo-list-box i:after {
	width: 96px;
	height: 96px;
	position: absolute;
	content: "";
	background: #ebebeb;
	right: 0;
	left: 0;
	top: 0;
	margin: 0 auto;
	border-radius: 50%;
}

.whatwedo-list-box i:before {
	width: 100%;
	height: 1px;
	background: #ebebeb;
	position: absolute;
	top: 75%;
	content: "";
	left: 0;
}

.whatwedo-list-box h1 {
	margin: 120px 0 0 0;
	padding: 0;
	text-transform: uppercase;
	color: #424141;
	font-weight: 400;
	font-size: 18px;
}

.whatwedo-list-box:hover h1 {
	color: #fff;
}

.whatwedo-list-box:hover i:after {
	background: #f6b736;
}

.whatwedo-list-box:hover i:before {
	background: #f6b736;
}

.guestbook {
	width: 100%;
	float: left;
}

.guestbook-inner {
	position: relative;
	padding-bottom: 150px;
	padding-top: 150px;
}

.guestbook-left {
	position: absolute;
	left: 0;
	top: -110px;
	padding: 0;
	border: solid #fff 1px;
	background: #1D1D1D;
}

.guestbook-left img {
	width: 100%;
}

.guestbook-left:hover img {
	opacity: .5;
	-webkit-transition: 0.2s ease-out;
	-moz-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	-ms-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

.guestbook-left:hover h1 {
	color: #fff;
	-webkit-transition: 0.2s ease-out;
	-moz-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	-ms-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

.guestbook-left-text {
	position: absolute;
	padding: 85px 100px;
	bottom: 0;
	left: 0;
}

.guestbook-left-text h1 {
	font-size: 65px;
	font-weight: 300;
	color: #000;
	text-transform: uppercase;
	margin: 0 0 35px;
	padding: 0;
}

.guestbook-left-text a {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #000;
	font-size: 20px;
	display: inline-block;
	padding: 15px 35px;
	border-left: solid #f6b736 13px;
}

.guestbook-left-text a:hover {
	padding: 15px 35px 15px 45px;
}

.guestbook-right {
	padding: 0 0 0 80px;
	float: right;
}

.guestbook-right h1 {
	text-transform: uppercase;
	font-size: 75px;
	font-weight: 300;
	color: #0c4674;
	padding: 0 0 30px;
	margin: 0;
	position: relative;
}

.guestbook-right h1:after {
	content: "";
	position: absolute;
	left: -38%;
	bottom: 0;
	height: 1px;
	width: 590px;
	background: #d7d7d7;
}

.guestbook-slide {
	width: 100%;
	float: left;
	padding: 65px 0 0 0;
}

.guestbook-user {
	width: 126px;
	height: 126px;
	float: left;
	margin: 0 25px 0 0;
	overflow: hidden;
}

.guestbook-user img {
	width: 100%;
}

.guestbook-slide h2 {
	font-weight: 400;
	font-size: 20px;
	color: #000;
	margin: 72px 0 0 0;
	padding: 0;
	display: inline-block;
}

.guestbook-slide p {
	font-weight: 300;
	font-size: 18px;
	color: #646464;
	line-height: 30px;
	margin: 35px 0 0 0;
	padding: 0;
}

.guestbook-slide .item {
	margin: 0 0 0px 1px;
}

.guestbook-slide .owl-theme .owl-controls {
	float: right;
	margin: 50px 0 0 0;
	border-top: solid #d7d7d7 1px;
	padding: 0 0 0 90px;
}

.guestbook-slide .owl-prev {
	background: #ebebeb url(../images/thumb-next-pre.png) no-repeat !important;
	background-position: 8px 10px !important;
	padding: 25px !important;
}

.guestbook-slide .owl-prev:hover {
	background: #f2f0f0 url(../images/thumb-next-pre.png) no-repeat !important;
	background-position: 8px 10px !important;
}

.guestbook-slide .owl-next {
	background: #ebebeb url(../images/thumb-next-pre.png) no-repeat !important;
	background-position: -37px 10px !important;
	padding: 25px !important;
}

.guestbook-slide .owl-next:hover {
	background: #f2f0f0 url(../images/thumb-next-pre.png) no-repeat !important;
	background-position: -37px 10px !important;
}

.beauty-section {
	width: 100%;
	float: left;
	background: url(../images/thebeauty-bg.png) no-repeat right top;
	background-attachment: fixed;
}

.beauty-inner {
	position: relative;
}

.beauty-title {
	float: left;
	position: relative;
	padding: 0 0 40px 315px;
	position: relative;
	z-index: 9;
	font-size: 75px;
	font-weight: 300;
	color: #0c4674;
	text-transform: uppercase;
	line-height: normal;
}

.beauty-title:after {
	position: absolute;
	content: "";
	left: -70px;
	bottom: 0;
	width: 650px;
	background: #d7d7d7;
	height: 1px;
}

.beauty-inner .item img {
	border: solid #fff 1px;
	margin: 0 0 10px;
	width: 100%;
}

.beauty-inner .item {
	margin: 0 6px 0 0;
}

#beautyslide {
	padding-top: 60px;
	float: left;
}

.beauty-inner .owl-theme .owl-controls {
	margin: 30px auto 0;
}

.beauty-inner .owl-buttons {
	display: inline-block;
	border-top: solid #d7d7d7 1px;
	padding: 0 0 0 0;
	width: 216px;
	text-align: left;
}

.beauty-inner .owl-prev {
	background: #ebebeb url(../images/thumb-next-pre.png) no-repeat !important;
	background-position: 8px 10px !important;
	padding: 25px !important;
}

.beauty-inner .owl-prev:hover {
	background: #f2f0f0 url(../images/thumb-next-pre.png) no-repeat !important;
	background-position: 8px 10px !important;
}

.beauty-inner .owl-next {
	background: #ebebeb url(../images/thumb-next-pre.png) no-repeat !important;
	background-position: -37px 10px !important;
	padding: 25px !important;
}

.beauty-inner .owl-next:hover {
	background: #f2f0f0 url(../images/thumb-next-pre.png) no-repeat !important;
	background-position: -37px 10px !important;
}

.footer {
	width: 100%;
	float: left;
	background: url(../images/footer-bg.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 170px 0 190px;
	margin: 0 0 0 0;
}

.footer-inner {
	background: rgba(255, 255, 255, 0.75);
	padding: 60px 0 0 0;
}

.footer-inner .col-md-3 {
	position: relative;
}

.footer-logo {
	float: left;
	margin: 0 0 0 -40px;
}

.footer-inner .col-md-3 h1 {
	margin: 0 0 10px;
	padding: 0;
	font-weight: 600;
	font-size: 20px;
	color: #343434;
}

.footer-inner .col-md-3 p {
	margin: 10px 0 0 0;
	padding: 0;
	font-weight: 300;
	font-size: 16px;
	color: #343434;
}

.footer-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-list li {
	width: 100%;
	float: left;
	font-weight: 300;
	color: #343434;
	font-size: 18px;
	margin: 10px 0 0 0;
}

.footer-list li a {
	color: #343434;
}

.footer-list li a:hover {
	color: #f5bb47;
}

.footer-copyright {
	width: 100%;
	float: left;
	margin: 55px 0 0 0;
	padding: 15px 60px;
	background: #f6bb47;
}

.footer-copyright p {
	display: inline-block;
	font-weight: 300;
	font-size: 16px;
	margin: 6px 0 0 0;
	padding: 0;
	color: #000;
}

.footer-copyright p a {
	color: #000;
}

.footer-social {
	float: right;
}

.footer-social a {
	display: inline-block;
	margin: 0 0 0 10px;
	background: #fff;
	width: 43px;
	height: 43px;
	border-radius: 50%;
	padding: 10px 0 0 0;
	text-align: center;
}

.footer-social a:hover {
	background: #0c4674;
}


.banner {
	width: 100%;
	float: left;
	position: relative;
	margin: 110px 0 0 0;
}

.banner img {
	width: 100%;
}

.banner h1 {
	position: absolute;
	top: 50%;
	left: 0;
	text-align: center;
	margin: 0;
	padding: 0 0 15px;
	font-size: 60px;
	font-weight: 300;
	color: #fff;
	width: 100%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
}

.banner h1:after {
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
	content: "";
	bottom: 0;
	width: 80px;
	height: 8px;
	background: #f6b736;
}

.wrapper {
	width: 100%;
	float: left;
	padding: 50px 0;
}

.wrapper2 {
	width: 100%;
	float: left;
	padding: 0px 0;
}

.about p {
	margin: 0 0 15px;
	padding: 0;
	font-size: 15px;
	color: #343434;
	font-weight: 400;
	line-height: 22px;
	text-align: justify;
}

.about p strong {
	font-weight: 600;
}

.contact-form select {
	width: 100%;
	height: auto;
	padding: 10px 15px;
	background: #EFEFEF;
	border: none;
	margin: 0 0 10px;
	box-sizing: border-box;
	border: 1px solid #d7d7d7;
}

.contact-form input {
	width: 100%;
	height: auto;
	padding: 10px 15px;
	background: #EFEFEF;
	border: none;
	margin: 0 0 10px;
	box-sizing: border-box;
	border: 1px solid #d7d7d7;
}

.contact-form textarea {
	width: 100%;
	height: 150px;
	padding: 10px 15px;
	resize: none;
	background: #E4E4E4;
	border: none;
	margin: 0 0 10px;
	box-sizing: border-box;
	border: 1px solid #d7d7d7;
}

.contact-form input[type="submit"] {
	width: auto;
	height: auto;
	padding: 10px 20px;
	background: #e09f1d;
	border: none;
	margin: 0;
	color: #000;
}

.map {
	width: 96%;
	float: left;
	margin: 35px 15px 15px 15px;
	box-sizing: border-box;
}

.map iframe {
	height: 350px;
}

.list-box {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list-box li {
	background: #f1f1f1 url(../images/list.jpg) no-repeat;
	background-position: 10px 12px;
	padding: 8px 0 8px 30px;
	margin: 0 1% 8px 0;
	width: 49%;
	float: left;
	min-height: 60px;
}

.gallery .col-md-3 {
	padding: 20px 10px 0;
}

.guestbook-page .row {
	width: 100%;
	float: left;
	margin-bottom: 20px;
	border-bottom: solid #E8E8E8 1px;
	padding: 0 0 20px;
}

.guestbook-img img {
	border: solid #D3D3D3 1px;
}

.guestbook-page h2 {
	border-bottom: #EDEDED 1px solid;
	font-size: 18px;
	font-weight: 600;
	color: #474747;
	margin: 0 0 10px;
	padding: 0 0 8px;
	position: relative;
}

.guestbook-page h2:after {
	position: absolute;
	left: 0;
	bottom: 1px;
	width: 100%;
	height: 1px;
	content: "";
	background: #DFDFDF;
}


.aside-right-title {
	width: 100%;
	float: left;
	background: #f6b736;
	padding: 8px;
	margin: 0 0 10px;
}

.aside-right-title h1 {
	color: #282828;
	font-size: 20px;
	font-weight: 400;
	margin: 0;
	padding: 6px;
	float: left;
}

.aside-right {
	position: relative;
}

#nt-example1 {
	max-width: 100%;
	float: left;
	width: 100%;
	margin: auto;
}

#nt-example1-prev {
	position: absolute;
	width: 27px;
	height: 27px;
	background: #fff;
	text-align: center;
	top: -46px;
	right: 42px;
	cursor: pointer;
}

#nt-example1-prev:after {
	font-family: 'FontAwesome';
	content: "\f106";
	font-size: 20px;
	color: #000;
}

#nt-example1-next {
	position: absolute;
	width: 27px;
	height: 27px;
	background: #fff;
	text-align: center;
	top: -46px;
	right: 10px;
	cursor: pointer;
}

#nt-example1-next:after {
	font-family: 'FontAwesome';
	content: "\f107";
	font-size: 20px;
	color: #000;
}

#nt-example1-container {
	width: 100%;
	float: left;
	position: relative;
}

#nt-example1-container i {
	font-size: 36px;
	margin: 8px;
	cursor: pointer;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

#nt-example1-container i:hover {
	color: #333;
}

#nt-example1 li {
	overflow: hidden;
	position: relative;
	height: 155px;
	padding: 0;
	margin: 0 0 10px;
}

#nt-example1 li img {
	width: 100%;
}

#nt-example1 li h2 {
	width: 100%;
	position: absolute;
	text-align: center;
	top: 50%;
	color: #fff;
	z-index: 99;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	padding: 0;
	opacity: 0;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
}

#nt-example1 li:hover h2 {
	opacity: 1;
}

#nt-example1 .hvr-rectangle-out {
	width: 100%;
}

#nt-example1 .hvr-rectangle-out:before {
	background: rgba(0, 0, 0, 0.50);
	height: 100%;
}

.breadcrumbs {
	width: 100%;
	float: left;
	border-bottom: solid #d7d7d7 1px;
	padding: 15px 0;
	text-align: right;
}

.breadcrumbs ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.breadcrumbs ul li {
	display: inline-block;
	color: #0c4674;
	font-size: 16px;
	margin: 0 5px;
}

.breadcrumbs ul li i {
	color: #000;
}

.breadcrumbs ul li a {
	color: #000;
}

.inner-thumb-slider {
	width: 100%;
	float: left;
	margin: 20px 0 0 0;
}

.inner-thumb-slider .item h2 {
	width: 100%;
	position: absolute;
	text-align: center;
	top: 50%;
	color: #fff;
	z-index: 99;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	padding: 0;
	opacity: 0;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
}

.inner-thumb-slider .item:hover h2 {
	opacity: 1;
}

.inner-thumb-slider .hvr-rectangle-out:before {
	background: rgba(0, 0, 0, 0.50);
	height: 100%;
}

#thumb-slider {
	width: 100%;
}

.inner-thumb-slider .item {
	width: 100%;
}

.inner-thumb-slider .item img {
	width: 100%;
}

.inner-thumb-slider .owl-carousel .owl-item {
	padding: 0 7px;
}

.program-btns {
	width: 100%;
	padding: 15px 0;
	text-align: center;
	color: #FFF;
	float: left;
	margin-bottom: 5px;
	background-color: #0c4674;
}

.program-btns a {
	color: #FFF;
}

.program-btns:hover {
	background-color: #CCC;
	color: #333;
}

.program-heading {
	width: 100%;
	color: #000;
	font-size: 18px;
	margin-bottom: 15px;
	float: left;
	text-align: center;
	box-sizing: border-box;
	padding: 15px 0 15px 10px;
	margin-top: 10px;
	font-weight: bold;
	background-color: #f6b736;
}


/*media start here*/

@media (max-width: 1680px) {
	.beauty-title {
		padding: 0 0 40px 149px;
	}

	.beauty-title:after {
		width: 100%;
	}
}

@media (max-width: 1640px) {
	.whatwedo-inner {
		width: 95%;
	}

	.whatwedo-text {
		padding: 120px 80px 60px 190px;
	}
}

@media (max-width: 1460px) {
	.whatwedo-text {
		padding: 120px 80px 60px 100px;
	}

	.whatwedo-list {
		margin: -55px 0 0 0;
	}

	.guestbook-slide .item {
		margin: 0 0 0 2px;
	}

	.beauty-title {
		padding: 0 0 40px 70px;
	}

	.banner h1 {
		top: 60%;
		font-size: 50px;
	}
}

@media (max-width: 1366px) {
	.top-thumb-slide .owl-next {
		right: 0px;
	}

	.top-thumb-slide .owl-prev {
		left: 0px;
	}

	.whoweare h1:after {
		left: -10%;
		width: 82%;
	}

	.whatwedo-list {
		margin: -35px 0 0 0;
	}

	.beauty-title:after {
		left: 0;
	}

	.container {
		width: 90%;
	}

	.whoweare h1 {
		font-size: 55px;
	}

	.whoweare h2 {
		font-size: 20px;
		line-height: 26px;
	}

	.whoweare p {
		line-height: 22px;
	}

	.guestbook-right h1 {
		font-size: 55px;
	}

	.beauty-title {
		font-size: 55px;
	}
}

@media (max-width: 1280px) {
	.container {
		width: 100%;
	}

	.beauty-inner .owl-buttons {
		width: auto;
	}

	.wrapper2 {
		padding-right: 25px;
	}
}


@media (max-width: 1150px) {
	.header .navbar-nav>li>a {
		padding: 20px 18px;
	}

	.head-search {
		margin: 0;
	}

	.head-search-box {
		right: 0;
	}
}

@media (max-width: 992px) {
	.header .navbar-nav>li>a {
		padding: 20px 15px;
	}

	.top-thumb-slide {
		float: left;
		bottom: 0;
		position: relative;
	}

	.header {
		float: left;
		position: relative;
	}

	.header .navbar {
		margin: 0;
	}

	.carousel {
		width: 100%;
		float: left;
	}

	.header .collapse {
		padding: 0;
	}

	.nav-top-right {
		width: 100%;
	}

	.header .navbar-brand {
		width: 100%;
		float: left;
		position: relative;
		text-align: center;
	}

	.header .navbar-brand>img {
		display: inline-block;
	}

	.whoweare h1:after {
		left: 0;
	}

	.whoweare .col-md-6:first-child {
		padding: 0 0 30px;
	}

	.whatwedo-inner {
		width: 100%;
	}

	.whatwedo-text {
		width: 100%;
		padding: 10px;
	}

	.whatwedo-text h1::after {
		left: 0;
		width: 100%;
	}

	.whatwedo-text::before {
		display: none;
	}

	.whatwedo-list {
		right: 0;
		margin: 10px 0 0 0;
		width: 100%;
		position: relative;
	}

	.guestbook-left {
		top: 0;
		height: 420px;
		overflow: hidden;
		position: relative;
		width: 100%;
		float: left;
	}

	.guestbook-left img {
		margin: -130px 0 0 0;
	}

	.guestbook-right {
		width: 100%;
		padding: 0;
	}

	.guestbook-right h1::after {
		left: 0;
		width: 100%;
	}

	.guestbook-right h1 {
		padding: 30px 0;
	}

	.beauty-section {
		background-size: 100%;
	}

	.beauty-title::after {
		left: 0;
		width: 100%;
	}

	.beauty-title {
		padding: 0 0 40px 10px;
	}

	.footer-logo {
		margin: 0 0 10px;
		float: none;
		display: inline-block;
	}

	.footer-inner .col-md-3 {
		width: 100%;
		float: left;
		text-align: center;
	}

	.footer-social {
		width: 100%;
		margin: 15px 0 0 0;
	}

	.footer-copyright {
		text-align: center;
	}

	.banner {
		margin: 0;
	}

	.guestbook-img {
		margin-bottom: 15px;
		text-align: center;
	}

	.guestbook-img img {
		display: inline-block;
	}

	.guestbook-page .col-md-10 {
		text-align: center;
	}

	.banner h1 {
		top: 50%;
		font-size: 40px;
	}

	.list-box li {
		width: 100%;
		margin: 0 0 8px;
		min-height: 0;
	}

	.panel-default {
		margin-top: 25px;
	}

	#about-margin {
		margin-top: 0 !important;
	}

	.inner-box {
		width: 48%;
	}
}

@media (max-width: 800px) {
	.header .navbar-nav>li>a {
		padding: 20px 14px;
	}

	/*.whatwedo-list{ display:none;}*/
	.inner-lt {
		width: 100% !important;
	}

	.wrapper2 {
		padding-right: 0;
	}

	.inner-rt {
		width: 100% !important;
	}

	#contact-details {
		padding-top: 10px !important;

	}

	#contact-details p {
		text-align: center !important;
	}
}

@media (max-width: 768px) {
	.nav-phone {
		width: 100%;
		text-align: center;
	}

	.nav-phone i {
		float: none;
		display: inline-block;
		margin: 0;
	}

	.nav-right {
		width: 100%;
		text-align: center;
	}

	.head-social {
		width: 100%;
	}

	.innerimgbox .col-xs-6 {
		margin-bottom: 25px;
	}

	.innerimgbox {
		margin-top: 0;
	}
}

@media (max-width: 767px) {
	.header .navbar-toggler {
		display: block;
		background: none;
		border: solid #0c4674 1px;
		color: #0c4674;
		z-index: 99;
		font-size: 20px;
		position: relative;
		margin: 0 auto 10px;
		border-radius: 2px;
		right: 0;
	}

	.header .collapse.in {
		width: 100%;
		float: left;
		margin: 0px 0 0 0;
	}

	.header .navbar-nav {
		margin: 0;
	}

	.header .nav>li {
		background: #f6b736;
	}

	.whatwedo-list-box h1 {
		font-size: 15px;
	}

	.whoweare h1 {
		font-size: 25px;
		padding: 30px 0 10px;
	}

	.whoweare h2 {
		margin: 5px 0 0 0;
		font-size: 18px;
		line-height: 24px;
	}

	.whatwedo-text h1 {
		font-size: 25px;
		padding: 0 0 10px;
	}

	.guestbook-left-text {
		padding: 10px;
	}

	.guestbook-left-text h1 {
		font-size: 35px;
	}

	.guestbook-left img {
		margin: 0;
	}

	.guestbook-right h1 {
		font-size: 25px;
		padding: 20px 0;
	}

	.beauty-title {
		font-size: 25px;
		width: 100%;
		text-align: center;
		padding: 0 0 10px 0px
	}

	.footer {
		margin: 30px 0 0 0;
	}

	#CDSWIDFRR {
		margin: 10px auto !important;
	}

	.tripadvisor {
		width: 100%;
		text-align: center;
		margin: 0;
	}

	.climate {
		width: 250px;
		margin: 0 auto;
		display: inline-block;
		float: none;
	}

	.tripadvisor {
		display: none;
	}

	.climate {
		display: none;
	}

	.banner h1 {
		font-size: 30px;
	}

	.banner h1:after {
		height: 5px;
	}
}


@media (max-width: 600px) {

	/*.whatwedo-list ul li{ width:50%;}
.whatwedo-list-box{ padding:18px 20px;}*/
	.guestbook-slide h2 {
		margin: 15px 0 0 0;
	}

	.banner img {
		height: 100%;
	}

	.banner .item {
		height: 100px;
	}

	.guestbook-inner {
		padding: 50px 0;
	}

	.whoweare {
		padding: 130px 0 30px 0;
	}

	.whatwedo {
		padding: 20px 0;
	}

	.footer {
		padding: 60px 0;
	}

	.guestbook-inner {
		padding: 0 0 50px;
	}

	.whatwedo-list {
		max-height: none;
	}
}

@media (max-width: 550px) {
	.inner-box {
		width: 100% !important;
		margin-right: 0px !important;
	}

	.inner-optionbox .sliderbg {
		width: 200px !important;
		margin: 0 auto !important;
		float: none !important;
	}

	.carousel,
	.item {
		width: 100%;
	}

	.carousel,
	.item img {
		width: 100%;
		height: auto;
		display: block;
	}

	.inner-optionbox .textbox {
		width: 100% !important;
	}

	.inner-subhed {
		text-align: center;
	}
}

@media (max-width: 450px) {
	.image-bg {
		width: 229px !important;
		float: none !important;
		margin: 0 auto !important;
	}

	.inner-optionbox .textbox2 {
		width: 100% !important;
	}

	.inner-optionbox .sliderbg2 .owl-controls {
		width: 100% !important;
		position: relative;
		float: left !important;
		bottom: 0;
	}
}


.glyphicon {
	margin-right: 4px !important;
	/*override*/
}

.pagination .glyphicon {
	margin-right: 0px !important;
	/*override*/
}

.pagination a {
	color: #555;
}

.panel ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.news-item {
	padding: 20px 4px;
	margin: 0px;
	font-size: 14px;
	border-bottom: 1px solid #d7d7d7;
}

.news-hed {
	width: 100%;
	font-size: 22px;
	padding-bottom: 10px;
	font-weight: normal;
	color: #0c4674;
}

.more-btn {
	padding: 3px 5px;
	color: #000;
	margin: 15px 0;
	font-size: 15px;
	border-left: 10px #f6b736 solid;
}

.more-btn a {
	color: #000;
}

.more-btn:hover {
	color: #f6b736;
}

.innerimgbox {
	width: 100%;
	margin-top: 20px;
}

#height {
	min-height: 437px !important;
}

#about-margin {
	margin-top: 180px;
}

.inr-bodybg {
	background: url(../images/innerbg.jpg) no-repeat top fixed;
	background-size: cover;
}

.inner-lt {
	width: 69%;
	float: left;
	padding: 0 5%;
	box-sizing: border-box;
}

.inner-lt span {
	font-size: 21px;
	color: #000;
	font-weight: lighter;
}

.inner-lt h1 {
	width: 100%;
	font-size: 42px;
	color: #0c4674;
	padding-bottom: 32px;
	position: relative;
	font-weight: lighter;
}

.inner-subhed {
	width: 100%;
	font-size: 24px;
	color: #0c4674;
	line-height: 30px;
	float: left;
	padding: 20px 0 40px 0;
}

.inner-lt h1 .line {
	position: absolute;
	width: 71%;
	height: 1px;
	left: -267px;
	bottom: 0;
	background-color: #d7d7d7;
}

.inner-hed {
	width: 100%;
	font-size: 45px;
	color: #0c4674;
	padding-bottom: 32px;
	padding-top: 25px;
	position: relative;
	padding-left: 2%;
	font-weight: lighter;
	text-transform: uppercase;
}

.inner-hed .line {
	position: absolute;
	width: 71%;
	height: 1px;
	left: -267px;
	bottom: 0;
	background-color: #d7d7d7;
}

.inner-rt {
	width: 30.5%;
	height: auto;
	box-sizing: border-box;
	padding: 0 2%;
	float: right;
	box-sizing: border-box;
	background-color: #FFF;
}

.inner-box {
	width: 46.5%;
	height: 94px;
	float: left;
	margin-bottom: 10px;
	box-sizing: border-box;
	padding-top: 37px;
	font-size: 22px;
	color: #000;
	font-weight: lighter;
	text-align: center;
	margin-right: 10px;
	border-left: 5px #f6b736 solid;
	background-color: #FFF;
}

.inner-box2 {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 10px;
	box-sizing: border-box;
	padding: 10px 0 10px 10px;
	font-size: 18px;
	color: #000;
	font-weight: lighter;
	text-align: left;
	margin-right: 10px;
	border-left: 5px #f6b736 solid;
	background-color: #FFF;
}

.inner-optionbox {
	width: 100%;
	margin-top: 40px;
	margin-bottom: 20px;
	background-color: #FFF;
}

.inner-optionbox .sliderbg2 {
	width: 100%;
	float: left;
}

.inner-optionbox .sliderbg2 .owl-carousel .owl-wrapper-outer {
	max-height: none;
}

.inner-optionbox .sliderbg {
	width: 32%;
	float: left;
}

.inner-optionbox .sliderbg .owl-carousel .owl-wrapper-outer {
	max-height: none;
}

.inner-optionbox .textbox2 {
	width: 68%;
	padding: 0 3%;
	box-sizing: border-box;
	float: right;
}

.inner-optionbox .sliderbg2 .owl-controls {
	width: 29%;
	left: 0 !important;
}

.inner-optionbox .textbox {
	width: 68%;
	padding: 0 3%;
	box-sizing: border-box;
	float: right;
}

.image-bg {
	width: 29%;
	float: left;
}

.textbox-row {
	width: 100%;
	margin-bottom: 5px;
	float: left;
}

.textbox-row-lt {
	width: 42px;
	height: 42px;
	margin-right: 10px;
	float: left;
	background-color: #f6b736;
}

.textbox-row-rt {
	width: auto;
	height: auto;
	font-size: 16px;
	padding-left: 0px;
	box-sizing: border-box;
	padding-top: 0;
	color: #000;
	float: left;
}

.textbox-row-rt span {
	color: #646464;
	font-size: 16px;
	/*float:left;*/
	padding-bottom: 20px;
}

.panel-default {
	border: 0px;
}

.panel-footer {
	padding-top: 30px;
	background-color: #FFF;
	border-top: 1px solid #d7d7d7;
}

.pagination li a.prev {
	width: 58px;
	height: 58px;
	background: url(../images/down.jpg) no-repeat;
}

.pagination li a.next {
	width: 58px;
	height: 58px;
	background: url(../images/up.jpg) no-repeat;
}

#contact-details {
	padding-top: 150px;
}

.louis-galbg {
	width: 100%;
	padding: 9px;
	float: left;
	box-sizing: border-box;
	background-color: #FFF;
}

.louis-galbox {
	width: 30.9%;
	float: left;
	margin: 1.2%;
	background-color: #900;
}

.louis-galbox img {
	width: 100%;
	height: auto;
	display: block;
}

.col-lg-12 .owl-controls {
	bottom: -70px !important;
	position: absolute;
}

.col-lg-12 .owl-carousel .owl-wrapper-outer {
	max-height: inherit;
	height: auto !important;
}

.request-button {
	width: auto;
	padding: 10px 15px;
	text-align: center;
	color: #FFF;
	margin-top: 15px;
	float: right;
	background-color: #0c4674;
	border: 1px solid #0c4674;
}

.request-button a {
	color: #FFF;
}
