@charset "utf-8";



/*

	YASMAK SULTAN - 02/2016

	Front-End Developer: HWT .INTERACTIVE

	Web Site: hwt-i.com

*/



@import url("../fonts/fonts.css");

@import url("revolution_settings.css");

@import url("revolution_style.css");

@import url("owl.carousel.css");

@import url("jquery.fullPage.css");



* {

	font-family: 'FuturaBT_Light', Arial, Tahoma;

	font-size: 14px;

	font-weight: normal !important;

}



html {

	background: #fff;

}



body {

	line-height: 20px;

	font-size: 13px;

	font-weight: 400;

	color: #313131;

}



a {

	color: #313131;

	-webkit-transition: color .3s linear;

            transition: color .3s linear;

}



a:hover {

	color: #000;

}



strong, b {

	font-weight: 700 !important;

}



em, i {

	font-style: normal !important;

}



form {

	position: relative;

	float: left;

	width: 100%;

}

label,

.label {

	position: relative;

	float: left;

	width: 100%;

	margin-bottom: 10px;

}

input[type="text"],

input[type="password"],

select,

textarea {

	display: block;

	width: 100%;

	height: 48px;

	line-height: 28px;

	margin: 0;

	padding: 8px 10px;

	border: 2px solid #b9b9b9;

	font-size: 14px;

	font-weight: 400;

	color: #969696;

	background: #fff;

	border-radius: 0;

	-webkit-transition: all .6s linear;

	        transition: all .6s linear;

}

input[type="text"]:focus,

input[type="password"]:focus,

select:focus,

textarea:focus {

	color: #2f3032;

	border-color: #8bcdfb;

	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 0 8px rgba(82, 168, 236, .6);

}

.error input,

.error select,

.error textarea {

	color: #2f3032;

	border-color: #f00;

	background-color: #FFFAFA;

	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 0 8px rgba(236, 82, 82, 0.6);

}

textarea {

	height: 130px;

}

button {

	float: right;

	margin: 0;

	padding: 0;

	border: 0;

	background: transparent;

}

button span {

	display: block;

	line-height: 40px;

	font-size: 17px;

	font-weight: 400;

	color: #fff;

	padding: 0px 20px;

	background-color: #ed4b2b;

	border-radius: 0;

	-webkit-transition: all .3s linear;

	        transition: all .3s linear;

}

button:hover span {

	background-color: #fc1d1d;

}

button[disabled] span {

	cursor: default;

	background-color: #4f4e4e !important;

}

.placeholder {

	position: absolute;

	top: 15px;

	left: 12px;

	font-size: 14px;

	font-weight: 400;

	font-style: normal;

	color: #B7B7B7;

	cursor: text;

	text-decoration: none !important;

}

textarea + .placeholder {

	top: 15px;

}

.placeholder.aktif {

	color: #969696;

}

form .not {

	float: left;

	font-size: 12px;

	color: #969696;

}

select option {

	font-family: 'FuturaBT_Light', Arial, Tahoma !important;

	font-size: 14px;

	font-weight: 400;

	color: #969696;

}







form .file {

	display: block;

	width: 100%;

	height: 40px;

	line-height: 40px;

	margin: 0px 0px 10px;

	padding: 0;

	border: 1px solid #ccc;

	font-size: 14px;

	font-weight: 400;

	color: #A9A9A9;

	background: #fff;

	border-radius: 3px;

	box-shadow: inset 0 1px 0 #eee, #fff 0 1px 0;

	-webkit-transition: all .3s linear;

	        transition: all .3s linear;

}

form .file s {

	float: right;

	width: 30%;

	height: 38px;

	line-height: 38px;

	margin: 0;

	padding: 0;

	font-size: 14px;

	font-weight: 400;

	font-style: normal;

	color: #fff;

	text-align: center;

	text-decoration: none;

	background-color: #626b77;

	border-radius: 3px;

}

form .file span {

	overflow: hidden;

	white-space: nowrap;

	text-overflow: ellipsis;

	float: left;

	width: 70%;

	padding-left: 10px;

}

form .file input {

	display: none;

}





/*

======================================================

	HEADER

======================================================

*/

#header {

	position: relative;

	z-index: 2;

	width: 100%;

}

#header .res-bar,

#navigation {

	display: none;

}



#header .top-bar {

	position: relative;

	z-index: 2;

	height: 60px;

}







#header .search-btn > a {

	position: relative;

	display: inline-block;

	line-height: 20px;

	padding: 20px 30px 20px 40px;

	font-size: 14px;

	color: #fff;

	text-decoration: none;

	letter-spacing: -0.25px;

	-webkit-transition: all .3s linear;

	        transition: all .3s linear;

}

#header .search-btn > a:hover,

#header .search-btn > a.selected,

#header .open-search .search-btn > a  {

	color: #313131;

	background-color: #fff;

}

#header .search-btn > a:before,

#header .search-btn > a:after {

	position: absolute;

	top: 0;

	left: 10px;

	width: 30px;

	height: 100%;

	content: "";

	background: url(../images/search_btn.png) no-repeat 50%;

	-webkit-transition: all .3s linear;

	        transition: all .3s linear;

}

#header .search-btn > a:after {

	left: auto;

	right: 10px;

	width: 20px;

	background-image: url(../images/search_down_arrow.png);

}

#header .search-btn > a:hover:before,

#header .search-btn > a.selected:before {

	background-image: url(../images/search_btn2.png);

}

#header .search-btn > a:hover:after,

#header .search-btn > a.selected:after {

	background-image: url(../images/search_down_arrow2.png);

}











#header .search-content {

	overflow: hidden;

	display: none;

	position: absolute;

	top: 60px;

	left: 0;

	z-index: 0;

	width: 100%;

	background: url(../images/blank.gif);

}

#header .search-content .hn-inner {

	position: relative;

	float: left;

	width: 100%;

	background-color: #fff;

}

#header .search-content .tp {

	padding: 40px 0px;

	background: url(../images/search_content_shadow1.png) no-repeat 0px 0px;

}

#header .search-content .tp nav {

	position: relative;

	float: left;

	width: 100%;

	min-height: 261px;

	padding: 0 40px 0 0px;

	background: url(../images/header_subnav_shadow2.png) no-repeat 100% 50%;

}

#header .search-content .tp nav > ul,

#header .search-content .tp nav > ul > li {

	float: left;

	width: 100%;

}

#header .search-content .tp nav > ul > li > a {

	display: block;

	padding: 15px 20px;

	line-height: 22px;

	font-size: 16px;

	color: #313131;

	text-decoration: none;

	letter-spacing: -0.25px;

	border-bottom: 1px solid #313131;

	background: url(../images/search_content_nav_button.png) no-repeat 85% 50%;

	-webkit-transition: all .3s linear;

            transition: all .3s linear;

}

#header .search-content .tp nav > ul > li:hover > a,

#header .search-content .tp nav > ul > li.selected > a {

	color: #fff;

	background-color: #313131;

	background-position: 95% 50%;

}



#header .search-content .tp figure {

	display: none;

	overflow: hidden;

	position: relative;

	float: left;

	width: 100%;

	height: 450px;

	padding-bottom: 60px;

}

#header .search-content .tp figure img {

	display: block;

	width: 100%;

}

#header .search-content .tp figure address {

	position: absolute;

	left: 0;

	bottom: 0;

	width: 100%;

	min-height: 60px;

	padding: 20px 60px 20px 20px;

	line-height: 20px;

	font-size: 14px;

	font-style: normal;

	color: #fff;

	background-color: #313131;

}

#header .search-content .tp figure address a {

	position: absolute;

	right: 20px;

	top: 20px;

	line-height: 20px;

	color: #fff;

	text-decoration: underline;

}



#header .search-content .ft {

	position: relative;

	float: left;

	width: 100%;

	padding: 15px 30px;

	text-align: center;

	background-color: rgba(255, 255, 255, 0.7);

}

#header .search-content .ft nav > ul {

	display: inline-block;

}

#header .search-content .ft nav > ul > li {

	position: relative;

	float: left;

	margin-right: 40px;

}

#header .search-content .ft nav > ul > li > a {

	display: block;

	line-height: 26px;

	font-size: 16px;

	color: #313131;

	text-decoration: none;

	letter-spacing: -0.25px;

	-webkit-transition: all .3s linear;

            transition: all .3s linear;

}

#header .search-content .ft nav > ul > li:hover > a,

#header .search-content .ft nav > ul > li.selected > a {

	text-decoration: underline;

}

#header .search-content .ft nav > ul > li:before {

	position: absolute;

	top: 4px;

	right: -20px;

	width: 1px;

	height: 18px;

	content: "";

	background-color: #575757;

}

#header .search-content .ft nav > ul > li:last-child:before {

	content: none;

}

















































#header .main-top-nav {

	position: relative;

	float: right;

	width: 100%;

}

#header .main-top-nav > ul {

	float: right;

}

#header .main-top-nav > ul > li {

	position: relative;

	float: left;

	margin-left: 10px;

}

#header .main-top-nav > ul > li:before {

	position: absolute;

	top: 15px;

	left: -6px;

	width: 1px;

	height: 30px;

	content: "";

	background: rgba(255, 255, 255, 0.7);

}

#header .main-top-nav > ul > li:first-child:before {content: none}





#header .main-top-nav > ul > li > a {

	position: relative;

	display: block;

	line-height: 24px;

	padding: 18px 10px 18px 36px;

	font-size: 14px;

	color: #fff;

	text-decoration: none;

	letter-spacing: -0.25px;

	-webkit-transition: all .3s linear;

	        transition: all .3s linear;

}

#header .main-top-nav > ul > li:hover > a {

	opacity: 0.6;

}

#header .main-top-nav > ul > li > a:before {

	position: absolute;

	top: 0;

	left: 0;

	width: 36px;

	height: 100%;

	content: "";

	background: url(../images/blank.gif) no-repeat 50%;

	-webkit-transition: all .3s linear;

	        transition: all .3s linear;

}

#header .main-top-nav > ul > li.dropdown > a {

	padding-right: 20px;

}

