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

html, body {
    margin:0px;
    padding:0px;
    background:#ffffff;
    font-family: 'Open Sans',sans-serif;
    font-size:15px !important;
    width:100%;
    height:100%;
}

@font-face {
  font-family: 'Glyphs';
  src:  url('../../assets/fonts/glyphicons-halflings-regular.woff2') format('woff2'),
        url('../../assets/fonts/glyphicons-halflings-regular.woff') format('woff');
}

.glyphicon {
    font-family: 'Glyphs', sans-serif;
}

a, img {
    text-decoration:none !important;
    border:none !important;
    outline:none !important;
}

a, input {
    -webkit-transition: 200ms ease-out 0.1s;
    -moz-transition: 200ms ease-out 0.1s;
    -o-transition: 200ms ease-out 0.1s;
    transition: 200ms ease-out 0.1s;
}

input, select, textarea {
    outline:none !important;
}

.maintable {
    width:100%;
    height:100%;
    display:table;
}

.maintablein {
    display:table-cell;
    width:100%;
    height:100%;
    text-align:center;
    vertical-align: middle;
}

.logo {
    max-height:88px;
    margin-bottom:15px;
}

.txleft {
    text-align:left;
}

.homedesc h1 {
    font-weight: bold;
    margin: 0;
    font-size: 40px;
}

.homedesc h1 b {
    color:#d40000;
}

.homedesc p {
    margin: 0;
    display: block;
    padding: 15px 0;
    font-size: 23px;
    line-height: 40px;
}

.homea {
    display: inline-block;
    border-radius: 5px;
    background-color: #d40000;
    text-decoration: none;
    transition: 0.2s;
    color: #fff;
    font-size: 20px;
    padding: 5px 15px;
    margin-right: 10px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 15%);
}

.homea .glyphicon {
    padding-right:5px;
}

.homea:hover {
    background:#0a6887;
    color:#fff !important;
    text-decoration:none !important;
}

.homea.wp {
    background-color:#25d366;
}

.homewp {
    background-image:url(../images/wp.png);
    background-repeat:no-repeat;
    background-size:24px 24px;
    display:inline-block;
    width:24px;
    height:24px;
    margin-bottom:-3px;
    margin-right:3px;
}

.homea.wp:hover {
    background-color:#0a6887;
}

.btndiv label {
    display:block;
    font-weight:normal !important;
    padding-bottom:5px;
}

.altlabel {
    padding-bottom:0px !important;
    padding-top:10px;
}

.bolgeler ul {
    margin:0px;
    padding:0px;
    margin-top:15px;
}

.bolgeler ul li {
    display: inline-block;
    border-radius: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    background-color: #fff;
    box-shadow: 0 3px 6px rgb(0 0 0 / 15%);
    transition: 0.2s;
}

.bolgeler ul li a {
    display:block;
    color:#333 !important;
    text-decoration:none !important;
    font-size:16px;
    letter-spacing:0px;
    padding: 5px 10px;
}

.bolgeler ul li:hover {
    background:#d40000;
}

.bolgeler ul li:hover a {
    color:#fff !important;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    width:100%;
}

.hometitleh2, .bolgett {
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    margin-top: 25px;
    color:#0a6887;
}

.bolgett {
    margin-top: 15px;
    text-align:left !important;
}

.incont {
    padding-top:45px !important;
    padding-bottom:45px !important;
}

.bolgetext {
    line-height:24px;
}

.bolgetext em {
    display:block;
    padding-top:15px;
    color:#999;
}

.mobilebanner {
    display:none;
}

.footer {
    padding-top:15px;
    padding-bottom:45px;
    font-size:13px;
    color:#666;
}

.footer .col-md-7 {
    text-align:left;
    padding-right:0px;
}

.footer .col-md-5 {
    text-align:right;
    padding-left:0px;
}

.fooin {
    padding-top:15px;
    border-top:1px solid #e2e2e2;
}

.logocont {
    text-align:left;
}

.logocont img {
    max-height:100px;
}

@media(max-width:1000px) {
    .logocont {
        text-align:center;
    }
    
    .footer .col-md-5 .fooin {
        border:none !important;
    }
    
    .footer {
        padding-bottom:15px;
        margin-left:15px;
        margin-right:15px;
        margin-top:-15px;
    }
    
    .footer .col-md-7, .footer .col-md-5 {
        text-align:center;
    }
    
    .mobhide {
        display:none;
    }
    
    .mobilebanner {
        display:block;
        margin:10px -15px !important;
        margin-bottom:20px !important;
    }
    
    .homedesc h1 {
        font-size:35px;
    }
    
    .maintablein {
        box-sizing:border-box;
    }
    
    .container {
        padding:15px !important;
    }
    
    .homedesc {
        text-align:center !important;
    }
    
    .btndiv a {
        width:100%;
        text-align:center;
        margin-bottom:10px;
    }
    
    .homedesc p {
        font-size: 18px !important;
        line-height:28px !important;
    }
    
    #myCarousel {
        margin-top:30px;
    }
    
    .hometitleh2 {
        display:none;
    }
    
    .bolgett {
        text-align:center !important;
    }
    
    .bolgeler ul li a {
        font-size:15px !important;
    }
    
    body {
        border-top:5px solid orange;
    }
}