/* 
    Company: Fikirgen Bilişim
    Developer: Erkan DURSUN
    Email: erkan.dursun@fikirgen.com
*/

/*
    Renkler
    SiyahMaviDark : #3f414d;
    SiyahMavi: #40516d;
    Kırmızı: #ed6b4b;
    Turkuaz: #5ab0bd;
    Beyaz: #ffffff;
    Siyah: #000000;
*/
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #aaaaaa;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #aaaaaa;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #aaaaaa;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #aaaaaa;
}

.scrolltop{
    background: rgba(0,0,0,.5);
    color: #fff;
    width: 36px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    position: fixed;
    bottom: 60px;
    z-index: 999;
    right: 20px;
    border-radius: 5px;
    font-size: 24px;
    display: none;
    z-index: 99;
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: 800px;
    margin: 20px auto;
}

body {
    font-family: 'Open Sans', sans-serif;
    background: #ffffff;
    color: #4a4a4a;
    font-size: 14px;
    position: relative;
    padding: 0px 0 0 0px;
    margin: 0px;
    height: auto;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    margin: 0;
}
a {
    text-decoration: none;
}
.wrapper {
    width: 100%;
}
.content{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.z10 {
    z-index: 10;
}
.fullpage {
    width: 100%;
    height: 100%;
}
.full-bg {
    background-size: cover;
    background-repeat: no-repeat;
}
/* Geniş Ekran */
@media only screen and (min-width: 1500px){
    .content {
        width: 100%;
    }
   
}

/* Tablet Dikey*/
@media only screen and (max-width: 1024px){
	.content{
		width: 100%;
	}
    
   
}

/* Tablet Yatay */
@media only screen and (max-width: 1024px) and (max-height: 768px){


}

/* Mini Tablet Dikey */
@media only screen and (max-width: 991px){
    .content {
        width: 100%;
    }
    
}


/* Mini Tablet Yatay */
@media only screen and (max-width: 991px) and (max-height: 768px){


}

/* Mobil Dikey */
@media only screen and (max-width: 767px){
    .content{
        width: 100%;
    }
    
}

/* Mobil Yatay */
@media only screen and (max-width: 767px) and (max-height: 450px){


}


/* Mobil Dikey */
@media only screen and (max-width: 479px){
	.content{
		width: 100%;
	}
    
}


/* Mini Mobil Dikey */
@media only screen and (max-width: 350px){
    .content{
        width: 100%;
    }
   
}
