

/* TODO: Ekran Boyutu 1440px ile 1024px arası */

@media only screen and (max-width: 1440px) and (min-width:1025px) {



} /* <------------ Ekran Boyutu 1440px ile 1024px arası Bitti  */



/* TODO: Ekran Boyutu 1024px ile 980px arası */

@media only screen and (max-width: 1024px) and (min-width:981px) {

    .header .menu-wrap{
        background: #0066A0;
        width:660px;
        height: 110px;
        float:left;
        box-shadow: 0 5px 0 rgba(0, 0, 0, 0.15);
    }
    .header .menu-wrap .menu{
        margin:auto;
        width:620px;
    }
    .header .menu-wrap .menu li a{
        font-family: DINT;
        text-shadow: 0 3px 0 rgba(0, 0, 0, 0.30);
        font-weight: 700;
        letter-spacing: -1px;
        color:#fff;
        font-size: 20px;
        display: block;
        margin: 45px 14px 0 0;
    }
} /* <------------ Ekran Boyutu 1024px ile 980px arası Bitti  */



/* TODO: Ekran Boyutu 980px ile 768px arası*/

@media only screen and (max-width: 980px) and (min-width:781px) {

}/* <------------ Ekran Boyutu 980px ile 781px arası Bitti  */



/* TODO: Ekran Boyutu 780px ile 640px arası */

@media only screen and (max-width: 780px) and (min-width:641px) {


    /*  ############### HEADER ###############  */
    .content-1{
        width:100%;
    }
    .header{
        height: 100px;
        width:100%;
        top:30px;
        position:absolute;
        z-index: 3;
    }
    .header .logo{
        background: #0093dd;
        width:89%;
        height: 90px;
        float:left;
        box-shadow: 0 5px 0 rgba(0, 0, 0, 0.15);
    }
    .header .logo img{
        margin: 10px 22px;
        float: left;
    }
    .header .logo .title{
        margin-top:15px;
        font-size:30px;
        color:#fff;
        font-family: DINT;
        text-shadow: 0 2px 0 rgba(0, 0, 0, 0.30);
    }

    .header .logo .title strong{
        font-family: DINTBold;
    }
    .header .logo .spot{
        margin-top:10px;
        font-size:16px;
        color:#fff;
        font-family: DINT;
        text-shadow: 0 2px 0 rgba(0, 0, 0, 0.30);
    }
    .header .menu-wrap .menu{
        display:none;
    }
    .header .menu-wrap {
        width:11%;
        height: 90px;
    }



    .mobil-open{
        display: block;
        position: absolute;
        right: 20px;
        top:30px;
        width:34px;
        height: 34px;
        background: url("../img/menu-icon.png")no-repeat;
        background-size: contain;
        cursor: pointer;
    }
    .mobil-header-menu-bar{
        display: block;
        position: fixed;
        width:50%;
        height: 100% !important;
        right:-52%;
        top:0;
        z-index: 55;
        background: #0066A0;
        box-shadow: -5px 0 0 rgba(0, 0, 0, 0.15);
    }
    .mobil-header-menu-bar .mobil-header-menu{
        list-style: none;
        margin:100px 0 0 0;
        padding:0;
    }
    .mobil-header-menu-bar .mobil-header-menu li{
        border-bottom:1px solid rgba(255, 255, 255, 0.18);
    }
    .mobil-header-menu-bar .mobil-header-menu li a{
        -webkit-transition: color 0.3s;
        transition: color 0.3s;
        text-align:left;
        font-family:'DINTBold';
        font-size:35px;
        font-weight:300;
        display: block;
        color:#fff;
        padding:10px 40px;
        text-shadow: 0 2px 0 rgba(0, 0, 0, 0.30);
    }
    .mobil-header-menu-bar .mobil-header-menu li a:hover,.mobil-header-menu-bar .mobil-header-menu li a.active{
        background: #fff;
        color:#0F75BC;
        text-decoration:none;
    }
    .mobil-header-menu-bar .mobil-close{
        display: block;
        position: absolute;
        right: 20px;
        top:61px;
        width:34px;
        z-index: 999;
        height: 34px;
        border-radius: 5px;
        background: url("../img/menu-icon.png")no-repeat;
        background-size: contain;
        -webkit-box-shadow:0 1px 3px 0 #555;
        -moz-box-shadow:0 1px 3px 0 #555;
        box-shadow:0 1px 3px 0 #555;
        cursor: pointer;
    }
    .page-content .top{
        background: url("../img/page-content-header.png")repeat-x;
        height: 80px;
        margin:auto 0 0 auto;
        z-index: 5;position: relative;

    }
    .mobil-menu-toggle{
        display: block;
        position: absolute;
        right: 40px;
        top:25px;
        width:34px;
        height: 34px;
        background: url("../img/menu-icon2.png")no-repeat;
        background-size: cover;
        cursor: pointer;
        border-radius: 35px;
    }

    .mobil-cat-menu{
        display: none;
        width:100%!important;
        position: fixed;
        z-index: 3;
        background:#ccc;
        margin:0;
        box-shadow: 0 5px 0 rgba(0, 0, 0, 0.15);
    }
    .mobil-menu-toggle .btn{
        color:#0066A0;
        text-decoration: underline;
        font-size: 20px;
        margin:0 20px;
        position: absolute;
        left:-160px;
        top:-5px;
        line-height: 40px;
        font-family: DINTBold;
    }
    .mobil-menu-toggle .btn:hover{
        text-decoration: none;
    }
    .mobil-cat-menu li{
        border-bottom:1px solid rgba(0, 0, 0, 0.30);

    }
    .mobil-cat-menu li:last-child{
        border-bottom:none;
    }
    .mobil-cat-menu li a{
        -webkit-transition: color 0.3s;
        transition: color 0.3s;
        text-align:left;
        font-family:'DINTBold';
        font-size:25px;
        font-weight:300;
        display: block;
        color:#666;
        padding:20px 20px;
        text-shadow: 0 2px 0 rgba(0, 0, 0, 0.30);
    }
    .mobil-cat-menu li a:hover,.mobil-cat-menu li a.active{
        background: #999;
        color:#333;
        text-decoration:none;
    }

    .left-menu{
        display: none;
    }
    .page-content .page{
        margin:20px auto;
        width:94%;
    }
    .pagCcontent-5,.pagCcontent-8{
        width: 100% !important;
    }
    .harita{
        width:100%;
    }
    .page-content .page  .hizmetBox-m{
        height: 300px;
        width:100%;
        margin:auto;
        background: url("../img/mob-a.png");
    }
    .page-content .page  .hizmetBox-p{
        height: 300px;
        width:100%;
        margin:auto;
        background: url("../img/mob-b.png")no-repeat ;
    }
    /*  ############### CONTENT ###############  */

    .pagCcontent-1{
        width:50%;
        margin:auto;
    }
    .ref{
        width:100%;
        margin: 10px auto;
        margin-left:20px;
        position: relative;
    }
    .pagCcontent-9{
        width:100%;
        margin: 10px auto;
        position: relative;
    }
    .pagCcontent-10{
        width:100%;
        margin: 10px auto;
        position: relative;
    }
    .page-content .page .refBox-L{
        border:none;
        height: 150px;
        overflow: hidden;
    }
    .page-content .page .refBox-R{
        border-right:1px solid transparent; height: 150px;
        border-bottom:none;
        overflow: hidden;
    }
    .page-content .page .refBox-L a img ,.page-content .page .refBox-R a img{
        width: 90%;
        height: 90%;
        margin:7px 16px;
        border:1px solid #ddd;
        filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
        filter: gray; /* IE6-9 */
        -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
        transition: .3s ease;
    }


    .page-content .page .duyuruBox{
        height: 230px;
        background: #eee;
        margin:20px auto;
        padding:10px;
        width:auto;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.31);
    }
    .page-content .page .duyuruBox .duyuru{
         float: left;
         margin-left:20px;
         margin-top:20px;
         position: relative;
         height: 150px;
     }

    /*  ############### FOOTER ###############  */

    .footer-bottom{
        height: 270px;
        padding:0 20px;
        background: #232323;
    }

    .mobgizli{
        display: none;
    }
}/* <------------ Ekran Boyutu 780px ile 641px arası Bitti  */


