body {
    font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size:16px;
	color:#726a5d;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Playfair Display', serif;
	color:#726a5d; 
    font-weight: 700;	
}

h1{	font-size:60px;}
h2{	font-size:48px;}
h3{	font-size:36px;}
h4{ font-size:24px;}
h5{	font-size:18px;}
h6{	font-size:16px;}

a, a:hover, a:active, a:focus {text-decoration: none;}

p{ line-height: 28px; }
ul{ padding: 0; list-style: none; }

.color-bg{
    background-color: #eeebe6
}
.nopadding{ padding:0 !important; }

section{
    margin:120px 0 120px;
}

.ortala{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
}

.title{
    font-size: 48px;
    letter-spacing: -2px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;   
}

.title-icon{
    background: url(/uploads/title-icon.png);
    background-repeat: no-repeat;
    height: 20px;
    background-position: center;
    margin-bottom: 60px;
}

.title-icon-white{
    background: url(/uploads/title-icon-white.png);
    background-repeat: no-repeat;
    height: 20px;
    background-position: center;
    margin-bottom: 60px;
}


/* -------------------------------------------------
 * BUTTONS
 *-------------------------------------------------*/
 .btn-outline{
    color: #222;
    border:1px solid #726a5d;
    border-radius: 0;
    padding: 10px 25px;
 }

 .btn-outline:hover{
    color: #fff !important;
    background-color:#726a5d;
 }

 .btn-outline-main{
    color: #b5a37f;
    border:1px solid #b5a37f;
    border-radius: 0;
    padding: 10px 25px;
 }

 .btn-outline-main:hover{
    color: #fff !important;
    background-color:#b5a37f;
 }
 .btn-color{
    color: #fff;
    background-color: #bdad8e;
    border-radius: 0;
    padding: 10px 25px;
    border:0;
 }

  .btn-color:hover{
    color: #fff;
    background-color: #222;
    cursor:pointer;
 }



/** PRELOAD
**************************************************************** **/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999999;
}

#status {
    width: 201px;
    height: 119px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image:url(../img/preloader.jpg);
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(-50%,-50%);
}


/* -------------------------------------------------
 * HEADER
 *-------------------------------------------------*/
 header{
    z-index: 3;
    width: 100%;
 }

 .navbar-light{
    background-color: transparent;
    padding: 18px 15px;
    display:block !important;
    -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    position: absolute;
 }

 .navbar-light-logo, .navbar-dark-logo{
    display: none;
 }

 .navbar-light .navbar-light-logo{
    display: block !important;
 }

 .navbar-dark{
    background-color: #fff;
    padding: 5px 15px 0;
    position: fixed;
    top: 0;
    border-bottom: 1px solid #eee;
    z-index: 99;
    display:block !important;
    -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
 }

 .navbar-dark .navbar-dark-logo{
    display: block !important;
 }
 .navbar-brand {
    text-align: center;
    margin: 0 auto;
}
.mobilemenu{
    right: 0;
    position: absolute;
}
.mobilemenu .btn{
    background: transparent;
    color: #71695d; 
}

.navbar-light .mobilemenu .btn {
    color: #ffffff;
    margin-right: 40px;
}

.mobilemenu .btn i{
    font-size: 24px;
    margin-right: 5px;
}
.navbar-dark .mobilemenu .btn{
    color:#555050;
}
.mobilemenu .btn:hover{
    cursor: pointer;   
}
.mobilemenu .btn:focus{
    box-shadow: none;
    outline: none;
}

.cd-dropdown {
    background-color: #222;
 }

 .cd-dropdown h2 {
    position: relative;
    z-index: 1;
    color: #ded7b7;
    background-color: #222;
    border-bottom: 0;
    text-align: center;
    font-weight: 800;
    letter-spacing: -2px;
}
.cd-dropdown-content a, .cd-dropdown-content ul a {
    color: #ded7b7;
    border-color: transparent;
    text-align: center;
    border-bottom: 1px;
    font-weight: 600;
    border-left: 0;
    border-right: 0;
    font-size: 24px;
    font-family: 'Playfair Display', serif;
        -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.cd-dropdown-content a:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}



.cd-dropdown .cd-close::after, .cd-dropdown .cd-close::before {
    background-color: #5b3a1e;
}


/* -------------------------------------------------
 * SLIDER
 *-------------------------------------------------*/

.slider{
    background-color: #eeebe6;
    height: 100vh;
    width: 100%;
    margin:0;
    background-image: url(../img/slider-bg.png);
    position: relative;
    background-repeat: no-repeat!important;
    box-sizing: border-box;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: right center;
}

