html, body
{
	padding: 0;
	margin: 0;
}
html
{
	height: 100%;
}

body
{
	background-color: #fff;
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	line-height: 22px;
	color: #666;
	min-height: 100%;
	position: relative;
	-webkit-text-size-adjust: none;
}
body *
{
	text-shadow: none;
}
h1, h2, h3, h4, h5, h6
{
	font-weight: bold;
	
}
h1, h2, h3
{
	font-size: 14px;
	font-weight:bold;
	
}
h4, h5, h6
{
	font-size: 12px;
	font-weight:bold;
}
p
{
	margin: 0 0 5px 0;
}

img {
	display:block;
    border: 0 none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
	margin:0 auto;
}

a, a:link, a:active, a:visited, a:hover
{
	color: inherit;
	text-decoration: underline;
}
a.button,
span.button,
select,
input[type="text"],
input[type="password"],input[type="email"]
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	border-radius: 5px;
	text-transform: none;
	text-indent: 0;
	font-weight: bold;
	vertical-align: middle;
	line-height: 20px;
	display: block;
	height: 30px;
	width: 100%;
	padding: 5px 10px;
}

input[type="checkbox"] { float:left; height:25px; width:25px;
}
input[type="radio"] { float:left; height:15px; width:15px; }

label { display:block; float:left; margin:0; padding:0; }

textarea {
	border:1px solid #CCC;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	border-radius: 5px;
	text-transform: none;
	text-indent: 0;
	font-weight: bold;
	vertical-align: middle;
	line-height: 20px;
	display: block;
	width: 100%;
	padding: 5px 10px;
}

a.button,
span.button
{
	background: #4BD963;
	color: #fff !important;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
}
select,
input[type="text"],
input[type="password"],input[type="email"]

{
	background: #fff;
	border: 1px solid #ccc;
}
.mm-label.button
{
	text-indent: 0 !important;
	padding: 20px 20px 40px 20px !important;
}

