/**
* 	@author: Vehbi AKDOGAN
* 	@mail: mf.leqelyy@gmail.com || info@vehbiakdogan.com
* 	@website: vehbiakdogan.com
* 	@office: ajansorkestra.com
*/




/* pc */
@media only screen and (min-width : 768px) {
	.col-xs-offset-3 {
		margin-left:0;
	}
}
/* Tablet */
@media only screen and (max-width : 768px) {
.container {
		width:100%;
	}
}


/* Telefon */
@media only screen and (max-width : 480px) {
	.sayfa_baslik {
		    height: 150px;
	}
	.container {
		width:100%;
	}
	
	.menu_devam {
		display:none;
	}
	header {
		position: static;;
	}
	.navbar-default {
	    background: #28373c;
	    border: none;
	    box-shadow: none;
	    border-radius: 0;
	    margin-top: 0;
	    padding: 0;
	    width: 100%;
	}
	.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	    border-color: #b89d56;
	    border-radius: 0;
	    margin-right: 2px;
	    background: transparent;
	}
	.navbar-default .navbar-toggle .icon-bar {
	    background-color: #b89d56;
	}
	.navbar-default:after {
	    content: '';
	    width: 100%;
	    height: 1px;
	    background: #b89d56;
	    position: absolute;
	    bottom: 0;
	    right: 0;
	}
	a.logo {
	    display: inline-block;
	    background: #fff;
	    padding: 22px 0;
	    width: 100%;
	    text-align: center;
	}
	a.logo img {
		display: inline;
	}
	.flex-kutu {
	    display: flex;
	    justify-content: center;
	    position: static; 
	    flex-direction: column;
	}
	.mavi_bg {
	    flex: 1;
	        background: #304248;
	    display: flex;
	    flex-direction: row-reverse;
	    justify-content: space-around;
	    align-items: center;
	}
	.orta_bg {
	    background: url(image/noktalar.png) center center no-repeat;
	    padding-top: 70px;
	}
	h3.orta_baslik {
		margin-top: 0;
	}
	ul.resimler {
		display: block;
	    overflow: hidden;
	    margin-bottom: 30px;
	}
	.kategori2 {
	    position: static;
	    width: 100%;
	    top: 25%;
	    right: 0;
	    background: #fff;
	    border: 2px solid #b89d56;
	}
	.kategori2 img {
   	 position: static;
	}
	.mobil_mt_10 {
		margin-top:10px;
	}
	.flex3 {
		border-right:none;
		    border-bottom: 1px solid #b89d56;
	}
	img.mobil_w {
	    width: 60%;
	    margin-left: 30%;
	}
	.navbar-default .navbar-nav>li>a {
		padding-right:20px;
	}
	.sosyal {
	    position: static;
	    background: #28373c;
	    z-index: 20;
	    padding: 0 10px;
	    height: auto;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    width: 100%;
	    flex-direction: row;
	}
	ul.smedia li {
	    text-align: center;
	    display: inline-block;
	    margin: 10px 0;
	    color: #b89d56;
	    border: 1px solid #b89d56;
	    border-radius: 100%;
	    width: 25px;
	    height: 25px;
	    line-height: 25px;
	    transition: .3s all linear;
	}
	ul.resimler li {
	    display: inline-block;
	    width: 46%;
	    float: left;
	    margin-right: 2%;
	    margin-top: 12px;
	    position: relative;
	    margin-left: 2%;
	}
}