/* TODO:  Ekran Boyutu 640px ile 480px arası */

@media only screen and (max-width: 640px) and (min-width:481px) {

    .mobgizli{
        display: none;
    }
    /*  ############### HEADER ###############  */
    .content-1{
        width:100%;
    }
    .header{
        height: 100px;
        width:100%;
        top:30px;
        position:absolute;
        z-index: 3;
    }
    .header .logo{
        background: #0093dd;
        width:88%;
        height: 90px;
        float:left;
        box-shadow: 0 5px 0 rgba(0, 0, 0, 0.15);
    }
    .header .logo img{
        margin: 10px 22px;
        float: left;
    }
    .header .logo .title{
        margin-top:15px;
        font-size:30px;
        color:#fff;
        font-family: DINT;
        text-shadow: 0 2px 0 rgba(0, 0, 0, 0.30);
    }

    .header .logo .title strong{
        font-family: DINTBold;
    }
    .header .logo .spot{
        margin-top:10px;
        font-size:16px;
        color:#fff;
        font-family: DINT;
        text-shadow: 0 2px 0 rgba(0, 0, 0, 0.30);
    }
    .header .menu-wrap .menu{
        display:none;
    }
    .header .menu-wrap {
        width:12%;
        height: 90px;
    }



    .mobil-open{
        display: block;
        position: absolute;
        right: 20px;
        top:30px;
        width:34px;
        height: 34px;
        background: url("../img/menu-icon.png")no-repeat;
        background-size: contain;
        cursor: pointer;
    }
    .mobil-header-menu-bar{
        display: block;
        position: fixed;
        width:50%;
        height: 100% !important;
        right:-52%;
        top:0;
        z-index: 55;
        background: #0066A0;
        box-shadow: -5px 0 0 rgba(0, 0, 0, 0.15);
    }
    .mobil-header-menu-bar .mobil-header-menu{
        list-style: none;
        margin:100px 0 0 0;
        padding:0;
    }
    .mobil-header-menu-bar .mobil-header-menu li{
        border-bottom:1px solid rgba(255, 255, 255, 0.18);
    }
    .mobil-header-menu-bar .mobil-header-menu li a{
        -webkit-transition: color 0.3s;
        transition: color 0.3s;
        text-align:left;
        font-family:'DINTBold';
        font-size:35px;
        font-weight:300;
        display: block;
        color:#fff;
        padding:10px 40px;
        text-shadow: 0 2px 0 rgba(0, 0, 0, 0.30);
    }
    .mobil-header-menu-bar .mobil-header-menu li a:hover,.mobil-header-menu-bar .mobil-header-menu li a.active{
        background: #fff;
        color:#0F75BC;
        text-decoration:none;
    }
    .mobil-header-menu-bar .mobil-close{
        display: block;
        position: absolute;
        right: 20px;
        top:61px;
        width:34px;
        z-index: 999;
        height: 34px;
        border-radius: 5px;
        background: url("../img/menu-icon.png")no-repeat;
        background-size: contain;
        -webkit-box-shadow:0 1px 3px 0 #555;
        -moz-box-shadow:0 1px 3px 0 #555;
        box-shadow:0 1px 3px 0 #555;
        cursor: pointer;
    }
    .page-content .top{
        background: url("../img/page-content-header.png")repeat-x;
        height: 80px;
        margin:auto 0 0 auto;
        z-index: 5;position: relative;

    }
    .mobil-menu-toggle{
        display: block;
        position: absolute;
        right: 40px;
        top:25px;
        width:34px;
        height: 34px;
        background: url("../img/menu-icon2.png")no-repeat;
        background-size: cover;
        cursor: pointer;
        border-radius: 35px;
    }

    .mobil-cat-menu{
        display: none;
        width:100%!important;
        position: fixed;
        z-index: 3;
        background:#ccc;
        margin:0;
        box-shadow: 0 5px 0 rgba(0, 0, 0, 0.15);
    }
    .mobil-menu-toggle .btn{
        color:#0066A0;
        text-decoration: underline;
        font-size: 20px;
        margin:0 20px;
        position: absolute;
        left:-160px;
        top:-5px;
        line-height: 40px;
        font-family: DINTBold;
    }
    .mobil-menu-toggle .btn:hover{
        text-decoration: none;
    }
    .mobil-cat-menu li{
        border-bottom:1px solid rgba(0, 0, 0, 0.30);

    }
    .mobil-cat-menu li:last-child{
        border-bottom:none;
    }
    .mobil-cat-menu li a{
        -webkit-transition: color 0.3s;
        transition: color 0.3s;
        text-align:left;
        font-family:'DINTBold';
        font-size:25px;
        font-weight:300;
        display: block;
        color:#666;
        padding:20px 20px;
        text-shadow: 0 2px 0 rgba(0, 0, 0, 0.30);
    }
    .mobil-cat-menu li a:hover,.mobil-cat-menu li a.active{
        background: #999;
        color:#333;
        text-decoration:none;
    }

    .left-menu{
        display: none;
    }
    .page-content .page{
        margin:20px auto;
        width:94%;
    }
    .page-content .page .resim{
        position: relative;
        border:10px solid #fff;
        width:95.5%;
        height: 320px;
        margin:auto;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.31);
    }
    .pagCcontent-5,.pagCcontent-8{
        width: 100% !important;
    }
    .harita{
        width:100%;
    }
    .page-content .page  .hizmetBox-m{
        height: 300px;
        width:100%;
        margin:auto;
        background: url("../img/mob-a.png");
    }
    .page-content .page  .hizmetBox-p{
        height: 300px;
        width:100%;
        margin:auto;
        background: url("../img/mob-b.png");
    }
    /*  ############### CONTENT ###############  */

    .pagCcontent-1{
        width:100%;
        margin: auto;
        position: relative;
    }
    .pagCcontent-9{
        width:100%;
        margin: 10px auto;
        position: relative;
    }
    .pagCcontent-10{
        width:100%;
        margin: 10px auto;
        position: relative;
    }
    .page-content .page .refBox-L{
        border:none;
        height: 200px;
        overflow: hidden;
        width: 100%!important;
        margin:auto;
        margin-left:20px;
        float: none!important;
    }
    .page-content .page .refBox-R{
        border-right:1px solid transparent; height: 200px;
        border-bottom:none;
        overflow: hidden;
        width: 100%!important;
        margin:auto;
        margin-left:20px;
        float: none!important;
    }
    .page-content .page .refBox-L a img ,.page-content .page .refBox-R a img{
        width: 90%;
        height: 90%;
        margin:7px 16px;
        border:1px solid #ddd;
        filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
        filter: gray; /* IE6-9 */
        -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
        transition: .3s ease;
    }


    .page-content .page .duyuruBox{
        height: auto;
        background: #eee;
        margin:20px auto;
        padding:10px;
        width:auto;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.31);
    }
    .page-content .page .duyuruBox .resim{
        width:90%;
        height:220px;
        margin-top:10px;
        float: none;
    }
    .page-content .page .duyuruBox .duyuru{
        float: none;
        margin-left:20px;
        width:auto;
        margin-top:20px;
        position: relative;
        height: 120px;
    }
    .page-content .page .duyuruBox .duyuru .title{
        font-family: DINTBold;
        font-size: 25px;
        color:#006aaa;
        margin-bottom:30px;
        margin-left:0;
        letter-spacing: -2px;
        text-shadow: 0 3px 0 rgba(0, 0, 0, 0.30);
    }
    .page-content .page .duyuruBox .duyuru  .spot{
        font-family: DINTBold;
        font-size: 14px;
        color:#555;
        margin:0;
        position: relative;
    }
    /*  ############### FOOTER ###############  */

    .footer-bottom{
        height: auto;
        padding:0 20px;
        background: #232323;
        position: relative;

    }

    .footer-bottom .content-3{
        width:100%!important;
        float:left;
        position: relative;
    }
    .footer-bottom .content-3 .content-6{
        width:100%!important;
        float:left;
        position: relative;
    }

    .footer-bottom .content-5{
        width:100%;
        float:left;
        position: relative;
    }
    .footer-bottom .box-2{
        border:none;
    }
    .footer-bottom .box-2 .contact-mail-phone{
        display:block;
        padding:0 0;
    }
    .footer-bottom .box-2 .socialbtns{
        display:block;
        padding:10px ;
    }
    .footer-bottom .box-2 .espro{
        position: absolute;
        right: 0;
        top:45%;
    }
    .content-4{
        width:100%;
        float:none;
        position: relative;
    }
    .bant .kalip-p,.kalip-p-content{
        display:none;
    }
    .gizli{
        display: block;
    }
    .gizli .bant .kalip-p,.gizli .kalip-p-content{
        display: block;
    }
    .bant .kalip-m{
        background: url("../img/mobil-kalip-m-bg.png")no-repeat right;
    }
    .gizli .bant .kalip-p{
        background: url("../img/mobil-kalip-p-bg.png")no-repeat right;
    }
}/* <------------ Ekran Boyutu 640px ile 480px arası Bitti  */


