
/*
* @Author: Sitemio.com
* @Created Project Date: 2015-08-22 23:35
* @License here : http://www.sitemio.com/hizmet-sozlesmesi.html
*/

@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Dosis:300,500,600,700|Exo+2:300,700,900&subset=latin-ext,latin);
body {
	font-family: 'Dosis', sans-serif;
	/*font-family: 'Exo 2', sans-serif;*/
	font-size:15px;
	color:#373737;
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
}

.hidden{
     opacity:0;
}
.visible{
     opacity:1;
}

input,select,textarea {
	outline:none;
	font-family: 'Dosis', sans-serif;
	padding:5px;
	color:#666;
	font-size:16px;
	border:none;
	    border: 1px solid #CCC;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;}

a {
	text-decoration:none;
	color:#666;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;}

.clear {clear:both;}

h1, h2, h3, h4, h5 {
	padding: 0px;
	margin: 0px;
	font-weight:normal;
}

h1 {font-size:32px;}
h2 {font-size:28px;}
h3 {font-size:26px;}
h4 {font-size:20px;}
h5 {font-size:18px;}
#wrapper {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
.header {
	float: left;
	width: 100%;
}
.head {
	background-color: #373737;
	float: left;
	height: 78px;
	width: 100%;
}
.menu {
	float: left;
	width: 100%;
	background-color: #FFF;
	height: 65px;
	position:relative;
	z-index:45;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ededed+0,ffffff+100 */
background: #ededed; /* Old browsers */
background: -moz-linear-gradient(top,  #ededed 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ededed 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ededed 0%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ededed 0%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ededed 0%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}
.logo {
	background-color: #FFF;
	position:relative;
	z-index:55;
	float: left;
	height: 100px;
	width: 210px;
	text-align: center;
	box-shadow: 0px 0px 8px #999,inset 0px 0px 10px 5px #ECECEC;
	margin-top: 42px;
}

.logo img {
	margin-top:10px;

}

.headsocial {
	float: left;
	margin-left: 40px;
	margin-top:20px;
}
.headsocial a  {
	color: #FFF;
	text-decoration: none;
	float: left;
	margin-right: 5px;
	background: rgba(0, 0, 0, 0.2);
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.headsocial a:hover {

	background: rgba(0, 0, 0, 0.4);
	margin-top:-3px;

}
.headinfo {
	color: #FFF;
	float: right;
	margin-top: 15px;
	font-size: 18px;
	font-weight: lighter;
}

.headinfo  i {
	float:left;
	margin-right:10px;
	font-size: 40px;
	margin-top:-5px;
}
.headinfo .email span {
	float: left;
}
.email {
	float: left;
	margin-left: 40px;
}
.email .ion-ios-telephone {
	margin-top: 0px;
}
.menu ul {
	text-align: right;
	float:right;
	padding:0;
	margin:0;
}

.menu  li{
	float: left;
	position: relative;
	list-style-type: none;
    }
.menu li a{
	float: right;
	color: #ed5505;
	padding-left: 35px;
	padding-right: 35px;
	text-decoration: none;
	line-height: 65px;
	font-weight: bold;
	font-size:18px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EFEFEF;
    }
	
.menu li a:hover {
	box-shadow: 0px 0px 0px #fff,inset 0px 0px 15px 5px #CCC;
}

.menu ul li ul li:hover a {
	background-color: #ccc;
}

	
.menu li:hover a {
	background-color: #EFEFEF;
	
}

.menu  ul li ul{
	width: 200px;
	float: left;
	position: absolute;
	top: 65px;
	left: 0px;
	z-index: 1;
	display: none;
	margin: 0px;
	padding: 0px;
	box-shadow: 2px 2px 2px #ccc;
    }
.menu ul li ul li {
	float: none;
	margin: 0px;
	padding: 0px;
}
.menu  ul li ul li a{
	background: none;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	float: none;
	text-align:left;
	display: block;
	line-height: 40px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
    }
	

.menu  li:hover >  ul{
	display: block;
    }

.menu  ul li ul li ul{
	width: 200px;
	height: auto;
	float: left;
	position: absolute;
	top: 0px;
	left: 180px;
	z-index: 1;
	display: none;
    }
	
	.menu  ul li ul li ul li a:hover{
	background-color: #3a3a3a;
    }.slogan {
	float: left;
	height: 90px;
	width: 100%;
	background-color: #373737;
	
}

.slogan h2 {
	
	line-height: 90px;
	color: #FFF;
	font-size: 22px;
	font-weight: lighter;
	float:left;
}

.sloganbtn {
	float: right;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	background-color: #ed5505;
	padding-top: 15px;
	padding-right: 35px;
	padding-bottom: 15px;
	padding-left: 35px;
	font-weight: bolder;
	font-size: 20px;
	margin-top: 15px;
}
.sloganbtn:hover {

	background: rgba(0, 0, 0, 0.6);

}



.haberduyuru {
	float: left;
	width: 48%;
	margin-top:40px;
}
.blokbaslik {
	float: left;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #373737;
	margin-bottom: 15px;
	padding-bottom: 0px;
}
.blokbaslik h3 {
	float: left;
	font-size: 24px;
	font-weight: 600;
	padding-bottom:15px;
	color: #373737;
}

.titleline {
	float: right;
	height: 5px;
	width: 100px;
	background-color: #373737;
	transform: skew(-20deg);


}
.blokbaslik h3 i {
	margin-right: 15px;
}
.carouselarrow {
	font-size: 30px;
	font-weight: bold;
	float: right;
	background-color: #fff;
	color:#373737;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;

}

.carouselarrow:hover {

	background-color: #E6E6E6;


}



.list_carousel {
	width: 100%;
	height: 270px;
			}
			.list_carousel ul {
				margin: 0;
				padding: 0;
				list-style: none;
				display: block;
			}
			
			 .list_carousel #foo2 li {
	width: 97%;
	height: 120px;
	padding: 0;
	display: block;
	float: left;
	margin-top: 13px;

	margin-left: 0px;
	text-align: left;
			}
			
		 .list_carousel li {
	width: 225px;
	height: 230px;
	padding: 0;
	display: block;
	float: left;
	margin-top: 13px;
	margin-right: 15px;
	margin-left: 15px;
	text-align: center;
			}
			.list_carousel.responsive {
				width: auto;
				margin-left: 0;
			}
#foo2 li a img {
	float: left;
	margin-right: 10px;
	box-shadow: 0px 0px 5px #666;
	margin-left:5px;
}
#foo2 li h4 a {
	text-decoration: none;
	font-weight: bold;
	color: #ed5505;
	font-size: 18px;
}
#foo2 li h4 a:hover {
	text-decoration: underline;
}
#foo2 li p {
	margin: 0px;
	padding: 0px;
}
#foo2 li h4 {
	margin-bottom: 10px;
}
.rezervasyon {
	float: right;
	width: 48%;
	margin-top: 40px;
}
.rezersid {
	float: left;
	width: 48%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	margin-top: 10px;
}
.rezersid h5 {
	margin-top: 5px;
	margin-bottom: 10px;
}
.rezersid input,select {
	width: 90%;
	float: left;
	margin-bottom: 7px;
	background-color: #EAEAEA;
	padding-top: 7px;
	padding-bottom: 7px;
	
}
.rezersid select {
	width: 94%;
}
.rezerbtn {
	text-align: center;
	float: left;
	width: 100%;
	font-weight: bold;
	color: #FFF;
	background-color: #438200;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	font-size: 18px;
	box-shadow: 0px 0px 5px #999;
}
.rezerbtn:hover {

	background-color: #396e00;

}
.rezerbtn i {

	margin-right:10px;
	font-size:24px;

}
.tanitim {
	float: left;
	height: 406px;
	width: 100%;
	margin-top: 35px;
	background-image: url(../images/tatinimbg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.tanblok {
	float: left;
	width: 22%;
	margin-right: 15px;
	margin-left: 15px;
	text-align: center;
	margin-top: 50px;
	color: #373737;
}
.tanblok a h1 {
	font-weight: 600;
	color:#373737;
}

.tanblok i {
	font-size: 110px;
	margin-bottom: 35px;
	font-weight: bold;
}

.tanblok p {
	font-size: 18px;
}
.onecikanarac .list_carousel {
	height: auto;
}
#foo3 li h4 {
	font-size: 23px;
	font-weight: bold;
}
#foo3 li h5 {
	margin-bottom: 10px;
}
#foo3 li {
	-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.rezbtn {
	font-weight: bold;
	color: #FFF;
	background-color: #f0a900;
	padding-top: 7px;
	padding-right: 30px;
	padding-bottom: 7px;
	padding-left: 30px;
	-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.rezbtn i {
	margin-right: 7px;
}
.rezbtn:hover {
	background-color: #c58b00;
}
#foo3 li:hover {margin-top:2px;}
#foo3 li img {
	width: 200px;
	height: 120px;
}
.onecikanarac {
	float: left;
	width: 100%;
    margin-top: 50px;
}
.blog {
	float: left;
	width: 100%;
	margin-top: 45px;
	margin-bottom: 30px;
}
#foo4 li {
	float: left;
	width: 480px;
	text-align: left;
	border: 1px solid #EBEBEB;
	height: 141px;
	
}
#foo4 li a img {
	float: left;
	margin-right: 10px;
}
#foo4 li h4 a {
	color: #ed5505;
	font-size: 16px;
	font-weight: bold;
}
#foo4 li h4 {
	margin-top: 10px;
	margin-bottom: 10px;
}
#foo4 li p {
	margin: 0px;
	padding: 0px;
}
#foo4 li a span {
	position: absolute;
	background-color: #FFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	opacity:0.8;
	filter:alpha(opacity=80);
	margin-top:100px;
	float: left;
}
#foo4 li h4 a:hover {
	text-decoration: underline;
}
#foo4 li:hover {
	background-color: #F0F0F0;
}
.markalar {
	background-image: url(../images/markabg.jpg);
	background-repeat: repeat;
	float: left;
	height: 150px;
	width: 100%;
	margin-top: 25px;
	text-align: center;
}
.blog .list_carousel {
	height: 170px;
}
.markalar img {
	margin: 30px;
}
.footer {
	background-image: url(../images/footerbg.jpg);
	background-repeat: repeat;
	float: left;
	height: 357px;
	width: 100%;
	color: #bcbcbc;
}
.footblok {
	float: left;
	width: 29%;
	color: #bcbcbc;
	margin-top: 35px;
	font-size: 16px;
	margin-right: 2%;
	margin-left: 2%;
}
.footblok h4 {
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #353535;
}
.footblok span strong {
	font-size: 22px;
	font-weight: bold;
}
.footblok span i {
	font-size: 30px;
	margin-right: 10px;
	margin-bottom:10px;
	float:left;
}

