/*
	- - - - - Contents - - - - -

	01 - Basic Stylesheet
	02 - Loader Stylesheet
	03 - General Stylesheet

	- - - - - - - - - - - - - -
*/

/*  01 - Basic Stylesheet
-----------------------------------------------------------*/
html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    text-rendering: optimizeLegibility;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

p {
    line-height: 24px;
}

img {
    max-width: 100%;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

button {
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    background: none;
}

hr {
    margin: 0;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #e1e1e1;
}

iframe {
    width: 100%;
    border: 0;
    outline: none;
    overflow: hidden;
}

input,
select,
textarea {
    font-family: 'Raleway', sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
}

/*  02 - Loader Stylesheet
-----------------------------------------------------------*/
.loader {
    background-color: #111111;
    background-image: url(../images/logo.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 240px 74px;
    bottom: 0px;
    left: 0px;
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 9999;
}

#loader-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000;
    z-index: 15;
    overflow: hidden;
}

.loader2 {
    width: 150px;
    height: 150px;
    border: 2px #fff solid;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
}

.loader2 .loading {
    font-size: 10px;
    position: absolute;
    width: 100%;
    text-align: center;
    line-height: 14px;
    font-family: 'Century Gothic', sans-serif;
    font-style: italic;
    left: 0;
    top: 50%;
    margin-top: 20px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.loader-circle-1 {
    width: 138px;
    height: 138px;
    left: 5px;
    top: 5px;
    border: 2px #fff solid;
    border-radius: 50%;
    position: absolute;
    border-right-color: transparent;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

.loader-circle-2 {
    width: 126px;
    height: 126px;
    left: 5px;
    top: 5px;
    border: 2px transparent solid;
    border-radius: 50%;
    position: absolute;
    border-right-color: #eb008b;
    -webkit-animation: spin 5s linear infinite;
    animation: spin 5s linear infinite;
}

.loader2 .line {
    width: 10px;
    height: 2px;
    background: #fff;
    position: absolute;
}

.loader2 .line:nth-child(1) {
    left: 16px;
    top: 50%;
    margin-top: -1px;
}

.loader2 .line:nth-child(2) {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    left: 33px;
    top: 33px;
}

.loader2 .line:nth-child(3) {
    top: 16px;
    left: 50%;
    width: 2px;
    height: 10px;
}

.loader2 .line:nth-child(4) {
    transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    right: 33px;
    top: 33px;
}

.loader2 .line:nth-child(5) {
    right: 16px;
    top: 50%;
    margin-top: -1px;
}

.loader2 .line:nth-child(6) {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    right: 33px;
    bottom: 33px;
    background: #000;
}

.loader2 .subline {
    position: absolute;
    width: 3px;
    height: 2px;
    background: #fff;
}

.loader2 .subline:nth-child(7) {
    transform: rotate(22.5deg);
    -moz-transform: rotate(22.5deg);
    -webkit-transform: rotate(22.5deg);
    -ms-transform: rotate(22.5deg);
    left: 21px;
    top: 50px;
}

.loader2 .subline:nth-child(8) {
    transform: rotate(67.5deg);
    -moz-transform: rotate(67.5deg);
    -webkit-transform: rotate(67.5deg);
    -ms-transform: rotate(67.5deg);
    left: 50px;
    top: 21px;
}

.loader2 .subline:nth-child(9) {
    transform: rotate(112.5deg);
    -moz-transform: rotate(112.5deg);
    -webkit-transform: rotate(112.5deg);
    -ms-transform: rotate(112.5deg);
    right: 50px;
    top: 21px;
}

.loader2 .subline:nth-child(10) {
    transform: rotate(157.5deg);
    -moz-transform: rotate(157.5deg);
    -webkit-transform: rotate(157.5deg);
    -ms-transform: rotate(157.5deg);
    right: 21px;
    top: 50px;
}

.loader2 .subline:nth-child(11) {
    transform: rotate(22.5deg);
    -moz-transform: rotate(22.5deg);
    -webkit-transform: rotate(22.5deg);
    -ms-transform: rotate(22.5deg);
    right: 20px;
    bottom: 49px;
    background: #eb008b;
}

.loader2 .needle {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px #fff solid;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -8px 0 0 -8px;
    z-index: 1;
    -webkit-animation: pegIt 3s infinite ease-in-out;
    animation: pegIt 3s infinite ease-in-out;
}

.loader2 .needle:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 50px 3.5px 0;
    border-color: transparent #eb008b transparent transparent;
    position: absolute;
    right: 50%;
    top: 50%;
    margin: -3.5px 0 0 0;
    border-radius: 0 50% 50% 0;
}

@keyframes pegIt {
    0% {
        transform: rotate(0deg);
    }
    16% {
        transform: rotate(75deg);
    }
    25% {
        transform: rotate(55deg);
    }
    30% {
        transform: rotate(90deg);
    }
    36% {
        transform: rotate(170deg);
    }
    42% {
        transform: rotate(150deg);
    }
    50% {
        transform: rotate(227deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@-webkit-keyframes pegIt {
    0% {
        -webkit-transform: rotate(0deg);
    }
    16% {
        -webkit-transform: rotate(75deg);
    }
    25% {
        -webkit-transform: rotate(55deg);
    }
    30% {
        -webkit-transform: rotate(90deg);
    }
    36% {
        -webkit-transform: rotate(170deg);
    }
    42% {
        -webkit-transform: rotate(150deg);
    }
    50% {
        -webkit-transform: rotate(227deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*  03 - General Stylesheet
-----------------------------------------------------------*/
.absolutemenu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9998;
}

.menufix {
    width: 100%;
    display: none;
}

.fixedmenu {
    position: fixed;
    top: -1px;
    /*display: block;*/

    z-index: 2;
}

.sosyalmedia a:nth-child(1) {
    padding-left: 2px;
    padding-right: 5px;
}

.sosyalmedia a:last-child {
    padding-left: 3px;
    padding-right: 2px;
}

/* --- HOMEPAGE SLIDER --- */

/*.slider-overlay {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../img/assets/slider-overlay.png) repeat;
    z-index: 1;
}

.tp-banner-container {
    width: 100%;
    position: relative;
    padding: 0;
}

.tp-banner {
    width: 100%;
    position: relative;
}*/

.slider-h1 {
    font-family: 'Open Sans', sans-serif;
    text-transform: none;
    font-weight: bold;
    font-size: 72px;
    color: rgb(236, 229, 224);
}


.sl-divider {
    height: 1px;
    background: rgba(236, 229, 224, 0.5);
    width: 570px;
    margin-top: -10px;
}

.mouse-hint {
    /*padding: 10px 0px 10px 150px;*/
    padding: 10px 0 10px 0;
    font-size: 21px;
    background: #0D4671;
    max-height: 100px;
    width: 100%;
    z-index: 20 !important;
    /*position: absolute;*/
    /*bottom: 0px;*/

    /*transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;*/
}

.mouse-hint:hover {
    opacity: 0.8;
}

.mouse-hint a {
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    opacity: 0.2;
}

.mouse-hint .wrap {
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
}

/*.mouse-hint .slider-h3 {
    padding-left: 15%;
     font-family: 'Open Sans', sans-serif;
    text-transform: none;
    font-size: 32px !important;
    font-weight: 400;
    margin-top: 0 !important;
    color: #fff;
}*/

.mouse-hint h2 {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
    color: #fff;
    font-size: 56px;
    font-weight: bolder;
    margin-top: -60px;
    padding-left: 15%;
}

.mouse-hint a:hover {
    opacity: 1;
}

/* --- end HOMEPAGE SLIDER --- */
.dunbugun {
    border-bottom: 1px ridge #000000;
}

.dunbugun p {
    background-color: #e3f1fc;
    width: 320px;
    margin: 0px auto;
    font-size: 24px;
    padding: 10px 0px;
}

.dunbugun p > span {
    font-weight: bolder;
}

.kisacauzay {
    padding: 25px 0px;
}

.tanitbtn {
    margin: 25px 0px;
}

.satistansonra {
    background-image: url("../images/uzay-oto-satis-sonrasi-bg.png");
    background-position-y: -36px;
}

.kampanyalar {

    background-image: url("../images/uzay-oto-kampanya-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.kampanyalar-collapse {
    background-image: url("../images/uzay-oto-hizmetler-collapse.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.iletisim-menu {
    overflow: hidden;
    background-color: #0D4671;
    margin-top: -1px;
}

.iletisim-menu a {
    color: #fff;
}

#bs-example-navbar-collapse-1 {
    background-color: #ffffff;
}

.menu a {
    color: #2873b7;
}

.kisayolbg {
    background-color: #0D4671;
    color: #3D6B8D;
}

.kisayol {
    font-weight: bolder;
}

.solborder {
    border-left: 4px solid #DDDDDD;
    padding: 0px 5px;
}

.solborder > li {
    padding: 5px 0px;
}

.solborder > li > a {
    color: #666666;
    font-size: 15px;
}

.kurumsal > li {
    padding: 5px 0px;
}

.kurumsal > li > a {
    color: #666666;
    font-size: 15px;
}

.satis > li {
    padding: 5px 0px;
}

.satis > li > a {
    color: #666666;
    font-size: 15px;
}

.satis-sonrasi > li {
    padding: 5px 0px;
}

.satis-sonrasi > li > a {
    color: #666666;
    font-size: 15px;
}

.sosyalaglar h5 {
    font-size: 20px;
    color: #ccc;
    border-bottom: 1px solid #eee;
}

.sosyalaglar > li {
    padding: 5px 0px;
}

.sosyalaglar > li > a {
    color: #666666;
    font-size: 15px;
}

.dod {
    padding: 100px 0px;
}

.ekspress {
    padding-bottom: 5px;
    background-image: url("../images/uzay-oto-express.png");
    background-repeat: no-repeat;
}

.dod2el {
    background-image: url("../images/uzay-oto-dod.png");
    background-repeat: no-repeat;
}

.hizliulasim > li {
    padding: 5px 0px;
}

.hizliulasim > li > a {
    color: #666666;
    font-size: 15px;
}

.widget-google-map {
    position: relative;
    height: 200px;
}

.copyright {
    background-color: #ccc;
    color: #777;
}

.footermenu {
    padding: 20px 0px 25px 0px;
}

.footermenu h4 {
    color: #11466E;
}

.site-backtop {
    position: fixed;
    bottom: 0;
    right: 20px;
    z-index: 999;
    display: none;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    color: #000;
    background-color: #fff;
}

/*Kurumsal Sayfalar*/
.header-img {
    /*position: absolute;
    top: 0;
    left: 0;*/
    background-position: center center;
    height: 520px;
    width: 100%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 2;
}

.header-layer {

    height: 100%;
    width: 100%;
    background: url('../images/volkswagen-uzay-headerlayer-2.png') repeat;
    z-index: 3;
}

.header-section {
    height: 600px;
    width: 100%;
    z-index: 9999;
    /*margin-top: -108px;*/
}

.header-baslik h1 {
    font-weight: 600;
    margin: -39px 0 0 0;
    font-size: 44px;
    z-index: 99999;
    color: #fff;
}

.topmenu {
    width: 100%;
}

.topmenu a {
    padding-bottom: 12px;
    text-decoration: none;
    color: #000;
    font-weight: 400;
}

.topmenu li {
    text-align: center;
}

.topmenu li:first-child {
    text-align: left;
}

.topmenu li:last-child {
    text-align: right;
}

.topmenu-cont {
    border-bottom: 1px solid #000;
}

.topmenu .active {

    border-bottom: 4px solid #0f3e68;
    transition: .1s ease-in-out;
}

.topmenu a:hover ~ .topmenu a.active {
    border: none;
}

.topmenu a:hover {
    transition: .1s ease-in-out;
    border-bottom: 4px solid #0f3e68;
}

#hakkimizda {
    margin-top: 50px;
}

.hak-buyuk {
    font-size: 26px;
    line-height: 36px;
}

#grupfirmalari h2 {
    color: #0D4671;
    margin-bottom: 0;

}

.kurumsal-sep {
    background: url('../images/volkswagen-uzay-kurumsal-sep.png');
    height: 15px;
    width: 100%;
    margin-bottom: 30px;
}

.kurumsal-altdiv {
    margin-bottom: 30px;
}

#showroom {
    margin-bottom: 100px;
}

#showroom .owl-nav {
    text-align: left;
}

#showroom .owl-prev {
    background-image: url(../images/chev-left.png);
    text-align: left;
    color: transparent;
    height: 52px;
    width: 52px;
}

#showroom .owl-next {
    background-image: url(../images/chev-right.png);
    text-align: left;
    color: transparent;
    height: 52px;
    width: 52px;
}

/*Kurumsal Sonu*/
/*Anasayfa Slider*/
.mainslider-buttons {
    position: absolute;
    z-index: 9998;
    bottom: 65px;
    right: 100px;
}

.mainslider-buttons #prev-button {
    background-image: url(../images/chev-left.png);
    text-align: left;
    color: transparent;
    height: 52px;
    width: 52px;
}

.mainslider-buttons #next-button {
    background-image: url(../images/chev-right.png);
    text-align: left;
    color: transparent;
    height: 52px;
    width: 52px;
}