pre
{
	font-size: 12px;
	width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
nav:not(.mm-menu)
{
	display: none;
}

.header,
.content
{ text-align:center; }


.header
{
	background: #ffd200;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 40px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	width: 100%;
	height: 40px;
	padding: 0 50px;
}

.footer { background-color:#00c6ff; bottom:0px; color:#fff; padding:5px 0 15px 0; position:relative; text-align:center; }
.footer .sosyal-medya { border-bottom:1px solid #00c6ff; margin:0 auto; padding:0 0 5px 0; }
.footer .sosyal-medya b { display:none; }
.footer .sosyal-medya ul { display:block; list-style-type:none; margin:0 auto; padding:0; width:300px; }
.footer .sosyal-medya ul li { float:left; margin:5px 5px; }
.footer .sosyal-medya ul li a { display:block; height:24px; width:24px; }
.footer .sosyal-medya ul li.facebook { background:url(../img/page-img.png) no-repeat -56px -621px; display:block; height:24px; width:24px; }
.footer .sosyal-medya ul li.twitter { background:url(../img/page-img.png) no-repeat -84px -621px; display:block; height:24px; width:24px; }
.footer .sosyal-medya ul li.googleplus { background:url(../img/page-img.png) no-repeat -112px -621px; display:block; height:24px; width:24px; }
.footer .sosyal-medya ul li.youtube { background:url(../img/page-img.png) no-repeat -140px -621px; display:block; height:24px; width:24px; }
.footer .sosyal-medya ul li.instagram { background:url(../img/page-img.png) no-repeat -84px -649px; display:block; height:24px; width:24px; }
.footer .sosyal-medya ul li.whatsapp { background:url(../img/page-img.png) no-repeat -56px -649px; display:block; height:24px; width:24px; }

.footer .footer-link { background-color:#ffd200 !important; padding:10px; }
.footer .footer-link ul { background-color:#ffd200 !important; display:block; list-style-type:none; margin:5px auto; padding:0; width:100%; }
.footer .footer-link ul li { background-color:#ffd200 !important; display:block; float:left; font-weight:bold; height:24px; text-align:left; width:50%; }
.footer .footer-link ul li { color:#fff !important; font-size:14px; font-weight:bold; text-align:left; }
.footer .footer-link ul li a { color:#fff !important; height:24px; text-decoration:none; }
.footer .footer-link ul li.whatsapp { }
.footer .footer-link ul li a.whatsapp { background:url(../img/whatsapp.png) no-repeat right center; display:inline-block; padding-right:30px; }
.footer .footer-link ul li.whatsapp b { display:block; float:left; }
.footer .footer-link ul li a.contact { height:24px; margin:0 auto; text-align:left; }

@media (max-width: 600px) {
  .footer .footer-link ul li { text-align:center; width:100%; }
  .footer .footer-link ul li.whatsapp { text-align:center; }
}

.footer .copyright { color:#fff; text-align:center; padding:10px 5px; }
.footer .copyright ul { list-style-type:none; margin:0; padding:0; }
.footer .copyright ul li { }
.footer .copyright ul li.desktop { background:url(../img/page-img.png) no-repeat -196px -623px; display:block; float:left; height:21px; margin:1px 0 0 10px; width:24px; }
.footer .copyright ul li.desktop a { display:block; height:21px; width:24px; }
.footer .copyright ul li.mobile { background:url(../img/page-img.png) no-repeat -172px -621px; display:block; float:left; height:24px; margin-left:5px; width:17px; }
.footer .copyright ul li.mobile a { display:block; height:24px; width:17px; }
.footer .copyright ul li.firma { color:#fff; float:left; margin-bottom:10px; }
.footer .copyright ul li.sitemap { color:#fff; float:right; margin-bottom:10px;}
.footer .copyright ul li.sitemap a { text-decoration:none;  }
.footer .copyright ul li.designed { background:url(../img/page-img.png) no-repeat -228px -621px; border:0px; display:block; height:24px; width:72px; float:right; }
.footer .copyright ul li.designed a { display:block; height:24px; width:72px;}

.footer .banka { margin:0px 0; }

.header a.leftmenu,a.rightmenu
{
	background: center center no-repeat transparent;
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
}

.header a.leftmenu { left: 0.1%; padding-right:10px;  }
.header a.leftmenu i { font-size:22px;color:#000 !important; }
.header a.rightmenu { right: 0.1%; padding-left:10px;   }
.header a.rightmenu i { font-size:22px; color:#000 !important;}

.content
{
	padding: 150px 50px 50px 50px;
}

.fa
{
	font-size: 17px;
	margin: 0 10px 0 4px;
}
body.no-icons .fa
{
	display: none;
}


html.mm-opened.mm-zoom-menu body
{
	 background: #333;
}
html.mm-opened.mm-zoom-menu.mm-light body
{
	background: #f3f3f3;
}
html.mm-opened.mm-zoom-menu.mm-black body
{
	background: #4b4b4b;
}
html.mm-opened.mm-zoom-menu.mm-white body
{
	background: #fff;
}
html.mm-opened.mm-zoom-menu .mm-page
{
	background-color: #fff;
}

/*Mutlu Start*/
section { clear:both; padding:5px; }
section h1 { border-bottom:1px solid #CCC; margin:0 0 10px 0; padding:0 0 5px 0; text-align:center; }
section h1.left { border-bottom:1px solid #CCC; margin:0 0 10px 0; padding:0 0 5px 0; text-align:right; }
section h2 { font-size:12px; text-align:left; }
section h2.car-list-header { background-color:#4b4b4b; color:#fff; font-size:12px; margin:0 0 10px 0; padding:3px; text-align:left; }
section p { text-align:justify; } 
section table { border:0px; width:100%; }
section table tr>td.lbl-bsk { text-align:right; width:30%; }
section table tr>td.form-btn { width:100%; }
section table tr>td.form-btn a { background-color:#ffd200; color:#000; display:block; font-size:14px; font-weight:bold; margin:10px 0; padding:15px 0; text-align:center; text-decoration:none; width:100%; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; }
section table tr>td.form-btn a:hover { background-color:#ffd200; }

section table tr>td.form-btn { width:100%; }
section table tr>td.form-btn input { background-color:#ffd200; color:#fff; display:block; font-size:14px; font-weight:bold; margin:10px 0; padding:15px 0; text-align:center; text-decoration:none; width:100%; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; border:0; cursor:pointer;-webkit-appearance: none; -webkit-appearance: none; }
/*section table tr>td.form-btn input:hover { background-color:#4b4b4b; }*/

/*News List Start*/

section ul.haber-liste { list-style-type:none; margin:0; padding:0; } 
section ul.haber-liste li { border:1px solid #CCC; clear:both; color:#4b4b4b; margin:0 0 5px 0; }
section ul.haber-liste li img { border: 0 none; display:block; height:auto; max-width: 100%; vertical-align: middle; margin:0 auto; }
section ul.haber-liste li h1 { border:0; color:#4b4b4b; margin:0; padding:0; text-align:left; }
section ul.haber-liste li a { display:block; padding:3px; text-decoration:none; }
section ul.haber-liste li a:hover { background-color:#ccc; }

section ul.haber-liste li:nth-child(odd) { background-color:#f1f1f1; }

/*News List Finish*/

/*News Details Start*/

section ul.haber-detay { list-style-type:none; margin:0; padding:0; } 
section ul.haber-detay li {	border-bottom:7px solid #CCC; border-left:1px solid #CCC; border-right:1px solid #CCC; border-top:1px solid #CCC; clear:both; margin:0 0 5px 0; padding:3px; }
section ul.haber-detay li img { border: 0 none; display:block;	height:auto; max-width: 100%; vertical-align: middle; margin:0 auto; }
section ul.haber-detay li h1 { border:0; color:#4b4b4b; margin:0; padding:0; text-align:left; }
section span.haberlistelink { }
section span.haberlistelink a { display:block; text-align:right; text-decoration:none; }

/*News Details Finish*/
/*News List and Haber Details Finish*/

/*Cars List Start*/

section ul.arac-liste { list-style-type:none; margin:0; padding:0; } 
section ul.arac-liste li { border:1px solid #CCC; clear:both; color:#4b4b4b; margin:0 0 5px 0; }
section ul.arac-liste li img { border: 0 none; display:block; height:auto; max-width: 100%; vertical-align: middle; margin:0 auto; }
section ul.arac-liste li h1 { border:0; color:#4b4b4b; margin:0; padding:0; text-align:left; }
section ul.arac-liste li a { display:block; padding:3px; text-decoration:none; }
section ul.arac-liste li a:hover { background-color:#ccc; }
section ul.arac-liste li:nth-child(odd) { background-color:#f1f1f1; }

/*Cars List Finish*/

/*Ekstra/Sigorta Seç Start*/

section .ekstra-sigorta-sec { }
section .ekstra-sigorta-sec fieldset {}
section .ekstra-sigorta-sec fieldset ul li { border-bottom:1px solid #f1f1f1; clear:both; padding:0 0 3px 0; margin-bottom:5px; min-height:25px;}
section .ekstra-sigorta-sec fieldset ul li input { display:block; margin:0; padding:0; }
section .ekstra-sigorta-sec fieldset ul li label { display:block; float:left; margin:2px; padding:0; width:50%;}
section .ekstra-sigorta-sec fieldset ul li span.ekstradty { display:block; float:right; margin:0; padding:0;}
section .ekstra-sigorta-sec fieldset ul li span.ekstraodmskl { display:block; float:right; margin:0; padding:0; font-size:10px; position:relative; top:-7px; }

/*Ekstra/Sigorta Seç Finish*/

/*Location List Start*/

section ul.lokasyon-liste { list-style-type:none; margin:0; padding:0; } 
section ul.lokasyon-liste li { border:1px solid #CCC; clear:both; color:#4b4b4b; margin:0 0 5px 0; width:100%; }
section ul.lokasyon-liste li a { display:block; padding:3px; text-decoration:none; }
section ul.lokasyon-liste li a:hover { background-color:#ccc; }

section ul.lokasyon-liste li:nth-child(odd) { background-color:#f1f1f1; }

/*Location List Finish*/

/*Location Details Start*/

section .lokasyon-detay { border: 0 none;	height:auto; max-width: 100%; vertical-align: middle; }
section .lokasyon-detay h1 { border:0; color:#4b4b4b; margin:0; padding:0; text-align:left; }
section .lokasyon-detay p { display:block; margin:10px 0; }
section .lokasyon-detay table { margin:5px 0 5px 0; padding:0; width:100%; }
section .lokasyon-detay table tr td { border:1px solid #ccc; margin:0; padding:0; text-align:center; }
section .lokasyon-detay table tr td.none { background-color:#fff; border:0px; }
section .lokasyon-detay table tr td.textleft { text-align:left; }
section .lokasyon-detay table tr:nth-child(odd) { background-color:#f1f1f1; }
section .lokasyon-detay .map { margin:5px 0; height:180px; }
section .lokasyon-detay .lokasyon-fiyat { clear:both; display:block; }
section .lokasyon-detay .lokasyon-fiyat span { background-color:#4b4b4b; clear:both; color:#fff; display:block; float:right; text-align:center; width:60%; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; position: relative; }
section .lokasyon-detay .lokasyon-fiyat span:after { right: 100%; top: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(136, 183, 213, 0); border-right-color: #4b4b4b; border-width: 7px; margin-top: -7px; }
section .lokasyon-detay .lokasyon-fiyat span b { font-size:16px; }

section table.lokasyon-tek-yon { font-size:11px; margin:5px 0 5px 0; padding:0; width:100%; }
section table.lokasyon-tek-yon tr td { border:1px solid #ccc; margin:0; padding:0; text-align:center; }
section table.lokasyon-tek-yon tr[value="baslik"] { background-color:#4b4b4b; border:0px; color:#fff; font-weight:bold; line-height:15px; }
section table.lokasyon-tek-yon tr td.textleft { text-align:left; width:70%; }
section table.lokasyon-tek-yon tr td span { display:block; }
section table.lokasyon-tek-yon tr:nth-child(even) { background-color:#f1f1f1; }
section table.lokasyon-tek-yon tr td a { display:block; text-decoration:none; }
section table.lokasyon-tek-yon tr:hover { background-color:#ccc; }

section table.rezervasyon-detay { font-size:11px; margin:5px 0 5px 0; padding:0; width:100%; }
section table.rezervasyon-detay tr td { border:1px solid #ccc; margin:0; padding:0; text-align:center; }
section table.rezervasyon-detay tr td[value="baslik"] { color:#4b4b4b; font-weight:bold; padding-left:5px; text-align:left; width:40%; }
section table.rezervasyon-detay tr td.textleft { text-align:left; padding-left:5px; }
section table.rezervasyon-detay tr td.none { background-color:#fff; border:none; width:40%; }
section table.rezervasyon-detay tr td span { display:block; }
section table.rezervasyon-detay tr:nth-child(even) { background-color:#f1f1f1; }
section table.rezervasyon-detay tr td a { display:block; text-decoration:none; }
section table.rezervasyon-detay tr:hover { background-color:#ccc; }
section table.rezervasyon-detay tr td.guncelle { border:0px; }
section table.rezervasyon-detay tr td.guncelle a { background-color:#4b4b4b; color:#fff; display:block; font-size:12px; font-weight:bold; margin:0; padding:6px 0; text-align:center; text-decoration:none; width:100%; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; }
section table.rezervasyon-detay tr td.guncelle a:hover { background-color:#F00; }

section table.mesafe-hesapla { margin:5px 0; padding:0; width:100%; }
section table.mesafe-hesapla tr td { margin:0; padding:2px; text-align:center; vertical-align:middle; }
section table.mesafe-hesapla tr td input { float:left; padding-left:25px; width:70%; }
section table.mesafe-hesapla tr td[value="baslik"] { color:#4b4b4b; line-height:15px; padding-left:5px; text-align:left; }
section table.mesafe-hesapla tr td.textleft { text-align:left; width:70%; }
section table.mesafe-hesapla tr td i { position:absolute; left:10px; margin-top:5px; }
section table.mesafe-hesapla tr td span { display:block; float:left; margin:3px 0 0 0; width:30% }
section table.mesafe-hesapla tr td span.mesafe { background-color:#F00; color:#fff; display:block; float:left; font-size:14px; font-weight:bold; margin:0 1px; padding:10px 5px; text-align:left; width:100%; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
section table.mesafe-hesapla tr td span.mesafe i { position:static; margin:0 10px 0 0; }
section table.mesafe-hesapla tr td span.sure { background-color:#F00; color:#fff; display:block; float:right; font-size:14px; font-weight:bold; margin:0 1px; padding:10px 5px; text-align:right; width:100%; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
section table.mesafe-hesapla tr td span.sure i { position:static; margin:0 10px 0 0; }
section table.mesafe-hesapla tr td a { display:block; text-decoration:none; }
section table.mesafe-hesapla tr td.hesapla-btn { width:50%; }
section table.mesafe-hesapla tr td.hesapla-btn a { background-color:#4b4b4b; color:#fff; display:block; font-size:12px; font-weight:bold; margin:0; padding:3px 0; text-align:center; text-decoration:none; width:100%; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; }
section table.mesafe-hesapla tr td.hesapla-btn a:hover { background-color:#F00; }

/*Location Details Finish*/

/*Car Fleet List Start*/

section .car-fleet-list { border-bottom:1px solid #ccc; float:left; margin:2px 0; padding:5px 0; width:100%; }
section .car-fleet-list img { display:block; border: 0 none; height: auto; max-width: 100%; vertical-align: middle; margin:0 auto; }
section .car-fleet-list b { display:block; text-align:center; }
section .car-fleet-list ul { list-style-type:none; margin:0; padding:0; }
section .car-fleet-list ul li { border:1px solid #e9e9e9; float:left; margin:0 1% 2px 1%; padding:0 2px; width:45%; }
section .car-fleet-list ul li.none { display:none; }
section .car-fleet-list span { display:block; margin:10px 0; text-align:right; }
section .car-fleet-list span strong { font-size:16px; }
section .car-fleet-list a { color:#fff; display:block; text-decoration:none; padding:3px; width:45%; text-align:center; }
section .car-fleet-list a.detay { background-color:#999; float:left; margin-right:2px; }
section .car-fleet-list a.kirala { background-color:#4b4b4b; float:right; }
section .car-fleet-list ul li i.person { background:url(../img/page-img.png) no-repeat -228px -587px; display:block; float:left; height:17px; margin:2px 5px 0 0; width:17px; }
section .car-fleet-list ul li i.bag { background:url(../img/page-img.png) no-repeat -284px -587px; display:block; float:left; height:17px; margin:2px 5px 0 0; width:17px; }
section .car-fleet-list ul li i.door { background:url(../img/page-img.png) no-repeat -32px -621px; display:block; float:left; height:17px; margin:2px 5px 0 0; width:17px; }
section .car-fleet-list ul li i.gear { background:url(../img/page-img.png) no-repeat -256px -587px; display:block; float:left; height:17px; margin:2px 5px 0 0; width:17px; }
section .car-fleet-list ul li i.fuel { background:url(../img/page-img.png) no-repeat -4px -621px; display:block; float:left; height:17px; margin:2px 5px 0 0; width:17px; }
section .car-fleet-list ul li i.klima { background:url(../img/page-img.png) no-repeat -161px -679px; display:block; float:left; height:17px; margin:2px 5px 0 0; width:17px; }
section .car-fleet-list ul li i.navigasyon { background:url(../img/page-img.png) no-repeat -94px -679px; display:block; float:left; height:17px; margin:2px 5px 0 0; width:17px; }

/*Car Fleet List Finish*/

/*Car Details Start*/

section .car-details { }
section .car-details h2 { background-color:#fff; border-bottom:1px solid #ccc; color:#4d4d4d; margin:5px 0 10px 0; }
section .car-details span.fyt { background-color:#4b4b4b; clear:both; color:#fff; display:block; float:right; text-align:center; width:40%; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; position: relative; }
section .car-details span.fyt:after { right: 100%; top: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(136, 183, 213, 0); border-right-color: #4b4b4b; border-width: 7px; margin-top: -7px; }
section .car-details span.fyt b { font-size:16px; }
section .car-details span.dhl {float:right; font-weight:bold;}
section .car-details p { display:block; margin:5px 0; }
section .car-details p i { margin-left:0px; }
section .car-details ul { list-style-type:none; margin:0; padding:0; }
section .car-details ul li { border:1px solid #e9e9e9; float:left; margin:0 2px 2px 2px; padding:0 2px; width:46%; }
section .car-details ul li.none { display:none; }
section .car-details ul li i.person { background:url(../img/page-img.png) no-repeat -228px -587px; display:block; float:left; height:17px; margin:2px 5px 0 0; width:17px; }
section .car-details ul li i.bag { background:url(../img/page-img.png) no-repeat -284px -587px; display:block; float:left; height:17px; margin:2px 5px 0 0; width:17px; }
section .car-details ul li i.door { background:url(../img/page-img.png) no-repeat -32px -621px; display:block; float:left; height:17px; margin:2px 5px 0 0; width:17px; }
section .car-details ul li i.gear { background:url(../img/page-img.png) no-repeat -256px -587px; display:block; float:left; height:17px; margin:2px 5px 0 0; width:17px; }
section .car-details ul li i.fuel { background:url(../img/page-img.png) no-repeat -4px -621px; display:block; float:left; height:17px; margin:2px 5px 0 0; width:17px; }
section .car-details ul li i.klima { background:url(../img/page-img.png) no-repeat -161px -679px; display:block; float:left; height:17px; margin:2px 5px 0 0; width:17px; }
section .car-details ul li i.navigasyon { background:url(../img/page-img.png) no-repeat -94px -679px; display:block; float:left; height:17px; margin:2px 5px 0 0; width:17px; }
section .car-details ul.dahil-hizmetler { list-style-type:none; margin:0 0 10px 0; padding:0; }
section .car-details ul.dahil-hizmetler li { float:none; border-bottom:1px solid #e9e9e9; border-left:0; border-right:0; border-top:0; width:100%; margin:2px 0; }
/*Car Details Finish*/

/*Filters Options Start*/

section .sinif-sec-filtre { background-color:#f1f1f1; border:1px solid #ccc; margin-bottom:10px; padding:5px; }
section .sinif-sec-filtre ul { list-style-type:none; margin:0; padding:0; }
section .sinif-sec-filtre ul li { background-color:#f1f1f1; margin:5px 0; padding:0; }
section .sinif-sec-filtre ul li a { display:block; text-decoration:none; }
section .sinif-sec-filtre ul li i { float:right; }
section .sinif-sec-filtre ul li p { display:block; margin:0; padding:5px 0; }
section .sinif-sec-filtre ul li h3 { display:block; font-size:12px; margin:0; padding:0; }
section .sinif-sec-filtre ul li h3 strong { color:#4b4b4b; float:right; }
section .sinif-sec-filtre ul li .panel { border-top:1px solid #ccc; margin:10px 0; }
section .sinif-sec-filtre ul li .panel ul li { clear:both; }
section .sinif-sec-filtre ul li .panel ul li a { background-color:#4b4b4b; clear:both; color:#fff; display:block; padding:10px 0; text-align:center; text-decoration:none; }

/*Filters Options Finish*/

/*Rezervasyon Detay Göster Start*/

section .rezervasyon-detay-goster { background-color:#767676; margin-bottom:10px; padding:5px; }
section .rezervasyon-detay-goster ul { list-style-type:none; margin:0; padding:0; }
section .rezervasyon-detay-goster ul li { background-color:#767676; margin:5px 0; padding:0; }
section .rezervasyon-detay-goster ul li a { display:block; text-decoration:none; }
section .rezervasyon-detay-goster ul li i { float:left;}
section .rezervasyon-detay-goster ul li p { display:block; margin:0; padding:5px 0; }
section .rezervasyon-detay-goster ul li h3 { display:block; font-size:12px; margin:0; padding:0;color:#fff; }
section .rezervasyon-detay-goster ul li h3 strong { color:#fff; float:right; }

section .rezervasyon-detay-goster ul li i.person { background:url(../img/page-img.png) no-repeat -228px -587px; display:block; float:left; height:17px; margin:2px 2px 0 0; width:17px; }
section .rezervasyon-detay-goster ul li i.bag { background:url(../img/page-img.png) no-repeat -284px -587px; display:block; float:left; height:17px; margin:2px 2px 0 0; width:17px; }
section .rezervasyon-detay-goster ul li i.door { background:url(../img/page-img.png) no-repeat -32px -621px; display:block; float:left; height:17px; margin:2px 2px 0 0; width:17px; }
section .rezervasyon-detay-goster ul li i.gear { background:url(../img/page-img.png) no-repeat -256px -587px; display:block; float:left; height:17px; margin:2px 2px 0 0; width:17px; }
section .rezervasyon-detay-goster ul li i.fuel { background:url(../img/page-img.png) no-repeat -4px -621px; display:block; float:left; height:17px; margin:2px 2px 0 0; width:17px; }
section .rezervasyon-detay-goster ul li i.klima { background:url(../img/page-img.png) no-repeat -161px -679px; display:block; float:left; height:17px; margin:2px 5px 0 0; width:17px; }
section .rezervasyon-detay-goster ul li i.navigasyon { background:url(../img/page-img.png) no-repeat -94px -679px; display:block; float:left; height:17px; margin:2px 5px 0 0; width:17px; }

section .rezervasyon-detay-goster ul li .panel { border-top:0px solid #ccc; margin:3px 0;background-color:#fff; }
section .rezervasyon-detay-goster ul li .panel ul.w100 { background-color:#fff; border:1px solid #ccc; margin:5px 0 5px 0; padding:5px; }
section .rezervasyon-detay-goster ul li .panel ul.w100 li { background-color:#fff; clear:both; }
section .rezervasyon-detay-goster ul li .panel ul.w100 li a { background-color:#ffd200; clear:both; color:#fff; display:block; padding:10px 0; text-align:center; text-decoration:none; }
section .rezervasyon-detay-goster ul li .panel ul.w100 li b { border-bottom:1px solid #ccc; display:block; padding:5px 0; }
section .rezervasyon-detay-goster ul li .panel ul.w100 li h2 { text-align:center; }
section .rezervasyon-detay-goster ul li .panel ul.w100 li table tr td.snc { font-weight:bold; text-align:right; }

section .odeme { background-color:#f1f1f1; border:1px dashed #ccc; margin:10px 0 5px 0; }
section .odeme ul { border:none; list-style-type:none; margin:0; padding:5px; }
section .odeme li.sonra-ode { clear:none; display:block; float:left; margin:0; padding:0; width:49%; }
section .odeme li.sonra-ode span { color:#4b4b4b; font-weight:normal; padding-right:5px; }
section .odeme li.sonra-ode b { border:0; color:#4b4b4b; font-size:18px; }
section .odeme li.simdi-ode { clear:none; display:block; float:right; margin:0; padding:0; text-align:right; width:49%; }
section .odeme li.simdi-ode span { color:#666; font-weight:normal; padding-right:5px; }
section .odeme li.simdi-ode b { border:0; color:#666; font-size:18px; }

/*Rezervasyon Detay Göster Finish*/

/*Car List Start*/

section .car-list { margin:5px 0; }
section .car-list table { border:1px solid #ccc; }
section .car-list table tr td b { color:#4b4b4b; display:block; font-size:14px; }
section .car-list table img { display:block; border: 0 none; height: auto; max-width: 100%; vertical-align:top; margin:0 auto; }
section .car-list table tr td.car-donanim { width:40%; }
section .car-list table tr td.ucretler { width:60%; }
section .car-list table tr td.ucretler ul { list-style-type:none; margin:0; padding:0; }
section .car-list table tr td.ucretler ul li { margin:0; padding:0; }
section .car-list table tr td.ucretler ul li span { display:block; float:right; }
section .car-list table tr td.ucretler ul.sinifsecodeme { list-style-type:none; margin:0; padding:0; }
section .car-list table tr td.ucretler ul.sinifsecodeme li { background-color:#f1f1f1; border:1px solid #ccc; clear:both; margin:3px 0; padding:3px; }
section .car-list table tr td.ucretler ul.sinifsecodeme li.simdi-ode { background-color:#f1f1f1; border:1px solid #ccc; }
section .car-list table tr td.ucretler ul.sinifsecodeme li.simdi-ode span { color:#4b4b4b; display:block; float:left; }
section .car-list table tr td.ucretler ul.sinifsecodeme li.simdi-ode b { color:#4b4b4b; display:block; font-size:14px; float:right; }
section .car-list table tr td.ucretler ul.sinifsecodeme li.sonra-ode { background-color:#f1f1f1; border:1px solid #ccc; }
section .car-list table tr td.ucretler ul.sinifsecodeme li.sonra-ode span { color:#666; display:block; float:left; }
section .car-list table tr td.ucretler ul.sinifsecodeme li.sonra-ode b { color:#666; display:block; font-size:14px; float:right; }
section .car-list table tr td ul.donanimlar { background-color:#fff; list-style-type:none; margin:0; padding:0; }
section .car-list table tr td ul.donanimlar li { background-color:#fff; float:left; font-size:11px; margin:0 5px 5px 0; }
section .car-list table tr td ul.donanimlar li i.person { background:url(../img/page-img.png) no-repeat -228px -587px; display:block; float:left; height:17px; margin:2px 2px 0 0; width:17px; }
section .car-list table tr td ul.donanimlar li i.bag { background:url(../img/page-img.png) no-repeat -284px -587px; display:block; float:left; height:17px; margin:2px 2px 0 0; width:17px; }
section .car-list table tr td ul.donanimlar li i.door { background:url(../img/page-img.png) no-repeat -32px -621px; display:block; float:left; height:17px; margin:2px 2px 0 0; width:17px; }
section .car-list table tr td ul.donanimlar li i.gear { background:url(../img/page-img.png) no-repeat -256px -587px; display:block; float:left; height:17px; margin:2px 2px 0 0; width:17px; }
section .car-list table tr td ul.donanimlar li i.fuel { background:url(../img/page-img.png) no-repeat -4px -621px; display:block; float:left; height:17px; margin:2px 2px 0 0; width:17px; }
section .car-list table tr td ul.donanimlar li i.klima { background:url(../img/page-img.png) no-repeat -161px -679px; display:block; float:left; height:17px; margin:2px 5px 0 0; width:17px; }
section .car-list table tr td ul.donanimlar li i.navigasyon { background:url(../img/page-img.png) no-repeat -94px -679px; display:block; float:left; height:17px; margin:2px 5px 0 0; width:17px; }
.more { display: none; text-align:left; }
.more p { display:block; margin:5px 0; }
.more p i { display:block; float:left; margin:2px 5px 0 0; }
.more b.renk { border-bottom:1px solid #ccc; color:#4b4b4b; display:block; font-size:12px; margin:5px 0; padding:5px 0; }
.more b i { display:block; float:left; margin:2px 5px 0 0; }
.more ul { list-style-type:none; margin:0; padding:0; }
.more ul li { border-bottom:1px solid #e9e9e9; padding:5px 0; }
.more ul li span { float:right; font-weight:bold; }
a.showLink, a.hideLink { border:1px solid #ccc; background-color:#f1f1f1; color:#999; display:block; text-decoration: none; padding:3px 0; text-align:center; }
a.hideLink { margin-top:5px;}
a.showLink:hover, a.hideLink:hover { display:block; text-align:center; text-decoration:none; }
section .car-list table tr td.kirala { background-color:#4b4b4b; }
section .car-list table tr td.kirala a { color:#fff; display:block; padding:5px 0; text-align:center; text-decoration:none; }

/*Car List Finish*/

/*Sitemap Start*/

section .site-map { }
section .site-map b { color:#ffd200; display:block; margin:5px 0 5px 10px; }
section .site-map ul { margin:0; padding:0;  list-style-type:none;}
section .site-map ul b { color:#ffd200; display:block; margin:5px 0 5px 30px; }
section .site-map ul li a { display:block; margin:5px 0 5px 10px; text-decoration:none; }
section .site-map ul li a:hover { color:#ffd200; }
section .site-map ul li ul li a { display:block; margin:5px 0 5px 30px; text-decoration:none; }
section .site-map ul li ul li a:hover { color:#ffd200; }

/*Sitemap Finish*/

/*Fieldset Start*/
fieldset { border:1px solid #ccc; }
fieldset legend { font-weight:bold; }
fieldset ul { list-style-type:none; margin:0; padding:0; }
/*Fieldset Finish*/

/*Ödeme Şekilleri Start*/

section .odeme-sekilleri { }
section .odeme-sekilleri ul { list-style-type:none; margin:0; padding:0; }
section .odeme-sekilleri ul li { background-color:#f1f1f1; border:1px solid #ccc; margin:5px 0; padding:0; }
section .odeme-sekilleri ul li a { display:block; text-decoration:none; }
section .odeme-sekilleri ul li p { display:block; margin:0; padding:8px; text-align:left; }
section .odeme-sekilleri ul li h3 { cursor:pointer; display:block; font-size:12px; margin:0; padding:0; }
section .odeme-sekilleri ul li h3 #odeme-detay{padding:8px;}
section .odeme-sekilleri ul li h3 #odeme-detay label { cursor:pointer; margin-top:2px; padding:0; }
section .odeme-sekilleri ul li h3 label { cursor:pointer; margin-top:2px; padding:8px; }
section .odeme-sekilleri ul li h3 strong { color:#4b4b4b; float:right; }
section .odeme-sekilleri ul li ul.panel { border-top:1px solid #ccc; margin:8px; }
section .odeme-sekilleri ul li ul.panel li { background-color:#fff; padding:8px; }
section .odeme-sekilleri ul li ul.panel li h4 { display:block; margin:0; padding:0; }
section .odeme-sekilleri ul li ul.panel li p { display:block; margin:0; padding:0; }

/*Ödeme Şekilleri Finish*/

section .leftrightbtn { clear:both; display:block; margin:15px 0; }

section a.backbtn { display:block; float:left; text-decoration:none; }
section i.ibackbtn { color:#4b4b4b; display:block; float:left; font-size:26px; }

section a.nextbtn { display:block; float:right; text-decoration:none; }
section i.inextbtn { color:#4b4b4b; display:block; float:right; font-size:26px; }

.w100table { border:0px; width:100%; }
.smalltext { font-size:10px; padding-top:3px; max-width:80%; }
.clr { clear:both; }

/*Mutlu Finish*/

/*Burak Start*/

/*Update Progress Start*/
.progress
 {
   font: 15px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
   color:#666666;
   top: 0px;
   right: 0px;
   position:fixed;
   width:100%;
   height:100%;
   text-align:center;
   z-index:9998;
   background:url(../img/page-img/progress-bg.png) repeat;
 }
 
.progress img { background-color:#fff; margin-top:20%; z-index:9999; padding:10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }

/*Update Progress Finish*/
/*BURAK EKLENDİ*/
section .car-list table tr td.musaitdegil { background-color:#ff0000; }
section .car-list table tr td.musaitdegil a { color:#fff; display:block; padding:5px 0; text-align:center; text-decoration:none; }

section .car-list table tr td.onrezervasyon { background-color:#ffd200; }
section .car-list table tr td.onrezervasyon a { color:#000; display:block; padding:5px 0; text-align:center; text-decoration:none; }


.header a.bannerlogo{text-decoration:none;}
.header a.bannerlogo img{padding-top:3px;}

.fa-bars,.fa-cogs{padding-top:8px;}

section .ekstra-sigorta-sec fieldset ul li #divadet{display:block; float:right; margin:0; padding:0;width:100%; }
section .ekstra-sigorta-sec fieldset ul li table.xtr-sgrt-adt{ margin:0; padding:0; }
section .ekstra-sigorta-sec fieldset ul li table.xtr-sgrt-adt tr td.w25{ width:25px; }
section .ekstra-sigorta-sec fieldset ul li table.xtr-sgrt-adt tr td.txtrght{ text-align:right; padding:0 10px 0 0; font-size:11px;}
section .ekstra-sigorta-sec fieldset ul li table.xtr-sgrt-adt tr td input { border-radius:0; height:25px; text-align:center; width:25px; }

.syf-frm-btn { width:100%; }
.syf-frm-btn a { background-color:#ffd200; color:#000; display:block; font-size:14px; font-weight:bold; margin:10px 0; padding:15px 0; text-align:center; text-decoration:none; width:100%; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; }
.syf-frm-btn a:hover { background-color:#ffd200; }

section .rezervasyon-detay-goster ul li .panel ul.w100 li ul.w100table li span { font-weight:bold; text-align:right; float:right; }

.taksit {visibility:hidden;}

tr.LiTaksit{width:100%;}
tr.LiTaksit #ctl00_ContentPlaceHolder1_RadioButtonList2 input[type="radio"] { display:none; }

input[type="radio"] + label span {background:url(../img/page-img/radio.png) no-repeat center; width:21px; height:21px; margin:-1px 4px 0 0; vertical-align:middle; }
input[type="radio"]:checked + label span {background:url(../img/page-img/radio-chk.png) no-repeat center; }

.taksitLabel{display:none;}

tr.LiTaksit #ctl00_ContentPlaceHolder1_RadioButtonList2 label{cursor:pointer;float:left; margin:0px 10px 0 0; text-align:right; width:100%; }
tr.LiTaksit #ctl00_ContentPlaceHolder1_RadioButtonList2 label .divRadio { float:left; border:1px solid #d9d9d9; padding:10px 2%; display:block; width:96%; }
tr.LiTaksit #ctl00_ContentPlaceHolder1_RadioButtonList2 label .divRadio span{ float:left; display:block; margin:0; padding:0; clear:both;}


tr.LiTaksit #ctl00_ContentPlaceHolder1_RadioButtonList2 label .divRadio #bankaad{float:left; display:block; margin:0;  width:70px;  }
tr.LiTaksit #ctl00_ContentPlaceHolder1_RadioButtonList2 label .divRadio #taksitsayi{float:left; display:block; margin:0; width:80px; }
tr.LiTaksit #ctl00_ContentPlaceHolder1_RadioButtonList2 label .divRadio #fiyat{float:right; display:block; margin:0;  width:170px; text-align:right;}

.farkliyerchk {}
.farkliyerchk label { margin:4px 0 0 0; }

.search-for .fa-caret-down,.search-for2 .fa-caret-down{ font-size:21px; padding:0 7px 1px; }

section .rezervasyon-detay-goster ul li .panel fieldset{background-color:#fff; padding:0px 2px;}
section .rezervasyon-detay-goster ul li .panel ul.ozel{background-color:transparent; margin:0; border:0; padding:0px 5px; }
section .rezervasyon-detay-goster ul li .panel ul.ozel li{background-color:transparent;}

tr.transferyer td.right{text-align:right;}
.transfersinifliste{border:0px !important; border-top:1px solid #ccc !important; border-right:0px; border-left:0px; border-bottom:0px; padding-top:5px; }
.transfersinifliste tr td{text-align:center;}
.transfersinifliste tr td span.fiyat{color:#F40000;}

.transferbtnhidden {}
/*BURAK EKLENDİ Finish*/

.divDogrulama { float:left; margin:0px 10px 0 0; text-align:right; width:100px; }
.divDogrulama img.dogrulama{float:left; display:block; height:30px; width:50px; margin:0 0 0 8px; text-align:right;}/*BURAK*/
.captcha {float:left; }
.divDogrulama i{cursor:pointer; }

/*Google Maps Start*/
.gm-style .gm-style-iw {width: 130px; min-height: 20px; font-weight:500;}
.gm-style .gm-style-iw img { position:relative; top:6px; padding-right:3px; }
.gm-style .gm-style-iw span {position:relative; top:-2px; display:inline-block;}  
/*Google Maps Finish*/

.lksyn-html {width:100%; }

section  .map { margin:5px 0; height:180px; }

/*Burak Finish*/

/*Rezervasyon Sorgula Start*/
.rezervasyontable { width:100%; margin:10px 0; }
.rezervasyontable tr {}
.rezervasyontable td.baslik{ text-align:left;display:block;  padding:0; margin:10px 0; border-bottom:1px solid #CCC; font-weight:bold; }
/*Rezervasyon Sorgula Finish*/

/*Rezervasyonlarım Start*/
section table.rezervasyonlarim tr td.textleft { text-align:left; }
section table.rezervasyonlarim tr td.textright { text-align:right; }
/*Rezervasyonlarım Finish*/

/*Filtreleme Start*/
.GridViewFiltre {border-bottom:1px solid #dcdcdc; }
.GridViewFiltre li label{margin:4px 0 0 0;}
.mst-snf {border-bottom:1px solid #dcdcdc; height:28px; }
.mst-snf label{margin:4px 0 0 0; }
.secilenfiltreler { float:left; width:100%; font-size:10px; padding:0; margin:0; }
.aracsayi { float:left; width:100%; font-size:10px; padding:0; margin:0; }
/*Filtreleme Finish*/

.radionotselected{background:url(../img/page-img.png) no-repeat -3px -674px; display:block; width:21px; height:21px; float:left; padding:5px 3px 0 0;}
.radioselected{background:url(../img/page-img.png) no-repeat -38px -674px; display:block; width:21px; height:21px; float:left; padding:5px 3px 0 0;}

section .rezervasyon-detay-goster ul li h3.change{text-align:right; cursor:pointer;border-top:1px solid #ccc; padding:3px 0 0 0; font-size:14px; background:#4b4b4b; color:#FFF;}
section .rezervasyon-detay-goster ul li h3.change span{position:relative; top:-2px; display:inline-block}

section .rezervasyon-detay-goster ul li .panel ul.w100 li table tr>td.form-btn-w50 { width:50%; }
section .rezervasyon-detay-goster ul li .panel ul.w100 li table tr>td.form-btn-w50 a { background-color:#ffd200; color:#fff; display:table-cell; font-size:14px; font-weight:bold; height:50px; margin:10px 0; padding:10px 1%; text-align:center; text-decoration:none; width:1000px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; vertical-align:middle; }
section .rezervasyon-detay-goster ul li .panel ul.w100 li table tr>td.form-btn-w50 a:hover { background-color:#ffd200; }

section .rezervasyon-detay-goster ul li .panel ul.w100 li a.search-for { background-color:transparent; color:#666666; float:right; display:inline-block; position:relative; top:-25px; padding:0;margin:0; height:0; }

section .rezervasyon-detay-goster ul li .panel ul.w100 li a.search-for2 { background-color:transparent; color:#666666; float:right; display:inline-block; position:relative; top:-25px; padding:0;margin:0;  height:0; }

.search-for, a.search-for2 { background-color:transparent; color:#666666; float:right; display:inline-block; position:relative; top:-25px; padding:0;margin:0;  height:0; }

#mn #mn-lgn #pg #pg-rght .pg-rght-btn a:hover.btnClickHover{background-color:#ffd200;}

/* -------------------------------------------------------- Dinamik Form Style Start -------------------------------------------------------- */

 #dinamikform{margin:0 auto; }
 #dinamikform .distable {margin:0 auto; }
 #dinamikform .distable .baslik-table{ width:100%; border-bottom:1px solid #CCC; }
 #dinamikform .distable .baslik-table h3 { text-align:left;  padding:0; margin:0;  }
 #dinamikform .distable .baslik-table i { cursor:pointer; }
 #dinamikform .distable .baslik-table span{ font-weight:normal;}
 #dinamikform .distable .baslik-table #baslik-div {float:left; }
 #dinamikform .distable .baslik-table td.tdPlus {width:30px; }


 #dinamikform .distable .altformlar {width:100%; }
 #dinamikform .distable .altformlar select { display:block; margin:0px; padding:0px; }
 #dinamikform .distable .altformlar td.column1 {width:30%; text-align:right; }
 #dinamikform .distable .altformlar td.column2 select { display:block; margin:0px; padding:0px; }
 #dinamikform .distable .altformlar td.column2 input { }
 #dinamikform .distable .altformlar td.column2 textarea { }
 #dinamikform .distable .altformlar td.column2 span{color:#4f4f4f; display:block; text-align:left;}

 #dinamikform .distable .altformlar td.column2 input.captcha {width:50px; }
 #dinamikform .distable .altformlar td.column2 img.dogrulama {float:left; height:30px; width:50px;  margin:0 0 0 8px; text-align:right;}
 #dinamikform .distable .altformlar td.column2 input.refresh { float:left;display:block;width:25px; height:25px; position:relative; top:1px;}
  #dinamikform .distable .altformlar td.column2 i { cursor:pointer; padding:2px 6px; margin:0; }
 #dinamikform .distable .altformlar td.column2 .divchk { padding:0; margin:0; }
 #dinamikform .distable .altformlar td.column2 .chckbx { margin:5px 10px 0 0px; width:auto; }
 
section table tr>td.form-btn { width:100%; }
section table tr>td.form-btn a { background-color:#ffd200; color:#000; display:block; font-size:14px; font-weight:bold; margin:10px 0; padding:15px 0; text-align:center; text-decoration:none; width:100%; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; }
section table tr>td.form-btn a:hover { background-color:#ffd200; }
/* -------------------------------------------------------- Dinamik Form Style Finish -------------------------------------------------------- */

.ccbox {background: transparent url("../img/page-img/banka-logolari-troy.png") no-repeat 0 0px; background-position:0 0px; width: 235px; height: 31px!important; overflow: hidden;margin-top:4px; padding:0 0 5px 0!important; float:left;position:relative;}
#bankaimg {background: transparent url("../img/page-img/banka-logo.png") no-repeat 0 0px; width: 51px; height: 32px; overflow: hidden; float:left; display:none; position:relative;top:5px; }
#bankakarttipimg {background: transparent url("../img/page-img/all-card.png"); margin: 0 0 10px 10px;  width: 54px; height: 26px; overflow: hidden; float:left; display:none; position:relative; top:5px;right:9px;}lative;}
#divmesafe { padding:10px;}

/* -------------------------------------------------------- TRANSFER -------------------------------------------------------- */
.transferyolcutb{width:49% !important; float:left; margin-right:4px;}
/*Transfer Ekstra Seç Start*/



fieldset { border:1px solid #f1f1f1; clear:both; min-height:25px;}
fieldset .GridViewTransferEkstra{border:0 !important; margin:0 5px;}
fieldset input { display:block; margin:0; padding:0; }
fieldset label { display:block; float:left; margin:2px; padding:0; width:50%;}
fieldset span.ekstradty { display:block; float:right; margin:0; padding:0;}
fieldset span.ekstraodmskl { display:block; float:right; margin:0; padding:0; font-size:10px; position:relative; top:-7px; }

/*Transfer Ekstra Seç Finish*/
/* -------------------------------------------------------- TRANSFER -------------------------------------------------------- */

/*Lightbox Content Start*/

#lightbox-content { padding:10px; position:relative; top:-20px; }
#lightbox-content h1 { background-color:#ffd200; color:#fff; margin:0 0 50px 0; padding:5px; text-align:center; }
#lightbox-content p { display:block; padding:0; }
#lightbox-content h2 { display:none; }
#lightbox-content #lightbox-form-alani { margin-top:50px; }
#lightbox-content #lightbox-form-alani #lightbox-button-sec { display:block; }
#lightbox-content #lightbox-form-alani #lightbox-button-sec input { background-color:#37b460; border:0px; cursor:pointer; color:#fff; display:block; font-weight:bold; height:50px; outline:none; text-align:center; width:100%; }
#lightbox-content #lightbox-form-alani #lightbox-button-sec input:hover { opacity:0.9; }
#lightbox-content #lightbox-form-alani #lightbox-button-devam { display:block; margin-top:5px; }
#lightbox-content #lightbox-form-alani #lightbox-button-devam input { background-color:#71767f; border:0px; cursor:pointer; color:#fff; display:block; font-weight:bold; height:50px; outline:none; text-align:center; width:100%; }
#lightbox-content #lightbox-form-alani #lightbox-button-devam input:hover { opacity:0.9; }


/*Lightbox Content Finish*/

.w100table tr.liKupon { background-color:#faffbd; height:50px; padding-top:5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.w100table tr.liKupon a { background-color:#ffd200; color:#fff; display:block; float:left; height:37px; line-height:37px; margin:5px 0 0 10px; text-align:center; text-decoration:none; width:100px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.w100table tr.liKupon a:hover { opacity:0.9; }

.liKupon .fa-check{color:Green; font-size:26px; margin:10px 0 0 10px; display:none;}
.liKupon .fa-times{color:Red; font-size:26px;margin:10px 0 0 10px; display:none}

.liKuponKodumVar b{font-size:13px;cursor:pointer;}
.liKuponKodumVar i{font-size:11px; margin-left:10px;}

.accordion
{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    width:100%;
}

.ustucizilifiyat { display:block; float:none !important; font-size:11px; text-align:right; text-decoration:line-through; }
section .car-list table tr td.ucretler ul.sinifsecodeme li.prc-kznc { background-color:#fff !important; }
section .rezervasyon-detay-goster ul li .panel ul.w100 li table tr.ustucizili td.snc { font-size:11px; font-weight:bold; text-align:right; text-decoration:line-through; }