.footblok span  {
	width:100%;float:left;
}
.footblok h5 a {
	color: #BCBCBC;
	float: left;
	width: 100%;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #353535;
}

.footblok h5 a:hover {
	padding-left:8px;
	
}
.footgaleri a {
	float: left;
	margin: 7px;
	box-shadow: 0px 0px 15px #000;
}
.copyright {
	float: left;
	margin-top: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #353535;
	width: 100%;
}


.menuAc {
	padding: 10px;
	color: #ed5505;
	font-weight: bold;
	cursor: pointer;
	display: none;
	font-size:18px;
}

.clearmob {clear:both;display:none;}
#inputdk {width:45%; float:right;margin-right:15px;}
#inputsaat{width:46%}

.bigpage {
	float: left;
	width: 100%;
	background-color: #FFF;
	margin-top: -40px;
	position: relative;
	z-index: 999;
	box-shadow: 0px 0px 5px #ccc;
}
.arac {
	float: left;
	width: 96%;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #E9E9E9;
	padding: 20px;
	box-shadow: 0px 0px 0px #fff,inset 0px 0px 20px 15px #EFEFEF;

}
.aracfoto h1 strong {
	color: #ed5505;
}
.aracfoto h1 {
	font-family: 'Exo 2', sans-serif;
	font-size:26px;
}
.aracfoto {
	float: left;
	width: 31%;
}
.aracfoto img {
	width:300px;
	height:160px;
	}