#slider-category-owl {
    position: absolute !important;
    top: 55%;
    transform: translate(0,-50%);
}

.slider .text-wrapper{
    padding: 120px;
}

.slider .text-wrapper h3{
    font-size:60px;
    letter-spacing: -3px;
        -o-animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -ms-animation-delay: 1s;
    animation-delay: 1s;
    margin-bottom: 30px;
}


.slider .text-wrapper p{
    font-size:20px;
    margin-top: 30px;
}

#slider-category-owl .owl-buttons{
    position: absolute;
    right: 30px;
}

#slider-category-owl .owl-prev, #slider-category-owl .owl-next{
    display: block !important;
}
#slider-category-owl .owl-prev i, #slider-category-owl .owl-next i{
    display: block !important;
    font-size: 18px;
}

#slider-category-owl .owl-prev{
    background-color: #a99c88;
    border-radius: 0;
    padding: 15px;
}

#slider-category-owl .owl-next{
    background-color: #655944;
    border-radius: 0;
    padding: 15px;
}




.fws2 .slide-caption{
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    right: 120px;
    text-align: center;
}

.fws2 .slide-caption .desc{
    margin-bottom: 15px;
}

.fws2 .slide-caption .baslik {
    font-size: 60px;
    letter-spacing: 6px;
    font-weight: 500;
    margin-bottom: 10px !important;
}



/* -------------------------------------------------
 * PRODUCT ITEM
 *-------------------------------------------------*/

.product-item span{
    color:#726a5d;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    display: block;
    text-align: center;
}

.product-item img{
    margin-bottom: 20px;
}

.product-item figure{
    overflow: hidden;
}


.product-item h5, .product-item h6, .product-item h3{
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    font-weight: 400;
}

.title-detail{
        font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px;
        margin-top: 15px;
}

/********** HOVER EFFECT ******************/
/* Zoom In #1 */
.zoom-in figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .6s ease-in-out;
    transition: .6s ease-in-out;
}
.zoom-in figure:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


/* -------------------------------------------------
 * WELCOME POPULAR DESIGN
 *-------------------------------------------------*/
.welcome-popular-design{
    text-align: center;
}

.welcome-popular-design h2{
    text-align: center;
    letter-spacing: -2px;
    margin-bottom: 30px;
}


.welcome-popular-design .owl-theme .owl-controls .owl-page span{
    background: #fdc344;
}

.welcome-popular-design .owl-buttons, .welcome-collection .owl-buttons{
    position: absolute;
    top: 33%;
    width: 100%;
}
.welcome-popular-design .owl-prev, .welcome-collection .owl-prev{
    float:left;
}

.welcome-popular-design .owl-next, .welcome-collection .owl-next{
    float:right;
}

.welcome-popular-design .owl-theme .owl-controls .owl-buttons div, .welcome-collection .owl-theme .owl-controls .owl-buttons div{
    background: #fdc344;
    filter: Alpha(Opacity=100);
    opacity: 1;
}

.welcome-collection{
    margin:0;
}

.welcome-collection figure{
    margin:0;
}
/* -------------------------------------------------
 * CUSTOMER TESTIMONIALS
 *-------------------------------------------------*/


.welcome-customer-testimonials{
    text-align: center;
    background-color: #eeebe6;
    padding: 60px 0;
    margin:0;
    background: url(../img/yorum-bg.jpg) no-repeat center top;
    text-align: center;
    position: relative;
    background-attachment: fixed;
    background-repeat: no-repeat!important;
    box-sizing: border-box;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color:#fff;
}

.welcome-customer-testimonials figure img{
    height: 120px;
    width: 120px;
    border-radius: 50%;
    border: 5px solid #fff;
}

.welcome-customer-testimonials label{
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -1px;
    color:#a07e00;
}

.welcome-customer-testimonials .title{
    font-size: 36px;
    margin-bottom: 15px;
    color:#fff;
}


.welcome-customer-testimonials .trip-icon{
    font-size:36px;
    margin-bottom: 30px;
}
.welcome-customer-testimonials a{
    color:#fff;
}


.welcome-customer-testimonials span{
    font-family: 'Playfair Display', serif;
    font-size: 72px;
    display: inline-block;
}

.welcome-customer-testimonials .rating{
    width: 100%;
    text-align: center;
    color:#a07e00;
    margin-bottom: 15px;

}

