
/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
body{
	top: 0px;
	/*font-family: 'Anaheim', sans-serif;*/
	background: url(../images/background-opt.jpg);
}
/*--header--*/
.header{
	background: #fff; /*
	background: -moz-linear-gradient(top,  rgba(215,217,203,1) 0%, rgba(255,255,255,1) 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(215,217,203,1)), color-stop(100%,rgba(255,255,255,1))); 
	background: -webkit-linear-gradient(top,  rgba(215,217,203,1) 0%,rgba(255,255,255,1) 100%); 
	background: -o-linear-gradient(top,  rgba(215,217,203,1) 0%,rgba(255,255,255,1) 100%); 
	background: -ms-linear-gradient(top,  rgba(215,217,203,1) 0%,rgba(255,255,255,1) 100%); 
	background: linear-gradient(to bottom,  rgba(215,217,203,1) 0%,rgba(255,255,255,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d9cb', endColorstr='#ffffff',GradientType=0 ); */
	position: relative;
}
.header .langs{
	position: absolute;
    width: 115px;
    margin: 10px;
}
.header img{
	margin-right: 3px;
}
.header .logo{
	    background: url('../images/header_bg.jpg') no-repeat center;
        height: 144px;
}
.header .logo img{
	display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
}
.wrap{
	width:960px;
	margin:0 auto;
}
.wrapper{
	/*box-shadow: 0 0 10px #999;*/
}
.menu{
	background:#fefefe;
	margin:0 10px;
}
.menu li {
	float:left;
	/*border-right:2px ridge #42473C;*/
	padding: 5px 4px;
}
.menu li  a{
    color: #373435;
    display: block;
    padding: 0px 3px 0 3px;
    font-size: 16px;
    border-right: 1px solid #000;
    /* text-align: center; */
    /* text-transform: uppercase; */
}
.menu li.active a, .menu li a:hover {
	color: #444;
	/*background:#444;*/
}
.menu li:nth-child(5) {
	border:none;
}
.logo{
	/*margin-top: 45px;*/
	text-align: center;
}
.logo h1 a{
	font-size:30px;
	color:#333333;
}
.preview{
	 padding: 20px;
	 background: #ffffff;
	 margin-left: 20px;
	 margin-right: 20px;
	 box-shadow: 0 0 10px #999;
	 margin-top: 30px;
}
.preview p{
	font-size:20px;
	text-align:center;
	font-weight: bold;
	color:#fff;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.preview h5{
	text-align: center;
}
.preview h5 a{
	background:#ed2f00;
	font-size: 20px;
	color:#fff;
	font-weight: bold;
	padding: 5px 10px;
	border-radius: .3em;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	box-shadow: 0 0 5px #cd9582;
}
/*--content--*/
.content{
	padding: 30px 10px 10px 10px;
}
.tariff-content{
	background: #fff;
	padding-top: 50px;
}
.istozel-content{
	background: #000;
	padding-top: 5px;
}
.content-top{
	margin-bottom: 40px;
}
.grid {
	width:286px;
	float:left;
	margin-right: 5px;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
	/*border:1px solid #E2E2E2;*/
}
.grid1 {
	width:360px;
	float:left;
	margin-right: 5px;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
	/*border:1px solid #E2E2E2;*/
}
.grid2 {
	width:274px;
	float:right;
	margin-right:0px;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
	/*border:1px solid #E2E2E2;*/
}/*
.user{
	background: #9ed41e;	
}
.services{
	background: #ddc831;
}
.setting{
	background: #c85341;
}*/
.pic{
	float:left;
}
.pic img{
	padding: 16px;
}
.desc{
	padding: 5px;
}
.desc p{
    color: #000;
    font-size: 18px;
    text-align: center;
}
.tariff{
	/*padding:20px;*/
	    font-size: 15px;
}
.tariff-image{
	float: left;
}
.tariff-image img{
	/*margin-right: 5px;*/
}
.text{
	-webkit-border-radius: .4em;
	-moz-border-radius: .4em;
	border-radius: .4em;
}
.services-top{
    padding: 10px 20px;
}
.services-desc{
	-webkit-border-radius: .4em;
	-moz-border-radius: .4em;
	border-radius: .4em;
	/*padding: 10px;*/
}
.register-form p{
	    text-align: center;
    font-weight: bold;
    font-size: 18px;
}
.register-form .form{
	width: 100%;
}
.register-form .form tr td input[type="text"]{
    height: 25px;
    margin: 5px;
    width: 90%;
    border: 1px solid #000;
    border-radius: 6px;
    padding: 0px 5px;
}
.register-form .form tr td input[type="submit"]{
	background: url('../images/oda-ara-buton.jpg');
	border:none;
	width: 81px;
	height: 33px;
}
.text p{
	font-size:13px;
	color:#000;
	line-height: 1.8em;
	margin-bottom: 20px;
}
.services-desc p{
	font-size:15px;
	color:#000;
 	margin-bottom: 20px;
}
span.yellow {
	background:#ddc831;
	text-transform: uppercase;
    color:#fff;
	padding: 8px 15px;
	font-weight: bold;
	font-size:11px;
}
span.yellow:hover {
	background: #73660a;
	color:#fff;
}
.content-bottom{
	 margin-bottom: 20px; 
}
.bottom-left{
    /* width: 355px; */
    /* float: left; */
    padding: 0 20px;
    margin-bottom: 30px;
}
.bottom-left h1{
	color:#C85341;
	font-size: 26px;
	margin-bottom: 20px;
}
.sidebar-nav li{
    /* list-style-image: url(../images/icon1.png); */
    margin-left: 20px;
    /* border-bottom: 1px dashed #e8e8e8; */
    margin-bottom: 5px;
    list-style-type: disc;
}
.sidebar-nav li a{
	font-size: 14px;
	color:#999;
	vertical-align: top;
}
.sidebar-nav li a:hover{
	color:#555;
}
.bottom-right{
    /*width: 573px;*/
    /* float: right; */
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.bottom-right .image{
	margin-bottom: 70px
}
.istozel-content .bottom-right h1{
	color: #fff;
	font-size: 26px;
	margin: 5px;
}
.main {
	margin-bottom: 20px;
}
.image{
	/*float:left;*/
	margin-bottom: 20px;
}
.image img{
	padding: 5px;
	background: #fdfdfd;
    width: 500px;
	box-shadow: 0 0 5px #999;
}
.box{
	float: right;
}
.b-box p{
	width:287px;
}
.b-box p.red{

	color:#980213;
}
.b-box p.bold,.footer-menu p.bold{
	font-weight: bold;
}
.b-box h3{
	font-size: 23px;
    text-decoration: underline;
    color: #980213;
}
.box p{
	width:280px;
	font-size:14px;
	color:#000;
	line-height: 1.8em;
}
.box h2{
	font-size:20px;
	margin-bottom: 10px;
	color:#C85341;
}
p span {
	background:#a9a37f;
	text-transform: uppercase;
    color:#fff;
	padding: 8px 15px;
	font-weight: bold;
	font-size:11px;
	cursor: pointer;
}
p span:hover {
	color:#fff;
	background: #999;
}
/*--services--*/
.news {
	padding: 20px 50px 20px 50px;
	border-bottom: 1px solid #f0f0f0;
}
.services-top h2{
	font-size: 26px;
	color:#C85341;
	margin-bottom: 10px;
}
.services-bottom{
	 margin-bottom: 40px;
}
.services-top p{
	color:#000;
	font-size:16px;
	margin-bottom: 20px;
	line-height: 1.5em;
}
.services-text h3{
	font-size:20px;
	color:#C85341;
	margin-bottom: 10px;
}
.services-preview{
	float:left;	
}
.services-preview img{
	padding: 5px;
	background: #FDFDFD;
	box-shadow: 0 0 5px #999;
	margin-right: 60px;
}
.services-preview img:hover{
	opacity: 3px;
}
.services-text p{
	color:#000;
	font-size:14px;
	line-height: 1.9em;
	width: 908px;
}
.services-nav li{
	list-style-image: url(../images/icon.png);
	font-size: 14px;
	color: #000;
	margin-bottom: 20px;
	margin-left: 20px;
}
/*--footer--*/
.footer{
	background: #FFF;
	padding: 40px;
}
.footer-menu li a{
	color: #777;
	font-size: 13px;
	display: block;
	margin: 10px 0;
}
.footer-menu li a:hover{
	color:#999;
}
.sub-footer{
	width: 320px;
    float: left;
    margin-right: 26px;
    border-right: 1px solid #BBBBBB;
    height: 120px;
}
.sub-footer h2{
	font-size: 20px;
	color: #000;
	margin-bottom: 10px;
	border-bottom: 1px dashed #555;
	padding-bottom: 5px;
}
.sub-footer1{
    width: 230px;
    float: left;
    margin-right: 0px;
    /* border-right: 1px solid #BBBBBB; */
    border-right: 1px solid #BBBBBB;
    height: 120px;
}
.sub-footer1 h2{
	font-size: 20px;
	color: #000;
	margin-bottom: 10px;
	border-bottom: 1px dashed #555;
	padding-bottom: 5px;
}
.sub-footer p{
	color: #777;
	/*font-size: 14px;
	line-height: 1.8em;*/
	width: 233px;
}
.footer-text h4{
	color: #888;
	font-size: 18px;
	padding-bottom: 15px;
	padding-left: 30px;
	border-bottom: 1px dashed #555;
}
.footer-menu h3{
    color: #000;
    font-size: 20px;
    font-size: 23px;
    text-decoration: underline;
}
.footer-menu ul p a{
	color:#000;
}
.footer-img{
	float: left;
}
.footer-img p a{
	color: #000;
	font-size: 14px;
}
.footer-img img{
	margin-right: 10px;
	vertical-align: top;
	margin-bottom: 20px;
}
.footer-pic {
    float: left;
    width: 220px;
    padding-top: 30px;
    text-align: center;
}
.sub-footer p {
	color: #000;
	/*font-size: 13px;
	line-height: 1.8em;*/
	width: 288px;
}
.sub-footer-right{
	text-align: right;
}
.footer-img img:hover{
	text-decoration: none;
	cursor: pointer;
	color: #9AA7AD;
	font-size: 18px;
	line-height: 24px;
	font-family: 'Droid Sans', sans-serif;
	width: 35px;
	height: 35px;
	overflow: hidden;
	display: inline-block;
	text-align: center;
	background: url(../images/fb.png);
	padding-top: 10px;
}
.footer .sub-footer-right table tr td{
	    text-align: center;
    width: 90px;
    font-size: 14px;
    line-height: 28px;
}
a.link-1 {
    text-decoration: none;
    cursor: pointer;
    color: #777;
    font-size: 13px;
    line-height: 24px;
    width: 30px;
    height: 30px;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    background: url(../images/fb-icon.png) 30px;
 }
a.link-1:hover {text-decoration:none; background-position:right 0;background: url(../images/fb.png) 31px;}
	a.link-2 {
    text-decoration: none;
    cursor: pointer;
    color: #777;
    font-size: 13px;
    line-height: 24px;
    width: 30px;
    height: 30px;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    background: url(../images/tw-icon.png) 30px;
}
a.link-2:hover {text-decoration:none; background-position:right 0;background: url(../images/tw.png) 31px;}
a.link-3 {
	text-decoration: none;
	cursor: pointer;
	color: #777;
	font-size: 13px;
	line-height: 24px;
	width: 30px;
	height: 30px;
	overflow: hidden;
	display: inline-block;
	text-align: center;
	background: url(../images/ins-icon.jpg) 33px;
	/*padding: 0 46px 20px;*/
}
a.link-3:hover { text-decoration:none; background-position:right 0;background: url(../images/ins-icon.jpg) 32px;}
a.link-4 {
	text-decoration: none;
	cursor: pointer;
	color: #777;
	font-size: 13px;
	line-height: 24px;
	width: 30px;
	height: 30px;
	overflow: hidden;
	display: inline-block;
	text-align: center;
	background: url(../images/youtube-icon.jpg) 32px;
	/*padding: 0 46px;*/
}
a.link-4:hover { text-decoration:none; background-position:right 0;background: url(../images/youtube-icon.jpg) 31px;}
.footer-bottom{
	background: #333;
	padding: 10px;
}
.copy{
	text-align: center;
	font-size:13px;
	color:#888;
}
.copy a{
	color:#fff;
}
.copy a:hover{
	text-decoration: underline;
}
.none-paddingtop{
	    padding-top: 0px !important;
}
/*--contact--*/
.istozel-ptitle{
    background: url(../images/ist-ozel-title-bg.jpg);
    height: 41px;
    width: 99%;
    margin-left: auto;
    margin-right: auto;
    /* top: 10px; */
}
.istozel-ptitle span{
	color: #fff;
    padding-left: 10px;
    /* padding-top: 20px; */
    line-height: 41px;
    height: 41px;
    display: block;
}
.istozel-ptitle img{
    padding: 7px 7px 0px 0px;
    float: left;
}
.ptitle{
    background: url(../images/title-bg.jpg);
    height: 41px;
    width: 99%;
    margin-left: auto;
    margin-right: auto;
    /* top: 10px; */
}
.ptitle span{
	color: #EBD5A4;
    padding-left: 10px;
    /* padding-top: 20px; */
    line-height: 41px;
    height: 41px;
    display: block;
}
.ptitle img{
    padding: 7px 7px 0px 0px;
    float: left;
}
.stitle{
	    padding: 3px 0;
    border-bottom: 2px solid #580318;
    margin: 10px;
    text-align: left;
    font-size: 20px;
    color: #580318;
    font-weight: bold;
}
.contact{
	padding: 30px 50px 30px 50px;
}
.contact-right{
	width:400px;
	float: right;
}
.b-box{
	margin-left: 10px;
}
.b-box a{
	color: #C85341;
}
.b-box h1{
	margin: 0 0 12px 0;
	font-size: 26px;
	color: #C85341;
}
.contact-left{
	float: left;
	    width: 400px;
}
.contact-right h5{
	font-size:26px;
	color:#C85341;
	margin-bottom: 20px;
}
.contact-det{
	 padding-top: 30px;
}
.contact-det p{
	font-size:14px;
	color:#888;
	margin-bottom: 5px;
}
.contact-img {
	float: left;
}
.contact-img img{
	margin-bottom: 10px;
	margin-right: 20px;
}
/* form */
.form{
	font-size:.8em;
}
form span{
	display:block;
	color:#aaa;
	font-size:14px;
}
.contact input[type="text"]{
	padding:8px 5px;
	width:340px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	margin:5px 0 30px 0;
	border:1px solid #C4C8CA;
	color: #999;
	background:#fff;
	-webkit-border-radius:.2em;
   -moz-border-radius:.2em;
		border-radius:.2em;
	outline: none;
}
.contact form textarea {
	width: 340px;
	font-size: 15px;
	margin:10px 0;
    border:1px solid #C4C8CA;
	color:#999;
	font-family:Arial, Helvetica, sans-serif;
	-webkit-border-radius: .2em;
	-moz-border-radius: .2em;
	border-radius: .2em;
	outline: none;
	font-family: Arial;
	margin-bottom: 25px;
	height:100px;
	padding: 7px;
	resize:none;
}
 form input[type=submit]{
	background: none;
	color: #777;
	padding: 10px 20px;
	border: 1px solid #C4C8CA;
	cursor: pointer;
	-webkit-border-radius: .2em;
	-moz-border-radius: .2em;
	border-radius: .2em;
}
 form input[type=submit]:hover{
	background:#f0f0f0;
	color:#555;
}
/* Default buttons */
.button { display:inline-block; text-decoration:none; outline:none; cursor:pointer; font:bold 12px/1em HelveticaNeue, Arial, sans-serif; padding:8px 11px; color:#555; text-shadow:0 1px 0 #fff; background:#f5f5f5; background:-webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f0f0f0)); background:-moz-linear-gradient(top, #f9f9f9, #f0f0f0); border:1px solid #dedede; border-color:#dedede #d8d8d8 #d3d3d3; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; -webkit-box-shadow:0 1px 2px #eaeaea, inset 0 1px 0 #fbfbfb; -moz-box-shadow:0 1px 2px #eaeaea, inset 0 1px 0 #fbfbfb; box-shadow:0 1px 2px #eaeaea, inset 0 1px 0 #fbfbfb;
	}
	.button:hover,
	.button:focus { color:#555; background:#efefef; background:-webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#e9e9e9)); background:-moz-linear-gradient(top, #f9f9f9, #e9e9e9); border-color:#ccc; -webkit-box-shadow:0 2px 1px #e0e0e0, inset 0 1px 0 #fbfbfb; -moz-box-shadow:0 2px 1px #e0e0e0, inset 0 1px 0 #fbfbfb; box-shadow:0 1px 2px #e0e0e0, inset 0 1px 0 #fbfbfb;}
	.button:active { position:relative; top:1px; color:#555; background:#efefef; background:-webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#f4f4f4)); background:-moz-linear-gradient(top, #eaeaea, #f4f4f4); border-color:#c6c6c6; -webkit-box-shadow:0 1px 0 #fff, inset 0 0 5px #ddd; -moz-box-shadow:0 1px 0 #fff, inset 0 0 5px #ddd; box-shadow:0 1px 0 #fff, inset 0 0 5px #ddd;}
	.button.rounded { padding:8px 18px; -webkit-border-radius:15px; -moz-border-radius:15px; border-radius:15px;}
	input.button,
	button.button {  *width:auto; *overflow:visible;} 
	.button img { border:none; vertical-align:bottom;}
.map{
	border: 1px solid #C4C8CA;
}
/*--food&beverage--*/
.content-beverage{
	padding: 40px;
}
.beverage-image{
    /* float: left; */
    /* border: 1px solid #f0f0f0; */
    padding: 5px 5px;
}
.beverage-image img{
    margin-right: 5px;
    /* border: 4px solid #f0f0f0; */
    height: 200px;
        margin-top: 5px;
}
/*--tariff--*/
.tariff-box{
	padding: 20px 50px 20px 50px;	
}
.sub{
	margin-top: 20px;
}
.sub-head{
    width: 295px;
    float: left;
    padding: 0 9px;
    text-align: center;
}
.sub-head img{
	/*padding: 2px;
	background: #fdfdfd;
	box-shadow: 0 0 5px #999;*/
}
.sub-head h2{
font-size: 18px;
    color: #580318;
    padding: 5px 0;
    font-weight: bold;
    margin: 5px 20px;
    border-top: 1px solid #580318;
    border-bottom: 1px solid #580318;
}
.sub-head  p{
	margin-top:14px;
	margin-bottom:24px;
	color:#000;
	font-size:14px;
	line-height: 1.8em;
	width:271px;
}
.sub-head  p  a{
	font-size:12px;
	color:#999; 
}
.sub1{
	margin-bottom: 50px;
}
.tariff-pic{
	float:left;
}
.tariff-desc{
	float:left;
	margin:0 0 0 20px;
	width:318px;
}
.tariff-desc h3{
	font-size:26px;
	color:#C85341;
}	
.tariff-desc  p{
	margin-top:10px;
	font-size:14px;
	color:#000;
	line-height: 2em;
}
.tariff-desc span  a{
	color:#999;
	font-size:10px;
}
.tariff_table { color:#7F7F7F; border-collapse:collapse}
.tariff_table,
.tariff_table caption { border-right:1px solid #CCC; border-left:1px solid #CCC}
.tariff_table caption,
.tariff_table th,
.tariff_table td { border-left:0; padding:10px;text-align: center}
.tariff_table caption,
.tariff_table thead th,
.tariff_table tfoot th,
.tariff_table tfoot td { background-color:#333; color:#FFF; font-weight:bold; text-transform:uppercase}
.tariff_table thead th { background-color:#333; color:#fff; text-align:center}
.tariff_table tbody th { padding:20px 10px}
.tariff_table tbody tr.odd { background-color:#F7F7F7; color:#666}
.tariff_table tbody a { padding:1px 2px; color:#333; text-decoration:none; border-bottom:1px dotted #E63C1E}
.tariff_table tbody a:active,
.tariff_table tbody a:hover,
.tariff_table tbody a:focus,
.tariff_table tbody a:visited { color:#666}
.tariff_table tbody tr:hover { background-color:#EEE; color:#333}
.tariff_table tbody tr:hover a { background-color:#FFF}
.tariff_table tbody td+td+td+td a { color:#333; font-weight:bold; border-bottom:0}
.tariff_table tbody td+td+td+td a:active,
.tariff_table tbody td+td+td+td a:hover,
.tariff_table tbody td+td+td+td a:focus,
.tariff_table tbody td+td+td+td a:visited { color:#333;background: #F0F0F0}

.white_bg{
	background: #fff;
}
.padding-top50{
	padding-top:50px;
} 
#ui-datepicker-div{font-size:13px;}

.hselect{
	width: 270px;
	border: 1px solid #000;
	border-radius: 6px;
	padding: 6px;
	margin-bottom:3px;
	margin-left: 5px;
}