/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

@media only screen and (max-width : 1100px) {

	.main-navigation {
		display: none;
	}

	.mobilemenu{
		display: block;
	}

	.slide-caption h1{
    	font-size: 36px;
	}
	
	.slide-caption h1 span{
		padding: 12px 16px;
		font-size: 36px;

	}

}

@media only screen and (max-width : 992px) {
	header .iletisim-bilgileri li:nth-child(2){
		display: none;
	}

	header .iletisim-bilgileri li{
		border-right: 0;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) { 

	header .social-icons{
		display: none;
	}
	header .language-navigation span{
		display: none;
	}
	.slide-caption h1, .slide-caption h1 span{
    	font-size: 16px;
	}
	    

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width :576px) {

}

/* Custom, Phone */ 
@media only screen and (max-width : 420px) {

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 350px) {

}