.welcome-customer-testimonials .owl-theme .owl-controls .owl-buttons div {
    background: #9f7e00;
}
/* -------------------------------------------------
 * STORE
 *-------------------------------------------------*/

 .welcome-store, .welcome-expertise{
    margin: 0;
    text-align: center;
 }

 .welcome-store .owl-pagination, .welcome-store .owl-buttons, .welcome-expertise .owl-pagination, .welcome-expertise .owl-buttons{
    width: 50%;
    position: absolute;
 }

 .welcome-store .title{
    margin-bottom: 30px;

 }



 .welcome-store .owl-buttons, .welcome-expertise .owl-buttons{
    top: 50%;
 }

 .welcome-store .owl-prev, .welcome-expertise .owl-prev{
    float: left;
    margin-left: 30px !important;
 }

  .welcome-store .owl-next, .welcome-expertise .owl-next{
    float: right;
    margin-right: 45px !important;
 }


 .welcome-store .owl-pagination, .welcome-expertise .owl-pagination{
    bottom: 40px;
 }

.welcome-store .owl-theme .owl-controls .owl-buttons div, .welcome-expertise .owl-theme .owl-controls .owl-buttons div {
    font-size: 28px;
    background: transparent;
    filter: Alpha(Opacity=100);
    opacity: 1;
}

.welcome-store .owl-theme .owl-controls .owl-page span, .welcome-expertise .owl-theme .owl-controls .owl-page span{
    background: #fff;
}

.welcome-store figure, .welcome-store .owl-theme .owl-controls, .welcome-expertise figure, .welcome-expertise .owl-theme .owl-controls{
    margin: 0;
}

.welcome-store figcaption, .welcome-expertise figcaption{
    margin: 0;
    padding: 60px !important;
}

.welcome-expertise .owl-pagination, .welcome-expertise .owl-buttons {
    right: 0;
}


/* -------------------------------------------------
 * ASIDE
 *-------------------------------------------------*/

 .filter-aside{
    margin-bottom: 30px;
 }
.filter-aside  a {
    color:#726a5d;
    font-size: 14px;
    font-weight: 400
}

.filter-aside  a i {
    font-size: 12px;
}

.filter-aside h5 a{
    color:#726a5d;
    display: block;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    font-size: 18px;
    font-weight: 600
}

.filter-aside h5 a i{
    float: right;
}


.filter-aside .fa-circle, .filter-aside .fa-square{
    color:#cacaca;
}
.filter-aside .fa-gem,.filter-aside .fa-check-square,.filter-aside .fa-check-circle{
    color:#bdad8e;
}



/* -------------------------------------------------
 * BREDCRUMB
 *-------------------------------------------------*/
.breadcrumb{
    margin-top: 104px;
    background-color: #ffffff;
    margin-bottom: 30px;
    border-radius: 0;
    border-bottom: 1px solid #eee;
}

.breadcrumb ul{
    margin-bottom:0;
}

.breadcrumb ul li{
    display: inline-block;
}

.breadcrumb ul li a{
    color:#726b5e;
    font-size: 14px;
}

.breadcrumb ul li i{
    color:#ddd;
    margin-left: 5px;

}




/* -------------------------------------------------
 * PRODUCT DETAIL
 *-------------------------------------------------*/
.product-detail{
    margin-top: 60px;
}
 .product-info .btn-color{
    margin-bottom: 30px;
 }

  .product-info h4{
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 500;
    color:#a9a8a8;
 }

 .product-features li label{
    margin-bottom: 0;
}
 .product-features li {
    padding: 10px 15px;
}

.product-features li:nth-child(odd){
    background-color: #f1f1f1;
}

.modal-body .form-control{
    font-size: 13px;
}

/* -------------------------------------------------
 * RECOMMENDED PRODUCTS
 *-------------------------------------------------*/
  .recommended{
    text-align: center;
 }
 .recommended hr{
    margin-bottom: 60px;
 }
.recommended .owl-pagination{
    display: none;
}

 .recommended .owl-theme .owl-controls .owl-buttons div {
    color: #b5a37f;   
    background: #000000;
    filter: Alpha(Opacity=100);
    opacity: 1;
    border-radius: 0;
}

 .recommended .owl-prev i, .recommended .owl-next i{
    font-size: 18px;
    padding: 8px 4px;
}

.recommended .owl-item a figure {
    color: #666;
}
/* -------------------------------------------------
 * PAGINATION
 *-------------------------------------------------*/


.pagination {
    margin-top:30px;
}
.page-item.active .page-link {
    background-color: #b5a37f;
    border-color: #b5a37f;
}

