@import url('https://fonts.googleapis.com/css?family=Barlow|Exo|Play|Muli|Nunito|Raleway&display=swap');
*
{
	margin:0;
	padding:0;
    height: auto;
    font-family: 'Raleway', sans-serif;
    box-sizing: border-box;
    text-decoration: none;
}

a{
    color: black;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Raleway', sans-serif;
}

.warning, .error, .info, .success 
{
    width: 95%;
    padding: 12px 0px;
    margin: 15px auto;
    border-style: solid;
    border-width: 1px;
    background-position: 5px;
    background-repeat: no-repeat;
    text-align: center;
}
 
.warning 
{
    background-color: #f8fad5;
    background-image: url(images/warning.png);
    border-color: #e5d35b;
}
 
.error {
    background-color: #f5dfdf;
    background-image: url(images/hata.png);
    border-color: #ce9e9e;
}
 
.info 
{
    background-color: #dfeff5;
    background-image: url(images/info.png);
    border-color: #9ebcce;
}
 
.success 
{
    background-color: #e8f5df;
    background-image: url(images/success.png);
    border-color: #9ece9e;
}

.hemenAraLink{
    padding: 10px 20px;
    color: #fff;
    background-color: #e74c3c;
}

.ortaFirma{
    background-color: #f9f9f9;
    padding: 20px 0;
    text-align: center;
    border-bottom: 3px solid #efefef;
}

.ortaFirma > h1{
    font-size: 40px;
}

.ortaFirma > h2{
    font-size: 24px;
    font-weight: normal;
}

.ortaUrunBaslik{
    font-size: 36px;
    text-align: center;
    font-weight: normal;
    color: #fff;
    padding: 30px 0 50px 0;
}

.urunGrupBaslik{
    font-size: 36px;
    text-align: center;
    font-weight: normal;
    color: #00084A;
    padding: 10px 0 50px 0;
}

.ortaBilgi{
    padding: 20px 200px;
    width: 100%;
    margin: auto;
    background-color: #f9f9f9;
    color: #222;
    text-align: center;
    border-bottom: 1px solid #efefef;
}

.ortaBilgi p{
    line-height: 28px;
}

.altust30{
    margin: 30px 0;
}

.altust50{
    margin: 50px 0;
}

.altust100{
    margin: 100px 0;
}

.yaziOrtala{
    text-align: center;
}

.satirArasi{
    line-height: 22px;
}

.f16{
    font-size: 16px;
}


.f21{
    font-size: 21px;
}

.f26{
    font-size: 26px;
}

.f36{
    font-size: 36px;
}

.ortaCizgi{
    width: 8%;
    border: 1px solid #efaf05;
    margin-left: auto;
    margin-right: auto;
}


header{
    position: sticky;
    position:-webkit-sticky;
    top: 0;
    z-index: 1000;
}

.top{
    background-color: #2d2d2d;
    border-bottom: 1px solid #efefef;
    padding: 0 50px;
    overflow: auto;
    font-size: 14px;
    color: #efefef;
}

ul.topBilgiler > li{
    float: left;
    padding: 10px;
    border-right: 1px solid #5d5d5d;
    list-style-type: none;
}

ul.topBilgiler li:last-child{
    border-right: none;
}

ul.diller{
    float: right;
    list-style-type: none;
    display: none;
}

ul.diller > li{
    float: left;
    padding: 10px;
    border-right: 1px solid #efefef;
}


.logo {
    float: left;
    padding: 5px 20px;
    height: 80px;
    width: 400px;
}

.logo img{
    object-fit: contain;
    height: 100%;
    width: 100%;
}

.dil{
    text-align: center;
    padding: 10px 25px;
}

.dil > ul{
    float: right;
}

.dil li{
    float: left;
    padding: 5px 10px;
    border: 1px solid #b00000;
    margin: 0 10px;
}

.dil li:hover{
    background-color: #b00000;
    color: #fff;
    transition: 250ms;
}

.dil a{
    color: #000;
}

.ortaSlider
{
	width:100%;
	height:500px;
	background-color:#e0e0e0;
	overflow:hidden;
}	

