@media screen and (min-width:1920px){

}
@media (min-width:1600px) and (max-width:1920px){
	

}
@media (min-width:1440px) and (max-width:1600px){

}
@media (min-width:1280px) and (max-width:1440px){

}
@media (min-width:1024px) and (max-width:1281px){

}
@media (min-width:768px) and (max-width:1024px){
	
}
@media (max-width:768px){
	ul.top-menu {
	    padding: 7px 0px;
	    margin: 0px;
	    text-align: center;
	    list-style: none;
	}
	ul.top-social {
	    text-align: center;
	    padding: 5px 0px;
	    margin: 0px;
	    list-style: none;
	}
	ul.top-iletisim>li:first-child{
		width: 100%;
	}
	ul.top-iletisim>li{
		width: 100%;
	}
	ul.top-iletisim>li>span.iletisim-title {
	    display: inline-block;
	    width: 85%;
	    color: #037EB9;
	    font-size: 11px;
	    padding-bottom: 3px;
	    border-bottom: 1px solid #037EB9;
	    text-align: left;
	}
	ul.top-iletisim>li>span.iletisim-info {
	    font-size: 12px;
	    color: #333;
	    text-align: left;
	    margin-top: 3px;
	    display: inline-block;
	    width: 85%;
	}
	ul.top-iletisim>li>span.iletisim-title.telefon, ul.top-iletisim>li>span.iletisim-info.telefon {
	    width: 85%;
	}
	a.navbar-brand {
	    display:inline-block;
	}
	.navbar-default .navbar-brand{
		height:60px;
		padding:5px;
		display:inline-block;
	}
	a.navbar-brand>img{
		height:50px;
	}
	.egitim {
	    margin-bottom: 60px;
	}
	.istatistikler>img {
	    height: 100%;
	    width:auto;
	}
	.istatistikler .istatistik {
	    text-align: center;
	    margin-bottom: 20px;
	}
	.form-area form {
	    display: flex;
	    justify-content: center;
	    flex-direction: column;
	}
	.bottom-form>img {
	    height: 100%;
	    width:auto;
	}
	.foot-bottom>.container{
		text-align: center;
	}
	.copyright {
		float:none;
	    color: white;
	    font-size: 12px;
	    font-weight: 300;
	}
	.design {
	    float: none;
	    color: white;
	    font-size: 12px;
	    font-weight: 300;
	    display: block;
	}
	.header-page>img {
	    opacity: .3;
	    width: auto;
	}
	.header-page {
	    padding: 0px;
	    position: relative;
	    background-color: black;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    height: 130px;
	    overflow: hidden;
	}
	.bottom-form {
	    padding: 0px;
	    position: relative;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    overflow: hidden;
	}
	.navbar-default .navbar-nav>li:first-child>a {
	    padding-left: 15px;
	}
	.navbar-nav {
	    padding-left: 40px;
	}
	ul.top-iletisim {
	    padding: 0px;
	    margin: 10px 0px 10px;
	    list-style: none;
	    text-align: right;
	}
	.navbar-toggle {
	    position: relative;
	    float: right;
	    padding: 9px 10px;
	    margin-top: 14px;
	    margin-right: 15px;
	    margin-bottom: 8px;
	    background-color: transparent;
	    background-image: none;
	    border: 1px solid transparent;
	    border-radius: 4px;
	}
	.googlemaps {
	    position: relative;
	    padding-bottom: 70%;
	    //: ;
	    This is the aspect ratio: ;
	    height: 0;
	    overflow: hidden;
	}
	.istatistikler {
	    padding: 0px;
	    position: relative;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    overflow: hidden;
	}
	a.left.carousel-control>.border {
	    border: 1px solid white;
	    display: flex;
	    width: 40px;
	    height: 40px;
	    position: absolute;
	    top: 37%;
	    z-index: 5;
	    left: 50%;
	}
	a.right.carousel-control>.border {
	    border: 1px solid white;
	    display: flex;
	    width: 40px;
	    height: 40px;
	    position: absolute;
	    top: 37%;
	    z-index: 5;
	    right: 50%;
	}
	a.left.carousel-control>.border>span {
	    left: 48%;
	    top: 48%;
	}
	a.right.carousel-control>.border>span {
	    right: 48%;
	    top: 48%;
	}
	ul.about-social>li{
		margin-bottom:10px;
	}
	.top-iletisim{
		display:none;
	}
	.header-page>.container>h1 {
	    margin-top: 5px;
	    color: white;
	    font-size: 16px;
	    line-height: 1.2;
	    text-transform: uppercase;
	}
	.faydali-area {
	    text-align: center;
	}
	.blog-text{
		text-align: left;
	}
	.kurumsal-txt{
		text-align: center;
	}
}