#header .main-top-nav > ul > li.dropdown > a:after {

	position: absolute;

	top: 0;

	right: 0;

	width: 20px;

	height: 100%;

	content: "";

	background: url(../images/header_nav_arrow.png) no-repeat 50% 50%;

	-webkit-transition: all .3s linear;

	        transition: all .3s linear;

}

#header .main-top-nav > ul > li.m1 > a {color: #f00; opacity: 1;}

#header .main-top-nav > ul > li.m1 > a:after {background-image: url(../images/header_nav_icon1_arrow.png)}

#header .main-top-nav > ul > li.m1 > a:before {background-image: url(../images/header_nav_icon1.png)}

#header .main-top-nav > ul > li.m2 > a:before {background-image: url(../images/header_nav_icon2.png)}

#header .main-top-nav > ul > li.m3 > a:before {background-image: url(../images/header_nav_icon3.png)}

#header .main-top-nav > ul > li.m4 > a:before {background-image: url(../images/header_nav_icon4.png)}

#header .main-top-nav > ul > li.m5 > a:before {background-image: url(../images/header_nav_icon5.png)}

#header .main-top-nav > ul > li.m6 > a:before {background-image: url(../images/header_nav_icon6.png)}






#header .main-top-nav > ul > li.m7 > a {padding-left: 10px; opacity: 1;}
#header .main-top-nav > ul > li.m7.selected > a {color: #4f4d49; background-color: #fff;}
#header .main-top-nav > ul > li.dropdown.selected > a:after {background-image: url(../images/header_nav_arrow2.png)}

#header .main-top-nav > ul > li.m7 > ul {
	overflow: hidden;
	display: none;
	position: absolute;
	top: 60px;
	left: 0;
	z-index: 0;
	width: 100%;
	background: #fff url(../images/blank.gif);
}
#header .main-top-nav .socials > ul > li {
	float: left;
	width: 50%;
	padding: 7px 0px;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
#header .main-top-nav .socials > ul > li:nth-child(odd) {
	border-top: 1px solid #000;
}
#header .main-top-nav .socials > ul > li:nth-child(even) {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}
#header .main-top-nav .socials > ul > li > a {
	overflow: hidden;
	position: relative;
	display: block;
	width: 30px;
	height: 28px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/footer_social_icon.png) no-repeat;
	background-size: auto 28px;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
#header .main-top-nav .socials > ul > li:hover > a {
	background-image: url(../images/footer_social_icon2.png);
}
#header .main-top-nav .socials > ul > li.fb > a {background-position: 0px 0;}
#header .main-top-nav .socials > ul > li.tw > a {background-position: -33px 0;}
#header .main-top-nav .socials > ul > li.gp > a {background-position: -68px 0;}
#header .main-top-nav .socials > ul > li.in > a {background-position: -101px 0;}
#header .main-top-nav .socials > ul > li.yt > a {background-position: -136px 0;}
#header .main-top-nav .socials > ul > li.li > a {background-position: -170px 0;}
#header .main-top-nav .socials > ul > li.pi > a {background-position: -204px 0;}
#header .main-top-nav .socials > ul > li.wt > a {background-position: -238px 0;}

#header .main-top-nav .socials > ul > li.fb:hover {background-color: #365a9b;}
#header .main-top-nav .socials > ul > li.tw:hover {background-color: #0faae4;}
#header .main-top-nav .socials > ul > li.gp:hover {background-color: #fff;}
#header .main-top-nav .socials > ul > li.in:hover {background-color: #c03c8c;}
#header .main-top-nav .socials > ul > li.yt:hover {background-color: #ff0012;}
#header .main-top-nav .socials > ul > li.li:hover {background-color: #fff;}
#header .main-top-nav .socials > ul > li.pi:hover {background-color: #cb1f27;}
#header .main-top-nav .socials > ul > li.wt:hover {background-color: #0f8b00;}
#header .main-top-nav .socials > ul > li.blog:hover {background-color: #fbba0a;}

#header .main-top-nav .socials > ul > li.blog {
	width: 100%;
	height: 42px;
	padding-top: 12px;
	padding-bottom: 12px;
}
#header .main-top-nav .socials > ul > li.blog > a {
	width: 62px;
	height: 20px;
	background: url(../images/blog.png) no-repeat;
	background-size: auto 20px;
}
#header .main-top-nav .socials > ul > li.blog:hover > a {
	background-image: url(../images/blog2.png);
}
















#header .bottom-bar {

	position: relative;

	z-index: 1;

	height: 104px;

}



#header .bottom-bar > .container_12 {

	z-index: 1;

}





#header .logo {

	float: left;

	    width: 135px;
    height: 77px;

	margin-top: 13px;

	margin-bottom: 13px;

}

#header .logo a {

	display: block;

	width: 100%;

	height: 100%;

	text-decoration: none;

	background: url(../images/logo.png) no-repeat 0 / 100% auto;

	-webkit-transition: all .3s linear;

	        transition: all .3s linear;

}

#header .active-nav .logo a {

	background-image: url(../images/logo2.png);

}

















#header .main-nav {

	position: relative;

	float: right;

	width: 100%;
	    padding-top: 14px;


}

#header .main-nav > ul {

	float: right;

}

#header .main-nav > ul > li {

	position: relative;

	float: left;

	margin-left: 20px;

	padding: 15px 0;

}

#header .main-nav > ul > li > a {

	position: relative;

	display: block;

	line-height: 28px;

	padding: 13px 5px;

	font-size: 16px;

	color: #fff;

	text-decoration: none;

	letter-spacing: -0.25px;

	-webkit-transition: all .3s linear;

	        transition: all .3s linear;

}

#header .active-nav .main-nav > ul > li > a {

	color: #313131;

}

#header .main-nav > ul > li > a:before {

	position: absolute;

	bottom: 0px;

	left: 50%;

	width: 0;

	content: "";

	border-bottom: 3px solid #fff;

	-webkit-transition: all .3s linear;

	        transition: all .3s linear;

}

#header .active-nav .main-nav > ul > li > a:before {

	border-color: #313131;

}

#header .main-nav > ul > li:hover > a:before,

#header .main-nav > ul > li.selected > a:before {

	left: 0;

	width: 100%;

}











#header .main-sub-nav {

	overflow: hidden;

	display: none;

	position: absolute;

	top: 0;

	left: 0;

	z-index: 0;

	width: 100%;

	background: url(../images/blank.gif);

}

#header .main-sub-nav .hn-inner {

	position: relative;

	float: left;

	width: 100%;

	padding: 120px 30px 20px;

	background: #fff url(../images/header_subnav_shadow1.png) no-repeat 50% 84px;

}

#header .main-sub-nav .cn-inner {

	float: right;

	width: 100%;

}

#header .main-sub-nav .cn-inner nav {

	position: relative;

	float: left;

	width: 33.3333333333333%;

	min-height: 261px;

	padding: 0 20px;

	background: url(../images/header_subnav_shadow2.png) no-repeat 100% 50%;

}

#header .main-sub-nav .cn-inner nav:first-child {

	padding-left: 0;

}

#header .main-sub-nav .cn-inner nav:last-child {

	padding-right: 0;

	background: none;

}

#header .main-sub-nav .cn-inner nav h4 {

    margin-bottom: 10px;

	line-height: 24px;

	font-size: 18px;

	color: #313131;

	text-decoration: none;

	letter-spacing: -0.25px;

}

#header .main-sub-nav .cn-inner nav > ul,

#header .main-sub-nav .cn-inner nav > ul > li {

	float: left;

	width: 100%;

}

#header .main-sub-nav .cn-inner nav > ul > li > a {

	display: block;

	padding: 4px 0;

	line-height: 18px;

	font-size: 16px;

	color: #313131;

	text-decoration: none;

	letter-spacing: -0.25px;

	-webkit-transition: all .3s linear;

            transition: all .3s linear;

}

#header .main-sub-nav .cn-inner nav > ul > li:hover > a,

#header .main-sub-nav .cn-inner nav > ul > li.selected > a {

	text-decoration: underline;

}





#header .main-sub-nav .ft-inner {

	position: relative;

	float: left;

	width: 100%;

	padding: 15px 30px;

	text-align: center;

	background-color: rgba(255, 255, 255, 0.7);

}

#header .main-sub-nav .ft-inner nav > ul {

	display: inline-block;

}

#header .main-sub-nav .ft-inner nav > ul > li {

	position: relative;

	float: left;

	margin-right: 40px;

}

#header .main-sub-nav .ft-inner nav > ul > li > a {

	display: block;

	line-height: 26px;

	font-size: 16px;

	color: #313131;

	text-decoration: none;

	letter-spacing: -0.25px;

	-webkit-transition: all .3s linear;

            transition: all .3s linear;

}

#header .main-sub-nav .ft-inner nav > ul > li:hover > a,

#header .main-sub-nav .ft-inner nav > ul > li.selected > a {

	text-decoration: underline;

}

#header .main-sub-nav .ft-inner nav > ul > li:before {

	position: absolute;

	top: 4px;

	right: -20px;

	width: 1px;

	height: 18px;

	content: "";

	background-color: #575757;

}

#header .main-sub-nav .ft-inner nav > ul > li:last-child:before {

	content: none;

}











#header .main-sub-nav .packets {

	overflow: hidden;

	float: left;

	width: 66.66666666666666%;

	height: 260px;

}

#header .main-sub-nav .packets figure {

	overflow: hidden;

	position: relative;

	float: left;

	width: 49%;

	height: 100%;

	margin-left: 2%;

}

#header .main-sub-nav .packets figure:first-child {

	margin-left: 0;

}

#header .main-sub-nav .packets figure:after {

	position: absolute;

	left: 0;

	top: 0;

	width: 100%;

	height: 100%;

	content: "";

	background-color: rgba(0, 0, 0, 0.3);

	-webkit-transition: all .3s linear;

	        transition: all .3s linear;

}

#header .main-sub-nav .packets figure:hover:after {

	opacity: 0;

}

#header .main-sub-nav .packets img {

	display: block;

	width: 100%;

}

#header .main-sub-nav .packets .title-container {

	position: absolute;

	left: 0;

	top: 20px;

	z-index: 1;

	width: 100%;

	text-align: center;

}

