@import url('alignment.css');
.pointer{ cursor: pointer;}
.asterisk{color: #ff0000; font-size: 12px; font-style: italic; margin-top: -20px; content: "*";}
.red{color: #ff0000;}
.highlight{font-weight:bold; text-decoration:underline;}
.ucase{text-transform: uppercase;}
.lcase{text-transform: lowercase;}
.hideme{display: none;}
.showme{display: flex;}
.strong{font-weight: bold;}
.preloader .preloader-img img {
    max-width: 76px;
}

/* Clear Floated Elements */
/* http://sonspring.com/journal/clearing-floats */
/* Basically, it says Make this have zero size, and if there's anything inside don't show it. */ 
.clear				{clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0;}
/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after  {clear: both;content: ' ';display: block;font-size: 0;line-height: 0;visibility: hidden;width: 0;height: 0;}
.clearfix        {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix        {display: block;}

hr{
	margin:0;
}
ul.main-menu-rtl > li{
    float:right;
    white-space:nowrap;
}

ul.sub-menu-rtl > li{
    text-align:right;
    white-space:nowrap;
}

.service .service-desc-rtl{
    text-align:right;
}

footer a {color: #ffffff;}

footer.footer-section {
  padding: 30px 0 0;
  background: #22242b;
}

footer .copyright{
    text-align: center;
}
footer .copyright,
footer .footerlangcodes{
	text-transform:inherit;
}
footer .copyright,
footer .footerlangcodes{
	font-family:'Raleway';
	font-size:x-small;
	color:#666;
	letter-spacing:2px;
}

footer .footerlangcodes span a{
	color:#666;
}
footer.footerlangcodes span a:hover{
	text-decoration:underline;
	color:#ffffff;
}
footer .footerlangcodes span a.actlang,
footer .footerlangcodes span.actlang{
	color:#ffffff;
}
footer .footer-social{
    margin: 5px 0 15px 0;
    font-size: 23px;
}
footer .footer-social a{
    width: 28px;
    margin: 15px;
}

#polyglotLanguageSwitcher a{ 
	width: 100%;
}

html.lt-ie-10 * + [class*='cell-'], * + [class*='cell-'], html.lt-ie-10 * + .range-sm, * + .range-sm{
	margin-top: 0;
}

/* added to remove for bootstrap */
html, body {
	background:none;
    height: 100%;
    margin: 0;
    padding: 0;
}

html{
	height: 100%;
	box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body{
    overflow-x:hidden;
}

.container.slogan{
    display: inline;
    position: relative;
}
.header-nav {
  margin-right: 40px;
}
.preloader{z-index: 99;}
section{
    /*padding: 40px 0;*/
    /*margin: 40px 0; /* // ec:: */
    margin: 0;
}

section ol, section ul{
    padding-left: 15px;
}

.hero-section {
  padding-top: 100px;
    padding-bottom: 150px;
}
section.header-area,
section.hero-area2,
section.slider-area{padding: 0; margin: 0; /*position: relative;*/}
footer{padding-top: 30px}
.footer-padding {
    padding-top: 70px;
    padding-bottom: 40px;
}

.page{
	min-height: 100%;
	background:none;
	overflow:visible;
}
.header-dark {
    background-color: black;
}
.shell{
	background-color:#ffffff;
}
.page-footer{
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
    background-color: #EC6A1E;
}
.rd-navbar-minimal.rd-navbar-fixed .rd-navbar-top-panel{
	overflow:visible;
}
.icon-facebook-square{
	background:url("../images/icon-facebook-square.png") 0 0 no-repeat;
	background-size:22px 22px;
}
.icon-twitter-square{
	background:url("../images/icon-twitter-square.png") 0 0 no-repeat;
	background-size:22px 22px;
}
.icon-instagram-square{
	background:url("../images/icon-instagram-square.png") 0 0 no-repeat;
	background-size:22px 22px;
}
.icon-googleplus-square{
	background:url("../images/icon-googleplus-square.png") 0 0 no-repeat;
	background-size:22px 22px;
}
.icon-facebook-square,
.icon-twitter-square,
.icon-instagram-square,
.icon-googleplus-square {
	/*left: 0;
	top: 0;*/
	height: 22px;
	width: 22px;
	float:right;
	margin-right:14px;
}
.iButton{
    float: right;
    height: 14px;
    padding: 12px;
    width: 14px;
}
.iClose { background: url(../images/icons/close.png) no-repeat 12px; }

body{
	/*color:#0047aa;*/
}
/* Noscript Notice */
.noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:1000px; margin:0 auto; padding:12px 0 12px; background:url(../images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }
/* ===== Notification messages ===== */
.nNote { cursor: pointer; clear: both; margin: 14px 0px 14px 0px; width: 100%; }
.nNote strong { margin-right: 5px; }
.nNote p { font-size: 11px; padding: 10px 25px 10px 54px; margin: 0px; color: #565656; }
.nMessage p { font-size: 11px; }
.nWarning { background: #ffe9ad url(../images/icons/notifications/error.png) no-repeat 15px center; border: 1px solid #eac572; color: #826200; }
.nSuccess { background: #effeb9 url(../images/icons/notifications/accept.png) no-repeat 15px center; border: 1px solid #c1d779; color: #3C5A01; }
.nFailure { background: #fccac1 url(../images/icons/notifications/exclamation.png) no-repeat 15px center; border: 1px solid #e18b7c; color: #AC260F; }
.nInformation { background: #d1e4f3 url(../images/icons/notifications/information.png) no-repeat 15px center; border: 1px solid #99c4ea; color: #235685; }
.nLightbulb { background: #FEF0CB url(../images/icons/notifications/lightbulb.png) no-repeat 15px center; border: 1px solid #D3A350; color: #835F21; }
.nMessages { background: #9DDFFF url(../images/icons/notifications/email.png) no-repeat 15px center; border: 1px solid #42B4FF; color: #835F21; }

.global-site-notice {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
	left: 0;
}

.bordered{border:1px dotted #ccc;}
.bg-gray { background-color: #F4F7FC;}
.bg-w { background-color: #fff;}

/*
.ytvideo iframe{
	border:1px dotted #ccc;
	}
*/

.pathway {
    font-size: 13px;
    padding: 20px;
    text-align: center;
    color: #111111;
}
.pathway a:hover {text-decoration:underline; color:#ED1C24;}

.form-group {
	margin-bottom: 10px;
}
.form-group label{
	font-family: 'Raleway';
	font-weight: normal;
	float:left;
	min-width: 84px;
	text-align: left;
	
}

.form-group .btn-login{
	padding: 6px 16px;
}
.success, .contact-form span label.success {
    color: #62A021;
    font-weight: bold;
	font-size:14px;
}
/*.error,*/
label.error {
    color: #F76D2B;
    font-weight: bold;
	margin-bottom:10px;
	margin-left:20px;
}
.notice, .contact-form span label.notice {
    color: #ccc;
}
input.error, textarea.error, .contact-form input.error[type="text"], .contact-form textarea.error {
    background: #f0bebe none repeat scroll 0 0;
    border-color: #973d3d;
    border-style: solid;
    color: #a35959;
}
.nobg{
	background:none;
}


.gallery-onpage {display: inline-block;}

.image_center{	margin: 0 auto;	width:240px !important;}
.image_left  {	float: left;  /*padding-left: 0;/*margin-right: 6px;*/}
.image_right {	float: right; /*padding-right: 0;  /*margin-left:6px;*/}
.img-thumb	 { width:100%;}

.image_holder{
    background: none repeat scroll 0 0 white;
    border: 1px solid #BBBBBB;
	text-align:center;
	/*width:200px;*/
	padding:4px;
}
.image_holder-intable{
	width: 120px;
	height: 90px;
}
.thumb_holder {
    float: left;
    padding: 4px;
}
.image_holder_right  {margin-left: 6px;}
.image_holder_left   {margin-right: 6px;}
.image_holder_border {border: 1px solid #BBBBBB;}

a.logo .logo__img{
	display:inherit;
	width:200px;
	letter-spacing: 1px;
}
a {
	color: #22235F;
}

a:hover, a:focus {
	color: #ED1C24;
}

.img-responsive {
  max-width: 100%;
  display: block;
}
.img-polaroid {
	background: #ffffff;
	padding: 6px;
	border: 1px solid #e6e6e6;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	-webkit-box-shadow: 0 0 0;
	-moz-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
} 

a:hover .img-polaroid {
	background-color: #fff;
	border-color: #666;
}


type-div-img{
}

.b-items__cell{
    padding: 5px;
    border: 1px solid #eeeeee;
    padding-bottom: 25px;
    margin-bottom: 40px;
    height: 557px;
}
 .b-items__cell-info-title{
    /*padding-bottom: 20px;*/
    margin: 25px 0;
	padding-left:0;
 }

.b-items__cell-info h2{
    font:400 15px 'Raleway',sans-serif;
    padding-left: 15px;
    border-left: 4px solid #609458;
    margin: 0;
}

.b-items__cell-info > p{
    font:400 13px 'Raleway',sans-serif;
    margin: 0 4px 20px 4px;
}
.b-items__cars-one-img-type{
    color:#fff;
}

.b-items__cars-one-img-type.m-premium{
   background: #3cd225; 
}

.b-items__cars-one-img-type.m-leasing{
   background: #2475ce; 
}

.b-items__cars-one-img-type.m-listing{
   background: #d90000; 
}

.b-items__cars-one-img-type.m-owner{
   background: #ffd24d; 
}

.b-items__cars-one-img-type{
    font: 700 12px 'Raleway',sans-serif;
    padding: 5px;
    text-transform: uppercase;
    position: absolute;
    top: 15px;
    left: 10px;
    z-index: 1;
}


aside nav{
	font-family:'Raleway';
	font-weight: normal;
	letter-spacing: 3px;
	font-size: 11px;
}
aside nav > ul > li {
	padding: 6px 0;
}



h1 + * {
   /* margin-top: 13px;*/
   margin-top:0;
}
h1 a:hover, .h1 a:hover, h2 a:hover, .h2 a:hover, h3 a:hover, .h3 a:hover, h4 a:hover, .h4 a:hover, h5 a:hover, .h5 a:hover, h6 a:hover, .h6 a:hover{
	color: #609458;
}
h1, .h1, h1.pagetitle, h1.pageTitle{
    line-height: 1.25;
    font-size: 44px;
	margin-bottom:12px;
}
h2, .h2 {
    font-size: 36px;
}
h3, .h3 {
    font-size: 28px;
}
h4, .h4{
	font-size:20px;
}
h5, .h5{
	font-size:16px;
}
h6, .h6{
	font-size:14px;
}
.isotope-wrap h3, .h3 {
	text-transform:none;
}

.form-label {
	position:static;
}

.leaflet-popup{
	font-size:14px;
}
.rd-navbar-logosmall {
	padding-right:70px;
}
a.logosmall {
	display:none;
	width:68px;
	height:34px;
}
a.logosmall.display-none        {display: none;}
a.logosmall.display-inline-block {display: inline-block;}



h1, .h1,
h2, .h2,
h3, .h3,
h6, .h6{
	font-family: 'Raleway';
}
.subm-arrow{
	right:0;
	position:absolute;
	font-size:14px;
}
.widget-title {
    border-bottom: 1px dotted #c2c2c2;
    margin-bottom: 10px;
}
.form-control{
	height: 34px;
    padding: 4px 8px;
}
.input-group-addon{
	padding: 4px 8px;
    font-size: 10px;
}
.font-alt{
	font-family:'Raleway';
	/*text-transform: uppercase;*/
	letter-spacing: 2px;
}
.module-title {
    position: relative;
    letter-spacing: 4px;
    text-align: center;
    font-weight: 400;
    font-size: 30px;
    color: #111;
    margin: 0 0 70px;
}

/*@media (max-width: 1199px) {*/
@media (max-width: 1023px) {
}
	.slicknav_nav {
        display: none;
	}

@media only screen and (max-width: 768px) {
	.slicknav_nav {
        display: block;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {

}

html input[disabled], html input[readonly],
select[disabled],select[readonly],
button[disabled],button[readonly],
/*input[disabled],input[readonly],
input[type="text"][disabled],
input[type="radio"][disabled],
input[type="checkbox"][disabled],*/
textarea[disabled],textarea[readonly],
.forbidden,.-forbidden,
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] select[disabled],
fieldset[disabled] input[type="text"],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .forbidden,.-forbidden,
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline{
    cursor: not-allowed;
    color: #5A5A5A;
}

.site-logo {
	float: left;
	display: inline-block;
	padding: 16px 0;
    width: 300px;
}

.slicknav_btn {
  margin-top: 24px;
}
.page-top-section {
  height: 0px;
  padding: 52px 15px 0;
}

#toTop{
	background-color: rgba(4, 55, 126, 0.6);/*rgba(0, 0, 0, 0.6);*/
	display: none;
	padding: 15px;
	color: #fff;
	position: fixed;
	right: 20px;
	bottom: 40px;
	z-index: 9999;
	border-radius: 3px;
}
#toTop:hover
{
    background-color: rgba(4, 55, 128, 1);/*rgba(0, 0, 0, 0.6);*/
}

.search-inputs{
    display: flex;
    height: 61px;
}
.search-inputs button{
    width: 20%;
}


.search-input-fark,
.search-input-kavram,
.search-input-kilavuz,
.search-input-turkce,
.search-input-wikidiff,
.search-input-googleda{
    width: 100%;
}

.search-input-fark input,
.search-input-kavram select,
.search-input-kilavuz input,
.search-input-turkce input,
.search-input-wikidiff input,
.search-input-googleda input{
    padding-left: 12px; 
}

.search-input-kavram select,
.search-input-kilavuz select{
    width: 80%;
}

.search-input-fark input,
.search-input-wikidiff input{
    width: 40%;
}

.search-input-turkce input,
.search-input-googleda input{
    width: 80%;
}

.search-type{
    /* display: block; */
    margin-top: 30px;
    text-align: center;
}

#search-type-title{
    text-align: center;
}

.search-type label {
    color: #6a6a6a;
}

.search-type label {
    color: #6a6a6a;
}
.search-type .st-item > label:hover,
.search-type .st-item > label:active{
    color: #ffffff;
}

.search-type .st-item input + label {
  padding: 11px 30px;
  /*background: #ffff0a;*/
    color: #ff0000;
    border: 1px solid transparent;
}

.search-type .st-item input + label:hover {
  padding: 11px 30px;
  background: #ff000a;
    color: #ffffff;
    border: 1px solid #9d1313;
}

.search-type .st-item input:checked + label {
  padding: 11px 30px;
  background: #ff000a;
    color: #ffffff;
}

    .slicknav_menu .slicknav_menutxt {
        display: none;
    }

    .slicknav_menu .slicknav_icon {
        float: left;
        width: 1.125em;
        height: .875em;
        margin: .188em 0 0 0;
    }
    .slicknav_nav .slicknav_row, .slicknav_nav a {
      padding: 10px 10px;
      margin: 2px 5px;
    }

/* Large Mobile :480px. */

@media only screen and (max-width: 767px) {
	.header-section {
		padding: 0 15px;
	}
	.slicknav_btn {
		margin-bottom: 0;
	}
    
}

/* Small Mobile :320px. */

@media only screen and (max-width: 479px) {
    .header-section h1{
        /*padding-left: 7%;*/
    }
    
	.slicknav_btn {
		margin-bottom: 0;
        margin-top:0;
	}

    .slicknav_menu .slicknav_icon {
        float: left;
        width: 1.125em;
        height: .875em;
        margin: .188em 0 0 0;
    }
    
    .hero-warp{
        display: block;
    }
    
    .search-inputs,
    .search-inputs > .showme {
        display:inline-table;
        height: 61px;
    }
    .search-inputs > .showme {
        text-align: center;
    }
    .search-inputs button{
        width: 30%;
        margin-top: 20px;
    }


    .search-input-fark,
    .search-input-kavram,
    .search-input-kilavuz,
    .search-input-turkce,
    .search-input-wikidiff,
    .search-input-googleda{
        width: 100%;
    }

    .search-input-fark input,
    .search-input-kavram select,
    .search-input-kilavuz select,
    .search-input-turkce input,
    .search-input-wikidiff input,
    .search-input-googleda input{
        padding-left: 12px; 
        height: 61px;
    }

    .search-input-kavram select,
    .search-input-kilavuz select{
        width: 70%;
    }

    .search-input-fark input,
    .search-input-wikidiff input{
        width: 100%;
    }

    .search-input-turkce input,
    .search-input-googleda input{
        width: 80%;
    }

}