@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Poppins:300,400,500,600,700,800,900&subset=latin-ext');

body{
    font-family: 'Open Sans', sans-serif !important;
    overflow-x: hidden !important;
    background: url("../images/body-bg.png")repeat-y center;
}

/*font-family: 'Open Sans', sans-serif;*/
/*font-family: 'Poppins', sans-serif;*/

a{
    text-decoration: none !important;
}

header{
    margin-top: 10px;
    position: relative;
    display: flex !important;
    align-items: center;
}

header .ana-menu ul{
    margin-top: 20px;
    padding-left: 10px;
}

header .ana-menu ul li{
    list-style: none;
    float: left;
    border-right: solid 1px #4A4A49;
    padding: 5px 29px;
}

header .ana-menu ul li:last-child{
    border-right: none;
}

header .ana-menu ul li.active a{
    color: #F1C201;
}

header .ana-menu ul li a{
    color: #4A4A49;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500;
}

header .ana-menu ul li:hover{
    background: #F1C201;
}

header .ana-menu ul li:hover ul{
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
header .ic-menu ul{
    margin-top: 20px;
    padding-left: 10px;
}

header .ic-menu ul li{
    list-style: none;
    float: left;
    border-right: solid 1px #4A4A49;
    padding: 5px 12px;
}

header .ic-menu ul li:last-child{
    border-right: none;
}

header .ic-menu ul li.active a{
    color: #F1C201;
}

header .ic-menu ul li a{
    color: #4A4A49;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500;
}

header .ic-menu ul li:hover{
    background: #F1C201;
}

header .ic-menu ul li:hover ul{
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.form-control{
    margin-bottom: 10px;
}

.header .lang{
    float: right;
    margin-right: 20px;
    margin-top: 10px;
}

.header .social-media{
    margin-top: 0;
}

.header nav ul{
    float: right;
    margin-top: 10px;
}

.header nav ul li {
    padding: 5px 19px;
}

.header nav ul li ul {
    margin: 5px 0 0 -31px;
}

/*Açılır Menü*/

header .ana-menu ul li ul{
    position: absolute;
    background: #F1C201;
    padding: 10px;
    margin: 4px 0 0 -31px;
    width: 187px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: none;
    z-index: 5;
}

header .ana-menu ul li ul li{
    float: none;
    padding: 5px 0;
    border-right: none;
    text-align: center;
    border-bottom: solid 1px rgba(0,0,0,0.2);
}

header .ana-menu ul li ul li a{
    font-size: 13px;
    opacity: 0.7;
}

header .ana-menu ul li ul li a:hover{
    color: #4A4A49;
    opacity: 1;
}

header .ic-menu ul li ul{
    position: absolute;
    background: #F1C201;
    padding: 10px;
    margin: 4px 0 0 -31px;
    width: 187px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: none;
    z-index: 5;
}

header .ic-menu ul li ul li{
    float: none;
    padding: 5px 0;
    border-right: none;
    text-align: center;
    border-bottom: solid 1px rgba(0,0,0,0.2);
}

header .ic-menu ul li ul li a{
    font-size: 13px;
    opacity: 0.7;
}

header .ic-menu ul li ul li a:hover{
    color: #4A4A49;
    opacity: 1;
}

/*###Açılır Menü*/

.lang{
    margin-top: 20px;
    float: left;
}

.lang img {
    width: 20%;
}

.lang a{
    margin: 0 3px;
}

.social-media{
    float: right;
    margin-top: 15px;
}

.social-media i{
    background: #F1C201;
    color: #4A4A49;
    font-size: 22px;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 8px;
    border-radius: 50%;
    margin: 0 5px;
}

.content{
    margin-top: 20px;
}

.h170{
    height: 170px;
    position: relative;
    background-size: cover !important;
    width: 100%;
}

.h232{
    height: 232px;
    position: relative;
    background-size: cover !important;
    display: table;
    width: 100%;
}

.h232 .two-title{
    vertical-align: middle;
    display: table-cell;
    position: relative;
    z-index: 2;
    color: #FFCA00;
    text-align: center;
}

.h232 h3{
    vertical-align: middle;
    display: table-cell;
    position: relative;
    z-index: 2;
    color: #FFCA00;
    text-align: center;
}

.h232 h4{
    color: #C5C5C5;
    letter-spacing: 1px;
    font-weight: 300;
    margin-top: -5px;
}

.h232 h2{
    font-size: 26px;
}

.h170 .ovrly{
    background: rgba(0,0,0,0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    z-index: 1;
}

.h232 .ovrly{
    background: rgba(0,0,0,0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    z-index: 1;
    transition: all .2s ease-in-out;
}

.h232 .ovrly:hover{
    background: rgba(0,0,0,0);
    transition: all .2s ease-in-out;
}

.h170 .ovrly:hover{
    background: rgba(0,0,0,0);
    transition: all .2s ease-in-out;
}

.h170 a{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    z-index: 3;
}

.h232 a{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    z-index: 3;
}

.h170 .p20{
    padding-top: 55px;
    position: relative;
    z-index: 2;
}

.products-group{
    margin: 0 15px;
}

.p10{
    padding: 0 3px !important;
    margin-bottom: 5px;
}

.index-corporate{
    text-align: center;
    margin-top: 20px;
}

.index-corporate h1{
    color: #808080;
    font-size: 18px;
    margin-top: 5px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif !important;
}

.index-corporate p{
    color: #666666;
    font-size: 13px;
    margin-top: 20px;
}

.btn-secondary{
    border-radius: 10px;
}

.form-button{
    background: #929292;
    width: 100%;
    height: 55px;
    transition: .3s;
    border-radius: 15px;
    position: relative;
    border:solid 1px #fff;
    color: #fff;
}

.form-button:hover{
    background: #fff;
    border:solid 1px #929292;
    transition: .3s;
    color: #929292;
}

#formID{
    margin-top: 20px;
}

.more{
    background: #929292;
    width: 170px;
    height: 55px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border-radius: 15px;
    position: relative;
    border:solid 1px #fff;
    transition: .3s;
}

.more:hover{
    background: #fff;
    border:solid 1px #929292;
    transition: .3s;
}

.more:hover a{
    color: #929292;
    transition: .3s;
}

.more a{
    color: #fff;
    transition: .3s;
    position: absolute;
    left:0;
    top: 15px;
    width: 100%;
    height: 100%;
}

.more2{
    background: #929292;
    width: 200px;
    height: 55px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border-radius: 15px;
    position: relative;
    border:solid 1px #fff;
    transition: .3s;
}

.more2:hover{
    background: #fff;
    border:solid 1px #929292;
    transition: .3s;
}

.more2:hover a{
    color: #929292;
    transition: .3s;
}

.more2 a{
    color: #fff;
    transition: .3s;
    position: absolute;
    left:0;
    top: 15px;
    width: 100%;
    height: 100%;
}

.our-brands{
    margin-top: 20px;
    border-bottom: solid 1px #808080;
    padding-bottom: 10px;
}

.our-brands h2{
    margin-top: 0;
    color: #808080;
    font-family: 'Poppins', sans-serif !important;
    text-align: center;
    font-size: 24px;
}

.brdr{
    border-bottom: solid 1px #808080;
    margin-top: 12px;
}

footer{
    text-align: center;
    margin-top: 20px;
    padding-bottom: 10px;
}

footer p{
    text-align: center;
    margin: 0;
}

footer .footer-phone {
    font-family: 'Poppins', sans-serif !important;
    color: #333333;
    font-size: 18px;
    font-weight: 500;
}

footer .footer-email{
    margin-top: -5px;
}

footer .footer-email a{
    color: #666666 !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500;
    font-size: 14px;
}

.banner{
    height: 310px;
    position: relative;
    background-size: 100%;
}

.general-title h1{
    font-family: 'Poppins', sans-serif !important;
    text-align: center;
    color: #4D4D4D;
    font-weight: 500;
    margin-top: 5px;
    font-size: 33px;
}

.mbottom20{
    margin-bottom: 20px;
}

.brand-border{
    border: solid 1px rgba(0,0,0,0.2);
    height: 150px;
    display: table-cell;
    vertical-align: middle;
    width: 280px;
    margin-bottom: 20px;
}

.contact-map iframe{
    width: 100%;
    height: 310px;
    position: relative;
}

.products-detail{
    text-align: justify;
    color: #333333;
}

.products-detail p{
    text-align: justify;
    color: #333333;
}

.product{
    margin-top: 20px;
}

.Aligner {
    display: flex;
    align-items: center;
    justify-content: center;
}


.b-pad{
    padding: 20px 0;
    margin-bottom: 30px;
    height: 240px;
}

.b-right{
    border-right: solid 1px #808080;
}

.catalog-button{
    background: url("../images/katalog.png")no-repeat center;
    height: 100px;
    max-width: 100px;
    width: 100px;
    background-size: contain !important;
    padding-top: 65px;
    text-align: center;
    margin: 0 5px;
}

.catalog-button a{
    height: 100%;
    width: 100%;
    font-weight: 300;
    font-family: 'Poppins', sans-serif !important;
    font-size: 15px;
    color: #666666 !important;
    padding-top: 60px;
}

.video-button{
    background: url("../images/video.png")no-repeat center;
    height: 100px;
    max-width: 100px;
    width: 100px;
    background-size: contain !important;
    padding-top: 65px;
    text-align: center;
    margin: 0 5px;
}

.video-button a{
    height: 100%;
    width: 100%;
    font-weight: 300;
    font-family: 'Poppins', sans-serif !important;
    font-size: 15px;
    color: #666666 !important;
    padding-top: 60px;
}

.contact-detail{
    color: #000000;
    font-size: 16px;
}

@media (max-width: 767px){
    .social-media i{
        margin: 0;
    }
    .lang a {
        margin: 0;
    }
    .p10 {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .products-group {
        margin: 0;
    }
    .lang {
        float: right;
        margin-top: 30px !important;
        margin-right: 0 !important;

    }
    .lang img{
        float: right;
        margin-right: 5px;
    }
    .social-media{
        float: left;
        margin-top: 20px !important;
    }
}

@media (min-width: 768px) and (max-width: 992px){
    header nav ul{
        margin-top: 10px;
        margin-bottom: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px){
    header nav ul{
        padding-left: 0;
        margin-top: 20px;
    }
    header nav ul li a {
        font-size: 13px;
    }
    header .ana-menu ul li {
        padding: 5px 3px ;
    }
    .lang img{
        max-width: 25px;
    }
    .social-media i {
        font-size: 18px;
        width: 30px;
        height: 30px;
        padding-top: 6px;
    }
    header .ana-menu ul li ul {
        margin: 4px 0 0 -7px;
        width: 130px;
    }
    header .ic-menu ul li ul {
        margin: 4px 0 0 -24px;
        width: 165px;
    }

    .header .ic-menu ul li {
        padding: 5px 22px;
    }

    .header .ic-menu ul li ul li{
        padding: 5px 18px;
    }
}

@media (max-width: 1366px) and (min-width: 1200px){
    header .ana-menu ul li {
        padding: 5px 9px;
    }
    header nav ul li a {
        font-size: 13px;
    }
    header nav ul li {
        padding: 4px;
    }
    .lang img{
        max-width: 25px;
    }
    .social-media i {
        font-size: 18px;
        width: 30px;
        height: 30px;
        padding-top: 6px;
    }
    header .ana-menu ul li ul {
        margin: 4px 0 0 -15px;
        width: 147px;
    }
}

@media (max-width: 1440px) and (min-width: 1367px){
    header .ana-menu ul li {
        padding: 5px 23px;
    }
    header nav ul li a {
        font-size: 13px;
    }
    header nav ul li {
        padding: 4px;
    }
    .lang img{
        max-width: 25px;
    }
    .social-media i {
        font-size: 18px;
        width: 30px;
        height: 30px;
        padding-top: 6px;
    }
    header .ana-menu ul li ul {
        margin: 4px 0 0 -25px;
        width: 167px;
    }
    header .ic-menu ul li ul {
        margin: 4px 0 0 -31px;
        width: 180px;
    }
}

@media (max-width: 1919px) and (min-width: 1441px){
    header .ana-menu ul li {
        padding: 5px 23px;
    }
    header nav ul li {
        padding: 4px;
    }
    .lang img{
        max-width: 25px;
    }
    .social-media i {
        font-size: 18px;
        width: 30px;
        height: 30px;
        padding-top: 6px;
    }
    header .ana-menu ul li ul {
        margin: 4px 0 0 -25px;
        width: 176px;
    }

    header .ic-menu ul li ul {
        margin: 4px 0 0 -31px;
        width: 180px;
    }
}