#header .main-sub-nav .packets .title-container .title-inner {

	display: inline-block;

	width: 360px;

	max-width: 80%;

}

#header .main-sub-nav .packets .title-container h4 {

	padding-bottom: 5px;

	margin-bottom: 5px;

	line-height: 28px;

	font-size: 24px;

	color: #fff;

	text-align: left;

	text-decoration: none;

	letter-spacing: -0.25px;

	border-bottom: 2px solid #fff;

}

#header .main-sub-nav .packets .title-container h5 {

	margin: 0;

	line-height: 22px;

	font-family: 'FuturaBT_Light', Arial, Tahoma;

	font-size: 18px;

	font-weight: normal;

	font-style: normal;

	color: #fff;

	text-align: left;

	text-decoration: none;

	letter-spacing: -0.25px;

}

#header .main-sub-nav .packets .title-container .discount {

	display: block;

	line-height: 1;

	font-size: 42px;

	color: #fff;

	text-align: left;

}

#header .main-sub-nav .packets .readmore-container {

	position: absolute;

	left: 0;

	bottom: 20px;

	z-index: 1;

	width: 100%;

	text-align: center;

}

#header .main-sub-nav .packets .readmore-container .readmore {

	position: relative;

	display: inline-block;

	padding: 0 20px;

	line-height: 36px;

	font-size: 18px;

	color: #fff;

	text-align: center;

	text-decoration: none;

	border: 2px solid #fff;

	-webkit-transition: all .3s linear;

	        transition: all .3s linear;

}








#header .main-sub-nav.sn2 {
	z-index: 1;
}
#header .main-sub-nav.sn2 .hn-inner {
	padding: 26px 30px 25px;
	background-image: none;
}
#header .main-sub-nav.sn2 .socials {
	float: left;
	width: 100%;
	height: 33px;
	text-align: center;
}
#header .main-sub-nav.sn2 .socials > div {
	display: inline-block;
}
#header .main-sub-nav.sn2 .socials a {
	overflow: hidden;
	position: relative;
	float: left;
	width: 33px;
	height: 33px;
	margin-right: 4px;
	margin-left: 4px;
	background: url(../images/footer_social_icon.png) no-repeat;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
#header .main-sub-nav.sn2 .socials a:hover {
	opacity: 0.7;
}
#header .main-sub-nav.sn2 .socials a.fb {background-position: 0px 0;}
#header .main-sub-nav.sn2 .socials a.tw {background-position: -39px 0;}
#header .main-sub-nav.sn2 .socials a.gp {background-position: -78px 0;}
#header .main-sub-nav.sn2 .socials a.in {background-position: -117px 0;}
#header .main-sub-nav.sn2 .socials a.yt {background-position: -156px 0;}
#header .main-sub-nav.sn2 .socials a.li {background-position: -195px 0;}
#header .main-sub-nav.sn2 .socials a.pi {background-position: -234px 0;}
#header .main-sub-nav.sn2 .socials a.wt {background-position: -273px 0;}















#site-wrap {

	padding-top: 144px;

}

.homepage #site-wrap {

	padding-top: 0;

}



#header {

	position: fixed;

	left: 0;

	top: 0;

}

#header .top-bar {

    background-color: #4f4d49;

}

#header .bottom-bar {

    background-color: #34322f;

}



.homepage .fp-viewing-0 #header .top-bar,

.homepage .fp-viewing-0 #header .bottom-bar {

	background-color: transparent;

}

.homepage .fp-viewing-0 #header .header-gradient {

	position: absolute;

	top: 0;

	left: 0;

	z-index: 0;

	width: 100%;

	height: 250px;

	content: "";

	background: url(../images/home_header_bg2.png) repeat-x 50% 100%;

}







.scdown #header .top-bar,

.scdown #header .bottom-bar {

	display: none;

}

.scdown #header .res-bar {

	display: block;

}





#header .res-bar .res-reservation-btn {

	float: left;

	width: 100%;

	text-align: center;

}

#header .res-bar .res-reservation-btn a {

	display: inline-block;

	padding: 11px 0 11px 36px;

	line-height: 28px;

	font-family: 'FuturaBT_Medium', Arial, Tahoma;

	font-size: 18px;

	color: #fff;

	text-align: left;

	text-decoration: none;

	letter-spacing: -0.25px;

	background: url(../images/res_reservation_icon.png) no-repeat 0 50%;

	-webkit-transition: all .3s linear;

	        transition: all .3s linear;

}

#header .res-bar .res-reservation-btn a:hover {

	opacity: 0.7;

}





/*

======================================================

	// HEADER

======================================================

*/























/*

======================================================

	DATEPICKER

======================================================

*/

.ui-datepicker {

	position: relative;

	display: none;

	width: 240px;

	margin: 0;

	padding: 0;

	/*font-family: Arial;*/

	font-size: 12px;

	border: 1px solid #dadada;

	border-top: 0;

	background: #fff;

	border-radius: 3px;

}

.ui-datepicker table {

	margin: 0 0 -1px;

}

.ui-datepicker table th {

	padding: 0;

	font-size: 11px;

	color: #333;

	cursor: default;

}

.ui-datepicker table thead th {

	padding: 6px 0;

	font-size: 14px;

	font-weight: bold;

	color: #313131;

	cursor: default;

}

.ui-datepicker table td {

	padding: 1px;

}

.ui-datepicker .ui-datepicker-header {

	width: 101%;

	margin-left: -1px;

	margin-top: -1px;

	height: 66px;

	line-height: 66px;

	padding: 0;

	border: 0;

	border-bottom: 1px solid #313131;

	background: #313131;

	color: #fff;

	border-radius: 0;

}

.ui-datepicker .ui-datepicker-title {

	float: left;

	width: 100%;

	height: 66px;

	margin: 0;

	padding: 0 40px;

	line-height: 66px;

	font-size: 18px;

	font-weight: bold;

	text-align: center;

}

.ui-datepicker .ui-datepicker-prev,

.ui-datepicker .ui-datepicker-next {

	position: absolute;

	top: 0;

	left: 0;

	width: 36px;

	height: 66px;

	border: 0;

	border-radius: 0;

}

.ui-datepicker .ui-datepicker-next {

	right: 0;

	left: auto;

}

.ui-datepicker .ui-state-hover,

.ui-datepicker .ui-widget-content .ui-state-hover,

.ui-datepicker .ui-widget-header .ui-state-hover,

.ui-datepicker .ui-state-focus,

.ui-datepicker .ui-widget-content .ui-state-focus,

.ui-datepicker .ui-widget-header .ui-state-focus {

	border: 0;

	background: #232323;

}

.ui-datepicker .ui-datepicker-prev span,

.ui-datepicker .ui-datepicker-next span {

	display: block;

	width: 100%;

	height: 100%;

	font-size: 0;

	background: url(../images/datepicker_left_arrow.png) no-repeat 50%;

}

.ui-datepicker .ui-datepicker-next span {

	background-image: url(../images/datepicker_right_arrow.png);

}/*

.ui-datepicker .ui-datepicker-prev.ui-state-hover span {

	background-position: 0px -10px;

}

.ui-datepicker .ui-datepicker-next.ui-state-hover span {

	background-position: -7px -10px;

}*/

.ui-datepicker .ui-state-default,

.ui-datepicker .ui-widget-content .ui-state-default,

.ui-datepicker .ui-widget-header .ui-state-default {

	display: block;

	width: 32px;

	height: 32px;

	line-height: 29px;

	margin: 0;

	padding: 3px 0 0;

	font-size: 12px;

	font-weight: bold;

	color: #313131;

	text-align: center;

	text-decoration: none;

	border-radius: 50%;

	border: 0px solid #dadada;

	background: #fff;

	-webkit-transition: all .3s linear;

	        transition: all .3s linear;

}

.ui-datepicker .ui-state-hover,

.ui-datepicker .ui-widget-content .ui-state-hover,

.ui-datepicker .ui-state-highlight,

.ui-datepicker .ui-widget-content .ui-state-highlight {

	color: #313131;

	border-color: #bdbdbd;

	background-color: #bdbdbd;

}

.ui-datepicker .ui-state-disabled,

.ui-datepicker .ui-widget-content .ui-state-disabled,

.ui-datepicker .ui-widget-header .ui-state-disabled {

	cursor: default;

	-moz-opacity: 0.4;

	opacity: 0.4;

	filter: alpha(opacity=40);

	background-image: none;

}



.ui-datepicker .ui-state-active {

	color: #fff;

	background-color: #313131;

}



/*

.ui-datepicker select.ui-datepicker-month,

.ui-datepicker select.ui-datepicker-year {

	float: left;

	width: 49%;

	height: 22px;

	line-height: 16px;

	margin: 6px 0;

	padding: 0px 3px;

	border: 1px solid #dbdbdb;

	font-size: 13px;

}

.ui-datepicker select.ui-datepicker-month {

	margin-right: 1%;

}

.ui-datepicker select.ui-datepicker-year {

	margin-left: 1%;

}

.ui-datepicker .ui-datepicker-title span.ui-datepicker-year {

	float: left;

	width: 47%;

	line-height: 35px;

}

*/





/*

.ui-datepicker-multi-2 .ui-datepicker-group {

	float: left;

	width: 50%;

}

.ui-datepicker-multi-3 .ui-datepicker-group {

	float: left;

	width: 33.33333333333%;

}

.ui-datepicker-group .ui-datepicker {

	float: left;

	width: 100%;

}*/

/*

======================================================

	// DATEPICKER

======================================================

*/





























/*

======================================================

	MAIN SLIDER

======================================================

*/

#main-slider {

	position: relative;

	z-index: 0;

	background-color: #000;

}

#main-slider .tp-bannertimer {

	left: 0;

	bottom: 0;

	height: 2px;

	background-color: #C63360;

}

#main-slider .tp-banner-container {

	position: relative;

	z-index: 0;

}

#main-slider .tp-banner {

	max-width: 2560px;

	max-height: 1440px;

}

#main-slider .tp-banner li {

	opacity: 0;

	-webkit-transition: all .1s linear;

	        transition: all .1s linear;

}