/* TODO: Ekran Boyutu 480px ile 320px arası */

@media only screen and (max-width: 480px) {

    /*  ############### HEADER ###############  */
    .content-1{
        width:100%;
    }
    .header{
        height: 100px;
        width:100%;
        top:30px;
        position:absolute;
        z-index: 3;
    }
    .header .logo{
        background: #0093dd;
        width:78%;
        height: 90px;
        float:left;
        box-shadow: 0 5px 0 rgba(0, 0, 0, 0.15);
    }
    .header .logo img{
        margin: 20px 20px;
        float: left;
        width:90px;
    }
    .header .logo .title{
        margin-top:20px;
        font-size:20px;
        color:#fff;
        font-family: DINT;
        text-shadow: 0 2px 0 rgba(0, 0, 0, 0.30);
    }

    .header .logo .title strong{
        font-family: DINTBold;
    }
    .header .logo .spot{
        margin-top:10px;
        font-size:16px;
        color:#fff;
        font-family: DINT;
        text-shadow: 0 2px 0 rgba(0, 0, 0, 0.30);
    }
    .header .menu-wrap .menu{
        display:none;
    }
    .header .menu-wrap {
        width:22%;
        height: 90px;
    }

.mobgizli{
    display: none;
}

    .banner-slider-wrap{
        position: absolute;
        width: 100%;
        top:120px;
        height: 500px;
    }
    .banner-slider-wrap .slider-bg{
        width:100%;
        left:50%;
        margin:0;
        height:200px;
        position:absolute;
        background: url(../img/slide-bg.png)no-repeat;
        background-position: center bottom;
    }
    .banner-slider-wrap .banner-slide{
        width:100% !important;
        height:400px !important;
    }
    .banner-slider-wrap .banner-slide .slide{
        width:100% !important;
        height:100% !important;
    }
    .banner-slider-wrap .banner-slide .slide .slide-img{
        height: 100%;
        width:100%;
    }
    .banner-slider-wrap .banner-slide .slide .slide-img img{
        width:100%;
        height: 100%;
    }
    .banner-slider-wrap .banner-slide .slide .slide-text{
        position: absolute;
        margin:77px 30px;
        width:auto;
        text-shadow: 0 2px 20px #fff, 0 2px 20px #fff;
    }
    .banner-slider-wrap .banner-slide .slide .slide-text .slide-text-title{
        font-family: DINTBold;
        color: #333333;
        font-size: 40px;
        text-shadow: 0 2px 0 rgba(0, 0, 0, 0.20),0 2px 20px #fff, 0 2px 20px #fff;
        display: block;
        letter-spacing: -4px;
    }
    .banner-slider-wrap .banner-slide .slide .slide-text .slide-text-spot{
        font-family: DINT;
        color: #333333;
        font-size: 20px;
        display: block;
        margin-top:10px;
    }
    .banner-slider-wrap  .navigation{
        position: absolute;
        top:220px;
        left:30px;
        z-index: 2;
    }
    .banner-slider-wrap  .navigation button{
        width:111px;
        height:42px;
        background: url(../img/button-bg.png);
        font-family: DINT;
        vertical-align:middle;
        font-size: 21px;
        line-height: 42px;
        letter-spacing: -1px;
        color: #fff;
        cursor: pointer;
    }
    .banner-slider-wrap  .navigation .sayfala{
        margin-left: 20px;
    }
    .banner-slider-wrap  .navigation .sayfala a{
        background: url("../img/btn.png") no-repeat ;
        width:18px;
        height: 21px;
        display: inline-block;
    }
    .banner-slider-wrap  .navigation .sayfala a:hover,.banner-slider-wrap  .navigation .sayfala a.active{
        background: url("../img/btn-active.png") no-repeat ;
        width:18px;
        height: 21px;
        display: inline-block;
    }






    .mobil-open{
        display: block;
        position: absolute;
        right: 20px;
        top:30px;
        width:34px;
        height: 34px;
        background: url("../img/menu-icon.png")no-repeat;
        background-size: contain;
        cursor: pointer;
    }
    .mobil-header-menu-bar{
        display: block;
        position: fixed;
        width:100%;
        height: 100% !important;
        right:-102%;
        top:0;
        z-index: 55;
        background: #0066A0;
        box-shadow: -5px 0 0 rgba(0, 0, 0, 0.15);
    }
    .mobil-header-menu-bar .mobil-header-menu{
        list-style: none;
        margin:100px 0 0 0;
        padding:0;
    }
    .mobil-header-menu-bar .mobil-header-menu li{
        border-bottom:1px solid rgba(255, 255, 255, 0.18);
    }
    .mobil-header-menu-bar .mobil-header-menu li a{
        -webkit-transition: color 0.3s;
        transition: color 0.3s;
        text-align:left;
        font-family:'DINTBold';
        font-size:35px;
        font-weight:300;
        display: block;
        color:#fff;
        padding:10px 40px;
        text-shadow: 0 2px 0 rgba(0, 0, 0, 0.30);
    }
    .mobil-header-menu-bar .mobil-header-menu li a:hover,.mobil-header-menu-bar .mobil-header-menu li a.active{
        background: #fff;
        color:#0F75BC;
        text-decoration:none;
    }
    .mobil-header-menu-bar .mobil-close{
        display: block;
        position: absolute;
        right: 20px;
        top:61px;
        width:34px;
        z-index: 999;
        height: 34px;
        border-radius: 5px;
        background: url("../img/menu-icon.png")no-repeat;
        background-size: contain;
        -webkit-box-shadow:0 1px 3px 0 #555;
        -moz-box-shadow:0 1px 3px 0 #555;
        box-shadow:0 1px 3px 0 #555;
        cursor: pointer;
    }
    .page-content .top{
        background: url("../img/page-content-header.png")repeat-x;
        height: 80px;
        margin:auto 0 0 auto;
        z-index: 5;position: relative;

    }
    .mobil-menu-toggle{
        display: block;
        position: absolute;
        right: 40px;
        top:25px;
        width:34px;
        height: 34px;
        background: url("../img/menu-icon2.png")no-repeat;
        background-size: cover;
        cursor: pointer;
        border-radius: 35px;
    }

    .mobil-cat-menu{
        display: none;
        width:100%!important;
        position: fixed;
        z-index: 3;
        background:#ccc;
        margin:0;
        box-shadow: 0 5px 0 rgba(0, 0, 0, 0.15);
    }
    .mobil-menu-toggle .btn{
        color:#0066A0;
        text-decoration: underline;
        font-size: 20px;
        margin:0 20px;
        position: absolute;
        left:-160px;
        top:-5px;
        line-height: 40px;
        font-family: DINTBold;
    }
    .mobil-menu-toggle .btn:hover{
        text-decoration: none;
    }
    .mobil-cat-menu li{
        border-bottom:1px solid rgba(0, 0, 0, 0.30);

    }
    .mobil-cat-menu li:last-child{
        border-bottom:none;
    }
    .mobil-cat-menu li a{
        -webkit-transition: color 0.3s;
        transition: color 0.3s;
        text-align:left;
        font-family:'DINTBold';
        font-size:25px;
        font-weight:300;
        display: block;
        color:#666;
        padding:20px 20px;
        text-shadow: 0 2px 0 rgba(0, 0, 0, 0.30);
    }
    .mobil-cat-menu li a:hover,.mobil-cat-menu li a.active{
        background: #999;
        color:#333;
        text-decoration:none;
    }

    .left-menu{
        display: none;
    }
    .page-content .page{
        margin:20px auto;
        width:94%;
    }
    .page-content .page .resim{
        position: relative;
        border:10px solid #fff;
        width:90%;
        height: 250px;
        margin:auto;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.31);
    }
    .pagCcontent-5,.pagCcontent-8{
        width: 100% !important;
    }
    .harita{
        width:100%;
    }
    .page-content .page  .hizmetBox-m{
        height: 300px;
        width:100%;
        margin:auto;
        background: url("../img/mob-a.png");
    }
    .page-content .page  .hizmetBox-p{
        height: 300px;
        width:100%;
        margin:auto;
        background: url("../img/mob-b.png");
    }
    .page-content .page  .hizmetBox-p .title{
        font-family: DINT;
        font-size: 40px;
        color:#fff;
        padding-top:80px;
        margin-left:10px;
        margin-bottom:20px;
        letter-spacing: -1px;
        text-shadow: 0 3px 0 rgba(0, 0, 0, 0.30);
    }
    .page-content .page  .hizmetBox-p span{
        color:#fff;
        font-family: Arial;
        font-size: 15px;
        padding:2px 14px;
        text-align: left;
        display: block;
    }
    /*  ############### CONTENT ###############  */

    .pagCcontent-1{
        width:100%;
        margin: auto;
        position: relative;
    }
    .pagCcontent-9{
        width:100%;
        margin: 10px auto;
        position: relative;
    }
    .pagCcontent-10{
        width:100%;
        margin: 10px auto;
        position: relative;
    }
    .page-content .page .refBox-L{
        border:none;
        height: 200px;
        overflow: hidden;
        width: 100%!important;
        margin:auto;
        margin-left:20px;
        float: none!important;
    }
    .page-content .page .refBox-R{
        border-right:1px solid transparent; height: 200px;
        border-bottom:none;
        overflow: hidden;
        width: 100%!important;
        margin:auto;
        margin-left:20px;
        float: none!important;
    }
    .page-content .page .refBox-L a img ,.page-content .page .refBox-R a img{
        width: 90%;
        height: 90%;
        margin:7px 16px;
        border:1px solid #ddd;
        filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
        filter: gray; /* IE6-9 */
        -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
        transition: .3s ease;
    }


    .page-content .page .duyuruBox{
        height: auto;
        background: #eee;
        margin:20px auto;
        padding:10px;
        width:auto;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.31);
    }
    .page-content .page .duyuruBox .resim{
        width:90%;
        height:220px;
        margin-top:10px;
        float: none;
    }
    .page-content .page .duyuruBox .duyuru{
        float: none;
        margin-left:20px;
        width:auto;
        margin-top:20px;
        position: relative;
        height: 120px;
    }
    .page-content .page .duyuruBox .duyuru .title{
        font-family: DINTBold;
        font-size: 25px;
        color:#006aaa;
        margin-bottom:30px;
        margin-left:0;
        letter-spacing: -2px;
        text-shadow: 0 3px 0 rgba(0, 0, 0, 0.30);
    }
    .page-content .page .duyuruBox .duyuru  .spot{
        font-family: DINTBold;
        font-size: 14px;
        color:#555;
        margin:0;
        position: relative;
    }
    /*  ############### FOOTER ###############  */
    .footer-top{
        height:130px;
        position: relative;
        border-top:1px solid rgba(0, 0, 0, 0.26);
    }
    .footer-top .copy{
        font-family: Arial;
        font-size: 12px;
        line-height: 15px;
        color:#666;
        margin:24px 20px;
    }
    .footer-bottom{
        height: auto;
        padding:0 20px;
        background: #232323;
        position: relative;

    }

    .footer-bottom .content-3{
        width:100%!important;
        float:left;
        position: relative;
    }
    .footer-bottom .content-3 .content-6{
        width:100%!important;
        float:left;
        position: relative;
    }

    .footer-bottom .content-5{
        width:100%;
        float:left;
        position: relative;
    }
    .footer-bottom .box-2{
        border:none;
        height:auto;
    }
    .footer-bottom .box-2 .contact-mail-phone{
        display:block;
        padding:0 0;
    }
    .footer-bottom .box-2 .socialbtns{
        display:block;
        padding:10px ;
    }
    .footer-bottom .box-2 .espro{
        position: absolute;
        right: 0;
        top:45%;
    }
    .content-4{
        width:100%;
        float:none;
        position: relative;
    }
    .bant .kalip-p,.kalip-p-content{
        display:none;
    }
    .gizli{
        display: block;
    }
    .gizli .bant .kalip-p,.gizli .kalip-p-content{
        display: block;
    }
    .kalip-m-content .kalipList .kalipbox .content  {
        padding-bottom:10px;
        position: relative;
    }

    .gizli .kalip-p-content .kalipList .kalipbox .content  {
        padding-bottom:10px;
        position: relative;
    }

    .bant .kalip-m{
        background: url("../img/mobil-kalip-m-bg.png")no-repeat right;
    }
    .gizli .bant .kalip-p{
        background: url("../img/mobil-kalip-p-bg.png")no-repeat right;
    }
    .footer-bottom .box{
        width:100%;
    }
    .footer-bottom .box .title{
        font-family: DINTBold;
        color:#fff;
        font-size:30px;
        letter-spacing: -1px;
        padding:8px;
        cursor: pointer;
    }
    .footer-bottom .box .content span{
        color:#9C9C9C;
        font-family: Arial;
        font-size: 15px;
        padding:2px 0;
        display: block;
    }
    .footer-bottom .box .content span a{
        font-size: 16px;
    }
    .footer-bottom .box .content .btn{
        font-size: 16px;
    }
}/* <------------ Ekran Boyutu 480px ile 322px arası Bitti  */

