@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700&subset=latin,latin-ext);

/*
THEME INFORMATION
-------------------------------------------------------------------------------
Theme Name 				: Sait Eren Mücevherat - 2015
Design and Coding		: Yasar Emin AKCA - www.yeakca.com
Copyright				: Anıl EREN. - www.ereninternet.com.tr
-------------------------------------------------------------------------------
*/

/*=============================================================================
=== WARNING ===================================================================
===============================================================================

Global.css file, this file is needed for the operation.

===============================================================================
  MAIN.CSS CONTENTS 
===============================================================================

  1 . GENERAL SETTINGS
  2 . HEADER
  3 . SLIDER
  4 . SECTION MAIN
  5 . SECTION SUB PAGE
  6 . ASIDE - SIDEBAR
  7 . FOOTER

*/
/******************************************************************************
  1 . GENERAL THEME SETTINGS
******************************************************************************/

body{
    margin: 0;
    padding: 0;
    font-family: 'Source Sans Pro', sans-serif;
	font-size:16px;
	color:#000000;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    margin: 0 0 20px 0;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
    font-weight: normal;
}

.private-title {
	display:block;
	padding:15px 0;
	text-align:center;
	color:#ffffff;
	background:#C6A32B;
	font-weight:300;	
}
p.small-text {
	font-size:12px;
	color:#999999;
	padding:20px 0;
	line-height:14px;	
}

a {
    color:#3A3831; 
    text-decoration: none;
	transition:all 0.2s linear;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
}
a:hover {
	text-decoration:none;	
}

a.gold {
	color:#c29f2e;
}
a.gold:hover {
	color:#3A3831;
}
p {
    line-height: 24px; 
    font-size: 16px;
    margin: 0 0 30px 0;
}

p.big-text {
    line-height: 30px; 
    font-size: 21px;
    margin: 0 0 30px 0;
}

h4._pl90 span {
	display:block;
	padding-left:10px;
	font-size:16px;
	color:#999999;
}
ul.list-classic {
	padding:0 0 0 20px;
}
ul.list-classic li {
	list-style-type: square;
	margin:0 0 10px 0;
	font-size:16px;
}
.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}
.navbar-nav>li>.dropdown-menu {
	padding:30px 0;
	
}
.navbar-nav>li>.dropdown-menu a {
	letter-spacing:0px;	
}

th.w30, td.w30 {
	text-align:right;	
} 
/* Preloader */

#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#ffffff; /* Changeable */
    z-index:9999;
}

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%;
    top:50%;
    background-image:url(../images/preloader.GIF);
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px;
}

/* WRAPPER and CONTAINER SETTINGS*/

.wrapper{
    width: 980px;
    margin: 30px auto;
    padding: 0px;
}

.content-box {
	display:none;	
}

/******************************************************************************
  2 . HEADER
******************************************************************************/

header{
    width: 100%;
	margin:0 0 -20px 0;
}

header .navbar-brand {
	width:50%;
	height:auto;
	text-align:center;	
}
header .navbar-brand img {
	display:inline-block;	
}
header .nav li  {
	margin:0 20px;	
}
header .nav li a {
	font-size:15px;
	letter-spacing:1.5px;	
}
header .navbar-inverse .navbar-nav>li>a {
	color:#ffffff;
}
header .navbar-inverse .navbar-nav>li>a:hover {
	color:#c29f2e;
}
header .navbar-inverse {
	background:#3a3831;
	border-color:#3a3831;	
}

header .language {
	width:25%;
	float:left;	
	margin:0;
	padding:30px 0 0 0;
}
header .language a {
	display:block;
	float:left;
	margin:0 20px 0 0;
	width:45px;
	height:45px;
	line-height:42px;
	border-radius:45px;
	-webkit-border-radius:45px;
	-moz-border-radius:45px;
	font-size:15px;
	border:2px solid #a2a2a1;
	text-align:center;
	color:#a2a2a1;	
}
header .language a.active {
	color:#3a3831;
	border-color:#3a3831;	
}
header .social {
	width:25%;
	float:right;
	padding:45px 0 0 0;	
	overflow:hidden;
}
header .social ul  {
	overflow:hidden;
	float:right;
}
header .social ul li {
	display:block;
	float:left;
	margin:0 0 0 45px;	
}
header .social ul li a {
	display:block;
	font-size:20px;
	color:#3a3831;	
}

header .social ul li a:visited,
header .social ul li a:active {
	color:#3a3831;
}
header .social ul li a:hover {
	color:#c29f2e;	
}
header .navbar-inverse .navbar-toggle {
	color:#ffffff;
	border:none;
	width:95%;
	font-size:18px;	
	text-align:left;
}
header .navbar-toggle i {
	float:right;
	margin-top:5px;	
}
header .navbar-toggle:hover {
	background-color:none !important;	
}

/******************************************************************************
  3 . SLIDER
******************************************************************************/
#slider {
	margin:0 0 50px 0;	
}
#slider .carousel {
	border:15px solid #d9d9d9;	
}
#slider .carousel-control span.ok {
	top:45%;
	position:absolute;
	font-size:36px;	
}
/******************************************************************************
  4 . SECTION MAIN
******************************************************************************/