#main-slider .tp-bullets.simplebullets.round {}

#main-slider .tp-bullets.simplebullets.round .bullet {

	width: 9px;

	height: 9px;

	margin: 0;

	margin-left: 6px;

	background: none;

	border-radius: 50%;

	border: 1px solid #fff;

	-webkit-transition: all .3s linear;

	        transition: all .3s linear;

}

#main-slider .tp-bullets.simplebullets.round .bullet.selected {

	background-color: #fff;

}

#main-slider .tp-leftarrow.default,

#main-slider .tp-rightarrow.default {display: none !important;

	top: 50% !important;

	width: 58px;

	height: 58px;

	margin-top: -29px !important;

	opacity: 1;

	background: url(http://www.gardenhouseistanbul.com/assets/images/slider-arrow-prev.html) no-repeat;

	-webkit-transition: all .3s linear;

	        transition: all .3s linear;

}

#main-slider .tp-rightarrow.default {

	background-image: url(http://www.gardenhouseistanbul.com/assets/images/slider-arrow-next.html);

}

#main-slider .tp-leftarrow.default,

#main-slider .tp-rightarrow.default {background: none !important;

}

#main-slider .tp-leftarrow.default:hover,

#main-slider .tp-rightarrow.default:hover {

	opacity: 0.7;

}



#main-slider .mouse-scroll {

	position: absolute;

	bottom: 20px;

	left: 50%;

	z-index: 2;

	width: 130px;

	padding-bottom: 75px;

	margin-left: -65px;

	line-height: 26px;

	font-size: 16px;

	color: #fff;

	text-align: center;

	text-decoration: none;

	background: url(../images/discover_more_btn.png) no-repeat 50% 100%;

	-webkit-transition: all .3s linear;

	        transition: all .3s linear;

}

#main-slider .mouse-scroll:hover {

	bottom: 15px;

}







#main-slider .wlt {

	position: absolute;

	bottom: 20px;

	right: 50px;

	z-index: 2;

	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.50);

}

#main-slider .wlt .localtime {

	float: left;

	

	padding-right: 15px;

	margin-right: 15px;

}

#main-slider .wlt h4 {

	float: left;

	margin: 0 5px 0 0;

	line-height: 26px;

	font-size: 20px;

	color: #fff;

}

#main-slider .wlt p {

	float: left;

	margin: 0;

	line-height: 26px;

	font-size: 20px;

	color: #fff;

}

#main-slider .wlt .weather {

	float: left;

}

#main-slider .wlt .weather img {

    float: left;

    margin-top: -2px;

}



/*

======================================================

	// MAIN SLIDER

======================================================

*/











/*

======================================================

	MAIN RESERVATION

======================================================

*/

#main-reservation .inner p{
	width: 20%!important;
	float: left!important;
	margin:10px 0 10px!important;
}
#main-reservation .inner input{
	float: left!important;
    right: 0!important;
        width: 80%!important;
    height: 32px!important;
    line-height: 28px;
    margin: 0;
    padding: 8px 10px;
    border-left: 1px solid #969696!important
    border:0!important;
}










#main-reservation {

	position: fixed;

	left: 0;

	top: 50%;

	z-index: 1;

	width: auto;
	height: 50px;

	margin-top: -70px;

	background-color: #fff;

}

#main-reservation:hover {

	background-color: #fff;

}

#main-reservation .re-inner,

#main-reservation .re-content {

	height: 100%;

}

#main-reservation .open-btn {

	position: absolute;

	left: 0;

	top: 50%;

	width: 300px;

	height: 100%;

	margin-top: -70px;

}

#main-reservation h5 {

	margin: 0;

	line-height: 28px;

	font-family: 'FuturaBT_Medium', Arial, Tahoma;

	font-size: 18px;

	color: #313131;

	text-align: left;

	letter-spacing: -0.25px;

}

#main-reservation .re-content {

	position: relative;

	float: left;

	display: none;

	padding-left: 20px;

	padding-right: 66px;

	padding-top: 5px;

	padding-bottom: 5px;

}

#main-reservation .close-content {
	display: block;
	 width: 53px;
    height: 223px!important;
    padding-right: 46px!important;
    background: #000;
     -webkit-transform: rotate(-180deg);
	 -moz-transform: rotate(-180deg);
	 transform: rotate(-180deg);
}
#main-reservation .close-content h5{
	color: #fff;
	-webkit-transform: rotate(+90deg);
	 -moz-transform: rotate(+90deg);
	 transform: rotate(+90deg);
	 background: #000!important;
    display: block!important;
    white-space: nowrap!important;
    padding-left:0px!important;
    position: absolute;
    left: -70%;
    top:31%;
}
#main-reservation .re-content.close-content{
	padding-left: 0px!important;
}
#main-reservation .close-content .tb .td{
	 display: block;
}
#main-reservation.open{
	height: 140px;
}
#main-reservation.open .close-content {

	display: none;

}

#main-reservation.open .open-content {

	display: block;

	width: 678px;

}

#main-reservation .close-content h5 {

	padding-left: 36px;

	font-size: 15px;

	background: url(../images/reservation_icon1.png) no-repeat 0 50%;

}
#main-reservation .oc-btn {

	position: absolute;

	right: 0;

	top: 0;

	z-index: 1;

	width: 46px;

	height: 100%;

	cursor: pointer;

	text-decoration: none;

	background: #000 url(../images/section1_owl_next2.png) no-repeat 50%;
	top:36%;

}

#main-reservation.open .oc-btn {

	background: #fff url(../images/reservation_icon2_1.png) no-repeat 50%;
	width: 46px;

	height: 100%;
	top: 0!important;

}

#main-reservation:hover .oc-btn {


}

#main-reservation .open-content .form {

	float: left;

	width: 100%;

}

#main-reservation .open-content .form ul,

#main-reservation .open-content .form li {

	position: relative;

	float: left;

	width: 100%;

	margin: 0;

	padding: 0;

	list-style: none;

}

#main-reservation .open-content .form li {

	z-index: 0;

	width: 76px;

	height: 82px;

	margin-right: 10px;

	padding: 6px 0;

	line-height: 16px;

	font-size: 14px;

	color: #313131;

	text-align: center;

	cursor: pointer;

	border: 2px solid #313131;

	background: url(../images/blank.gif) no-repeat 50% 90%;

	background-size: 20px auto;

	-webkit-transition: all .3s linear;

	        transition: all .3s linear;

}

#main-reservation .open-content .form li:hover,

#main-reservation .open-content .form li.open,

#main-reservation .open-content .form li.selected {

	z-index: 1;

	color: #fff;

	background-color: #313131;

}

#main-reservation .open-content .form li > span {

	display: block;

}

#main-reservation .open-content .form li > span.b {

	line-height: 36px;

	font-family: 'FuturaBT_Medium', Arial, Tahoma;

	font-size: 28px;

	letter-spacing: -1.5px;

}

#main-reservation .open-content .form li.down-arrow {

	background-image: url(../images/reservation_icon3.png);

}

#main-reservation .open-content .form li.down-arrow:hover,

#main-reservation .open-content .form li.down-arrow.open,

#main-reservation .open-content .form li.down-arrow.selected {

	background-image: url(../images/reservation_icon3_2.png);

}

#main-reservation .open-content .form li.obtn {

	margin-top: 8%;

	right: 0;

	top: 0;

	width: 234px;

	height: 36px;

	margin-bottom: 10px;

	left: 61%;

	padding: 0;

	border: none;

	background: none;

	position: absolute;

}

#main-reservation .open-content .form li.obtn .b1 {

	position: relative;

	z-index: 0;

	display: block;

	float: none;

	width: 100%;

	padding: 0px 10px;

	line-height: 36px;

	font-size: 20px;

	color: #fff;

	text-align: center;

	text-decoration: none;

	background-color: #313131;

	-webkit-transition: all .3s linear;

	        transition: all .3s linear;

}

#main-reservation .open-content .form li.obtn .b2 {

	position: relative;

	z-index: 0;

	display: inline-block;

	margin-top: 15px;

	line-height: 20px;

	font-size: 16px;

	color: #313131;

	text-decoration: underline;

}

#main-reservation .open-content .form li > input[type="hidden"] {

	display: inline;

	position: absolute;

	left: -99999em;

	top: -99999em;

}

#main-reservation .open-content .form li > .datepicker {

	overflow: hidden;

	display: none;

	position: absolute;

	top: 100%;

	left: -2px;

	width: 240px;

	padding-top: 5px;

}

#main-reservation .open-content .form li.open > .datepicker {

	display: block;

}

#main-reservation .open-content .form li > ul {

	overflow: hidden;

	display: none;

	position: absolute;

	top: 103%;

	left: 0;

	width: 100%;

	background-color: #313131;

}

#main-reservation .open-content .form li.open > ul {

	display: block;

}

#main-reservation .open-content .form li > ul > li {

	width: 100%;

	height: auto;

	margin: 0;

	padding: 0px 10px;

	line-height: 36px;

	font-size: 20px;

	color: #fff;

	border: none;

	border-top: 1px solid #4a4949;

}

#main-reservation .open-content .form li > ul > li:hover {

	background-color: #232323;

}

#main-reservation .open-content .form li.special {

	position: absolute;

	width: 234px;

	height: 36px;

	padding: 0;

	background-position: 95% 50%;

	margin-left: 61%;

}

#main-reservation .open-content .form li.special label {

	margin: 0;

}

#main-reservation .open-content .form li.special select {

	height: 34px;

	line-height: 24px;

	padding: 5px 20px 5px 5px;

	border: 0;

	font-size: 16px;

	font-weight: 400;

	color: #313131;

	background: none;

	appearance: none;

	-moz-appearance: none; /* Firefox */

	-webkit-appearance: none; /* Safari and Chrome */

	box-shadow: none;

}

#main-reservation .open-content .form li.special:hover select,

#main-reservation .open-content .form li.special.open select {

	color: #fff;

}

#main-reservation .open-content .form li.special select option {

	font-size: 14px;

	font-weight: 400;

	color: #313131;

}