.sahne{
    padding: 30px 50px;
    overflow: auto;
}

.sahneBg{
    background-color: #f9f9f9;
}

.ortaSahneBg{
    background-color: #2d2d2d;
}

.sahneUrunGrup{
    
}

.ortaKutu{
    width: 23%;
    height: 470px;
    float: left;
    margin: 1%;
    padding: 10px;
    background-color: #f9f9f9;
    position: relative;
    border: 1px solid #efefef;
}

.resim{
    width: 100%;
}

.resim:hover{
    animation: pulse 1s;
    -webkit-animation: pulse 1s;
}

.resim img{
    width: 100%;
}

.ortaKutu h3{
    padding: 15px 0;
    text-align: center;
    font-weight: 600;
    color: #b00000;
}

.ortaKutu p{
    color: #333;
}

.devami{
    position: absolute;
    padding: 10px 25px;
    bottom: 10px;
    right: 0;
    color: #000;
    text-align: center;
    font-size: 14px;
    border: 1px solid #2d2d2d;
}

.devami:hover{
    background-color: #2d2d2d;
    color: #efaf05;
    transition: 250ms;
}

.bottom{
    background-color: #2d2d2d;
    padding: 50px 60px;
    height: auto;
    font-size: 14px;
    overflow: auto;
    border-top: 1px solid #5E5E5E;
}

.bottomKutu{
    width: 33.3%;
    height: auto;
    float: left;
    padding: 0 50px;
    box-sizing: border-box;
    overflow: auto;
}

.bottomKutu img{
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    cursor: pointer;
}

.sosyal{
    width: 45px;
}

.bottomIcon{height: auto;}

.bottomBaslik{
    font-size: 22px;
    padding: 15px 0;
    color: #DBDBDB;
}

.bottomIcerik{
    color: #989898;
    padding-bottom: 5px;
    line-height: 22px;
}

.bottomIcerik span{
    color: #fff;
}

.footer{
    border-top: 1px solid #5E5E5E;
    padding: 30px 30px;
    background-color: #2d2d2d;
    font-size: 13px;
}