/* TODO:  Ekran Boyutu 320px */
@media only screen and (max-width: 320px) {
    /*  ############### HEADER ###############  */
    .content-1{
        width:100%;
    }
    .header{
        height: 100px;
        width:100%;
        top:30px;
        position:absolute;
        z-index: 3;
    }
    .header .logo{
        background: #0093dd;
        width:78%;
        height: 90px;
        float:left;
        box-shadow: 0 5px 0 rgba(0, 0, 0, 0.15);
    }
    .header .logo img{
        margin: 30px 20px;
        float: left;
        width:60px;
    }
    .header .logo .title{
        margin-top:20px;
        font-size:20px;
        color:#fff;
        font-family: DINT;
        text-shadow: 0 2px 0 rgba(0, 0, 0, 0.30);
    }

    .header .logo .title strong{
        font-family: DINTBold;
    }
    .header .logo .spot{
        margin-top:10px;
        font-size:16px;
        color:#fff;
        font-family: DINT;
        text-shadow: 0 2px 0 rgba(0, 0, 0, 0.30);
    }
    .header .menu-wrap .menu{
        display:none;
    }
    .header .menu-wrap {
        width:22%;
        height: 90px;
    }



    .banner-slider-wrap{
        position: absolute;
        width: 100%;
        top:120px;
        height: 500px;
    }
    .banner-slider-wrap .slider-bg{
        width:100%;
        left:50%;
        margin:0;
        height:200px;
        position:absolute;
        background: url(../img/slide-bg.png)no-repeat;
        background-position: center bottom;
    }
    .banner-slider-wrap .banner-slide{
        width:100% !important;
        height:400px !important;
    }
    .banner-slider-wrap .banner-slide .slide{
        width:100% !important;
        height:100% !important;
    }
    .banner-slider-wrap .banner-slide .slide .slide-img{
        height: 100%;
        width:100%;
    }
    .banner-slider-wrap .banner-slide .slide .slide-img img{
        width:100%;
        height: 100%;
    }
    .banner-slider-wrap .banner-slide .slide .slide-text{
        position: absolute;
        margin:77px 30px;
        width:auto;
        text-shadow: 0 2px 20px #fff, 0 2px 20px #fff;
    }
    .banner-slider-wrap .banner-slide .slide .slide-text .slide-text-title{
        font-family: DINTBold;
        color: #333333;
        font-size: 40px;
        text-shadow: 0 2px 0 rgba(0, 0, 0, 0.20),0 2px 20px #fff, 0 2px 20px #fff;
        display: block;
        letter-spacing: -4px;
    }
    .banner-slider-wrap .banner-slide .slide .slide-text .slide-text-spot{
        font-family: DINT;
        color: #333333;
        font-size: 20px;
        display: block;
        margin-top:10px;
    }
    .banner-slider-wrap  .navigation{
        position: absolute;
        top:220px;
        left:30px;
        z-index: 2;
    }
    .banner-slider-wrap  .navigation button{
        width:111px;
        height:42px;
        background: url(../img/button-bg.png);
        font-family: DINT;
        vertical-align:middle;
        font-size: 21px;
        line-height: 42px;
        letter-spacing: -1px;
        color: #fff;
        cursor: pointer;
    }
    .banner-slider-wrap  .navigation .sayfala{
        margin-left: 20px;
    }
    .banner-slider-wrap  .navigation .sayfala a{
        background: url("../img/btn.png") no-repeat ;
        width:18px;
        height: 21px;
        display: inline-block;
    }
    .banner-slider-wrap  .navigation .sayfala a:hover,.banner-slider-wrap  .navigation .sayfala a.active{
        background: url("../img/btn-active.png") no-repeat ;
        width:18px;
        height: 21px;
        display: inline-block;
    }






    .mobil-open{
        display: block;
        position: absolute;
        right: 20px;
        top:30px;
        width:34px;
        height: 34px;
        background: url("../img/menu-icon.png")no-repeat;
        background-size: contain;
        cursor: pointer;
    }
    .mobil-header-menu-bar{
        display: block;
        position: fixed;
        width:100%;
        height: 100% !important;
        right:-102%;
        top:0;
        z-index: 55;
        background: #0066A0;
        box-shadow: -5px 0 0 rgba(0, 0, 0, 0.15);
    }
    .mobil-header-menu-bar .mobil-header-menu{
        list-style: none;
        margin:100px 0 0 0;
        padding:0;
    }
    .mobil-header-menu-bar .mobil-header-menu li{
        border-bottom:1px solid rgba(255, 255, 255, 0.18);
    }
    .mobil-header-menu-bar .mobil-header-menu li a{
        -webkit-transition: color 0.3s;
        transition: color 0.3s;
        text-align:left;
        font-family:'DINTBold';
        font-size:35px;
        font-weight:300;
        display: block;
        color:#fff;
        padding:10px 40px;
        text-shadow: 0 2px 0 rgba(0, 0, 0, 0.30);
    }
    .mobil-header-menu-bar .mobil-header-menu li a:hover,.mobil-header-menu-bar .mobil-header-menu li a.active{
        background: #fff;
        color:#0F75BC;
        text-decoration:none;
    }
    .mobil-header-menu-bar .mobil-close{
        display: block;
        position: absolute;
        right: 20px;
        top:61px;
        width:34px;
        z-index: 999;
        height: 34px;
        border-radius: 5px;
        background: url("../img/menu-icon.png")no-repeat;
        background-size: contain;
        -webkit-box-shadow:0 1px 3px 0 #555;
        -moz-box-shadow:0 1px 3px 0 #555;
        box-shadow:0 1px 3px 0 #555;
        cursor: pointer;
    }
    .page-content .top{
        background: url("../img/page-content-header.png")repeat-x;
        height: 80px;
        margin:auto 0 0 auto;
        z-index: 5;position: relative;

    }
    .mobil-menu-toggle{
        display: block;
        position: absolute;
        right: 40px;
        top:25px;
        width:34px;
        height: 34px;
        background: url("../img/menu-icon2.png")no-repeat;
        background-size: cover;
        cursor: pointer;
        border-radius: 35px;
    }

    .mobil-cat-menu{
        display: none;
        width:100%!important;
        position: fixed;
        z-index: 3;
        background:#ccc;
        margin:0;
        box-shadow: 0 5px 0 rgba(0, 0, 0, 0.15);
    }
    .mobil-menu-toggle .btn{
        color:#0066A0;
        text-decoration: underline;
        font-size: 20px;
        margin:0 20px;
        position: absolute;
        left:-160px;
        top:-5px;
        line-height: 40px;
        font-family: DINTBold;
    }
    .mobil-menu-toggle .btn:hover{
        text-decoration: none;
    }
    .mobil-cat-menu li{
        border-bottom:1px solid rgba(0, 0, 0, 0.30);

    }
    .mobil-cat-menu li:last-child{
        border-bottom:none;
    }
    .mobil-cat-menu li a{
        -webkit-transition: color 0.3s;
        transition: color 0.3s;
        text-align:left;
        font-family:'DINTBold';
        font-size:25px;
        font-weight:300;
        display: block;
        color:#666;
        padding:20px 20px;
        text-shadow: 0 2px 0 rgba(0, 0, 0, 0.30);
    }
    .mobil-cat-menu li a:hover,.mobil-cat-menu li a.active{
        background: #999;
        color:#333;
        text-decoration:none;
    }

    .left-menu{
        display: none;
    }
    .page-content .page{
        margin:20px auto;
        width:94%;
    }
    .page-content .page .resim{
        position: relative;
        border:10px solid #fff;
        width:90%;
        height: 250px;
        margin:auto;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.31);
    }
    .pagCcontent-5,.pagCcontent-8{
        width: 100% !important;
    }
    .harita{
        width:100%;
    }
    .page-content .page  .hizmetBox-m{
        height: 300px;
        width:100%;
        margin:auto;
        background: url("../img/mob-a.png");
    }
    .page-content .page  .hizmetBox-m .title{
        font-family: DINT;
        font-size: 40px;
        color:#fff;
        padding-top:50px;
        margin-left:10px;
        margin-bottom:20px;
        letter-spacing: -1px;
        text-shadow: 0 3px 0 rgba(0, 0, 0, 0.30);
    }
    .page-content .page  .sektor .title{
        font-family: DINT;
        font-size: 40px;
        color:#fff;
        padding-top:80px;
        margin-left:10px;
        margin-bottom:20px;
        letter-spacing: -1px;
        text-shadow: 0 3px 0 rgba(0, 0, 0, 0.30);
    }
    .randevuForm form .textarea textarea {
        border: 1px solid #0066A0;
        padding: 10px;
        height: 60px;
        background: #fff;
        font-size: 14px;
        font-family: DINT;
        width: 94%;
        resize: none;
    }
    .randevuForm form .inputSol input{
        border: 1px solid #0066A0;
        padding: 6px 10px;
        background: #fff;
        font-size: 14px;
        font-family: DINT;
        width: 94%;
    }
    .randevuForm form .inputSag input{
        border: 1px solid #0066A0;
        padding: 6px 10px;
        background: #fff;
        font-size: 14px;
        font-family: DINT;
        width: 94%;
    }
    .page-content .page  .hizmetBox-m span{
        color:#fff;
        font-family: Arial;
        font-size: 15px;

        text-align: right;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.32);
        display: block;
    }
    .page-content .page  .hizmetBox-p{
        height: 300px;
        width:100%;
        margin:auto;
        background: url("../img/mob-b.png")no-repeat right;
    }
    .page-content .page  .hizmetBox-p .title{
        font-family: DINT;
        font-size: 40px;
        color:#fff;
        padding-top:50px;
        margin-left:10px;
        margin-bottom:20px;
        letter-spacing: -1px;
        text-shadow: 0 3px 0 rgba(0, 0, 0, 0.30);
    }
    .page-content .page  .hizmetBox-p span{
        color:#fff;
        font-family: Arial;
        font-size: 15px;
        padding:2px 14px;
        text-align: left;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.32);
        display: block;
    }
    /*  ############### CONTENT ###############  */

    .pagCcontent-1{
        width:100%;
        margin: auto;
        position: relative;
    }
    .pagCcontent-9{
        width:100%;
        margin: 10px auto;
        position: relative;
    }
    .pagCcontent-10{
        width:100%;
        margin: 10px auto;
        position: relative;
    }
    .page-content .page .refBox-L{
        border:none;
        height: 200px;
        overflow: hidden;
        width: 100%!important;
        margin:auto;
        margin-left:20px;
        float: none!important;
    }
    .page-content .page .refBox-R{
        border-right:1px solid transparent; height: 200px;
        border-bottom:none;
        overflow: hidden;
        width: 100%!important;
        margin:auto;
        margin-left:20px;
        float: none!important;
    }
    .page-content .page .refBox-L a img ,.page-content .page .refBox-R a img{
        width: 90%;
        height: 90%;
        margin:7px 16px;
        border:1px solid #ddd;
        filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
        filter: gray; /* IE6-9 */
        -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
        transition: .3s ease;
    }


    .page-content .page .duyuruBox{
        height: auto;
        background: #eee;
        margin:20px auto;
        padding:10px;
        width:auto;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.31);
    }
    .page-content .page .duyuruBox .resim{
        width:90%;
        height:220px;
        margin-top:10px;
        float: none;
    }
    .page-content .page .duyuruBox .duyuru{
        float: none;
        margin-left:20px;
        width:auto;
        margin-top:20px;
        position: relative;
        height: 120px;
    }
    .page-content .page .duyuruBox .duyuru .title{
        font-family: DINTBold;
        font-size: 25px;
        color:#006aaa;
        margin-bottom:30px;
        margin-left:0;
        letter-spacing: -2px;
        text-shadow: 0 3px 0 rgba(0, 0, 0, 0.30);
    }
    .page-content .page .duyuruBox .duyuru  .spot{
        font-family: DINTBold;
        font-size: 14px;
        color:#555;
        margin:0;
        position: relative;
    }
    /*  ############### FOOTER ###############  */
    .footer-top{
        height:130px;
        position: relative;
        border-top:1px solid rgba(0, 0, 0, 0.26);
    }
    .footer-top .copy{
        font-family: Arial;
        font-size: 12px;
        line-height: 15px;
        color:#666;
        margin:24px 20px;
    }
    .footer-bottom{
        height: auto;
        padding:0 20px;
        background: #232323;
        position: relative;

    }

    .footer-bottom .content-3{
        width:100%!important;
        float:left;
        position: relative;
    }
    .footer-bottom .content-3 .content-6{
        width:100%!important;
        float:left;
        position: relative;
    }

    .footer-bottom .content-5{
        width:100%;
        float:left;
        position: relative;
    }
    .footer-bottom .box-2{
        border:none;
        height:auto;
    }
    .footer-bottom .box-2 .contact-mail-phone{
        display:block;
        padding:0 0;
    }
    .footer-bottom .box-2 .socialbtns{
        display:block;
        padding:10px ;
    }
    .footer-bottom .box-2 .espro{
        position: absolute;
        right: 0;
        top:45%;
    }
    .content-4{
        width:100%;
        float:none;
        position: relative;
    }
    .bant .kalip-p,.kalip-p-content{
        display:none;
    }
    .gizli{
        display: block;
    }
    .gizli .bant .kalip-p,.gizli .kalip-p-content{
        display: block;
    }
    .kalip-m-content .kalipList .kalipbox .content  {
        padding-bottom:40px;
        position: relative;
    }

    .gizli .kalip-p-content .kalipList .kalipbox .content  {
       padding-bottom:40px;
        position: relative;
    }

    .bant .kalip-m{
        background: url("../img/mobil-kalip-m-bg.png")no-repeat right;
    }
    .gizli .bant .kalip-p{
        background: url("../img/mobil-kalip-p-bg.png")no-repeat right;
    }
    .footer-bottom .box{
        width:100%;
    }
    .footer-bottom .box .title{
        font-family: DINTBold;
        color:#fff;
        font-size:30px;
        letter-spacing: -1px;
        padding:8px;
        cursor: pointer;
    }
    .footer-bottom .box .content span{
        color:#9C9C9C;
        font-family: Arial;
        font-size: 15px;
        padding:2px 0;
        display: block;
    }
    .footer-bottom .box .content span a{
        font-size: 16px;
    }
    .footer-bottom .box .content span a:hover{
        font-size: 16px;
        color:#f2f2f2;
    }
    .footer-bottom .box .content .btn{
        font-size: 16px;
    }
}/* <------------ Ekran Boyutu 320px  Bitti  */