#main-reservation .open-content .form li > ul > li input {

	display: block;

	width: 100%;

	height: 36px;

	line-height: 22px;

	padding: 0 0 0 5px;

	border: 1px solid #DADADA;

	text-align: center;

}





















.scdown #main-reservation {

    position: fixed;

    left: 50%;

    top: 70px;

    z-index: 3;

    width: auto;

    height: 60px;

    margin-top: 0;

    margin-left: -100px;

}

.scdown #main-reservation.open {

	height: 100px;

	margin-left: -352px;

}

.scdown #main-reservation .re-content {

	padding-left: 20px;

	padding-right: 20px;

}

.scdown #main-reservation.open .open-content {

	width: 618px;

}

.scdown #main-reservation .close-content {

	display: none;

	width: 200px;

}

.scdown #main-reservation .open-content h5 {

    display: none;

}

.scdown #main-reservation .oc-btn {

    top: 100%!important;

    width: 100%;

    height: 24px;

	z-index: 0;

	background-image: url(../images/reservation_icon2_2.png);

	background-size: 18px auto;

}






/*

======================================================

	// MAIN RESERVATION

======================================================

*/


/*
======================================================
	// YENI BUTON VE UP
======================================================
*/

#scroll-top {
	display: none;
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	border-radius: 50%;
	background: #34322f url(../images/up_arrow.png) no-repeat 50%;
	background-size: 24px;
}


#main-buttons {
	position: absolute;
	right: 50%;
	top: 50%;
	width: 160px;
	height: 140px;
}/*
a.main-buttons {
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 1;
	width: 100%;
	height: 140px;
	margin-top: -70px;
	background-color: #f00;
}
*/
a.main-button {
	position: absolute;
	right: 0;
	top: -10px;
	z-index: 3;
	width: 120px;
	height: 120px;
	padding: 28px 5px;
	line-height: 1.2;
	font-family: 'FuturaBT_Medium', Arial, Tahoma;
	font-size: 20px;
    color: #313131;
    text-align: center;
    text-decoration: none;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.8);
}
a.main-button.btn1 {
	top: -80px;
	margin-right: 42px;
}
a.main-button.btn1 span {
	display: block;
	font-family: 'FuturaBT_Light', Arial, Tahoma;
	font-size: 14px;
	font-style: normal;
}
a.main-button.btn2 {
	z-index: 2;
	width: 90px;
	height: 90px;
	top: -10px;
	padding: 46px 6px 20px;
	font-family: 'FuturaBT_Light', Arial, Tahoma;
	font-size: 12px;
	color: #fff;
	background-color: rgba(49, 49, 49, 0.8);
}

/*
======================================================
	// YENI BUTON VE UP // BITER
======================================================
*/
















.tb {

	display: table;

	table-layout: fixed;

	width: 100%;

	height: 100%;

}

.tb .td {

	display: table-cell;

	vertical-align: middle;

	width: 100%;

	height: 100%;

}











/*

======================================================

	SECTIONS

======================================================

*/

.section {

	position: relative;

	z-index: 0;

	background-color: #fff;

}

.section .inner {

	position: relative;

}

.fixed-fixes,

.section .inner,

.section .container_12,

.section .grid_6,

.section .grid_12 {

	height: 100%;

}

.section .image-container {

	position: relative;

	float: left;

	height: 100%;

}



.section .image-container figure {

	overflow: hidden;

	position: relative;

	float: left;

	width: 100%;

	height: 100%;

	background: url(../images/blank.gif) no-repeat 50% 50% / cover;

}

.section .image-container figure:after {

	position: absolute;

	left: 0;

	top: 0;

	width: 100%;

	height: 100%;

	content: "";

	background-color: rgba(0, 0, 0, 0.3);

	-webkit-transition: all .3s linear;

	        transition: all .3s linear;

}

.section .image-container figure:hover:after {

	opacity: 0;

}

.section .image-container figure .readmore {

	position: relative;

	max-width: 80%;

}

.section .image-container img {

	float: left;

	height: 100%;

}















.section .title-container {

	position: absolute;

	left: 0;

	top: 20px;

	z-index: 1;

	width: 100%;

	text-align: center;

}

.section .title-container .title-inner {

	display: inline-block;

	width: 360px;

	max-width: 80%;

}

.section .title-container h4 {

	padding-bottom: 5px;

	margin-bottom: 5px;

	line-height: 28px;

	font-size: 24px;

	color: #fff;

	text-align: left;

	text-decoration: none;

	letter-spacing: -0.25px;

	border-bottom: 2px solid #fff;

}

.section .title-container h5 {

	margin: 0;

	line-height: 22px;

	font-family: 'FuturaBT_Light', Arial, Tahoma;

	font-size: 18px;

	font-weight: normal;

	font-style: normal;

	color: #fff;

	text-align: left;

	text-decoration: none;

	letter-spacing: -0.25px;

}

.section .title-container .discount {

	display: block;

	line-height: 1;

	font-size: 42px;

	color: #fff;

	text-align: left;

}





.section .readmore-container {

	position: absolute;

	left: 0;

	bottom: 20px;

	z-index: 1;

	width: 100%;

	text-align: center;

}

.section .readmore-container .readmore {

	position: relative;

	display: inline-block;

	padding: 0 20px;

	line-height: 36px;

	font-size: 18px;

	color: #fff;

	text-align: center;

	text-decoration: none;

	border: 2px solid #fff;

	-webkit-transition: all .3s linear;

	        transition: all .3s linear;

}

.section .readmore-container .readmore:hover {

	color: #313131;

	background-color: #fff;

}



.section h3 {

	line-height: 1.2;

	font-size: 32px;

	text-align: left;

	text-decoration: none;

	letter-spacing: -0.25px;

	-webkit-transition: all .3s linear;

	        transition: all .3s linear;

}

.section p {

	line-height: 1.3;

	/*font-family: 'FuturaBT_Light', Arial, Tahoma;*/

	font-size: 16px;

	font-weight: normal;

	/*font-style: normal;*/

	text-align: justify;

	-webkit-transition: all .3s linear;

	        transition: all .3s linear;

}





.section .owl-carousel {

	float: left;

	width: 100%;

	margin-bottom: 0;

}

.section .owl-carousel .owl-stage-outer {

	padding-bottom: 50px;

}

.section .owl-carousel img {

	width: 100%;

}

.section .owl-carousel .owl-prev,

.section .owl-carousel .owl-next {

	position: absolute;

	right: 58px;

	bottom: 0;

	width: 44px;

	height: 44px;

	margin-top: -22px;

	font-size: 0;

	border-radius: 0;

	border: 1px solid #313131;

	background-color: #fff;

	background: url(../images/section1_owl_prev.png) no-repeat 50%;

	-webkit-transition: all .3s linear;

	        transition: all .3s linear;

}

.section .owl-carousel .owl-next {

	left: auto;

	right: 0px;

	background-image: url(../images/section1_owl_next.png);

}

.section .owl-carousel .owl-prev:hover {

	background-image: url(../images/section1_owl_prev2.png);

}

.section .owl-carousel .owl-next:hover {

	background-image: url(../images/section1_owl_next2.png);

}

.section .owl-carousel .owl-prev:hover,

.section .owl-carousel .owl-next:hover {

	background-color: #313131;

}











.section .text-cloumn {

	padding-top: 20px;

	padding-bottom: 20px;

}





.section.left-to-text .text-cloumn {

	padding-right: 0;

}

.section.left-to-text .text-cloumn .td {

	padding-right: 50px;

}

.section.left-to-text .image-cloumn {

	padding-left: 0;

}





.section.right-to-text .text-cloumn {

	padding-left: 0;

}

.section.right-to-text .text-cloumn .td {

	padding-left: 50px;

}

.section.right-to-text .image-cloumn {

	padding-right: 0;

}

.section.right-to-text .text-cloumn,

.section.right-to-text .image-container,

.section.right-to-text .image-container img {

	float: right;

}

.section.right-to-text .title-container,

.section.right-to-text .readmore-container {

	right: 0;

	left: auto;

}

.section.right-to-text .owl-carousel .owl-prev {

	left: 0;

	right: auto;

}

.section.right-to-text .owl-carousel .owl-next {

	left: 58px;

	right: auto;

}















.section._2s .left-to-text .text-cloumn {

	padding-right: 0;

}

.section._2s .left-to-text .text-cloumn .td {

	padding-right: 50px;

}

.section._2s .left-to-text .image-cloumn {

	padding-left: 0;

}





.section._2s .right-to-text .text-cloumn {

	padding-left: 0;

}

.section._2s .right-to-text .text-cloumn .td {

	padding-left: 50px;

}

.section._2s .right-to-text .image-cloumn {

	padding-right: 0;

}

.section._2s .right-to-text .text-cloumn,

.section._2s .right-to-text .image-container,

.section._2s .right-to-text .image-container img {

	float: right;

}

.section._2s .right-to-text .title-container,

.section._2s .right-to-text .readmore-container {

	right: 0;

	left: auto;

}

.section._2s .right-to-text .owl-carousel .owl-prev {

	left: 0;

	right: auto;

}

.section._2s .right-to-text .owl-carousel .owl-next {

	left: 58px;

	right: auto;

}























.section .quote {

	background-color: #d7c092;

}

.section .quote .quote-text {

	padding: 80px 20px 20px;

	background: url(../images/quote.png) no-repeat 0 0 / 64px auto;

}

.section .quote .title-container h4 {

	padding-bottom: 0;

	margin-bottom: 0;

	text-align: center;

	border-bottom: none;

}











.section .tripadvisor-list,

.section .tripadvisor-list .text-cloumn {

	color: #fff;

	background-color: #1e2329;

}

.section .tripadvisor-list .text-cloumn {

	width: 50%;

	padding: 0;

}

.section .tripadvisor-list .owl-carousel .item {

	padding: 0px 0px 0px 0px;


}/*

.section .tripadvisor-list .owl-carousel .owl-stage-outer {

	padding-bottom: 0;

}*/

.section .tripadvisor-list time {

	display: block;

	margin-bottom: 10px;

	line-height: 1.2;

	font-size: 16px;

	text-align: right;

}

.section .tripadvisor-list .owl-carousel .owl-prev,

