/**
* 	@author: Vehbi AKDOGAN
* 	@mail: mf.leqelyy@gmail.com || info@vehbiakdogan.com
* 	@website: vehbiakdogan.com
* 	@office: ajansorkestra.com
*/
@import url(font/stylesheet.css);

*,body {
	padding:0;
	border:0;
	margin:0;
	font-family: 'jt_marnie_regularregular';
	font-weight: normal;
}
a,img {
	border:0;
	text-decoration:none;
}
ul {
	padding:0;
	margin:0;
}
ul li {
	list-style:none;
}
body,html {
	height:100%;
}
.temizle {
	clear:both;
}
.ortala {
	width:1000px;
	margin:0 auto;
}
.container {
	max-width: 1400px;
}
.slider {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
}
body.anasayfa {
	background:#28373c;
}
header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5;
}
a.logo {
	display: inline-block;
    background: #fff;
    padding: 22px 60px;
}
.navbar-default {
	background: #28373c;
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin-top: 20px;
    padding: 0;
    width: 70.2%;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 13.1px;
}
.navbar-default .navbar-nav>li>a {
    color: #b89d56;
    text-shadow: none;
    font-size: 14px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #b89d56;
    background-color: transparent;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #b89d56;;
    padding: 7px 0px 15px 0px;
}
.container {
	width:1400px;
}
.navbar-default:after {
	content: '';
    width: 90%;
    height: 1px;
    background: #b89d56;
    position: absolute;
    bottom: 15px;
    right: 0;
}
.menu_devam {
	position: absolute;
    top: 20px;
    right: 0;
    width: calc(50% - 680px);
    background: #28373c;
    z-index: 5;
    height: 62px;
}
.menu_devam:before {
	content: '';
    width: 100%;
    height: 1px;
    background: #b89d56;
    position: absolute;
    bottom: 15px;
    left: 0;
}
.sosyal {
	position: fixed;
    background: #28373c;
    z-index: 20;
    padding: 0 10px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (min-width: 768px) {
	.navbar-nav {
	    float: left;
	    margin: 0;
	    padding-left: 60px;
	}
}

ul.smedia li {
	text-align: center;;
	display: block;
	margin-bottom: 10px;
	color: #b89d56;
	border:1px solid #b89d56;
	border-radius: 100%;
	width:25px;
	height: 25px;
	line-height: 25px;
	transition: .3s all linear;
}
ul.smedia li a {
	color: inherit;
	font-size: 14px;
}
ul.smedia li:hover {
	background: #b89d56;
	color: #28373c;
}
.flex-kutu {
	display: flex;
    justify-content: space-between;
    position: absolute;
    top: -125px;
}
.kutu_resim {
	flex:8;
}
.altin_bg {
	background: #b89d56;
	flex:8;
}
.altin_bg h3 {
	color: #28373c;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.altin_bg p {
	color: #28373c;
    padding: 10px 20px;
    text-align: center;
}
.altin_bg a {
	color: #28373c;
    font-weight: bold;
    text-align: right;
    display: block;
    padding-right: 19px;
    box-sizing: border-box;
}
.mavi_bg {
	flex: 1;
    background: #28373c;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
.mavi_bg a {
	color: #b89d56;
    font-size: 20px;
}
.orta_bg {
	background:url('image/noktalar.png') top center no-repeat;
	padding-top: 70px;
}
h3.orta_baslik {
	color: #b89d56;
    font-size: 18px;
    border-bottom: 1px solid #b89d56;
    display: inline-block;
    padding: 8px 22px;
    text-align: left;
    margin-bottom: 0px;
    margin-top: 50px;
}
p.orta_icerik {
	color: #b89d56;
    border-left: 1px solid #b89d56;
    padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
ul.resimler li {
	display: inline-block;
	width:44%;
	float: left;
	margin-right: 3%;
	margin-top: 12px;
	position: relative;
}
ul.resimler li .hover {
	position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    width: 100%;
    height: 100%;
    z-index: 1;
        background: #b89d5669;
    color: #28373c;
    text-shadow: 0px 0px 0px #28373c;
    opacity: 0;
    transition: .3s all linear;
}
ul.resimler li:hover .hover {
	opacity: 1;
}
.kategori2 {
	position: absolute;
    width: 50%;
    top: 25%;
    right: 0;
    background: #fff;
    border: 2px solid #b89d56;
}
.kbaslik {
	font-size: 20px;
    margin-bottom: 50px;
    margin-top: 45px;
    font-family: 'jt_marniemedium';
        color: #b89d56;
}
.kategori2 p {
	color: #b89d56;
	margin-bottom: 80px;
}
.kategori2 img {
	position: absolute;;
	bottom: -245px;
}
.flex2 {
	display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 100px;
}
.bant {
	background: #b89d56;
	padding: 10px 0;
	color: #fff;
	position: relative;
	z-index: 27;
	margin-top:50px;
}
input.bulten {
	width: 100%;
    background: #c4ab69;
    text-indent: 10px;
    height: 36px;
    line-height: 36px;
    outline:none;
}
 

button.bulten_btn {
	background: #9d8444;
    width: 100%;
    height: 35px;
    outline:none;
}
.flex3 {
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    padding: 20px 0;
    border-right: 1px solid #b89d56;
    height: 155px;
}
.flex3 i {
	font-size: 45px;
    margin: 10px 0;
    color: #b9987b;
}
.flex3 a {
	color: #fff;
    border: none;
    text-decoration: none;
}
.copy {
	background: #b89d56;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 26;
    padding: 3px 0;
}

.footer_iletisim {
    text-align: center;
    color: #b89d56;
    font-size: 14px;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
}
.footer_iletisim i {
    display: block;
    color: #b89d56;
    font-size: 55px;
    padding: 11px 0;
}
.btn-primary {
    background: #28373c;
    border: none;
    border-radius: 0;
}
.sayfa_baslik {
	background:url('image/ic_bg.png') center center no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 360px;
	margin-bottom:40px;
}
.sayfa_baslik h3 {
	color: #fff;
    font-size: 42px;
    font-family: 'jt_marniemedium';
    text-shadow: 0 0 4px #28373c;
}
.well {
	background: #b89d56;
    border-color: #9d8444;
    color: #28373c;
}
.form-control {
	background: #28373c;
    border-color: #253135;
    color: #b89d56;
    outline-color:#b89d56;
}
 
.form-control::-webkit-input-placeholder { /* Edge */
  color: #b89d56;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #b89d56;
}

.form-control::placeholder {
  color: #b89d56;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #b89d56;
    text-align: center;
    background-color: #182023;
    border: 1px solid #28373c;
    border-radius: 4px;
}
.urun_tab {
	box-sizing: border-box;
    padding-right: 20px;
    border-right: 1px solid #495d68;

}
.urun_tab h1 {
	background: #495d68;
    color: #fff;
    box-sizing: border-box;
    padding: 20px 20px;
    font-size: 20px;
}
ul.kategori li {
    display: block;
    color: #fff;
    padding: 10px 20px;
    font-size: 18px;
}
ul.kategori li a {
	color:inherit;
	text-decoration: none;
}
.tasarim {
	line-height: 0.6;
	position: relative;
}
.cizgi {
	width:100%;
	height: 100%;
}
.cizgi:before {
	content:'';
	width:1px;
	height: 20%;
	position: absolute;
	top:0;
	left:0;
}
.tasarim p {
	position: relative;
	color: #fff;
    padding: 0;
    margin: 0;
    font-size: 40px;
    font-family: 'jt_marniethin';
    letter-spacing: 1px;
}
.tasarim p.sari {
	font-family: 'jt_marnie_regularregular';
	color: #b89d56;
	z-index: 2;
}
.urun_icerik {
	color: #fff;
    margin-top: 23px;
    text-align: justify;
}
.urun_img {
	background:url('image/yatay_nokta.png') center center no-repeat;
	background-size: cover;
}
.popup {
	margin-top:50px;
}
.popup a {
	display:block;
	widtH:100%;
	height: 100%;
	border:2px solid #b89d56;
	margin-top:25px;
}
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}