@font-face {
    font-family: 'avant_garde';
    src: url('avant_garde.ttf'); 
}
@font-face {
    font-family: 'book_antiqua'; 
    src: url('book_antiqua.ttf'); 
}
body,html{
	font-family: "avant_garde";
	font-size: 18px;
    font-weight: 100;
	overflow-x:hidden;
	background-color: white; 
}
hr.style15 {
    border-top: 4px double #BB821C;
    text-align: center;
    margin-top:40px;
}
#loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 100000;
    background: url(../images/loader.gif) 50% 50% no-repeat #fff;
}
textarea{
    resize:none;
}
.mt10{
    margin-top:10px;
}
#logo{
    cursor: pointer;
    padding-bottom: 10px;
    display: block;
    margin:0 auto;
}
.logo{
    display: block;
    margin: 0 auto
}
.bootbox{
    z-index: 11001;
}
#container{
    width: 100%;
}
.main{
    width: 1200px;
    display: block;
    margin:0 auto;
    padding: 10px
}
.ana-renk{
    color:#EA272E;
}
.logo{
    font-size: 18px;
    margin-top: 0px;
    max-width: 290px;
    cursor: pointer;
}
.text-grey{
    color: #ccc !important;
}
.btnBars{
    text-align: right;
    z-index: 100;
}
.fa-bars{
    font-size: 34px;
    cursor: pointer;
}
.f-22{
    font-size: 22px !important;
}

#textHeader{
    /*margin-top: 160px;
    position: absolute;
    top: 0;
    left:50%;
    margin-left: -600px;
    width: 1200px;*/
    text-align: center;
    margin-top:100px;
}
#textHeader h1{
    font-size: 91px;
    text-align: center;
    font-family: "avant_garde";
}
#textHeader h2{
    padding-top:30px;
    font-family: "book_antiqua";
    font-size: 36px;
    text-align: center;
    color:#717171;
}
    #textHeader h1,
    #textHeader h2{
        color:black;
    }
    .gorsel{
        width:290px;
        height: 227px;
        cursor: pointer;
        transition-timing-function: ease-in;
        transition: 0.2s;
        cursor: pointer;
    }
    .overlay{
        width: 100%;
        height: 100%;
        background: rgba(255, 210, 0, 0.9);
        position: absolute;
        top: 0px;
        left: 0px;
        cursor: pointer;
        display: none;      
    }
    .overlay h4{
        color: white;
        text-align: left;
        padding: 10px;
        font-size: 34px;
        padding-top: 20px;
        border-bottom:1px solid white;
    }
    .overlay h6{
        color: white;
        text-align: left;
        padding-left: 10px;
    }
    .mt-10{
        margin-top: 10px;
    }
    .mt-20{
        margin-top: 20px;
    }
    .mr-2{
        margin-right: 5px;
    }
    .mb-100{
        margin-bottom: 100px;
    }
    .mt-100{
        margin-top: 100px;
    }
    .d-none{
        display: none !important;
    }
    #pageContent h2{
        font-size:16px;
        padding-top: 0px;
        margin-top:0px;
        text-align:center;
    }
    .text-white{
        color: white !important;
    }
    .blogImageWrapper{
        background-size: cover;
        background-position: center;
        position: relative;
        cursor: pointer;
    }
    .blogImageWrapper .overlay{
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        background-color: rgba(0,0,0,0.5);
    }
    .font-weight-normal{
        font-weight: 300;
    }
    .flex-center {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%
    }
.divider{
    width: 10%;
    height: 4px;
    background: #EA272E;
    margin: 40px auto 40px auto;    
}
.siyah{
    color:black;
}
.beyaz{
    color:white;
}
.fixed{
    position: fixed;
    right:0;
}
.menu-mask{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 210, 0, 0.9);
    z-index: 99;
    display: none;
}
.menu-mask div{
    margin-top: 150px;
    margin-right: 20px;
}
.menu-mask h1{
    color:white;
    font-size:90px;
    color:white;
    text-align: right;
    margin-top: 0px;
    padding-left: 15px
}
button{
    border-radius:0px !important;
    margin-top: 10px
}
.menu-mask a{
    text-decoration: none;
    color:white;
    cursor: pointer;
}
.form-control{
    border-radius: 0px !important
}
.mx-0{
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.content{
    font-family: sans-serif !important;
}
#pageContent,
#pageContent p,
#pageContent span{
    font-family: "avant_garde" !important;
    line-height: 43px !important    
}
#formIletisim{
    width: 600px;
    display: block;
    margin: 0 auto;
    padding-top: 70px
}


@media only screen and  (max-width: 1200px) {
	.main{
	    width: 100%;
	}
    #textHeader{
        left:0;
        margin-left: 0;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px
    }

}
@media only screen and  (max-width: 992px) {
    #textHeader h1{
        font-size: 72px;
    }

}
@media only screen and  (max-width: 768px) {
    #textHeader h1{
        font-size: 54px;
    }
    .menu-mask h1{
        font-size:80px;
    }
    .menu-mask div{
        margin-top:100px;
    }
}
@media only screen and  (max-width: 600px) {
    #formIletisim{
        width: 100%
    }
}
@media only screen and  (max-width: 576px) {
    .logo{
        text-align: center
    }
    #textHeader h1{
        font-size: 44px;
    }
    #textHeader h2{
        font-size: 24px;
    }
    .menu-mask h1{
        font-size:60px;
    }
}
@media only screen and  (max-width: 414px) {
    .menu-mask h1{
        font-size:50px;
    }
}
@media only screen and  (max-width: 320px) {
    .menu-mask h1{
        font-size:40px;
    }
}