
@font-face {
	font-family: 'MegaFresh';
	unicode-range: U+000-5FF;
	font-display: swap;
	src: url('../fonts/mega-fresh.eot');
	src: url('../fonts/mega-fresh.eot?#iefix') format('embedded-opentype'), url('../fonts/mega-fresh.woff2') format('woff2'), url('../fonts/mega-fresh.woff') format('woff'), url('../fonts/mega-fresh.ttf') format('truetype'), url('../fonts/mega-fresh.svg#youworkforthem') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'LabGrotesque';
	unicode-range: U+000-5FF;
	font-display: swap;
	src: url('../fonts/LabGrotesque-Light.eot');
	src: url('../fonts/LabGrotesque-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/LabGrotesque-Light.woff2') format('woff2'), url('../fonts/LabGrotesque-Light.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
}
:focus {
    outline: 0;
}
body{ font-family:'LabGrotesque',sans-serif; font-size:16px; color:#000;}

a { color:#000; text-decoration:underline}
a:hover, a:focus {color:#000; text-decoration:none;}

main {
	
	background: #f4eef8; /* Old browsers */
	background: -moz-linear-gradient(top, #f4eef8 50%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f4eef8 50%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f4eef8 50%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4eef8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.container-fluid {
	max-width:1920px;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

/* ----------------------------------------------------------------
	Sticky Header
-----------------------------------------------------------------*/
#header {position:relative; }
#header.header-sticky #header-wrap {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 199;
}
#header,
#header-wrap,
#header.header-sticky:not(.header-static) nav#mainMenu ul.main-menu,
#mainMenu > ul,
#header.header-sticky:not(.header-static) .nav-main-menu-responsive,
#header .side-panel-button
{
    /*height: 225px;*/
}
#header .logo { 
	height:161px;
	background:url('../layout/logo.png');
	background-size:     cover;
    background-repeat:   no-repeat;
    background-position: center center;  
}
#side-panel #mainMenu > ul {
    height: auto !important;
}
#header,
#header:not(.header-static) #header-wrap,
#header .logo,
#header.header-sticky:not(.header-static) nav#mainMenu ul.main-menu,
#mainMenu > ul,
#header.header-sticky:not(.header-static) .nav-main-menu-responsive,
#header.header-sticky:not(.header-static),
#header .side-panel-button {
    /*transition: opacity .3s ease, height .4s ease;
    -webkit-transition: opacity .3s ease, height .4s ease;
    -o-transition: opacity .3s ease, height .4s ease;*/
}
#header #top-search a i,
#header #shopping-cart > a > i,
#header #shopping-cart .shopping-cart-items {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#header.header-sticky:not(.header-static),
#header.header-sticky:not(.header-static) #header-wrap,
#header.header-sticky:not(.header-static) nav#mainMenu ul.main-menu,
#header.header-sticky:not(.header-static) #mainMenu > ul > li > a,
#header.header-sticky:not(.header-static) .nav-main-menu-responsive,
#header.header-sticky:not(.header-static) #shopping-cart a,
#header.header-sticky:not(.header-static) #top-search a,
#header.header-sticky:not(.header-static) .side-panel-button {
    /*height: 115px;*/
}
#header.header-sticky:not(.header-static) .logo {
    height:72px; background:url('../layout/logo-small.png') no-repeat; top:10px;
}
#header.header-sticky:not(.header-static) .navbar { margin-bottom:0;}
#header.header-sticky:not(.header-static) .navbar .navbar-nav { bottom: 0px;}
#header.header-sticky:not(.header-static) section.bookform .container-fluid {padding:0}
#header.header-sticky:not(.header-static) .navbar-nav > li:nth-child(3) {
    margin-right: 240px;
}
#header.header-sticky:not(.header-static) #side-panel nav#mainMenu ul.main-menu,
#header.header-sticky:not(.header-static) #side-panel #mainMenu > ul > li > a {
    height: auto!important;
}
#header.header-sticky:not(.header-static) #mainMenu > ul > li > a {
    line-height: 40px;
}
#header.header-sticky:not(.header-static) #side-panel #mainMenu > ul > li > a {
    line-height: auto !important;
}
#header.header-sticky:not(.header-static) #top-search a:before {
    top: 16px;
}
#header.header-sticky:not(.header-static) #top-search a i,
#header.header-sticky:not(.header-static) #shopping-cart > a > i {
    line-height: 58px;
}
#header.header-sticky:not(.header-static) #shopping-cart .shopping-cart-items {
    top: 17px;
}
#header.header-sticky:not(.header-static) #top-search form input {
    font-size: 20px;
}