.pagination li a, .page-link:focus, .page-link:hover {
    color: #666;
}


/* -------------------------------------------------
 * EXPERTISE
 *-------------------------------------------------*/


.expertise{
    margin-top: -30px;
    padding-top: 30px;
    padding-bottom: 60px;
}
.expertise figure{
    box-sizing: border-box;
    background-size: cover;
    background-repeat: no-repeat !important;
    background-position: center center;
    margin-bottom: 0;
}

.expertise .text-area{
    padding:60px;
    background-color: #fff;
}

.expertise article{
    margin-bottom: 30px;
}

.expertise .title{
    text-align: center;
    margin-bottom: 30px;
}

/* -------------------------------------------------
 * STORE
 *-------------------------------------------------*/


.store{
    margin-bottom: 60px;
}
.store .title{
    text-align: center;
    margin-bottom: 30px;
} 

.store .text-area{   
    background-color: #eeebe6;
}

.store article{
    margin-bottom: 30px;
}

.store figure{   
    margin-bottom: 0;
}


/* -------------------------------------------------
 * FOOTER
 *-------------------------------------------------*/
 footer{
    padding: 30px 0;
 }

 footer .social-icons{
    text-align: right;  
 }

 footer .social-icons li{
    display: inline-block;    
 }

 footer .social-icons li a{
    color:#fff;  
 }
 footer .social-icons li a i{
    background-color:#bdad8e;
    padding: 12px;
}

 footer .social-icons li a i:hover{
    background-color:#222;
    color:#fff;
}

footer .design{
    font-size: 12px;
    color: #666;
}
footer .design:hover{
    font-size: 12px;
    color: #bdad8e;
}

footer .copyright {
    font-size: 12px;
    color: #666;
}
footer .navbar-brand label, footer .navbar-brand span{
    font-size: 16px;
}

footer .navbar-brand img{

    width: 70%;
}

.footer-hr{
    margin: 0;
    padding: 0;
}

/* -------------------------------------------------
 * SUBSCRIBE
 *-------------------------------------------------*/

 .subscribe{
    background-image: url(../img/black-bg.jpg);
    padding: 120px 0;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    margin-top: 0;
 }

  .subscribe h3{
    color: #fff;
    font-size: 36px;
    margin-bottom: 15px;
 }

.subscribe .form-control{
    border-radius:0;
    border:0;
    height: 44px;    
}

/* -------------------------------------------------
 * COMPANY
 *-------------------------------------------------*/

.company{
    margin-top: 0;
 }
 .company .title{
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
 }

.company .aciklama{
    text-align: center;
 }
.company .cd-date{
    font-family: 'Playfair Display', serif;
    color:#726a5d; 
    font-weight: 700;
    font-size: 36px;
    margin-top: -30px;
}

.company .cd-timeline-img.cd-picture {
    background: #bdad8e;
}

.company .cd-timeline-content {
    background: #eeebe6;
}

.company .cd-timeline-content p {
    font-size: 16px;
}



/* -------------------------------------------------
 * CONTACT
 *-------------------------------------------------*/
#map{
    margin-top: -30px;
    margin-bottom: 60px;
}

.iletisim-bilgileri{
    text-align: center;
}

.iletisim-bilgileri ul li label{
    display: block;
    font-weight: 600;
    color:#726a5d;
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    margin-top: 15px;
}

.iletisim-bilgileri ul li{
    font-weight: 400;
}

.iletisim-bilgileri ul li i{
    display: block;
    font-size: 36px;
    border-radius: 50%;
    background-color: #bdad8e;
    color: #fff;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    padding: 30px;
}

.iletisim-bilgileri ul li a{
    color:#726a5d;
}

.iletisim .form-control{
    border-radius: 0;
    font-size: 14px;
}

.iletisim .input-group-addon {
    border-radius: 0;
    width: 40px;
    background-color: #bdad8e;
    color: #fff;
}

.iletisim-formu{
    padding: 30px;
    background-color: #fff;
    text-align: center;
    margin-bottom: 60px;
    margin-top: 60px;
}

.iletisim h4{
    margin-bottom: 30px;
}


.hallmarking{
    margin-top: -30px;
    padding: 60px 0; 
    text-align: center;
}

.hallmarking h1{
    margin-bottom: 30px;
}

.hallmarking figure{
     margin: 0 auto;
     text-align: center;
     padding: 0;
     margin-bottom: 30px;
}

.hallmarking figure img{
    border: 15px solid #e0d9cd;
}