.section .tripadvisor-list .owl-carousel .owl-next {

	left: auto;

	right: 0;

	bottom: -10px;

	border-color: #fff;

	background-color: transparent;

}

.section .tripadvisor-list .owl-carousel .owl-prev {

	right: 58px;

	background-image: url(../images/section1_owl_prev2.png);

}

.section .tripadvisor-list .owl-carousel .owl-next {

	background-image: url(../images/section1_owl_next2.png);

}

.section .tripadvisor-list .owl-carousel .owl-prev:hover {

	background-image: url(../images/section1_owl_prev.png);

}

.section .tripadvisor-list .owl-carousel .owl-next:hover {

	background-image: url(../images/section1_owl_next.png);

}

.section .tripadvisor-list .owl-carousel .owl-prev:hover,

.section .tripadvisor-list .owl-carousel .owl-next:hover {

	background-color: #fff;

}

















.section .contact h2 {

	display: block;

	margin-bottom: 5px;

	line-height: 1.2;

	font-size: 32px;

	text-align: left;

}

.section .contact address {

	margin-bottom: 30px;

	line-height: 1.2;

	font-size: 18px;

	font-style: normal;

	text-align: left;

}



.section .contact .list {

	clear: both;

	float: left;

	width: 100%;

	margin: 0;

	padding: 0;

	list-style: none;

}

.section .contact .list li {

	position: relative;

	float: left;

	width: 30%;

	margin-right: 5%;

}

.section .contact .list li:after {

	position: absolute;

	right: 0;

	top: 50%;

	height: 50px;

	content: "";

	margin-top: -25px;

	border-right: 2px solid #313131;

}

.section .contact .list li img {

	display: inline-block;

	height: 60px;

	vertical-align: middle;

}

.section .contact .list li div {

	display: inline-block;

	vertical-align: middle;

	padding-left: 20px;

	height: 60px;

}

.section .contact .list li:last-child {

	margin-right: 0;

}

.section .contact .list li:last-child:after {

	content: none;

}

.section .contact .list li span {

	display: block;

	line-height: 1.2;

	font-size: 26px;

	font-style: normal;

	text-align: left;

}

/*

======================================================

	// SECTIONS

======================================================

*/

























/*

======================================================

	FOUR BOXS

======================================================

*/

.four-boxs {

	position: relative;

	z-index: 0;

}

.four-boxs .fixed-fixes,

.four-boxs .inner {

	height: 100%;

}

.four-boxs .box {

	position: relative;

	overflow: hidden;

	float: left;

	width: 25%;

	height: 100%;

	background: url(../images/blank.gif) no-repeat 50% 50% / cover;

}

.four-boxs .box:after {

	position: absolute;

	left: 0;

	top: 0;

	width: 100%;

	height: 100%;

	content: "";

	background-color: rgba(0, 0, 0, 0.3);

	-webkit-transition: all .3s linear;

	        transition: all .3s linear;

}

.four-boxs .box:hover:after {

	opacity: 0;

}

.four-boxs .box img {

	float: left;

	height: 100%;

}

.four-boxs .box img.vis-hidden {

	visibility: hidden;

}

.four-boxs .title-container {

	position: absolute;

	left: 0;

	top: 40px;

	z-index: 1;

	width: 100%;

	text-align: center;

}

.four-boxs .title-container h4 {

	margin: 0;

	padding: 0;

	line-height: 32px;

	font-size: 28px;

	color: #fff;

	text-align: center;

	letter-spacing: -0.25px;

	border-bottom: 0;

}

.four-boxs .readmore-container {

	position: absolute;

	left: 0;

	bottom: 40px;

	z-index: 1;

	width: 100%;

	text-align: center;

}

.four-boxs .readmore-container .readmore {

	position: relative;

	display: inline-block;

	padding: 0 20px;

	line-height: 36px;

	font-size: 18px;

	color: #fff;

	text-align: center;

	text-decoration: none;

	border: 2px solid #fff;

	-webkit-transition: all .3s linear;

	        transition: all .3s linear;

}

.four-boxs .readmore-container .readmore:hover {

	color: #313131;

	background-color: #fff;

}





.section .four-boxs .owl-carousel,

.section .four-boxs .owl-stage-outer,

.section .four-boxs .owl-stage,

.section .four-boxs .owl-item {

	height: 100%;

}

.section .four-boxs .owl-carousel .owl-stage-outer {

	padding-bottom: 0;

}

.section .four-boxs .owl-carousel .owl-item .box {

	width: 100%;

}



.section .four-boxs .owl-carousel .owl-prev,

.section .four-boxs .owl-carousel .owl-next {

	right: 0;

	bottom: 45px;

	border-color: #fff;

	background-color: #fff;

}

.section .four-boxs .owl-carousel .owl-next {

	bottom: 0;

}

.section .four-boxs .owl-carousel .owl-prev:hover,

.section .four-boxs .owl-carousel .owl-next:hover {

	border-color: rgba(255, 255, 255, 0.40);

	background-color: rgba(255, 255, 255, 0.40);

}

*/

/*

======================================================

	// FOUR BOXS

======================================================

*/

















/*

======================================================

	CONTACT SECTION

======================================================

*/

#contact-map {

	position: relative;

	z-index: 0;

	height: 50%;

	background-color: #fff;

}

#contact-map #map {

	position: relative;

	z-index: 1;

	width: 100%;

	height: 100%;

}



.contactpage #contact-map {

	height: 900px;

}



.contactpage .inner {

	position: relative;

	height: 100%;

}

.contactpage .content-inner {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

}

.contactpage .container_12 {

	z-index: 1;

}

.contactpage .text-cloumn {

	position: relative;

	float: right;

	width: 40%;

	height: 100%;

	padding: 50px;

	background-color: #fff;

}

.contactpage .text-cloumn h2,

.contactpage .form-cloumn h2 {

	position: relative;

	margin: 0 0 20px;

	line-height: 1.2;

	font-size: 40px;

	color: #313131;

	letter-spacing: -0.25px;

	-webkit-transition: all .3s linear;

	        transition: all .3s linear;

}

.contactpage .text-cloumn h2:after,

.contactpage .form-cloumn h2:after {

	position: absolute;

	bottom: 0;

	left: 0;

	width: 280px;

	content: "";

	border-bottom: 1px solid #313131;

}





.contactpage .text-cloumn address {

	margin: 30px 0;

	line-height: 1.2;

	font-family: 'FuturaBT_Light', Arial, Tahoma;

	font-size: 15px;

	font-weight: normal;

	font-style: normal;

}

.contactpage .text-cloumn address h3 {

	position: relative;

	margin: 0;

	line-height: 1.2;

	font-family: 'FuturaBT_Light', Arial, Tahoma;

	font-style: normal;

	font-size: 18px;

	color: #313131;

	letter-spacing: -0.25px;

	-webkit-transition: all .3s linear;

	        transition: all .3s linear;

}

.contactpage .text-cloumn address ul {

	margin: 0;

	padding: 0;

	list-style: none;

}

.contactpage .text-cloumn address ul li {

	margin-bottom: 10px;

}

.contactpage .text-cloumn address ul li span {

	display: inline-block;

	width: 80px;

}







.contactpage .btns {

	float: left;

	width: 100%;

	margin: 0;

	padding: 0;

	list-style: none;

}

.contactpage .btns li {

	margin-bottom: 10px;

}

.contactpage .text-cloumn .desc-btn {

	display: inline-block;

	padding: 8px 10px;

	line-height: 1.2;

	font-family: 'FuturaBT_Medium', Arial, Tahoma;

	font-size: 18px;

	color: #313131;

	border: 1px solid #313131;

	text-decoration: none;

	-webkit-transition: all .3s linear;

	        transition: all .3s linear;

}

.contactpage .text-cloumn .desc-btn:hover {

	color: #fff;

	background-color: #313131;

}

.contactpage .text-cloumn .detail-btn,

.contactpage .text-cloumn .gallery-btn {

	display: inline-block;

	padding-left: 46px;

	line-height: 36px;

	font-family: 'FuturaBT_Medium', Arial, Tahoma;

	font-size: 18px;

	color: #313131;

	text-decoration: none;

	background: url(../images/rooms_detail_icon.png) no-repeat 0 50%;

	-webkit-transition: all .3s linear;

	        transition: all .3s linear;

}

.contactpage .text-cloumn .gallery-btn {

	background-image: url(../images/rooms_gallery_icon.png);

}

.contactpage .text-cloumn .detail-btn:hover,

.contactpage.open-detail .text-cloumn .detail-btn {

	background-image: url(../images/rooms_detail_icon2.png);

}

.contactpage .text-cloumn .gallery-btn:hover {

	background-image: url(../images/rooms_gallery_icon2.png);

}













#contact-form {

	position: relative;

	z-index: 0;

	background-color: #fff;

}

#contact-form {}

#contact-form .form_bg {

	position: absolute;

	left: 50%;

	width: 50%;

	height: 100%;

	background: url(../images/rooms_page_bg.jpg) no-repeat 50% 0;

	background-size: 100% 100%;

}

#contact-form .text-cloumn {

	float: left;

	width: 50%;

}

#contact-form .text-cloumn p {

	line-height: 1.4;

	font-family: 'FuturaBT_Light', Arial, Tahoma;

	font-size: 16px;

	font-style: normal;

	-webkit-transition: all .3s linear;

	        transition: all .3s linear;

}

#contact-form .form-cloumn {

	float: left;

	width: 50%;

	padding: 50px 0;

}

#contact-form .form-cloumn h2 {

	color: #fff;

}

#contact-form .form-cloumn h2:after {

	border-bottom-color: #fff;

}

#contact-form .form-cloumn .form {

	float: left;

	width: 70%;

	margin-left: 15%;

	margin-right: 15%;

}

#contact-form input[type="text"],

#contact-form input[type="password"],

#contact-form select,

#contact-form textarea {

	border: 2px solid #fff;

	font-size: 22px;

	font-weight: normal;

	color: #fff;

	background: transparent;

}

#contact-form input[type="text"]:focus,

#contact-form input[type="password"]:focus,

#contact-form select:focus,