.ozellikler {
	float: left;
	width: 40%;
	 margin-top: 25px;

}
.ozellikler span {
	float: left;
	text-align: center;
	font-weight: normal;
	margin-left: 20px;
	font-size:20px;
}
.ozellikler span i{
	font-size: 37px;
	margin-bottom: 15px;
	width: 100%;
    float: left;
}
.ozellikler span strong {
	margin-left: -29px;
	margin-top: 10px;
	float: left;
	position: absolute;
	font-size: 22px;
}
.rezerinfo {
	float: right;
	width: 26%;
	text-align: right;


}
.rezerinfo span {
	float: left;
    width: 100%;
    font-size: 16px;
    margin-bottom: 3px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #E4E4E4;
    font-weight: bold;
}
.rezerinfo span strong {
}
.rezerinfo span i {
	font-style: normal;
	width: 65%;
	float: left;
}
.rezerinfo span strong {
	color: #f0a900;
}
.rezerinfo .rezbtn {
	margin-top: 10px;
	float:right;
}
.sayfalama {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 30px;
    margin-bottom: 5px;
}
.sayfalama span a {
	text-decoration: none;
	color: #666;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 16px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	border: 1px solid #CCC;
	text-shadow: 0.06em 0.06em #fff;
}
.sayfalama span a:hover {
	background-color: #ccc;
}
.sayfalama .sayfalama-active a {
	background-color: #ccc;
}
.rezervasyonpage .rezervasyon {
	float: left;
	margin-top: 20px;
}
.rezervasyonpage {
	padding: 20px;
}
.ekstralar {
	float: right;
	width: 48%;
	margin-top: 20px;
}
.ekstralar table tr td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	line-height: 34px;
}
.kisiselbilgiler {
	float: left;
	width: 100%;
	margin-top:20px;
}
.rezrighttable {
	float: right;
}
.kisiselbilgiler table input, textarea {
	float: left;
	width: 97%;
	border: 1px solid #CCC;
}
.kisiselbilgiler  label {
	float: left;
	margin-right: 15px;
}
.kisiselbilgiler .rezerbtn {
	width: 20%;
	float:right;

}
.sidebar {
	float: left;
	width: 25%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	min-height: 350px;
	padding: 15px;
	padding-top: 30px;
}
.sidebar h4 {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	color: #ed5505;
	font-weight: bold;
}
.sidelink {
	float: left;
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.sidelink:hover {
	padding-left: 5px;
	color:#000;
}
.pagecontent {
	float: right;
	width: 68%;
	padding: 15px;
}
.pagecontent p {
	font-size: 16px;
	line-height: 25px;
}
.pagecontent p a {
	font-weight: bold;
	text-decoration: underline;
}
.blokbaslik .sosyal {
	float: right;
}
.iletisiminfo {
	float: left;
	width: 96%;
	padding:20px;
}

.iletisim tr td h4 {
	color: #a93030;
}
.iletisim tr td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	height: 35px;
}
.iletisiminfo {
	text-align: center;
}
.gonderbtn {
	padding-right: 15px;
	padding-left: 15px;
	color: #666;
	border: 1px solid #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
}
.gonderbtn:hover {
	background-color: #ccc;
	color: #FFF;
}
.hata {
	font-weight: bold;
	color: #F00;
}

