/** 6.0 - Media Screen Css */

/* Büyük Cihazlar , Geniş Ekranlar */
@media only screen and (max-width : 1200px) {
	.header-menu ul li a{ font-family: 'Poppins', sans-serif; font-weight: 600; color: #fff; font-size: 10px;}
	.slider-text{position: absolute; z-index: 999; color: #fff; font-size: 60px; width: 100%; max-width: 1100px; text-align: left; float: left; margin-top: 8%;}
	figure.effect-roxy i {margin-top: 0;}
	.blog-img img {width: 100%; height: 250px; object-fit: cover;  transition: all 0.5s ease;}
	.blog-img img:hover {width: 100%; height: 250px; object-fit: cover; opacity: 0.8; transition: all 0.5s ease;}
}

/* Orta Cihazlar, Masaüstü */
@media only screen and (max-width : 992px) {
	.slider-text-kah{font-size: 8px; color: #88714C; text-transform: uppercase; font-weight: 600; text-align: center;}
	.slider-text-bas{font-size: 18px; color: #88714C; text-transform: uppercase; font-weight: 800; color: #fff; text-align: center;}
	.full-header{display: none;}
	.mobilbar{
	display:block;
	position:relative;
	z-index:999;
	float:left;
	width:100%;
	padding:10px;
	background:#fff;
	padding-left:15px;
	padding-right:15px;
	border-top:1px solid #e1e1e1;
	box-shadow: 0 2px 4px rgba(100, 100, 100, 0.3);

}
.left-column img{height: 250px; object-fit: cover;}
.left-o{padding-left: 0px;}
.right-o{padding-right: 0px;}
figure.effect-roxy i {margin-top: 20px;}
.performansyoket {display:block;}
}

/* Küçük Cihazlar , Tabletler */
@media only screen and (max-width : 768px) {
	.bx-wrapper img {height: 200px; object-fit: cover;}
	.slider-text-kah{font-size: 8px; color: #88714C; text-transform: uppercase; font-weight: 600; text-align: center; padding: 10px; padding-bottom: 0px;}
	.slider-text-bas{font-size: 18px; color: #88714C; text-transform: uppercase; font-weight: 800; color: #fff; text-align: center; padding: 10px; padding-top:0px; }
	.footer-img{margin:0px auto; text-align: center; display: table; margin-bottom: 25px;}
	.footer-text{margin-bottom: 15px;}
	.footer-float{float: left; width: 100%;}
	.sosyal2{float: left;}
	.full-image{position: relative;}
	.full-image img{width: 100%;
    min-height: 150px;
    background-position: -20% 0px;
    max-height: 300px;
    object-fit: cover;
}
}

/* Extra Small Cihazları, Telefonlar */ 
@media only screen and (max-width : 480px) {
	.team-user-title{color: #44351e; font-size: 16px; margin-top: 15px; text-transform:capitalize; text-align: center; font-family: 'Roboto', sans-serif;  font-weight: 700;}
.team-ser-bas{float: left;
    width: 100%;
    min-height: 55px;
} 
	.abaut-title{width: auto; margin:0px auto; margin-bottom: 30px; font-family: 'Roboto', sans-serif; font-style: normal; font-weight: 600; text-align: center; display: table; position: relative; z-index: 9; color: #88714C; font-size: 18px;vertical-align: middle;}
	.sol-cizgi{display: none;}
	.sag-cizgi{display: none;}
	.flot-right{text-align: left;}
	.abaut-text img{width: 100%; height: auto; object-fit: cover;}
	.abaut-text ul{padding: 0;}
	.right-text a {font-size: 12px;}
	.right-text ul li {margin-top: 5px;}
	.left-text img{width: 100%; height: 210px; object-fit: cover; margin-bottom: 10px;}
	.left-column p{padding-left: 0;}
	.slider-text{position: absolute; z-index: 999; color: #fff; font-size: 60px; width: 100%; max-width: 1100px; text-align: left; float: left; margin-top: 13%;}
	.slider-text-kah{font-size: 8px; color: #88714C; text-transform: uppercase; font-weight: 600; text-align: center; padding: 10px; padding-bottom: 0px;}
	.slider-text-bas{font-size: 16px; color: #88714C; text-transform: uppercase; font-weight: 800; color: #fff; text-align: center; padding: 10px; padding-top:0px;}
}

/* Özel, iPhone Retina */ 
@media only screen and (max-width : 320px) {
}