section{
    width: 100%;
    margin: 0 0 15px 0;
}
section .product-box {
	display:block;
	position:relative;
	overflow:hidden;	
}
section .product-box img {
	width:100%;
	height:auto;	
}
section .product-box span.product-title {
	width:100%;
	position:absolute;
	bottom:-50px;
	left:0;
	text-align:center;
	background:rgba(255,255,255,0.7);
	display:block;
	padding:20px;	
	font-size:20px;
	font-weight:bold;
	color:#000000;
	transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
}
section .product-box span.link-text {
	display:block;
	font-size:13px;
	font-weight:normal;
	margin:10px 0 0 0;
	padding:10px 0 0 0;
	border-top:1px solid #cacaca;
}
section .product-box:hover span.product-title {
	bottom:0px;
}
.row.no-padding {
	margin-right:-7.5px !important;
	margin-left:-7.5px !important;	
}
.row.no-padding *[class*=col-] {
	padding-right:0.65% !important;
	padding-left:0.65% !important;	
}
.row.f-padding {
	margin-right:0px !important;
	margin-left:0px !important;	
}
.row.f-padding *[class*=col-] {
	padding-right:0 !important;
	padding-left:0 !important;	
}
section .private-heading {
	background:#c29f2e;
	color:#ffffff;
	text-align:center;	
	font-size:48px;
	font-weight:bold;
	padding:60px 0 50px 0;
	display:block;
}
section .private-heading:hover {
	background:#3a3831;
	color:#c29f2e;
}
section .private-heading span {
	display:block;
	font-size:24px;
	font-weight:normal;
	letter-spacing:3px;	
	line-height:10px;
	margin-bottom:20px;
}
section .border-gr {
	border:2px solid #d9d9d9;	
}

.brand-slider {
	overflow:hidden;
	width:100%;
}
.brand-slider li {
	display:block;
	float:left;	
}
.brand-slider .brand {
	width:100%;
	height:107px;
	background:url(../images/brand-bg.png) no-repeat;
	background-size:cover;
	text-align:center;
	padding:1px 0 0 0;
}
.brand-slider .brand img {
	display:inline-block;
		
}
.brand-area .bx-wrapper .bx-controls-direction a {
	top:30%;
	text-indent:0;
	background:none;
	font-size:36px;
	color:#d9d9d9;	
}
.brand-area .bx-wrapper .bx-controls-direction a:hover {
	color:#c29f2e;
}
.brand-area .bx-wrapper .bx-prev {
	left:-3%;	
}
.brand-area .bx-wrapper .bx-next {
	right:-5%;	
}
.marquee {
	width:100%;
	height:82px;
	overflow:hidden;	
}
.w40 {
	width:40%;	
}
.w30 {
	width:30%;	
}
.main-title {
	font-size:20px;
	color:#c29f2e;
	text-align:center;
	padding:0 0 20px 0;
	margin:0 0 20px 0;
	border-bottom:2px solid #d9d9d9;	
}
.js-marquee {
	font-size:14px;	
}

.about-box {
	display:block;
	width:100%;
	height:273px;
	padding:20px;
	background:#efefef;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition: opacity 0.9s ease-in-out;
  -moz-transition: opacity 0.9s ease-in-out;
  -o-transition: opacity 0.9s ease-in-out;
  transition: opacity 0.9s ease-in-out;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
/******************************************************************************
  5 . SECTION SUB PAGE
******************************************************************************/
#page-title {
	width:100%;
	padding:30px 0;
	text-align:center;
	border-top:1px solid #d1d1d1;
	border-bottom:1px solid #d1d1d1;
	margin:50px 0 30px 0;	
}
#page-title h1 {
	color:#c29f2e;
	font-size:30px;
	margin:0;
	letter-spacing:2px;	
}
section#sub-page{
    width: 980px;
    margin: 0;
}

address i {
	margin:0 10px 0 0;
	color:#c1c1c1;
	width:20px;	
}

ul.product-detail,
ul.product-detail li,
ul.product-detail li span {
	display:block;
}
ul.product-detail {
	margin:100px 0;	
}
ul.product-detail li {
	margin:0 0 20px 0;
	overflow:hidden;
}
ul.product-detail li span {
	float:left;	
}
ul.product-detail li span.col-01 {
	width:40%;
	color:#919191;	
}
ul.product-detail li span.col-02 {
	width:60%;	
}
/******************************************************************************
  6 . ASIDE - SIDEBAR
******************************************************************************/

aside {
    
}

/* SIDEBAR NAV SETTINGS */

aside nav ul li {
    line-height: 36px;
}
aside nav ul li a {
    color: #2d3e50;
    display: block;
}
aside nav ul li a:hover {
    background: #2d3e50;
    color: #fff;
    padding: 0 0 0 10px;
}

/******************************************************************************
  7 . FOOTER
******************************************************************************/

footer {
    width:100%;
	background:#3a3831;
	padding:2.5% 0;
	text-align:center;
	color:#c5c5c5;
	font-size:13px;
}
footer nav.footer-nav {
	display:block;
	overflow:hidden;	
}
footer nav.footer-nav ul {
	display:inline-block;	
}
footer nav.footer-nav ul li {
	display:block;
	float:left;
	margin:0 20px;
	font-size:14px;	
	letter-spacing:1.5px;
}
footer nav.footer-nav ul li a {
	color:#ffffff;
	
}
footer nav.footer-nav ul li a:hover{
	color:#c29f2e;	
}
footer .f-logo {
	margin:25px 0;	
}
footer .sm-links {
	overflow:hidden;
	display:inline-block;	
}
footer .sm-links li {
	display:block;
	float:left;
	margin:0 20px;
	font-size:16px;	
}
footer ul li a {
	color:#c5c5c5;	
}
footer ul li a:visited,
footer ul li a:active {
	color:#c5c5c5;	
}
footer ul li a:hover {
	color:#c29f2e;	
}
footer .other-links {
	width:100%;
	text-align:center;	
}
footer .other-links ul {
	display:inline-block;	
}
footer .other-links ul li {
	float:left;
	margin:0 20px;	
}