#contact-form textarea:focus {

	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 0 20px rgba(255, 255, 255, .6);

}

#contact-form textarea {

    height: 180px;

}

#contact-form input::-webkit-input-placeholder,

#contact-form textarea::-webkit-input-placeholder {

	font-size: 22px;

	font-weight: normal;

    color: #f2f2f2;

}

#contact-form input:-moz-placeholder,

#contact-form textarea:-moz-placeholder {

	font-size: 22px;

	font-weight: normal;

    color: #f2f2f2;

}

#contact-form input::-moz-placeholder,

#contact-form textarea::-moz-placeholder {

	font-size: 22px;

	font-weight: normal;

    color: #f2f2f2;

}

#contact-form input:-ms-input-placeholder,

#contact-form textarea:-ms-input-placeholder {

	font-size: 22px;

	font-weight: normal;

    color: #f2f2f2;

}

#contact-form select option {

	font-size: 22px;

	font-weight: normal;

    color: #313131;

}

#contact-form button span {

	padding: 3px 20px 0;

	line-height: 47px;

	font-size: 32px;

	color: #313131;

	background-color: #fff;

}

#contact-form button:hover span {

	color: #fff;

	background-color: #313131;

}









/*

======================================================

	// CONTACT SECTION

======================================================

*/

















/*

======================================================

	ROOMS PAGE

======================================================

*/

.subpage {

	background: url(../images/rooms_page_bg.jpg) no-repeat 50% 0;

	/*background-attachment: fixed;*/

	background-size: 100% 100%;

}

.sub-header {

	padding: 30px 0;

}

.sub-header h1 {

	position: relative;

	margin: 0;

	line-height: 1.2;

	font-size: 42px;

	color: #fff;

	text-align: left;

	-webkit-transition: all .3s linear;

	        transition: all .3s linear;

}

.sub-header h2 {

	position: absolute;

	top: 10px;

	right: 10px;

	margin: 0;

	margin-left: 20px;

	line-height: 1.2;

	font-family: 'FuturaBT_Light', Arial, Tahoma;

	font-size: 22px;

	font-weight: normal;

	font-style: normal;

	color: #fff;

}









.rooms {

	position: relative;

	z-index: 0;

}

.room-container {

	position: relative;

	z-index: 0;

	margin-bottom: 50px;

}

.room-container img {

	display: block;

	max-width: 100%;

}

.room-container .inner {

	position: relative;

	height: 100%;

}

.room-container .content-inner {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

}

.room-container .container_12 {

	z-index: 1;

}

.room-container .text-cloumn {

	position: relative;

	float: right;

	width: 50%;

	height: 100%;

	padding: 50px;

	background-color: #fff;

}

.room-container .text-cloumn:after {

	position: absolute;

	bottom: 0;

	left: 0;

	width: 100%;

	height: 0;

	content: "";

	background: #fff url(../images/rooms_detail_shadow1.png) no-repeat 50% 0;

	-webkit-transition: all .4s linear;

	        transition: all .4s linear;

}

.room-container.open-detail .text-cloumn:after {

	bottom: -20px;

	height: 20px;

}



.room-container .text-cloumn h2 {

	position: relative;

	margin: 0;

	line-height: 1.2;

	font-size: 32px;

	color: #313131;

	letter-spacing: -0.25px;

	-webkit-transition: all .3s linear;

	        transition: all .3s linear;

}

.room-container .text-cloumn h2:after {

	position: absolute;

	bottom: 0;

	left: 0;

	width: 280px;

	content: "";

	border-bottom: 1px solid #313131;

}

.room-container .btns {

	margin: 0;

	padding: 0;

	list-style: none;

}

.room-container .btns li {

	margin-bottom: 10px;

}

.room-container .text-cloumn .btn-1 {

	margin: 40px 0;

}

.room-container .text-cloumn .rate-btn {

	display: inline-block;

	padding: 8px 10px;

	line-height: 1.2;

	font-family: 'FuturaBT_Medium', Arial, Tahoma;

	font-size: 16px;

	color: #313131;

	border: 1px solid #313131;

	text-decoration: none;

	-webkit-transition: all .3s linear;

	        transition: all .3s linear;

}

.room-container .text-cloumn .rate-btn:hover {

	color: #fff;

	background-color: #313131;

}

.room-container .text-cloumn .detail-btn,

.room-container .text-cloumn .gallery-btn {

	display: inline-block;

	padding-left: 46px;

	line-height: 36px;

	font-family: 'FuturaBT_Medium', Arial, Tahoma;

	font-size: 16px;

	color: #313131;

	text-decoration: none;

	background: url(../images/rooms_detail_icon.png) no-repeat 0 50%;

	-webkit-transition: all .3s linear;

	        transition: all .3s linear;

}

.room-container .text-cloumn .gallery-btn {

	background-image: url(../images/rooms_gallery_icon.png);

}

.room-container .text-cloumn .detail-btn:hover,

.room-container.open-detail .text-cloumn .detail-btn {

	background-image: url(../images/rooms_detail_icon2.png);

}

.room-container .text-cloumn .gallery-btn:hover {

	background-image: url(../images/rooms_gallery_icon2.png);

}





.room-container .gbtn {

	position: absolute;

	bottom: 20px;

	left: 0;

	width: 50%;

	text-align: center;

}

.room-container .gallery-btn2 {

	display: inline-block;

	padding: 8px 10px;

	line-height: 1.2;

	font-family: 'FuturaBT_Medium', Arial, Tahoma;

	font-size: 20px;

	color: #fff;

	border: 1px solid #fff;

	text-decoration: none;

	-webkit-transition: all .3s linear;

	        transition: all .3s linear;

}

.room-container .gallery-btn2:hover {

	color: #313131;

	background-color: #fff;

}

.room-container .detail-cloumn {

	display: none;

	position: relative;

	/* top: 100%;

	left: 0; */

	z-index: 0;

	width: 100%;

	padding: 20px;

	background-color: #fff;

}

.room-container .detail-cloumn .description {

	padding-right: 60px;

	line-height: 1.5;

	/*font-family: 'FuturaBT_Light', Arial, Tahoma;*/

	font-size: 16px;

	/*font-style: normal;*/

	text-align: justify;

	-webkit-transition: all .3s linear;

	        transition: all .3s linear;

}

.room-container.open-detail .description:after {

	position: absolute;

	top: 0;

	right: 20px;

	width: 24px;

	height: 100%;

	content: "";

	background: #fff url(../images/rooms_detail_shadow2.png) no-repeat 100% 50%;

}

.room-container .close-btn {

	position: absolute;

	top: -10px;

	right: -20px;

	z-index: 1;

	width: 30px;

	height: 30px;

	cursor: pointer;

	border: 1px solid #504d49;

	background:  url(../images/icon-close.png) no-repeat;

	background-size: 100%;

}

.room-container .features {

	float: left;

	width: 46%;

	margin: 0 0 0 8%;

	padding: 0;

	list-style: none;

}

.room-container .features li {

	position: relative;

	float: left;

	width: 100%;

	min-height: 46px;

	padding: 13px 0 13px 55px;

	line-height: 18px;

	font-family: 'FuturaBT_Medium', Arial, Tahoma;

	font-size: 15px;

	color: #313131;

	border-bottom: 1px solid #313131;

}

.room-container .features li:before {

	position: absolute;

	top: 0;

	left: 0;

	width: 46px;

	height: 100%;

	content: "";

	background: url(../images/blank.gif) no-repeat 50% 50%;

}

.room-container .features .feature-01:before {background-image: url(../images/feature_icons/icon-01.png);}

.room-container .features .feature-02:before {background-image: url(../images/feature_icons/icon-02.png);}

.room-container .features .feature-03:before {background-image: url(../images/feature_icons/icon-03.png);}

.room-container .features .feature-04:before {background-image: url(../images/feature_icons/icon-04.png);}

.room-container .features .feature-05:before {background-image: url(../images/feature_icons/icon-05.png);}

.room-container .features .feature-06:before {background-image: url(../images/feature_icons/icon-06.png);}

.room-container .features .feature-07:before {background-image: url(../images/feature_icons/icon-07.png);}

.room-container .features .feature-08:before {background-image: url(../images/feature_icons/icon-08.png);}

.room-container .features .feature-09:before {background-image: url(../images/feature_icons/icon-09.png);}

.room-container .features .feature-10:before {background-image: url(../images/feature_icons/icon-10.png);}

.room-container .features .feature-11:before {background-image: url(../images/feature_icons/icon-11.png);}

.room-container .features .feature-12:before {background-image: url(../images/feature_icons/icon-12.png);}

.room-container .features .feature-13:before {background-image: url(../images/feature_icons/icon-13.png);}

.room-container .features .feature-14:before {background-image: url(../images/feature_icons/icon-14.png);}

.room-container .features .feature-15:before {background-image: url(../images/feature_icons/icon-15.png);}

.room-container .features .feature-16:before {background-image: url(../images/feature_icons/icon-16.png);}

.room-container .features .feature-17:before {background-image: url(../images/feature_icons/icon-17.png);}

.room-container .features .feature-18:before {background-image: url(../images/feature_icons/icon-18.png);}

.room-container .features .feature-19:before {background-image: url(../images/feature_icons/icon-19.png);}

.room-container .features .feature-20:before {background-image: url(../images/feature_icons/icon-20.png);}

.room-container .features .feature-21:before {background-image: url(../images/feature_icons/icon-21.png);}

.room-container .features .feature-22:before {background-image: url(../images/feature_icons/icon-22.png);}

/*

======================================================

	// ROOMS PAGE

======================================================

*/

























/*
======================================================
	PARTNERS
======================================================
*/
#partners-map {
	position: relative;
	z-index: 0;
	width: 100%;
	height: 600px;
}


