@import url('https://fonts.googleapis.com/css?family=Anton|Dosis:wght@400|Saira+Condensed:wght@500|Roboto|Varela+Round&display=swap');

@font-face {
    font-family: 'IcoFont';
    src: url('fonts/icofont.eot?v=1.0.0-beta');
    src: url('fonts/icofont.eot?v=1.0.0-beta#iefix') format('embedded-opentype'),
    url('fonts/icofont.ttf?v=1.0.0-beta') format('truetype'),
    url('fonts/icofont.woff?v=1.0.0-beta') format('woff'),
    url('fonts/icofont.svg?v=1.0.0-beta#icofont') format('svg');
    font-weight: normal;
    font-style: normal;
}

body, html {
    height: 100%;
    margin:0;
    padding:0;
    font-family:'Roboto',Calibri;
   
}
h1, h2, h3, h4, h5, h6
{
    margin:0;
    padding: 0;
   
}
a, a:visited, a:active {
    color: #333;
    text-decoration: none;
}

    a:hover {
        color: #4a69bd;
        text-decoration: none;
    }

body {
     padding: 0;
    margin: 0;
}
.wrap
{
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    padding: 0; 
     
    z-index: 0;
    overflow: hidden;
}
.logo{
    position: absolute;
    z-index: 4;
    top:105px;
    left: 40px;
    background-color: #ffc312;
    box-shadow: -2px 0 16px #000;
    
}
.headIletisim{
    position: relative;
     background: #000;
    margin: 0;
    padding:0;
    width:100%; 
    color:#fff;
    z-index: 2;
    height: 40px;
}
.headIletisim .iletisim
{
    
    margin: 0;
    padding: 0;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    left:0;
    font-family: 'Saira Condensed';
    font-size: 14px;
    
    padding: 0 5px;
}
.headIletisim .iletisim li
{
    list-style: none;
     display: inline-block;
   margin-left: 3px;
    
    
}

.headIletisim .iletisim li.telefon:before
{
    font-family: IcoFont!important;
    content: "\efba";
    color:#FFC312;
    font-size: 18px;
}
.headIletisim .iletisim li.eposta:before{
    font-family: IcoFont!important;
    content:'\ec56';
    color:#FFC312;
}
.sosyal
{
    margin: 0;
    padding: 0;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    right:0;
    font-size: 20px;
     
}
.sosyal li
{
    display: inline-block;
    list-style: none; 
    padding: 0 3px;
    margin-right: 5px; 
    background: #fff;;
     
}

.sosyal li a:after
{
    font-family: 'WebHostingHub-Glyphs';
}
.sosyal li.facebook a:after
{
    content: '\f140';
    color:#3a5998;
}