.lang {
    position:absolute;
    top:0;
    right:0;
    z-index:1000;
}
#header.header-sticky .lang {
    position:absolute;
    top:10px;
    right:0;
    z-index:1000;
}
.lang a {
    font-size:12px;
    text-decoration:none;
}
.lang a:hover,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus  {
    color: #8f8f8f;
}

/* ----------------------------------------------------------------
	Sticky Header
-----------------------------------------------------------------*/


section { padding:30px 0;}
.btn1 {
	display: inline-block;
	width: 162px;
	height: 50px;
	text-align: center;
	color: #000;
	border: 2px solid #6d6c6c;
	padding-top: 12px;
}
.btn1:hover { text-decoration:none; color:#000}
.btn1.readmore {
	font-size:18px;
	font-weight:bold;
	margin-top:50px;
	margin-bottom:18px;
	text-decoration:none;
}
.btn2 {
	display: inline-block;
	width: 128px;
	height: 36px;
	text-align: center;
	color: #000;
	border: 2px solid #6d6c6c;
	padding-top: 6px;
}
.btn2:hover { text-decoration:none; color:#000}
.btn2.readmore {
	font-size:14px;
	font-weight:bold;
	margin-top:20px;
	text-decoration:none;
}
.btn3 {
    display: inline-block;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	min-width: 162px;
	min-height: 50px;
    border: 2px solid #fff;
    padding: 12px 10px 12px 10px;
	text-align: center;
	color: #fff;
	text-decoration:none;
}
.btn3:hover { text-decoration:none; color:#fff}
.btn_ghost {
    display: inline-block;
	position:absolute;
    width: 100%;
    height: 100%;
    top:0;
    bottom:0;
    left:0;
    right:0;
	text-align: center;
	color: #fff;
	text-decoration:none;
}
.btn3.readmore {
	display: inline-table;
	font-size:18px;
	line-height:18px;
	font-weight:bold;
}
.free {
	font-size:16px;
	line-height:18px;
	letter-spacing:2px;
}

.navbar-header {width: 100%;}
.logo {
	margin: 0 auto;
	width: 172px;
	display: block;
	position: relative;
	left: -2px;
	z-index: 130;
	text-decoration:none;
}
.logo:hover {
	text-decoration:none;
}

#myNavbar {
	position:relative;
	z-index: 120;
	background-color: #fff;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 40px;
    height: 5px;
    border-radius: 1px;
    background-color: #000;
}
.navbar { margin-bottom:0; border:0;}

a.dropdown-toggle {
	background:none!important;
	padding-right: 18px !important;
	padding-left: 18px !important;
}
a.dropdown-toggle:after {
	display:inline-block;
	content:'';
	background:url('../layout/dropdown.png') no-repeat center center;
	width: 15px;
	height: 9px;
	margin-left: 3px;
}
.dropdown-menu {
    position: absolute;
    top: 85%;
    left: 16px;
    z-index: 1000;
    display: none;
    float: left;
    min-width:90px;
    padding: 5px;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    /* border: 1px solid rgba(0, 0, 0, 0.15); */
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.dropdown-menu a {background:none!important; padding: 5px!important; }
.dropdown-menu li { border-bottom:1px solid #ccc;}
.dropdown-menu li:last-child { border-bottom:0;}

section.bookform {
	padding:0;
	border-top: 30px solid #fff;
	z-index: 100;
	position: relative;
}
section.bookform .container-fluid .hp_book_online table {height:45px; margin:0 auto;}

section.hpslider {padding-top:0;}
.hp_book_online{ font-size: 14px; background-color:#f1f1f1}
.hp_book_online input[type=submit]{
	border: 0;
	background-color: #000;
	height: 45px;
	color: #fff;
	font-weight: bold;
	padding: 0 40px;
	font-size: 13px;
	line-height: 14px;
	width: 122px;
	white-space: normal;
}
.hp_book_online td.hp_booknflight {
	min-width: 122px;
	background-color: #000;
}
.hp_book_online td.hp_booknflight a {
	display: block;
	padding: 0 20px;
	color: #fff;
	background-color: #000;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	text-decoration:none;
	line-height: 14px;
}
.hp_book_online td.hp_booknflight a:hover { text-decoration:none;}

.hp_book_online td.seperator { background:url('../layout/seperator.png') no-repeat 10px 50%; padding-left:20px; padding-right:5px;}


.ii-row .banner,
.iii-row .banner,
.iv-row .banner,
.v-row .banner,
.vi-row .banner,
.room {
	position: relative;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
.ii-row .banner,
.iii-row .banner,
.v-row .banner {
	height:400px;
	margin-bottom:20px;
}
.iv-row .banner,
.vi-row .banner {
	height:250px;
	margin-bottom:20px;
}
.roomslist .box { padding-left:25px; padding-right:25px;}
.room {
	height:350px;
	margin-bottom:50px;
}
.bannertitle {font-size:19px; font-weight:bold; letter-spacing:1px; padding-bottom:10px; }
.roomtitle {font-size:28px; font-weight:bold; letter-spacing:1px; padding-bottom:10px;}
.handwrite { display:block; font-family:'MegaFresh',serif; font-size:48px;line-height: 48px;padding-bottom: 25px;}

.lefttxtbox {
	float:right;
	text-align:left;
	width:100%;	
}

.roomtxtbox {
		overflow: hidden;
		max-width:220px;
		margin:0 auto;
	}


.iii-row .banner-left {position:relative; padding-right:35px;}
.v-row .banner-right {position:relative; padding-left:35px;}
span.shapes {
    display:inline-block;
    padding-top:20px;
}
.flexbox {
	display:flex;
	flex-flow: row wrap;
}

.aside-0,
.aside-1,
.aside-2 { 
	flex:1 100%;
}
.aside-0, 
.vi-row .banner { 
	max-width:575px; 
	margin: 0 auto;
}

.morerooms .maintitle { font-size:24px; letter-spacing:1px; margin-bottom:20px;}
.morerooms .title { font-size:16px; letter-spacing:1px; margin-bottom:20px;}
.morerooms .item { margin-bottom:20px;}


main.blog {background:none;}
.blog a { text-decoration:none;}
.blog .v-row { padding-top:50px;}
.blog .v-row .banner-right {padding-left:0;}
.blog .iii-row .banner-left {padding-right:0;text-align: right;}
.blog .blogtitle { font-size:34px; font-weight: bold; line-height:34px; letter-spacing:1px;}
.blog .bannertitle { font-size:24px; line-height:24px; letter-spacing:1px;}
.blog .banner a { display:block; width:100%; height:100%; text-decoration:none;}

.blog .moreblogs .item {margin-bottom:30px; }
.blog .moreblogs .title { font-size:24px; letter-spacing:1px; font-weight:bold; margin-bottom:20px;}
.blog .itemleft { padding-right:30px; margin-bottom:30px;}
.blog .itemright { padding-left:30px; margin-bottom:30px;}

.blogtxtbox { 
	text-align:justify;
	max-width:768px;
	padding-top:40px;
	margin: 0 auto;
	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
	-webkit-column-width: 300px;
    -moz-column-width: 300px;
    column-width: 300px;
	-webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}


.valuations { text-align:center; padding:50px 20px;}
.valuations .box {
    display:inline-block;
    overflow:hidden;
}


footer {font-size: 14px;background-color: #f1f1f1; padding-top:40px; padding-bottom:25px;}
footer .footer1 ul li {
	display:inline-block;
	min-height:100px;
	padding-left:10px;
	border-left:2px solid #000;
	margin-left:10px;
	vertical-align: text-top;
}
footer .footer1 > ul > li:first-child {padding:0; margin-left:0; border:0;}
footer .footer1 ul li.newsletter { text-align:left;}
footer .footer1 ul li.newsletter form { display:inline-block;}
footer .footer1 ul li.newsletter input[type=text]{ padding:2px 5px; border:2px solid #6d6c6c; background-color:transparent;} 
footer .footer1 ul li.newsletter input[type=submit]{ border:0; font-weight:bold; background-color:transparent; padding:5px 0; text-decoration:underline;}
footer .footer1 ul li.newsletter input[type=submit]:hover { text-decoration:none;}

footer .footer1 ul li.social { text-align:center}
footer .footer1 ul li.social .title { color:#0c3b65; font-size:16px; font-weight:bold; margin-bottom:10px;}
footer .footer1 ul li.social .links a{display:inline-block; margin-right:15px;}

footer .footer2 > ul > li {
	display:inline-block;
	min-height:100px;
	padding-left:10px;
	border-left:2px solid #000;
	margin-left:10px;
	vertical-align: text-top;
}

footer .footer2 ul li.menu ul {display:inline-block;vertical-align:top;}
footer .footer2 ul li.menu ul li{display:block;}
footer .footer2 ul li.menu ul li a{
	display:block;
	color:#000;
	background:url(../layout/trademark.png) no-repeat left -1px;
	padding-left:25px;
	text-decoration:none;
    max-width: 200px;
    line-height: 16px;
    padding-bottom: 5px;
	}
	
footer .copyright { font-size:13px; line-height: 2; color:#6d6c6c}
footer .group { display:block;padding-left:68px; background:url(../layout/group_logo.png) no-repeat left center; }
footer .group a {color: #6d6c6c;text-decoration:none;}
footer .group a:hover {text-decoration:underline;}
.tool a {font-weight:bold; color:#6d6c6c; text-decoration:none;}
.tool a:hover {color:#ea1b06;}
.thinkninetynine a {font-weight:bold; color:#6d6c6c; text-decoration:none;}
.thinkninetynine a:hover {text-decoration:underline;}

/******************** OWL CAROUSEL ***********************/
.owl-theme .owl-nav [class*="owl-"] {background: none;}
.owl-theme .owl-nav [class*="owl-"]:hover {background: none;}
.owl-theme .owl-nav .owl-prev {
	position: absolute;
	left: 0;
	padding-left:20px;
	top: 50%;
	transform:translateY(-50%);
}
.owl-theme .owl-nav .owl-next {
	position: absolute;
	right: 0;
	padding-right:20px;
	top: 50%;
	transform:translateY(-50%);
}
.owl-theme .owl-nav{margin:0;height:0;}
.owl-carousel img{display:block;width:100%;}
.hpslider .owl-carousel .owl-item { height:620px; }
.hpslider .owl-carousel .owl-item > div { height:100%; background-repeat:no-repeat; background-position:center; background-size:cover;}
.hpslider .staticimage { height:620px; background-repeat:no-repeat; background-position:center; background-size:cover;}
.hpslider .slideritem:before {
    /*content: '';*/
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
}
.owl-carousel .owl-item span.caption{
	opacity:0;
	display:inline-block;
	color:#fff;
	font-size:52px;
	line-height: 52px;
	text-align:center;
	position:absolute;
	top:46%;
	left:50%;
	transform:translateX(-50%) translateY(-50%);
	
	/*-webkit-transition: all 1s;*/ /* Safari, Chrome and Opera > 12.1 */
       /*-moz-transition: all 1s;*/ /* Firefox < 16 */
        /*-ms-transition: all 1s;*/ /* Internet Explorer */
         /*-o-transition: all 1s;*/ /* Opera < 12.1 */
            /*transition: all 1s;*/
}
.owl-carousel .owl-item span.caption.black{color:#000;}
.owl-carousel .owl-item.active span.caption {opacity:1;}
.owl-carousel .owl-item span.caption:before {
	display:block;
	content:'';
	width:163px;
	height:22px;
	background:url(../layout/shapes_white.png) no-repeat center center;
	margin: 0 auto;
	margin-bottom: 10px;
}
.owl-carousel .owl-item span.caption.black:before {
	background:url(../layout/shapes.png) no-repeat center center;
}
/******************** OWL CAROUSEL ***********************/


/******************** GALLERY ***********************/

ul.gallerygrid {}
ul.gallerygrid li{display:inline-block; float:left; text-align:center; padding:15px;position:relative;}
ul.gallerygrid li a {
    display:block;
}
ul.gallerygrid li img {
	-webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
ul.gallerygrid li:hover img {
	opacity:0.6;
}
ul.gallerygrid li:nth-child(7n), ul.gallerygrid li:nth-child(7n-1), ul.gallerygrid li:nth-child(7n-5), ul.gallerygrid li:nth-child(7n-6) {
    width:50%;
}
ul.gallerygrid li:nth-child(5n), ul.gallerygrid li:nth-child(5n-1), ul.gallerygrid li:nth-child(5n-2) {
    width:33.3%;
}

ul.gallerygrid.sitegallery li{padding:0;}
ul.gallerygrid.sitegallery li:before{
    content:'';
    display:block;
}
ul.gallerygrid.sitegallery li:nth-child(7n+1) {
    width:calc((100% / 3) * 2);
}
ul.gallerygrid.sitegallery li:nth-child(7n+1):before {
   padding-top:50%;
}

ul.gallerygrid.sitegallery li:nth-child(7n+2){
     width:calc(100% / 3);
}
ul.gallerygrid.sitegallery li:nth-child(7n+2):before{
   padding-top:100%;
}
ul.gallerygrid.sitegallery li:nth-child(7n+3) {
    width:calc(100% / 3);
}
ul.gallerygrid.sitegallery li:nth-child(7n+3):before {
   padding-top:100%;
}

ul.gallerygrid.sitegallery li:nth-child(7n+4) {
    width:calc((100% / 3) * 2);
}
ul.gallerygrid.sitegallery li:nth-child(7n+4):before {
   padding-top:50%;
}

ul.gallerygrid.sitegallery li:nth-child(7n+5),
ul.gallerygrid.sitegallery li:nth-child(7n+6), 
ul.gallerygrid.sitegallery li:nth-child(7n) {
    width:calc(100% / 3);
}
ul.gallerygrid.sitegallery li:nth-child(7n+5):before,
ul.gallerygrid.sitegallery li:nth-child(7n+6):before, 
ul.gallerygrid.sitegallery li:nth-child(7n):before{
    padding-top: 65%;
}

ul.gallerygrid.sitegallery li a{
    position:absolute;
    top:15px;
    left:15px;
    right:15px;
    bottom:15px;
    background-color:transparent;
    background-position: 50% 50%;
    background-repeat:no-repeat;
    background-size:cover;
}
ul.gallerygrid.sitegallery li a img{display:none;}
/******************** GALLERY ***********************/



/******************** MEDIA QUERIES ***********************/

@media (min-width: 1200px){
	.iii-row .banner-left {width:50%; float:right;}
	.v-row .banner-right {width:50%; float:left;}
	.aside-0, .aside-1, .aside-2 { flex:1 auto;}
	.lefttxtbox {
		width:50%;	
	}
	footer .footer1 {text-align:right;}
}

@media (min-width: 980px) and (max-width:1199px) {
	.aside-1, .aside-2 { flex:1 auto;}
	.aside-0 { order:3;}
	.aside-1 { order:1;}
	.aside-2 { order:2;}
	.lefttxtbox {
		width:80%;	
	}
	footer .footer1 {text-align:center;}
	footer .footer2 {text-align:center;}
}

@media (min-width: 980px) {
	
	.main {
		margin:25px;
	}
	header { height:236px;}
	
	#myNavbar {
		padding:0;
	}
	.navbar-nav {
		position:absolute;
		bottom:10px;
		width:100%;
		text-align: center;
	}
	.navbar-nav > li { display:inline-block; float:none;}
    body.es .navbar-nav > li:first-child,
    body.de .navbar-nav > li:first-child {display:none;}
	.navbar-nav > li:nth-child(3) {margin-right:240px;}

	.navbar-nav > li a {
		color:#000;
		text-decoration:none;
		line-height:19px;
		letter-spacing:0px;
		background:url(../layout/trademark.png) no-repeat left center;
		padding-left:25px;
        padding-right: 6px;
	}
        .navbar-nav > li a:hover {
            color: #8f8f8f;
        }
	.navbar-nav > li a.active {
		color:#8f8f8f;
	}
	.navbar-nav > li a:hover,
	.navbar-nav > li a:focus {
		background-color: transparent;
	}
	.blog .moreblogs .item:nth-child(3n+1) {clear:left;}
	
}

@media (max-width: 979px) {
	#header,
	#header-wrap,
	#header.header-sticky:not(.header-static) nav#mainMenu ul.main-menu,
	#mainMenu > ul,
	#header.header-sticky:not(.header-static) .nav-main-menu-responsive,
	#header .side-panel-button
	{
		/*height: 152px;*/
	}
	#header .logo { 
		min-width: 220px;
		max-width: 271px;
		width: auto;
		height: 67px;
		background: url('../layout/logo-mobile.png');
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center center;
		margin: 10px;
		float: left;
		left: 0;
	}
	.navbar-nav > li {
		background-color: #f1f1f1;
		border-bottom: 1px solid #d7d7d7;
		margin-right:0;
	}
	.navbar-nav > li > a {
		letter-spacing:1px;
		text-align:center;
		text-decoration:none;
	}
	.navbar-nav .open .dropdown-menu > li {
		background-color: #e5e5e5;
		border-top: 1px solid #ccc;
	}
	.navbar-nav .open .dropdown-menu > li > a {
		text-align:center;
		text-decoration:none;
	}
    #header .lang {

    }
	/*section.hpslider .caption {display:none!important;}*/
    .owl-carousel .owl-item span.caption { font-size:36px; line-height:40px;}
	.iii-row .banner-left {text-align:center; padding:0 15px 30px 15px; max-width:320px;margin: 0 auto;}
	.v-row .banner-right {text-align:center; padding:0 15px 30px 15px; max-width:320px;margin: 0 auto;}
	.lefttxtbox {
		text-align: center;
		max-width: 350px;
		float: none;
		margin: 0 auto;
	}
	.txtbox {
		float:none;
		overflow: hidden;
		max-width:350px;
		text-align:center;
		padding-top:20px;
		margin:0 auto;
	}
	.roomtxtbox {
		float:none;
	}
	.roomslist .box {padding:0;}
	
	.blog .moreblogs .item {text-align:center;}
	.blog .itemleft {text-align:center; padding-left:0;padding-right:0;}
	.blog .itemright {text-align:center; padding-left:0;padding-right:0;}
	.blog .v-row .banner-right, .blog .iii-row .banner-left {text-align:center;padding-left:0;padding-right:0;}
	.blog .itemleft .title, .blog .itemleft .txt, .blog .itemright .title, .blog .itemright .txt { max-width:320px; margin-left:auto; margin-right:auto;}
	
	.hpslider .owl-carousel .owl-item,
	.hpslider .staticimage	{ height:570px; }
	
	footer .footer1 {text-align:center;}
	footer .footer2 {text-align:center;}
	footer .footer1 ul li, footer .footer2 > ul > li {display:block; border:0; margin:0; padding:0; margin-bottom:50px;  min-height:auto;}
	footer .footer1 ul li.newsletter { text-align:center;}
	footer .footer1 ul li.newsletter label{ float:left;} 
	footer .footer1 ul li.newsletter input[type=submit]{ float:left;}
}

@media (max-width: 767px){
	ul.gallerygrid li {width:100%!important;}
    ul.gallerygrid.sitegallery li:before{content:none;}
    ul.gallerygrid.sitegallery li a{position:static;background-image:none!important;}
    ul.gallerygrid.sitegallery li a img{display:block;}

    .owl-theme .owl-nav .owl-prev img,
    .owl-theme .owl-nav .owl-next img{ width:20px;}
}