.copyright{float: left; width: 50%; color: #b8b8b8;}
.tasarim{width: 50%; float: left; text-align: right; color: #F9D100;}
.tasarim a{color: #F9D100; text-decoration: none;}

.sayfaBanner{
    padding: 30px 0 50px 0;
    background-image: url("../images/banner-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.service{
    background-image: url("../images/banner-service.jpg");
}

.contact{
    background-image: url("../images/banner-contact.jpg");
}

.noktaliBg{
    background-image: url("../images/banner-service4.jpg");
}

.bannerBg5{
    background-image: url("../images/banner-service5.jpg");
}



.sayfaBanner > h1{
    margin-top: 20px;
    font-size: 42px;
    -webkit-animation: fadeInDown 1s;
    animation: fadeInDown 1s;
    text-align: center;
}

.sayfaBanner > p{
    font-size: 16px;
    text-align: center;
    -webkit-animation: fadeIn 3s;
    animation: fadeIn 3s;
    line-height: 28px;
    padding: 0 130px;
}

.sayfaBanner > h1, p{
    color: #000000;
}

.yol{
    height: auto;
    overflow: auto;
    font-size: 14px;
    box-sizing: border-box;
    padding: 10px 0 10px 50px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #efefef;
}

.yol > ol{
    text-decoration: none;
    list-style-type: none;
    -webkit-animation: fadeInLeft 1s;
    animation: fadeInLeft 1s;
}

.yol li{
    float: left;
    padding: 0 5px;
}

.yol a{
    color: #222;
    text-decoration: none;
}

.yol .breadcrumb-item{
    background-image: url("../images/breadcrumb-item.png");
    padding: 8px 10px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 15px;
}

.yol .spanActive{
    font-weight: bold;
}

.menuSol{
    width: 27%;
    float: left;
    overflow: auto;
}

ul.altUrunClass{
    border-bottom: 1px solid #efefef;
    margin-bottom: 30px;
    list-style-type: none;
}

ul.altUrunClass li{
    font-size: 14px;
    padding: 15px 0 15px 0px;
}

ul.altUrunClass li:after{
    content: "\276F";
    float: right;
    font-size: 14px;
    color: #b00000;
}

ul.altUrunClass li:hover{
    font-size: 14px;
    padding: 15px 0 15px 15px;
    transition: 250ms;
}

/*Menuler accordeon*/
.accordion {
  cursor: pointer;
  padding: 18px 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  transition: 0.4s;
}

.activ, .accordion:hover {
  background-color: #efefef;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.activ:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

/*Menuler accordeon*/

/*sss accordeon*/
.sssaccordion {
  cursor: pointer;
  padding: 18px 10px;
  width: 100%;
  text-align: left;
  outline: none;
  font-size: 16px;
  transition: 0.4s;
    margin-bottom: 5px;
    color: #000;
    border: 1px solid #BBBBBB;
}

.sssactiv, .sssaccordion:hover {
  background-color: #efefef;
}

.sssaccordion:after {
  content: '\002B';
  color: #000;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.sssactiv:after {
  content: "\2212";
}

.ssspanel {
  padding: 0 18px;
  background-color: #f9f9f9;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-bottom: 5px;
}

/*sss accordeon*/


.urunler{
    width: 71%;
    overflow: auto;
    float: left;
}

.urunler h3{
    padding: 18px 0px;
    font-size: 18px;
    position: relative;
}

.urunler h3::before {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: #efaf05;
}

.urunler p{
    font-size: 14px;
    line-height: 22px;
}

.urunKutuOrta{
    width: 31.32%;
    height: 200px;
    overflow: hidden;
    float: left;
    margin: 0 1% 4% 1%;
    position: relative;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    border: 1px solid #515151;
    padding: 10px;
}

.urunKutuOrta:hover{
    border: 1px solid #efaf05;
    transition: 250ms;
}

.urunKutuOrta h3{
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    max-height: 55px;
    padding: 0;
    overflow: hidden;
}

.urunKutuOrta > img{
    float: left;
    margin-right: 15px;
}

.ortaHizmetBilgisi > p{
    font-size: 14px;
    color: #878787;
    margin-top: 10px;
    line-height: 22px;
}

.urunKutu{
    width: 46%;
    height: 460px;
    float: left;
    margin: 0 2% 4% 2%;
    position: relative;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    border-bottom: 1px solid #2d2d2d;
}

.urunResim{
    width: 100%;
    border: 1px solid #efefef;
    height: 200px;
}

.urunResim:hover{
    -webkit-animation: pulse 1s;
    animation: pulse 1s;
}

.urunResim img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.uretimDetaySol{
    width: 32%;
    float: left;
    overflow: auto;
}

.urunDetay h2,h3,h4,h5,h6{
    padding: 10px 0;
}

.urunDetayResim{
    width: 45%;
    height: auto;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.urunDetayResim img{
    max-width: 100%;
}

.paylas{
    height: auto;
    width: 100%;
    overflow: auto;
    margin-bottom: 30px;
}

.paylas h2{
    color: #000;
    font-weight: normal;
    padding: 10px 0;
    margin-bottom: 20px;
}

.paylas img{
    margin: 0 10px 0 0;
    float: left;
}

.fotoGaleri{
    width: 100%;
    height: auto;
    margin-top: 20px;
}


.urunDetay{
    width: 76%;
    overflow: auto;
    float: left;
    margin: 0 1%;
    padding: 0 20px;
    line-height: 28px;
}

.urunDetay img{
    max-width: 100%;
}

.blog{
    width: 76%;
    overflow: auto;
    float: left;
    margin: 0 1%;
    padding: 0 20px;
    line-height: 28px;
}

.blog > div{
    height: auto;
    overflow: hidden;
    margin-bottom: 30px;
    border-bottom: 2px solid #efefef;
    padding-bottom: 30px;
    position: relative;
}

.blogResim{
    width: 30%;
    height: 200px;
    float: left;
}

.blogResim > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blogIcerik{
    width: 67%;
    margin-left: 3%;
    height: auto;
    float: left;
    font-size: 14px;
}

.blogTarih{
    width: 100%;
    float: none;
    overflow: hidden;
}

.blogTarih > p.kategori{
    padding: 15px 0;
    float: left;
    margin-right: 50px;
}

.blogTarih > p.kategori::after{
    content: "\2630";
    font-size: 20px;
    float: left;
    margin-right: 10px;
}

.blogTarih > p.eklenmeTarihi{
    padding: 15px 0;
    float: left;
    margin-right: 50px;
}

.blogTarih > p.eklenmeTarihi::after{
    content: "\1F553";
    font-size: 18px;
    float: left;
    margin-right: 10px;
}

.blogDetay{
    position: absolute;
    bottom: 20px;
    right: 20px;
    padding: 10px 20px;
    border: 1px solid #efefef;
    font-size: 14px;
}

.blogDevam{
    position: absolute;
    padding: 5px 20px;
    bottom: 10px;
    right: 0;
    color: #000;
    text-align: center;
    font-size: 14px;
    border: 1px solid #efefef;
    cursor: pointer;
}

.blogDevam:hover{
    background-color: #2d2d2d;
    color: #efefef;
    transition: 250ms;
}

.blogDetayResim{
    margin: 20px 0;
    text-align: center;
}

.blogDetayResim > img{
    max-width: 100%;
}

.menuSag{
    width: 22%;
    float: left;
    overflow: hidden;
}

.menuSag h2{
    color: #222;
    font-weight: normal;
    position: relative;
    padding-bottom: 20px;
}

.menuSag h2::before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: #ff0000;
}

.iletisimKutu{
    padding: 0 10px;
    height: auto;
    overflow: hidden;
}

.iletisimKutu iframe{
    width: 100%;
    height: 500px;
}

.iletisimBilgileri{
    width: 50%;
    height: auto;
    overflow: auto;
    float: left;
    padding: 0 20px;
}

.iletisimBilgisi{
    font-size: 16px;
    margin: 10px 0;
    padding: 5px 0;
}

.iletisimBilgisi > i{
    float: left;
    font-size: 18px;
    margin-right: 15px;
}

.iletisimFormu{
    width: 50%;
    height: auto;
    overflow: auto;
    float: left;
    padding: 0 20px;
    box-sizing: border-box;
}

.iletisimFormu *{
    font-family: 'Raleway', sans-serif;
}

.iletisimFormu input{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ebebeb;
    margin-bottom: 5px;
}

.iletisimFormu input:focus{
    outline:1px solid #FF0308;
}

.iletisimFormu textarea{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ebebeb;
    margin: 5px 0;
    height: 100px;
    resize: none;
}

.iletisimFormu button{
    width: 100%;
    padding: 15px 0;
    text-align: center;
    border: 0;
    background-color: #27ae60;
    color: #fff;
}

.iletisimFormu textarea:focus{
    outline:1px solid #FF0308;
}

.iletisimBaslik{
    font-size: 22px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 15px;
}

.guvenlikKodu{
    height: 50px;
    margin-bottom: 10px;
}

.kod{
    width: 25%;
    height: 50px;
    line-height: 50px;
    float: left;
    background-color: #ebebeb;
    box-sizing: border-box;
    text-align: center;
    font-family: "Times New Roman", "serif";
    font-size: 26px;
    letter-spacing: 5px;
    font-weight: bold;
}

.kodKutu{
    width: 75%;
    height: 50px;
    float: left;
}

.kodKutu input{
    height: 50px;
}

.hakkimizda{
    width: 75%;
    float: left;
    margin-right: 3%;
    line-height: 22px;
}

.diger{
    width: 65%;
    float: left;
    margin-right: 3%;
    line-height: 26px;
}

.digerSol{
    width: 32%;
    float: left;
    overflow: auto;
}

.digerSol img{
    width: 100%;
    border: 6px solid #efefef;
    padding: 5px;
}

.iletisimKanallari{
    background-color: #2d2d2d;
    height: auto;
    overflow: hidden;
    padding: 40px 40px;
}

.iletisimKanallari > div{
    width: 20%;
    height: auto;
    float: left;
    text-align: center;
}

.iletisimKanallari > div:first-child{
    width: 40%;
    text-align: left;
}

.iletisimKanallari h4{
    color: #fff;
    font-size: 32px;
    font-weight: normal;
}

.iletisimKanallari h5{
    color: #989898;
    font-size: 18px;
    font-weight: normal;
}

.iletisimKanallari p{
    color: #fff;
    font-size: 14px;
    padding: 15px 0;
    line-height: 22px;
}




.ortaMaps{
    width: 100%;
    height: auto;
}

.ortaMaps > iframe{
    width: 100%;
    height: 350px;
}


.temizle{
    clear: both;
}

@media only screen and (max-width: 1024px) 
{
    
.ortaFirma > h1{
    font-size: 28px;
    line-height: 28px;
    font-weight: normal;
}

.ortaFirma > h2{
    font-size: 22px;
    line-height: 24px;
}


.top{
    padding: 0;
}

.yol{
    font-size: 12px;
    padding: 10px 0 10px 5px;
}
    
.sahne{
    padding: 30px 10px;
    overflow: auto;
    margin: auto;
}

    
.logo {
    width: 70%;
}
    
.iletisimFormu{
    width: 100%;
    float: none;
    margin-bottom: 50px;
}

.iletisimBilgileri{
    width: 100%;
    float: none;
    margin-bottom: 50px;
}
    
.kod{
    width: 100%;
    float: none;
}

.kodKutu{
    width: 100%;
    float: none;
}

.ortaBilgi{
    padding: 20px;
}

.ortaKutu{
    width: 100%;
    height: auto;
    float: none;
    margin: 1% 0;
    padding-bottom: 70px;
}
  
.menuSol{
    width: 100%;
    float: none;
}


.urunler{
    width: 100%;
    float: none;
}

.urunKutu{
    width: 100%;
    height: auto;
    float: none;
    margin: 0;
    margin-bottom: 30px;
    padding-bottom: 70px;

}
    
.bottom{
    padding: 0px;
    height: auto;
}

.bottomKutu{
    width: 90%;
    float: none;
    padding: 40px 10px;
}

.bottomSosyal{
    border-top: 1px solid #5E5E5E;
    margin-top: 40px;
    padding: 30px 10px;
}

.sayfaBanner h1{
    font-size: 42px;
    top: 3%;
}

.sayfaBanner p{
    bottom: 3%;
    padding: 0 10px;
}
  
.hakkimizda{
    width: 100%;
    float: none;
    margin-right: 0%;
    margin-bottom: 30px;
}
        
.urunDetay{
    width: 100%;
    float: none;
    margin: 5% 0 20% 0;
    padding: 0;
}
    
.urunDetayResim{
    width: 100%;
    float: none;
    margin-right: 0px;
}

.menuSag{
    width: 100%;
    float: none;
}
    
.urunKutuOrta{
    width: 100%;
    height: auto;
    overflow: auto;
    float: none;
    margin: auto;
    margin-bottom: 30px;
    padding: 15px 5px;
}

ul.topBilgiler > li{
    float: none;
    padding: 10px;
    border-right: none;
    text-align: center;
    border-bottom: 1px solid #5d5d5d;
}

ul.topBilgiler li:last-child{
    border-right: none;
    padding: 10px 20px;
}

.ortaSlider
{
	height:250px;
}	
    
.diger{
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 30px;
}

.digerSol{
    width: 100%;
    float: none;

}

.iletisimKanallari > div{
    width: 100%;
    float: none;
    margin-bottom: 30px;
}

.iletisimKanallari > div:first-child{
    width: 100%;
    text-align: none;
}
    
.blog{
    width: 100%;
    float: none;
    margin: 0;
}
    
.blog > div{
    border-bottom: 2px solid #efefef;
    padding-bottom: 70px;
}
    
.blogResim{
    width: 100%;
    float: none;
}

.blogIcerik{
    width: 100%;
    margin-left: 0%;
    float: none;
    padding: 15px 0;
}


        
    
}

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



}
