/* HOTELSUADIYE.COM RESPONSIVE CSS DOCUMENT */


body 	{ background:#f1f1f2; overflow-x: hidden; margin: 0px; padding: 0px; }
*		{ margin: 0; padding: 0; list-style: none;   }


/* GLOBAL STRUCTURE */

/*
HEADER
SECTION
*/
	.boxxTitle{bottom: 15px; color: #fff; font-size:32px; font-weight: bold; line-height: 38px; margin-left: 20%; position: absolute; text-align: center; text-decoration: none;}
header {
	width: 100%;
	height: 150px;
	background: #393939;
	border-bottom: 3px solid #c5b38c;
}
	header .header-top {
		width: 100%;
		height: 35px;
		position: absolute;
		top: 0;
		left: 0;
		background: #393939;
		border-bottom: 3px solid #c5b38c;
	}
		header .header-top .mobile-mini-head {
			display: none;
		}
		header .header-top .left-section {
			position: absolute;
			left: 5%;
			top: 9px;
		}
		header .header-top .left-section img {
			width: 16px;
			height: 16px;
			float: left;
		}
		header .header-top .left-section span {
			float: left;
			margin-left: 10px;
			font-family: Arial;
			font-size: 16px;
			font-weight: bold;
			color: #93918a;
		}
		header .header-top .right-section {
			height: 35px;
			position: absolute;
			right: 5%;
		}
			header .header-top .right-section ul.social-media {
				width: 37px;
				height: 15px;
				float: left;
				margin-left: 20px;
				margin-top: 9px;
			}
				header .header-top .right-section ul.social-media li a {
					display: block;
					opacity: 0.5;
					transition: opacity 0.3s;
				}
				header .header-top .right-section ul.social-media li a:hover {
					opacity: 1;
				}
				header .header-top .right-section ul.social-media li a.facebook {
					width: 8px;
					height: 15px;
					float: left;
					background: url(../images/icon-facebook.png) no-repeat;
				}
				header .header-top .right-section ul.social-media li a.twitter {
					width: 16px;
					height: 15px;
					float: left;
					margin-left: 13px;
					background: url(../images/icon-twitter.png) no-repeat;
				}

			header .header-top .right-section ul.languages {
				height: 18px;
				float: left;
				margin-top: 8px;
			}
				header .header-top .right-section ul.languages li {
					width: 18px;
					height: 18px;
					float: left;
					margin-left: 3px;
				}
				header .header-top .right-section ul.languages li:first-child {
					margin-left: 0px;
				}
					header .header-top .right-section ul.languages a {
						width: 18px;
						height: 18px;
						display: block;
						opacity: 1;
						transition: opacity 0.3s;
					}
					header .header-top .right-section ul.languages a:hover {
						opacity: 0.5;
					}
					header .header-top .right-section ul.languages li a.turkish {
						background: url(../images/icon-lang-turkish.png) no-repeat;
					}
					header .header-top .right-section ul.languages li a.english { 
						background: url(../images/icon-lang-english.png) no-repeat; 
					}
					header .header-top .right-section ul.languages li a.german { 
						background: url(../images/icon-lang-german.png) no-repeat; 
					}
					header .header-top .right-section ul.languages li a.french { 
						background: url(../images/icon-lang-french.png) no-repeat;
					}
					header .header-top .right-section ul.languages li a.italian { 
						background: url(../images/icon-lang-italian.png) no-repeat; 
					}

	header .header-bottom {
		width: 100%;
		height: 113px;
		position: absolute;
		top: 37px;
		left: 0;
	}
		header .header-bottom .select-menu {
			display: none;
		}
		header .header-bottom a.logotype {
			width: 227px;
			height: 91px;
			display: block;
			position: absolute;
			left: 50%;
			top: -21px;
			margin-left: -114px;
			background: url(../images/master-logotype.png) no-repeat;
		}
		header .header-bottom .grid-frame {
			width: 980px;
			position: absolute;
			left: 50%;
			top: 85px;
			margin-left: -465px;
		}		
		header .header-bottom ul.navigation {
		}
			header .header-bottom ul.navigation li {
				float: left;
				margin-left: 18px;
			}
			header .header-bottom ul.navigation li:first-child {
				margin-left: 0px;
			}
				header .header-bottom ul.navigation li a:link,
				header .header-bottom ul.navigation li a:active,
				header .header-bottom ul.navigation li a:visited {
					font-family: Arial;
					font-size: 13px;
					font-weight: bold;
					color: #bebaab;
					text-decoration: none;
					transition: opacity 0.3s;
					opacity: 0.5;
				}
				header .header-bottom ul.navigation li a:hover {
					opacity: 1;
				}

				.map_area { display:none }

/*
FOOTER
SECTION
*/

footer {
	width: 100%;
	height: 140px;
	background: #181818;
}
	footer .footer-top1 {
		width: 100%;
		height: 80px;
		background: #2e2d2b;
	}
	footer .footer-top {
		width: 100%;
		height: 80px;
		background: #2e2d2b;
	}
		footer .footer-top .left-section {
			height: 80px;
			position: absolute;
			left: 5%;
		}
			footer .footer-top .left-section .logotype-01 {
				width: 173px;
				height: 80px;
				float: left;
				padding-right: 30px;
				border-right: 1px solid #393836;
			}
				footer .footer-top .left-section .logotype-01 img {
					padding-top: 17px;
				}

			footer .footer-top .left-section .logotype-02 {
				width: 237px;
				height: 80px;
				float: left;
				padding-left: 30px;
			}
				footer .footer-top .left-section .logotype-02 img {
					padding-top: 28px;
				}

		footer .footer-top .right-section {
			height: 35px;
			position: absolute;
			right: 5%;
			margin-top: 24px;
		}
			footer .footer-top .right-section ul.social-media {
				width: 145px;
				height: 15px;
				float: left;
				margin-left: 20px;
				margin-top: 9px;
			}
				footer .footer-top .right-section ul.social-media li a {
					display: block;
					opacity: 0.5;
					transition: opacity 0.3s;
				}
				footer .footer-top .right-section ul.social-media li a:hover {
					opacity: 1;
				}
				footer .footer-top .right-section ul.social-media li a.facebook {
					width: 8px;
					height: 15px;
					float: left;
					background: url(../images/icon-facebook.png) no-repeat;
				}
				footer .footer-top .right-section ul.social-media li a.twitter {
					width: 16px;
					height: 15px;
					float: left;
					margin-left: 13px;
					background: url(../images/icon-twitter.png) no-repeat;
				}
				footer .footer-top .right-section ul.social-media li a.linkedin {
					width: 14px;
					height: 15px;
					float: left;
					margin-left: 13px;
					background: url(../images/icon-linkedin.png) no-repeat;
				}
				footer .footer-top .right-section ul.social-media li a.Google {
					width: 23px;
					height: 23px;
					float: left;
					margin-left: 13px;
					background: url(../images/icon-google.png) no-repeat;
				}
				footer .footer-top .right-section ul.social-media li a.Instagram {
					width: 23px;
					height: 23px;
					float: left;
					margin-left: 13px;
					background: url(../images/icon-instagram.png) no-repeat;
				}

	footer .footer-bottom {
		width: 100%;
		height: 60px;
		position: relative;
		background: #3a3c3b;
	}

		footer .footer-bottom a:link,
		footer .footer-bottom a:active,
		footer .footer-bottom a:visited {
			font-family: Arial;
			font-size: 12px;
			color: #91908a;
			text-decoration: none;
			opacity: 0.5;
			transition: opacity 0.3s;
		}
		footer .footer-bottom a:hover {
			opacity: 1;
		}

		footer .footer-bottom .copyright {
			width: 350px;
			position: absolute;
			left: 5%;
			top: 22px;
			font-family: Arial;
			font-size: 12px;
			color: #d7cfbc;
		}

		footer .footer-bottom .sponsors-section {
			width: 200px;
			height: 22px;
			display: inline-block;
			position: absolute;
			right: 5%;
			top: 15px;
			font-family: Arial;
			font-size: 12px;
			color: #d7cfbc;
			background: url(../images/logotype-sponsors.png) no-repeat;
		}
	main { display:none;
	}
.rezal{
	position: absolute;
	bottom: 0;	
	z-index: 1;
	width:300px; 
	height:372px; 
	right:10%; 
	top:153px; 
	background:none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
}
.rezalxx{
	position: absolute;
	bottom: 0;	
	z-index: 1;
	width:300px; 
	height:150px; 
	left:10%; 
	top:253px; 
	background:none repeat scroll 0 0 rgba(62, 14, 56, 0.8);
	padding:10px;
	border:2px solid #FFF;
}
.rezalxx p{
	color:#fff;
	margin-bottom:0;
}
.rezalxx h2 a{
	color:#fff !important; font-weight:bold;
	margin:0; padding:0;
}
.rezalxx h2{
	margin:0; padding:0;
}
.rezalxx h3 a{
	color:#fff !important; font-weight:bold;
	margin:0; padding:0; font-size:24px;
}
.rezalxx h3{
	margin:0; padding:0;
}

.buttonrez{
	width: auto;
	background-color: #0485fc;
	border: 0;
	color: #fff;
	margin: 10px 0;	
	padding: 8px 20px;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.buttonrez:hover{
	color: #fff;
	background: #f00;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.kapatxx{
	display:none;
}
.kampanyas{
	width:23%;
	float:left;
	margin-left:15%;
}
.kampanyas1{
	width:42%;
	float:left;
}
.erdottonnn {
	width:10%; float:left; padding-top:15px;
} 
/* MEDIA QUERIES */


@media all and (max-width: 699px) {

	header {
		width: 100%;
		height:175px;
		background: #393939;
	}
		header .header-bottom a.logotype {
			width: 227px;
			height: 56px;
			display: block;
			position: absolute;
			left: 50%;
			top:5px;
			margin-left: -114px;
			background: url(../images/logomobil.png) no-repeat;
		}
	
		header .header-top {
			width: 100%;
			height:50px;
			position: absolute;
			top: 0;
			left: 0;
			background: #393939;
			border-bottom:1px solid #c5b38c;
		}
			header .header-top .mobile-mini-head {
				width: 90%;
				height:50px;
				position: absolute;
				display: inline-block;
				top: 0;
				left: 5%;
			}
				header .header-top .mobile-mini-head a.call {
					width: 35px;
					left: 0;
					padding-left: 10px;
					padding-right: 40px;
					padding-top: 16px;
					padding-bottom: 15px;
					display: block;
					position: absolute;
				}
					header .header-top .mobile-mini-head a.call img {
						width: 25px;
						height: 24px;
						opacity: 0.25;
					}
					header .header-top .mobile-mini-head a.vr {
						width: 35px;
						margin-left:50px;
						padding-left: 10px;
						padding-top: 10px;
						padding-bottom: 15px;
						position: absolute;
					}
						header .header-top .mobile-mini-head a.vr img {
							width: 30px;
							height: 30px;
							opacity: 0.85;
						}
				header .header-top .mobile-mini-head .mobile-languages {
					width:70px;
					height: 35px;
					right: 0;
					top: 10px;
					position: absolute;
					display: block;
				}
					header .header-top .mobile-mini-head .mobile-languages select {
						width: 70px;
						height:35px;
						border: 0px;
						padding-left:3px; 
						-webkit-appearance: none;
						background: #4e4e4e;
						font-family: Arial;
						font-size: 14px;
						color: #848484;
						background-image: url(../images/arrow-mobile-select.png);
						background-repeat: no-repeat;
						background-position: 40px 15px;
					}

		header .header-top .left-section {
			display: none;
		}
		header .header-top .right-section {
			display: none;
		}
		header .header-bottom .grid-frame {
			display: none;
		}
		header .header-bottom .select-menu {
			width: 90%;
			height: 45px;
			display: block;
			position: absolute;
			top: 70px;
			left: 5%;
		}
			header .header-bottom .select-menu select {
				width: 100% !important;
				height: 45px;
				border: 0px;
				padding-left: 65px; 
				-webkit-appearance: none;
				background: #474541;
				background-image: url(../images/icon-mobile-navigation.png);
				background-repeat: no-repeat;
				background-position: 20px 17px;
				font-family: Arial;
				font-size: 15px;
				color: #d7cfbc;
			}
		header .header-bottom {
			width: 100%;
			height: 113px;
			position: absolute;
			top: 50px;
			left: 0;
		}
		ul#portfolio-list{
			margin-top:10px !important;
			width: auto;
			list-style: none;
		}
	.map_area { display: block }
	.gizlesene{
		display:none;
	}
	.camera_caption > div {
		background: #000;
		background: rgba(0, 0, 0, 0.8);
		display:none;
	}

	footer {
		height: 200px;
		background: #3a3c3b;
	}
		footer .footer-top {
			height: 60px;
		}
		footer .footer-top1 {
			width: 100%;
			height: 200px;
			background: #2e2d2b;
		}
		.erdottonn {
			width:10%; float:left; padding-top:1px !important; margin-left:17px;
		}
		footer .footer-top .left-section {
			width:152px;
			height: 60px;
			position: absolute;
			left: 50%;
			margin-left: -151px;
		}
			footer .footer-top .left-section .logotype-01 {
				width: 112px;
				height: 27px;
				float: left;
				padding-left: 30px;
				border-right: 1px solid #393836;
			}
				footer .footer-top .left-section .logotype-01 img {
					width: 112px;
					padding-top: 0;
				}

			footer .footer-top .left-section .logotype-02 {
				width: 140px;
				height: 50px;
				float: left;
				padding-left: 30px;
			}
				footer .footer-top .left-section .logotype-02 img {
					width: 140px;
					padding-top: 24px;
				}
			footer .footer-top .right-section {
				height: 35px;
				margin-top: 14px;
				position: absolute;
				right: 5%;}
				

		footer .footer-top ul.social-media {
			display: block;
		}
		footer .footer-bottom {
			height: 60px;
			background: #323433;
			margin-top:20px;
		}
		footer .footer-bottom .copyright {
			top: 70px;
			width: 100% !important;
			text-align: center;
			color: #7f7e78;
		}
		footer .footer-bottom .copyright span {
			display: none;
		}
		footer .footer-bottom .sponsors-section {
			width: auto;
			right: 0;
			left: 30%;
			top: 18px;
			margin-left: -80px;
			background: url(../images/logotype-sponsors.png) no-repeat;
		}
		
.rezalxx{
	position: absolute;
	bottom: 0;	
	z-index: 1;
	width:280px !important; 
	height:150px; 
	left:3%; 
	top:190px; 
	background:none repeat scroll 0 0 rgba(62, 14, 56, 0.6);
	padding:10px;
	border:2px solid #FFF;
}
.rezalxx p{
	color:#fff;
	margin-bottom:0;
}
.rezalxx h2 a{
	color:#fff !important; font-weight:bold;
	margin:0; padding:0;
}
.rezalxx h2{
	margin:0; padding:0;
}
.rezalxx h3 a{
	color:#fff !important; font-weight:bold;
	margin:0; padding:0; font-size:24px;
}
.rezalxx h3{
	margin:0; padding:0;
}
.kapatxx{
	width:20px !important; float:right !important; margin-top:0px; margin-right:0px;
}

.kampanyas{
	width:95%;
	float:left;
	margin-left:3%;
}
.kampanyas1{
	width:95%;
	float:left;
	margin-left:3%;
}
.erdottonnn {
	width:95%; float:left; padding-top:0px !important; padding-left:37%;
} 

.buttonrez{
	width: auto;
	background-color: #0485fc;
	border: 0;
	color: #fff;
	margin: 10px 0;	
	padding: 8px 20px;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.buttonrez:hover{
	color: #fff;
	background: #f00;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

	.rezal{
		width: 100%;
		height: 270px !important;
		background: #393939;
		display:block;
		position: relative;
		padding:0 20px;
		top:0 !important;
		clear:both;
	}
	.rezal h2{
		width: 100%;
		height: auto;
		color:#FFFFFF;
		font-size:24px;
		border-bottom:1px solid #c5b38c;
		margin-bottom:0px;
		padding-bottom:1px;
		margin-top:0 !important;
	}
	main {
		width: 100%;
		height: auto;
		background: #393939;
		display:block;
	}
	main h3{
		width: 100%;
		height: auto;
		color:#FFFFFF;
		font-size:28px;
		border-bottom:1px solid #c5b38c;
		margin-bottom:5px;
		padding-bottom:1px;
	}
	
	main select {
		width:85px;
		height:35px;
		border: 0px;
		padding-left:3px; 
		-webkit-appearance: none;
		background: #4e4e4e;
		font-family: Arial;
		font-size: 14px;
		color: #848484;
		background-image: url(../images/arrow-mobile-select.png);
		background-repeat: no-repeat;
		background-position: 40px 15px;
	}
	.section_title1 {
		background: #1e1e1e;
		height: 302px;
	}
	.checkinDay{width:70px !important; padding:5px; text-align:center; margin-left:5px;}
	.checkinMonth{width:70px !important; padding:5px; text-align:center;}
	.checkinYear{width:80px !important; padding:5px; text-align:center;}
	
	.numberOfRooms{width:100px; padding:5px; text-align:center;}
	.selectRoomD{width:50% !important; float:left !important;}
	.selectRoomD input{width:90% !important;}
	.selectRoom{float:left; padding:5px;}
	.RoomTitle{color:#c5b287; font-weight:bold; padding-left:5px;}
	
	.numberOfAdults{width:100px; padding:5px; text-align:center;}
	.selectAdultD{width:50% !important; float:left !important;}
	.selectAdult{float:left; padding:5px;}
	.adultTitle{color:#c5b287; font-weight:bold; padding-left:5px;}
	
	.numberOfNights{width:100px; padding:5px; text-align:center;}
	.selectNightD{width:60px; float:left;}
	.selectNight{float:left; padding:5px;}
	.nightTitle{color:#c5b287; font-weight:bold; padding-left:5px;}
	
	.numberOfChildren{width:100px; padding:5px; text-align:center;}
	.selectChildrenD{width:60px; float:left;}
	.selectChildren{float:left; padding:5px;}
	.childrenTitle{color:#c5b287; font-weight:bold; padding-left:5px;}
	
	.boxxTitle{bottom: 15px; color: #f00000; font-size: 12px; font-weight: bold; line-height: 13px; margin-left: 40%; position: absolute; text-align: center; text-decoration: none;}
.containerErdd {
    width: 320px !important;
}
}

@media all and (min-width: 737px) and (max-width: 1018px) {

	header {
		width: 100%;
		height: 220px;
		background: #393939;
		border-bottom: 3px solid #c5b38c;
	}
		header .header-bottom .grid-frame {
			display: none;
		}
		header .header-bottom .select-menu {
			width: 90%;
			height: 60px;
			display: block;
			position: absolute;
			top: 100px;
			left: 5%;
		}
			header .header-bottom .select-menu select {
				width: 100%;
				height: 60px;
				border: 0px;
				padding-left: 65px; 
				-webkit-appearance: none;
				background: #474541;
				background-image: url(../images/icon-mobile-navigation.png);
				background-repeat: no-repeat;
				background-position: 20px 24px;
				font-family: Arial;
				font-size: 15px;
				color: #d7cfbc;
			}

}