/*Anasayfa Slider Sonu*/

/* Finans Sayfası */
.paddrow {
    padding: 50px 0px 0px 0px;
}
.paddrow .lastcol{
    padding-bottom: 50px;
}
.kasko-liste {
    list-style-image: url('../images/list-icon-image.png');
    margin-left:20px;
}
.kasko-liste li{
    line-height: 50px;
    font-size:17px;
}

/*Satış*/
#satis-filters {
    margin:100px 0 100px;
}

/* Hasar Hizmetleri Sayfası */
.hasarhizmetleri-iconlar li h4{
    border-bottom: 1px solid #ccc;
}
.hasarhizmetleri-iconlar li h4 img{
    padding-right:15px;
}

/*5 adimda hizli servis*/
.adimda-bg{
    background: url("../images/5adimda-bg.png") no-repeat;
    background-size: cover;
  }
.hizliborder{
    border:1px solid #ddd;
}
.besadim-hizli-servis h3{
	color: #fff;
    font-size: 3em;
    margin-top: 45px;
}
.besadim-hizli-servis h2{
	color: #fff;
    font-weight: bolder;
    font-size: 3.2em;
    margin-top: -20px;
}
.besadim-hizli-servis p{
	color: #fff;
    padding: 10px 0px;
}
.hizliservish2{
    color: #0C4671;
    font-weight: bolder;
    line-height: 60px;
    margin: 85px 0px 0px 0px;
}
.hizliborder{
	margin: 50px 0px 0px 0px;
	border:1px solid #ddd;
}
.hizliborder img{
	margin-left: -15px;
}
.lastcolumn{
	margin-bottom: 50px;
}

/*Satış Sonrası Hizmetler*/
.satissonrasihzm{
    margin: 25px 0px 25px 0px;
    border:1px solid #ddd;
}
.satis_sonrasi_images{
    border-right: 1px solid #ddd;
    padding-right: 40px;
    margin-top: 15px;
}

/*Online Randevu Formu*/
.h2_online_form{
	border-bottom: 1px solid #ddd;
	margin-bottom: -8px;
}
.online-randevu-form{
	background: url("../images/form-bg.jpg") no-repeat;
	padding: 40px;
    margin: 25px;
    background-size: contain;
	height:437px;
}
.form-underline{
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 17px;
    line-height: 1.42857143;
    color: #ddd;
    border-bottom: 1px solid #ccc;
	margin-top: 50px;
}
.form_label{
	margin:15px 0px;
	font-size:17px;
	color:#ddd;
}
.formu_gonder {
	margin:40px;
}
/******/