.sosyal li.twitter a:after
{
    content: '\f16a';
    color:#00aced;
}
.sosyal li.instagram a:after
{
    content: '\f14a';
    color:#de2872;
}
.sosyal li.facebook:hover{background-color: #3a5998; border-color:#3a5998}
.sosyal li.twitter:hover{background-color: #00aced; border-color: #00aced;}
.sosyal li.instagram:hover{background-color: #de2872; border-color: #de2872;}
.sosyal li.facebook:hover a:after, .sosyal li.twitter:hover a:after, .sosyal li.instagram:hover a:after{color:#fff;}
 
.header{
    background: url('/img/IcerikBg.jpg');
     background-position: bottom center;
     width: 100%;
    position: absolute;
    top:0;
    z-index: 0;
    height: 200px; 
}
.headOverlay{
    background: rgba(0,0,0,.3);
    width: 100%;
    height: 200px;
    position: absolute;
    z-index: 1;
}

.content
{
   margin-bottom: 10px;
    
}
.overlay
{
  position: fixed;
  z-index: 0;
  left: 0;
  top:0;
  margin: 0;
  padding: 0;
  width:100%;
  height: 100%;
  
}
.overlay #vid{
  min-width: 100%;
   min-height: 100%;
}
.slogan
{
  position: relative;
  margin: 300px auto 50px auto;
  background:rgba(0,0,0,.4);
     background: linear-gradient(to top, #ffc3128f 0%, rgba(0,0,0,.6) 50%, transparent 100%);
    border-bottom: 2px solid #ffc312;
  color:#fff;
  text-shadow: -3px 3px 1px #000;
   letter-spacing: 2px;
  height: 100%;
   
  font-size: 33px; 
    transition:all .3s;
    left: 0;
    padding: 8px 0 8px 50px ;
    font-family: 'Saira Condensed';
}
.slogan.gizle{
    left: -100%;
    transition:all .3s;
}
/*DropDown Menu*/
.wrapMenu{
   position: relative;
  top:110px;
    background: #ffc312;
    height: 60px;
     z-index: 3;
     font-family: 'Saira Condensed';
     
}
.wrapMenu a{
   color:#2d2d2d;
     
}
.wrapMenu a:hover{
    color:#000;
}
ul.menu {
    margin: 0;
    padding: 0;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    right: 0;
  
    z-index: 999;
}

    ul.menu li {
        list-style: none;
        margin: 0;
    }
ul.menu li:last-child{
    padding: 0;
}
    /*AnaMenu*/
    ul.menu > li {
       display: inline-block;
        position: relative;
        margin-right: 2px;
        transition: .4s all;
        padding: 30px 0;
        font-size: 18px;
    }

 ul.menu > li:last-child
{
    margin-right: 0;
}


ul.menu > li > a{
    position: relative;
    
    
     display: block;
            
     padding: 0 15px;
}
ul.menu > li > a.sub:after
{
    font-family: 'IcoFont' !important;
content: "\ea67";
} 
ul.menu > li:last-child > a {
            border: none;
 }

        
    /*Alt Menu*/
    ul.menu ul {
        background: #000;
        margin: 0;
        padding: 0;
        position: absolute;
        min-width: 200px;
        opacity: 0;
        visibility: hidden;
        transition: 250ms all;
        
        z-index:99;
        top: 75px;
        overflow:hidden;
    }

       
ul.menu > li:hover > a
{
    color:#fff;
     transition: .2s all;
}
    ul.menu > li:hover ul {
        opacity: 1;
        visibility: visible;
        top: 75px;
         
        box-shadow: -1px 0 8px #ffc312;
        left: 0;
        transition: 50ms all;
    } 
    /*Alt menu ac*/
ul.menu ul{
    padding: 8px 0;
}
 ul.menu ul li a {
             
            padding: 10px 12px;
            display: block;
            font-size: 15px;
            white-space: nowrap;
            color:#f0f0f0;
     
        }
ul.menu ul li:hover{
    background-color: #ffc312;
}
ul.menu ul li:hover a{
    color:#fff;
}

/*Light Slider | Main Slider*/
.lSSlideOuter 
{
    
    margin: 0 auto 20px auto;
}
.lSSlideOuter .lSPager.lSpg > li a, .lSSlideOuter .lSPager.lSpg > li:hover a {
    background-color: #fff;
    border:2px solid #636e72;
}
.lSSlideOuter .lSPager.lSpg > li.active a, .lSSlideOuter .lSPager.lSpg > li:hover a {
    background-color: #fff;
    border:2px solid #FFC312;
}
.lslide
{
    position: relative;
    
}
.lslide h2, .lslide h3
{
    margin: 0;
    padding: 0;
    position: absolute;
    
}
.lslide h2
{
    font-family: 'Hind';
    top:10px;
    left: 30px;
    font-size: 50px;
    color:#2980b9;
    text-shadow:-0.02em 0.02em #fff, 3px 3px 15px #95a5a6;
}
.lslide h3
{
    font-family: 'Comfortaa';
    top: 80px;
    left: 30px;
    font-size: 28px;
    color:#2c3e50;
    text-shadow:-1px 1px #ecf0f1, 1px 1px 15px #fff;
    background: linear-gradient(to left, rgba(255,255,255,0), rgba(255,255,255,.8));
    padding-left:10px;
    padding-right: 60px;
    line-height: 40px;
}
.brand-slider-full { width:100% !important; }
.lightSlider  a img
{
    width: 100%;
}

.altIcerik
{
    width: 1200px;
    margin: 40px auto 20px auto;
    padding: 0;
     
    color:#747d8c;
    min-height: 300px;
}
.altIcerik li
{
    list-style: none;
     display: inline-block;
    width: 30%;
    height: 280px;
    position: relative;
    padding: 5px;
    border:3px solid #fff;
    overflow: hidden;
    margin-right:15px;
    margin-bottom: 25px; 
     box-shadow: -5px 0 35px transparent;
     transition: all .4s;
}
.altIcerik li h1
{
    font-size: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    width:100%;
    color:#fff;
    text-shadow: 1px 1px 10px #fdcb6e;
    z-index: 99;
    background: linear-gradient(to top, #fff 0%, #000 50%, transparent 100%);
  
      transition: all .4s;
    padding:   15px 0 ;
    text-align: center;
    font-weight: normal;
    
}


.altIcerik li img
{
  position: absolute;
    left: 50%;
    transform: translateX(-50%);
     top:-20px;
    height: 100%; 
    transition: all .4s;
    
    
    
    
}
.altIcerik li:hover
{
     transition: all .4s;
    border:3px solid #FFC312;
    box-shadow: -5px 0 35px #ffc312;
    
}
.altIcerik li:hover h1
{
     transition: all .4s;
    background: linear-gradient(to top, #000 0%, #000 40%, transparent 100%);
}
.altIcerik li:hover img
{
    scale: 1.1;
   top:0;
    opacity: 1;
}
.wrapBread
{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 50px;
    position: relative;
    top:100px;
    background: #37383d;
    color:#FFC312;
    display: inline-block;
    font-size: 13px;
     box-shadow: 1px 1px 6px #ccc;
     
}
.bread
{
     
    margin: 0 0 0 400px;  
         
     
    
}
.bread li
{
    list-style: none;
    display: inline-block;
    padding: 22px 10px 10px 5px ;
    position: relative;
    
}
.bread li:not(:last-child):after
{
    content: ' /';
    font-size: 14px;
    position: absolute;
    right: -2px;
    top:-6px;
    color:#a4b0be;
}
 
.bread li a, .kategori li a
{
    color:#fff;
    
    display: block;
    
}
.bread li:hover a, .kategori li:hover a
{
    color:#FFC312;
}
.bread li:last-child a, .bread li:last-child:hover a
{
    color:#FFC312;
}
.wrapKategori
{
    width: 1200px;
    margin: 0 auto;
}
.wrapKategori .altIcerik{
    margin: 120px 0;
}
.wrapKategori .altIcerik > li{
    width: 22%;
    height: 200px;
}
.kategori
{
    margin: 20px 0;
    padding: 0;
    border-right:1px solid #f1f2f6;
    display: inline-block;
    font-size: 18px;
   
    box-shadow:  6px #ccc;
    font-family: 'Kanit';
    float: left;
}
.kategori li
{
    list-style: none;
    padding: 10px 32px 10px 0;
    width: 212px;
}
.kategori li:not(:last-child)
{
    border-bottom: 1px solid #f1f2f6;
}

.listIcerik
{
    margin: 20px 0 20px 20px;
    padding: 0;
    float:left;
    width: 930px;
    font-family: 'Exo 2';
    position: relative;
}


.listIcerik li
{ 
    list-style: none;
    border:1px dotted #ced6e0;
    margin-right: 25px;
    float: left;
    width: 290px;
    height:290px;
    text-align: center;
    box-shadow: 1px 3px 5px #ccc;
    overflow: hidden;
    cursor:pointer;
}
.listIcerik li:not(:nth-child(-n+3))
{
    margin-top:25px;
}
.listIcerik li:nth-child(3n)
{
    margin-right:0;
}
.listIcerik .caption
{
    position: relative;
    bottom: -100px;
    
        
}
.listIcerik li .title, .listIcerik li .hover
{
   padding: 15px 0;
    font-size: 18px;
   font-weight: normal;
    position: absolute;
    transition: .3s all;
    display: block;
    width: 100%;
}
.listIcerik li .hover
{
   background: linear-gradient(to bottom, #cc0808, #df6161);
    color:#fff;
}
.listIcerik li img
{
    padding: 15px;
   height: 160px;
    transition: .5s all;
}

.wrapDetay
{
    position: relative;
    width:100%;
}
.wrapDetay .bread
{
   float: right;
    z-index: 999;
    width: auto;
    font-size: 14px;
}
.bread li:not(:last-child):after
{
    content: '\\';
    font-size: 20px;
    position: absolute;
    right: -2px;
    top:17px;
    color:#fff;
}
.wrapDetay .bread li a{
    color:#fff;
}
.wrapDetay .bread li:hover a
{
    color:#FFC312;
}

.wrapBaslik
{
    margin: 50px 0 0 0;
  background-color:  #37383d;
     
    position: relative;
    height: 100px;
}
.wrapBaslik .Baslik
{
    position: absolute;
    right: 0;
   bottom: 0;
}
.wrapBaslik h1
{
    display: inline-block;
     padding: 10px 0 0 400px;
    color: #FFC312;
    font-size: 28px;
    display: none;
    
}
.wrapAciklama
{
    width: 1200px;
    margin: 0 auto;
    line-height:30px;
    min-height: 320px;
}
.wrapAciklama  h2, .wrapAciklama  h3
{
    font-weight: normal;
    color:#2f3640;
}
.wrapAciklama  h2
{
    margin: 15px 0;
}
.wrapAciklama  h3
{
    color:#57606f;
    font-size:16px;
}
.wrapAciklama >p> img
{
    float: right;
    width: 300px;
    margin: 0 0 0 10px;
    padding: 0;
  
    z-index: -1;
}

/*Iletisim*/
.wrapIletisim
{
    position: relative;
    width:100%;
    top: 60px;
    
}
.wrapIletisimBilgileri
{
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
table.Iletisim, table.IletisimFormu
{
    margin: 0;
    padding: 0;
    position: absolute;
    top:60px;
    left:0;
    background: linear-gradient(to bottom , rgba(255,255,255,.8),  rgba(241, 242, 246,.9), rgba(255,255,255,.9)) ;
    z-index: 2;
   
    border-left: 1px solid #ccc;
    box-shadow: 10px 0 14px 0  #747d8c;
    
    font-family: 'Nunito', Calibri;
    width: 370px;
    color:#535c68;
    border-collapse: collapse;
}
table.Iletisim td
{
    padding: 10px;
}



table.Iletisim tr td:first-child
{
    vertical-align: top;
    font-weight:bold;
 
    text-align: center;
   color: #747d8c;
}
table.Iletisim tr td img
{
   
    width:300px;
}
table.IletisimFormu
{
    font-size: 14px;
    left: 850px;
    border-bottom: 1px solid #ccc;
    font-family: 'Nunito', Calibri;
}
table.IletisimFormu td
{
    padding: 5px 10px;
    font-family: 'Nunito', Calibri;
}
table.IletisimFormu tr:first-child td
{
    text-align: center;
    color:#747d8c;
    font-weight: bold;
    font-size: 16px;
    
    
}
table.IletisimFormu input, table.IletisimFormu textarea
{
    border:1px solid #ccc;
    width: 240px;
    padding: 7px 10px;
    color:#57606f;
    font-family: 'Nunito', Calibri;
    font-size: 14px;
}
table.IletisimFormu input:focus, table.IletisimFormu textarea:focus
{
    color:#487eb0;
}
table.IletisimFormu textarea
{
    height: 120px;
}
table.IletisimFormu tr:nth-child(5) td:first-child
{
   vertical-align: top;
}
.Harita
{
    height: 467px;
    border-bottom: 1px solid #535c68;
}

.footerWrap
{
    font-family: 'Saira Condensed';
    font-size: 15px;
   margin: 0;
    width: 100%;
     
    background: #37383d;
    color:#e1d6d6;
    display: inline-block;
    position: relative;
    bottom: 0;
}
.footerWrap > ul
{
    padding: 30px 0 0 0;
    margin: 0;
    width: 100%;
    display: inline-block;
}
.footerWrap ul li {
    list-style: none;
    float:left;
}
.footerWrap > ul > li:first-child
{
    width: 20%;
    padding: 0 10px;
}
.footerWrap > ul > li:last-child
{
    width: 70%;
}
.footerWrap > ul:first-child{
    position: relative;
}
.footerWrap .sosyal
{
    position:relative;
}
.footerWrap .sosyal li
{
    border-color:#a4b0be;
    border:none;
    padding: 0 4px;
    background: transparent;
}
   .footerWrap .sosyal li:first-child
{
    margin-left:0;
}
.footerWrap .sosyal li a:after
{
    color:#e1d6d6;
}

.footerWrap > ul > li p
{
    margin: 0;
     
    
}
.footMenu
{
    margin: 0;
    padding: 0;
}
.footMenu > li
{
    margin: 0 15px;
}
.footMenu > li > a
{
    border-bottom: 1px dotted #ced6e0;
    padding: 3px 12px 5px 1px;
}
.footMenu li ul
{
    margin: 0;
    padding: 0 ;
    
}
.footMenu li ul li {
    float: none;
    margin: 15px 0;
    border-bottom: 1px dotted #444;
    padding: 0 8px 0 1px;
}
.footMenu li a
{
    display: block;
    color:#e1d6d6;
}
.footMenu li ul li:hover
{
    border-bottom: 1px dotted #ced6e0;
}
.footMenu > li:hover > a, .footMenu li ul li:hover a
{
    color:#fff;
}
/*butons*/
.btnMesaj
{
    position: relative;
    padding: 5px 30px 5px 10px;
    border:1px solid #487eb0;
    display:inline-block;
    background : #fff;
    color:#487eb0;
    cursor: pointer;
    float:right;
}
.btnMesaj:hover, .btnMesaj:hover:after
{
    background : #487eb0;
    color:#fff;
}

/*Icons*/
.iconAdres:before, .iconTelefon:before, .iconGsm:before, .iconFax:before, .iconEposta:before, .iconMaps:before, .btnMesaj:after, .btnKaydet:after
{
    font-family: 'WebHostingHub-Glyphs';
    color:#487eb0;
}
.iconAdres:before{content: '\f245';}
.iconTelefon:before{content: '\f148';}
.iconGsm:before{content: '\f0e6';}
.iconFax:before{content: '\f125';}
.iconEposta:before{content: '\f136';}
.iconMaps:before{content: '\f220';}
.btnMesaj:after{content: '\f3c9'; position:absolute;right:10px;color:#487eb0;top:6px;}
.btnKaydet:after{content: '\f3c9'; position:absolute;right:10px;color:#1abc9c;top:7px;}
.wrapServisFormu
{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    display: block;
  position: relative;
}
.wrapServisFormu::after
{
    
    background: url('/img/ServisLogo.png') ;
    background-repeat: no-repeat;
    content: "";
  opacity: 0.5;
  top: 160px;
  left: 50px;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1; 
}
.wrapServisFormu h2
{
    font-weight: normal;
    font-family: 'Kanit';
    padding: 15px 0 5px 0;
}
.wrapServisFormu table
{
    width: 300px;
    margin: 10px auto;
    background-color: #fff;
    padding: 25px;
}
.wrapServisFormu table td
{
    padding: 5px;
    font-size: 18px;
    vertical-align: middle;
    color:#1abc9c;
    font-family: calibri;
}
.wrapServisFormu input, .wrapServisFormu select, .wrapServisFormu textarea
{
    width: 400px;
    height: 50px;
    border:1px solid #00cec9;
    color:#00b894;
    padding: 0 5px;
    font-size: 18px;
    font-family: calibri;
}
.wrapServisFormu input:focus, .wrapServisFormu select:focus, .wrapServisFormu textarea:focus
{
    border:1px solid #00b894;
}
.wrapServisFormu textarea
{
    padding: 5px;
    height: 100px;
}
.wrapServisFormu .btnKaydet
{
    float: right;
    padding: 8px 30px 8px 5px;
    border:1px solid #1abc9c;
    font-size: 14px;
    cursor: pointer;
    position: relative;
}
.wrapServisFormu .btnKaydet:hover
{
    color:#fff;
    background-color: #1abc9c;
}
.wrapServisFormu .btnKaydet:hover:after
{
    color:#fff;
}
.wrap404
{
    background: url('/img/404.png');
    height: 250px;
    background-repeat: no-repeat;
    background-position-x: center;
    padding-top: 50px;
    text-align: center;
}
.wrap404 h1
{
    font-size: 80px;
    margin-bottom: 30px;
}
.wrap404 h2
{
    font-size: 22px;
    line-height: 40px;
    text-align: center;
    color:#d63031;
    text-shadow: 1px 2px 5px #fff;
    
}
ul#Galeri
{
    width: 100%;
    margin:0;
    padding: 0;
    display: inline-block;
    text-align: center;
}
ul#Galeri li
{
    list-style: none;
    display: inline-block;
    width: 200px;
    position: relative;
    padding:  5px;
    margin: 3px;
    border:1px solid #ccc;
    vertical-align: top;
    height: 150px;
}
ul#Galeri li img
{
    transition: transform .4s;
    transform: scale(1);
    opacity: .7;
    width: 100%;
    position: relative;
    top:50%;
    transform: translateY(-50%);
}
ul#Galeri li:nth-child(even):hover img{
    opacity: 1; 
}
ul#Galeri li:nth-child(odd):hover img{
    opacity: 1; 
    
}

/*ServisRandevu*/
.wrapServis
{
    font-family: 'Saira Condensed';
    width: 1200px;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    border:1px solid #ccc;
    
     background:linear-gradient(to top, #ecf0f1, #fff);
    margin:10px 0 20px 0;
}
.wrapServis h2
{
    padding: 0 0 15px 0;
}
.Firma, .randevu 
{ 
    float: left;
    width: 48%;
    margin: 0; 
    position: relative;    
    
    padding: 1%;
    line-height: 25px;
   
    
}
.randevu:after
{
    position: absolute;
    font-family: 'WebHostingHub-Glyphs';
    content: '\f308';
    font-size: 130px;
    top:50%;
    right: 20px;
    color:#ffc312;
    text-shadow: -2px 0 2px #000;
    
}
.Firma p
{
    width: 100%;
    
}
.Firma  img
{  
    border:1px solid #333; 
    
    margin: 10px 5px;
     
    position: relative;
    left:50%;
    transform: translateX(-50%);
    
}
.randevu table
{ 
    color : rgb(44, 62, 80);
}
.randevu table td
{
    padding: 5px;
}
.randevu input
{
    padding: 5px 10px;
    width: 240px;
     
   
}
.randevu input, .Info Input
{
    border:1px solid #ccc;
     transition:all .3s;
    color : rgb(44, 62, 80);
}
.randevu input:focus, .Info input:focus
{
    border:1px solid #EE5A24;
    transition:all .3s;
}
.randevu .btn, .Info .btn
{
    background: #fff;
    padding: 3px 10px;
    position: relative;
    float: right;
    color:#EE5A24;
    text-shadow: -2px 0 3px transparent;
    border:1px solid #EE5A24;
    cursor:pointer;
    transition: all .3s;
}
.randevu .btn:hover, .Info .btn:hover{
    background: #EE5A24;
    text-shadow: -2px 0 3px #000;
    color:#fff;
    transition: all .3s;
}
.randevu .sonuc, .Info .sonuc
{
    display: inline-block;
    width: 250px; 
    color:#EE5A24;
}