#partners .inner {
	position: relative;
	height: 100%;
}
#partners .content-inner {
	position: absolute;
	top: 0;
	left: 0;
	float: left;
	width: 100%;
	height: 100%;
}
#partners .container_12 {
	z-index: 1;
}
#partners .grid_12 {
	padding-left: 430px;
}
#partners .text-cloumn {
	position: absolute;
	left: 10px;
	top: 0;
	float: left;
	width: 360px;
	height: 100%;
	padding: 50px 0;
	border-bottom: 1px solid #313131;
	background-color: #fff;
}
#partners .text-cloumn h2 {
	position: relative;
	margin: 0 0 20px;
	line-height: 1.2;
	font-size: 40px;
	color: #313131;
	letter-spacing: -0.25px;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
#partners .text-cloumn h2:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 260px;
	content: "";
	border-bottom: 1px solid #313131;
}
#partner-list {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
}
#partner-list .tinyscroll {
	clear: both;
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
}
#partner-list .tinyscroll .viewport {
	overflow: hidden;
	position: relative;
	height: 100%;
}
#partner-list .tinyscroll .overview {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
#partner-list .tinyscroll .scrollbar {
	overflow: hidden;
	position: absolute;
	right: -35px;
	top: 0;
	z-index: 1;
	width: 8px;
	height: 100%;
	border-radius: 3px;
	border: 1px solid #b2b2b2;
}
#partner-list .tinyscroll .track {
	position: relative;
	width: 6px;
	height: 100%;
	padding: 0;
	background: transparent;
}
#partner-list .tinyscroll .thumb {
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 6px;
	height: 70px;
	cursor: pointer;
	background: #b2b2b2;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
#partner-list .tinyscroll .end {
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 0px;
	width: 2px;
	background: transparent;
}
#partner-list .tinyscroll .disable {
	display: none;
}
#partners .item {
	float: left;
	width: 100%;
	margin-bottom: 35px;
	padding-bottom: 35px;
	border-bottom: 1px solid #dbdbdb;
}
#partners .item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
#partners .item img {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
#partners .item .address {
	margin: 0 0 20px;
	line-height: 1.2;
	font-family: 'FuturaBT_Medium';
	font-size: 18px;
	color: #313131;
}
#partners .item .readmore {
    position: relative;
    display: inline-block;
	padding: 0 10px;
	line-height: 26px;
	font-size: 16px;
	color: #313131;
    text-align: center;
    text-decoration: none;
    border: 2px solid #313131;
	-webkit-transition: all .3s linear;
	        transition: all .3s linear;
}
#partners .item .readmore:hover {
	color: #fff;
	background-color: #313131;
}

/*
======================================================
	// PARTNERS
======================================================
*/




















































/*

======================================================

	FOOTER

======================================================

*/



#footer {

    position: relative;

    z-index: 0;

	background-color: #fff;

}

#footer .grid_4 {

	height: 260px;

	padding-top: 10px;

	padding-bottom: 10px;

	padding-left: 40px;

	padding-right: 40px;

}

#footer .grid_4 > div {

	float: left;

	width: 100%;

}



#footer .grid_4:before {

	position: absolute;

	left: 0;

	top: 0;

	height: 100%;

	content: "";

	border-left: 2px solid #313131;

}

#footer .grid_4.a:before {

	content: none;

}







#footer .logo {

	line-height: 28px;

	font-size: 22px;

	text-align: center;

}

#footer .logo img {

	display: block;

	max-width: 100%;

	margin: 10px auto;

}

#footer .logo p {

	margin: 0;

}









#footer h6 {

	margin-bottom: 10px;

	padding-bottom: 5px;

	line-height: 28px;

	font-size: 22px;

	text-align: left;

	letter-spacing: -0.25px;

	border-bottom: 2px solid #313131;

}



#footer .online li {

	margin-bottom: 5px;

	line-height: 1.2;

	font-size: 16px;

	text-align: left;

}

















#footer .email-alerts {

	float: left;

	width: 100%;

	margin-bottom: 40px;

}

#footer .email-alerts input[type="text"] {

	display: block;

	width: 100%;

	height: 60px;

	line-height: 39px;

	margin: 0;

	padding: 10px 50px 10px 0;

	border: 0;

	font-size: 18px;

	color: #313131;

	border-radius: 0;

	background: #fff;

	box-shadow: none;

	border-bottom: 1px dotted #313131;

	-webkit-transition: all .3s linear;

	        transition: all .3s linear;

}

#footer .email-alerts input[type="submit"] {

	position: absolute;

	right: 0;

	top: 0;

	width: 40px;

	height: 60px;

	line-height: 60px;

	margin: 0;

	padding: 0;

	border: 0;

	font-size: 0;

	border-radius: 0;

	background: url(../images/footer_newsletter_button.png) no-repeat 50%;

	-webkit-transition: all .3s linear;

	        transition: all .3s linear;

}

#footer .email-alerts input[type="submit"]:hover {

	right: -1px;

}

#footer .email-alerts input::-webkit-input-placeholder {

	font-size: 18px;

	font-weight: normal;

    color: #595959;

}

#footer .email-alerts input:-moz-placeholder {

	font-size: 18px;

	font-weight: normal;

    color: #595959;

}

#footer .email-alerts input::-moz-placeholder {

	font-size: 18px;

	font-weight: normal;

    color: #595959;

}

#footer .email-alerts input:-ms-input-placeholder {

	font-size: 18px;

	font-weight: normal;

    color: #595959;

}







#footer .socials {

	float: left;

	width: 100%;

	margin-top: 10px;

	margin-bottom: 10px;

	text-align: center;

}

#footer .socials > div {

	display: inline-block;

}

#footer .socials a {

	overflow: hidden;

	position: relative;

	float: left;

	width: 33px;

	height: 33px;

	margin-right: 4px;

	margin-left: 4px;

	margin-bottom: 4px;

	background: url(../images/footer_social_icon.png) no-repeat;

	-webkit-transition: all .3s linear;

	        transition: all .3s linear;

}

#footer .socials a:hover {

	opacity: 0.7;

}

#footer .socials a.fb {background-position: 0px 0;}

#footer .socials a.tw {background-position: -39px 0;}

#footer .socials a.gp {background-position: -78px 0;}

#footer .socials a.in {background-position: -117px 0;}

#footer .socials a.yt {background-position: -156px 0;}

#footer .socials a.li {background-position: -195px 0;}

#footer .socials a.pi {background-position: -234px 0;}

#footer .socials a.wt {background-position: -273px 0;}







#footer .d {

	padding-top: 60px;

	padding-bottom: 20px;

}

#footer .copyright {

	font-size: 16px;

	text-align: center;

}

/*

======================================================

	// FOOTER

======================================================

*/



































/*

======================================================

	TARAYICI BAZLI DUZELTMELER

======================================================

*/

.ie9m * {

	filter: none !important;

}

/*

======================================================

	// TARAYICI BAZLI DUZELTMELER

======================================================

*/





















/*

======================================================

	YAZICIYA GONDERIRKEN

======================================================

*/

@media print {



}

/*

======================================================

	// YAZICIYA GONDERIRKEN

======================================================

*/

























/*

======================================================

	Global Clear Style

======================================================

*/



/* `Clear Floated Elements

----------------------------------------------------------------------------------------------------*/



/* http: //sonspring.com/journal/clearing-floats */



.clr, .clear {

	clear: both;

	display: block;

	overflow: hidden;

	visibility: hidden;

	width: 0;

	height: 0;

}



/* http: //www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */



.container_12:before,

.container_12:after,

.clearfix:before,

.clearfix:after {

	content: ".";

	display: block;

	overflow: hidden;

	visibility: hidden;

	font-size: 0;

	line-height: 0;

	width: 0;

	height: 0;

}

.container_12:after,

.clearfix:after {

	clear: both;

}



.container_12,

.clearfix {

	display: inline-block;

}



* html .container_12,

* html .clearfix {

	height: 1%;

}



.container_12,

.clearfix {

	display: block;

}



/*

	The following zoom: 1 rule is specifically for IE6 + IE7.

	Move to separate stylesheet if invalid CSS is a problem.

*/



.container_12,

.clearfix {

	zoom: 1;

}



.first, .alpha {

	margin-left: 0 !important;

}



.last, .omega {

	margin-right: 0 !important;

}



.hide, .hidden {

	display: none;

}



.mailing_form .response {

	display: table;

}

.mailing_form .result,

.mailing_form button {

	display: table-cell;

	vertical-align: middle;

}

.mailing_form button {

	float:none;

}

.mailing_form .result {

	color: #000;

	font-size: 1.2em;

	width: 100%;

	padding-right: 20px;

	text-align: right;

}

.mailing_form .result.black {

	color:#000;

}

.mailing_form .result img {

	opacity: 0;

	width:50px;

	transition:.3s;

}



.mailing_form .result.black img {

	width: 40px;

	float: right;

}



.mailing_form .result.loading img {

	opacity: 1;

}



/*

======================================================

	End Global Clear Style

======================================================

*/


.pl0 {
     padding-left: 0px;
}
.pr0 {
     padding-right: 0px;
}

.text-right {
     text-align: right;
}

.mt20 {
margin-top: 20px;
}

.mt30 {
margin-top: 30px;
}

@media (max-width: 468px) {
  .guestsp img {
     width: 150px !important;
}

  .guestsp .item {
     padding: 0px !important;
}
  .guestsp .grid_3 {
     width: 33% !important;
}

 .guestsp .grid_9 {
     width: 66% !important;
}


.section .grid_6.guestsp {
height: 602px !important;
}


}

 .guestsp p {
    font-size: 14px;
}



.guestsp .owl-stage-outer {
        padding-bottom: 25px !important;
}

@media all and (max-width: 768px) {
.mobil-dil {
	float: right;
}
.mobil-dil a {
	color: #ffffff;
    text-decoration: none;
    margin-bottom: -8px;
}


}



.ozel_input input[type="text"], input[type="password"], select, textarea {
	background: #000000;
	color: #ffffff;
}


#main-reservation .open-content .form li.ozel_inputwhite .b1 {
	position: relative;
    z-index: 0;
    display: block;
    float: none;
    width: 100%;
    padding: 0px 10px;
    line-height: 32px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #ffffff;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    z-index: 0;
  
    color: #313131;
  
    border: 2px solid #313131;

}

@media (min-width: 768px) {
.only-m {
		display: none;
	}

}

@media (max-width: 768px) {

	.only-d {
		display: none;
	}

}