.okey {
	font-weight: bold;
	color: #090;
}#galeri {
	width: 96%;
	float: left;
}


.sayfa-galerisi {
	float: left;
	width: 100%;
	margin-top: 15px;
}
    .sayfa-galerisi a img {
	float: left;
    margin-right: 16px;
    margin-bottom: 30px;
    margin-left: 15px;
    width: 165px;
    height: 130px;
    box-shadow: 0px 0px 10px #666;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
    .sayfa-galerisi a img:hover {

	box-shadow: 0px 0px 20px #313131;
}

.list {
	float: left;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.list a img {
	float: left;
	width: 175px;
	height: 100px;
	margin-right: 10px;
}
.list h4 a {
	color: #a93030;
}
.list p {
	margin: 0px;
	padding: 0px;
}
.list h4 a:hover {
	text-decoration: underline;
}
.list:hover {
	background-color: #F3F3F3;
}.list_carousel #foo5 li {
	width: 110px;
	height: 125px;
}
.list_carousel #foo5 li img {
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
}

.contentbaslik {font-size:32px;font-weight:bold;font-family: 'Exo 2', sans-serif;}

.transferbilgileri {
	float: right;
	width: 30%;
}
.transferbolgeleri {
	float: left;
	width: 68%;
}
.transferbolgeleri table tr td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
}
.transferbolgeleri table tr td h4 {
	color: #be0100;
}


.transferonay {
	float: left;
	width: 100%;
	margin-top: 50px;
}
.transferonay h4 {
	text-align: center;
	margin-bottom: 20px;
	color: #F00;
}
.transferonay table tr td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
}

.rezervasyonpage .hata {text-align:right;}
#mobiltransferbtn {display:none;}

@media only screen and (min-width: 320px) and (max-width: 759px) {
	.clearmob {clear:both;display:block;}
	#wrapper {
    width:100%;
}

.copyright {
    text-align: center;
    padding-bottom: 15px;
}

#rezaramobil {display:none;}

#mobiltransferbtn {display:inline-block;margin-bottom:15px;margin-top:15px;background-color:#ff5c00;}

.transferbolgeleri {
    float: none;
    width: 100%;
}

.onecikanarac .list_carousel {
    width: 250px;
    margin: auto;
}

.transferbilgileri {
    float: none;
    width: 100%;
}

.titleline {
transform: skew(0deg); 

}

.menu ul {display:none;}
.menu {height:auto;}
.menuAc {display: block;}
.logo {float: none;margin: auto;
}
.head {   height: auto; }
.headsocial {
  float: none; 
    margin: auto;margin-top:20px;
    width: 210px;
    text-align: center;
}
.headsocial a {

    float: none; 

}
.email {

    margin-bottom: 20px;
}

.menu li {

    width: 100%;
   text-align: left; 
}
.menu li a {
 width: 100%;
    float: left;
    line-height: 45px;
	padding-left:10px;
	padding-right:0;

 
}
.menu ul li ul {
    width: 100%;
    float: left;
	top:0;
position: relative;
    background-color: #EFEFEF;
 
}
.slogan {

    height: auto;
    text-align: center;
	padding-top:30px;
	padding-bottom:30px;
}
.slogan h2 {

    line-height:normal;margin-bottom: 35px;
}
.sloganbtn {float:none;}
.rezervasyon {width:100%;}
.haberduyuru {width:100%;}
#inputdk {

    margin-right: 5px;
}
.haberduyuru .list_carousel {height:210px;}
.list_carousel #foo2 li  {height:90px;margin-top:15px;overflow:hidden;margin-right:0px;}
#foo2 li img {width:105px;height:80px;}
.tanitim {
height: auto;
    background-image: url(../images/tatinimbg.jpg);
    background-repeat: repeat;

}
.tanblok {
   float: none; 
 width: auto; 

}
#foo4 li {width:280px;}
#foo4 li a img {width:140px;}
.list_carousel #foo5 li {
	width: 100px;
}
.markalar img {margin:15px;}
.footer {

    height: auto;

}

.footblok {
    float: none;
    width: 95%;
    margin: auto;
    display: block;
    margin-top: 40px;
}

.bigpage {

    margin-top: 0px;
	box-shadow:none;

}

.contentbaslik {font-size:22px;font-weight:bold;}
.arac {
 
    width: 90%;

}
.aracfoto {
   float: none;
   width:100%;

}
.aracfoto img {
    width: 256px;
    height: 150px;
}
.ozellikler {
    float: none;
    width: 100%;
    margin-top: 40px;
    margin: auto;
}

.rezerinfo {
    float: left;
    width: 100%;
    text-align: center;
	    margin-top: 25px;
}
.ozellikler span i {
   
    margin-bottom: 2px;

}
.ozellikler span {

	font-size:14px;
}

.pagecontent {
    float: left;
    width: 94%;

}

.sidebar {
    width: 94%;
}

.sayfa-galerisi a img {

    width: 130px;
    height: 100px;

}

.iletisiminfo {
 
    width: 90%;
}

.iletisim {width:100%;}
.list a img {

    width: 100px;
    height: 70px;

}
.list h4 a {

    font-size: 18px;
}
.list p {
  
    font-size: 15px;
    line-height: normal;
}
.list {
  
    height: 75px;
    overflow: hidden;
}
.sayfalama span a {

    font-size: 14px;

}
.blokbaslik h3 {
 
    font-size: 18px;

}

.ekstralar {
  
    width: 100%;
   
}
.rezrighttable {
    float: right;
    width: 100%;
}
.kisiselbilgiler table input, textarea {

    width: 150px;
  
}
.kisiselbilgiler .rezerbtn {
    width: 100%;
 
}
	
} /* responsive end */

   

.rezlefttable {
	float: left;
}


.rezerinfo table tr td span {
	font-size: 14px;
}
.rezerinfo table span {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.rezerinfo table tr td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
}

.diller {
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	
}
.diller select {
	width: 105px;
	background-color: #616161;
	color: #D3D3D3;border:none;
}

