
body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;    
}


.row {
	max-width:1150px;
}


/*!- Headlines ------------------ */
h1 {
	color:#d7b56d;
	font-size:45px;	
	font-family: 'Tinos', serif;
	font-weight:700;
}

h2 {
	font-size:24px;	
	font-family: 'Tinos', serif;
	font-weight:400;
}
a {
    color: #d7b56d;   
}

a:hover {
	color:#AE935A;	
}



/*!- Header ------------------ */
header{
	background: rgba(0,0,0,0.8);
    color: #fff;
	position:relative;
	min-height: 175px;
    background: #ebecec;
}
header .logo {
	position:absolute;
	top:20px;
	left:20px;
	z-index:200;
	-webkit-filter: drop-shadow(3px 3px 3px #000);
    filter: drop-shadow(3px 3px 3px #000);
	transition: opacity .15s linear;
	opacity:1;
}

header .logo-sticky {
	position:absolute;
	top:-50px;
	left:100px;
	-webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms;
	transition: all .2s linear;
}

header .nav-container .is_stuck .logo {
	opacity:0;
	
}
header .nav-container .is_stuck .logo-sticky {
	top:2px;
	
}
#main {
	background:#ebecec;
	padding-top: 30px;
	padding-bottom:50px;
	min-height: 500px;
}

.ribbon-footer {
	background: #ebecec url("../img/container-bg-ribbon.png") left top no-repeat;
    width: 100%;
    display: block;
    height: 90px;
    z-index: 100;
    bottom: 0;
}

.home .ribbon-footer {
	background-color: transparent;
    margin-top: -90px;
	z-index: 10000;
	position: relative;
}


/*!- Flexslider ------------------ */
.ce_flexSlider {
	position:relative;
}
.flex-control-nav {
    bottom: 40px;
    text-align: left;
    padding-left: 0;
    z-index: 99;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: -25px;
}

.flexslider {
    margin: 0;
}

.flex-control-paging li a.flex-active {
    background: #d7b56d;
}

.flex-control-paging li a:hover {
    background: #fff;
    background: rgba(255,255,255,0.7);
}

.flex-control-paging li a {
    background: #fff;
	width:20px;
	height:20px;
}

#slider {
    margin: 0 !important;
}

.ce_flexSlider  span.ribbon,
.ce_image  span.ribbon {
	background: url("../img/slider-bg-ribbon.png") left top no-repeat;
    width: 100%;
    display: block;
    height: 90px;
    position: absolute;
    z-index: 98;
    bottom: 0;
}
.home .ce_flexSlider span.ribbon{
	/*background: url("../img/slider-bg-ribbon-home.png") left top no-repeat;*/
	background:none;
}

.mod_article.ribbon-gold {
	margin-top: -90px;
    position: relative;
    z-index: 1;
}
.mod_article  span.ribbon.down {
	background: url("../img/ribbon-gold-patch.png") left top no-repeat;
    width: 100%;
    display: block;
    height: 90px;
    position: absolute;
    z-index: 98;
    bottom: 0;
}

.home .mod_article  span.ribbon.down {
	display: none;
}
.home header .ce_text.ribbon {
	background: url("../img/ribbon-gold.png") left top no-repeat;
    /* background: #d7b56d; */
    color: #000;
    padding-top: 90px;
    padding-bottom: 90px;
}

.home header .ce_text.ribbon h1 {
	color:#000;
}

.home header .ce_text.ribbon .inner {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
    padding: 40px 0;
}

.home #container {
	display: none;
}
/*!- Footer ------------------ */
footer {
	background:#2b2a29;
	min-height:215px;
	color:#fff;
	padding: 30px 0;
}

footer p {
    padding-left: 46px;
}
footer p span {
	display:block;
}
footer .push-20 {
	margin-bottom:20px;
}
footer .inside,
#main  .inside {
	max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

footer .social i {
	margin-right:10px;
}

footer h2 {
	color: #d7b56d;
    font-size: 24px;
	font-family: 'Tinos', serif;
	font-weight:400;
    line-height: 36px !important;
	text-transform:uppercase;
}

footer i {
	background: #d7b56d;
    padding: 9px 0px;
    width: 36px;
    border-radius: 18px;
    text-align: center;
    font-size: 22px !important;
    height: 36px;
    line-height: 0.8 !important;
    color: #2b2a29;
    float: left;
}
footer i + * {
	display: inline-block;
    line-height: 28px;
    margin: 0;
    padding: 0 !important;
    margin-left: 10px;
}
footer .phones-section i {
	clear:both;
	margin-bottom:10px;
}

footer .phones-section i + * {
	
}

footer .phones-section div {
	clear:both;
}

/*!- Product - Info  ------------------ */

.products-info .info {
	text-align: center;
    margin-top: -37px;
}

.products-info .info img {
	position: relative;
    z-index: 1;
    display: inline-block;
}

.products-info .info span {
	background: #d7b56d;
    color: #fff;
    padding: 5px 10px;
    margin-left: -16px;
    position: relative;
    z-index: 0;
    display: inline-block;
    top: 2px;
    border-radius: 6px;
    padding-left: 18px;
	font-size: 14px;
    line-height: 22px;
}
.products-info .inner {
	text-align: center;
    padding: 10px;
}
.products-info .inner .image {
	text-align: center;
    background: #d7dbde;
    height: 260px;
    display: table;
    width: 100%;
    border-radius: 4px;
    border-bottom: 2px solid #ccc;
    border-top: 0px solid #efefef;
}
.products-info .inner .image a {
	display: table-cell;
	vertical-align: middle;
}

/*!- Product - Grid  ------------------ */

.products-grid .item .inner,
.products-carousel .item .inner {
	background:#d3d3d3;
	padding: 10px;
    margin-bottom: 10px;
}
.products-carousel .item {
	margin:10px;
}

.products-grid .image,
.products-carousel .image {
	border: 1px solid #a1a1a1;
}

.products-grid .image img,
.products-carousel .image img {
	display:block;
}

.products-grid .info {
	
}

.products-grid .info .title,
.products-carousel .info .title {
	line-height: 25px;
    margin-top: 10px;
}

.products-grid .icons,
.products-carousel .icons {
	text-align:right;
	
}
	
.products-carousel .icons img {
	display:inline-block !important;
}
	
.ribbon-gold-down {
	background: url('../img/ribbon-gold-bg.png') left top no-repeat;
}

.centered-content {
	
}


/*!- Menu - Top   ------------------ */
.nav_top {
	position: absolute;
    top: 0;
    right: auto;
    z-index: 1000;
    width: 100%;
}
.nav_top .inner {
	max-width: 960px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}		

.nav_top ul {
	list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: right;
}

.nav_top li {
	display: inline-block;
    padding: 0 12px;
}

.nav_top a {
	font-size: 18px;
	font-family: 'Tinos', serif;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;;
}



/*!- Menu - Main  ------------------ */
.nav-container {
	margin-left: auto;
    margin-right: auto;
    /*border-bottom: 5px solid #fff;*/
    position: absolute;
    width: 100%;
    display: inline-block;
    z-index: 100;
    /*background: rgba(51,51,51,0.8);*/
    overflow: visible;
	
}
.nav-container .gap {
	height:40px;
	background: rgba(51,51,51,0.8);
}
.nav-container .inner {
	height:65px;
	border-bottom: 5px solid #fff;
	background: rgba(51,51,51,0.8);
}
.top-bar {	
    z-index: 10;
    width: 100%;
    padding-top: 0;
    background: transparent;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 15px;
}


.top-bar-section ul li a,
.top-bar-section .dropdown li:not(.has-form):not(.active)>a:not(.button) {
	background: transparent;
	padding: 3px 15px; 
}


.top-bar-section .dropdown li:not(.has-form):not(.active):hover>a:not(.button),
.top-bar-section .dropdown li:not(.has-form):not(.active):hover>span {
    background-color: #1c1b17;
    color: #d2ac67;
    background:#1c1b17;
}

.top-bar.expanded .title-area {
    background: transparent;
}

.top-bar-section .dropdown li {
    background: rgba(28, 27, 23, 0.8);
}
.top-bar .name {
    font-size: 16px;
    height: 45px;
    margin: 0;
}

.top-bar .toggle-topbar a {
	font-size: 20px;
    line-height: 1.5;
    font-family: 'Tinos', serif;
    font-weight: 700;
    text-transform: none;
}


@media only screen and (min-width: 40.0625em){
	.top-bar-section .level_2,
	.top-bar-section .level_3 {
		padding-top:36px;
	}
	
	.top-bar-section .level_2 > li.first,
	.top-bar-section .level_3 > li.first {
		padding-top:13px;
	}
	.top-bar-section .level_2 > li.last,
	.top-bar-section .level_3 > li.last {
		padding-bottom:13px;
	}
	.top-bar-section ul li>a,
	.top-bar-section ul li>span {
		font-size: 18px;
		padding-left: 0.9375rem;
		padding: 12px 0 12px 0.9375rem;
		font-family: 'Tinos', serif;
		font-weight: 400;
	}
	.top-bar-section ul.level_2 li a,
	.top-bar-section ul.level_2 li span {
		text-align:right;	
	}
	.top-bar-section li:not(.has-form) a:not(.button),
	.top-bar,
	.top-bar-section li.active:not(.has-form) a:not(.button) {
		line-height:23px;
	}
	
	.top-bar-section li:not(.has-form) span {
		padding: 0 0.9375rem;
	}
	
	.top-bar-section li.active:not(.has-form) a:not(.button) {
		background:transparent;
	}
	
	.top-bar-section .level_1 > li:not(.has-form)> a:not(.button),
	.top-bar-section .level_1 > li:not(.has-form)> span {
		line-height: 45px;
		font-size: 20px;
		text-transform: uppercase;
		background:transparent;	
		cursor:pointer;	
	}
	.top-bar-section ul.level_1> li:hover:not(.has-form)>a {
		 color: #d2ac67;
	}
	
	.top-bar-section li.active:not(.has-form) a:not(.button):hover {
		background: transparent;
		color: #d2ac67;
	}
	.top-bar-section li.active:not(.has-form) a:not(.button) {
		color: #d2ac67;
	}
	
	.top-bar-section .level_1 > li:not(.has-form) {
		background:transparent; 
	}
	.top-bar-section .has-dropdown>a:after {
		display:none;
	}
	
	.top-bar-section .has-dropdown>a {
		padding-right: 0.9375rem !important;
	}
	
	.top-bar .name {
		height:23px;
	}
	.top-bar-section>ul>.divider, .top-bar-section>ul>[role="separator"] {
		display:none;
	}
	
	.top-bar-section ul.level_2:before,
	.top-bar-section ul.level_3:before {
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		border-left: 16px solid transparent;
		border-right: 16px solid transparent;
		border-bottom: 16px solid rgba(28, 27, 23, 0.8);
		top: 20px;
		right: 50px;	
	}
	
	.top-bar-section ul.level_3:before {
		border-right: 0px solid transparent;
		border-bottom: 0px solid transparent;
		border-top: 25px solid rgba(28, 27, 23, 0.8);
		top: 0px;
		left: 4px;
		border-left: 16px solid transparent;
	}
	
	.top-bar-section ul.level_3 {
		
		top: -20px;
		width: 180px;
		/* margin-left: 10px; */
		padding-left: 20px;
		padding-top:0;
		left: 100% !important;
	}

	.top-bar-section ul.level_2 .dropdown li span {
	
		color: #fff;
		line-height: 2.8125rem;
		padding: 12px 0.9375rem;
		white-space: nowrap;
		text-align:right;
	}
	
	.top-bar-section .dropdown li:not(.has-form):not(.active)>span {
		padding:3px 15px;
		display: block;
		word-wrap: normal;
		line-height: 23px;
		text-align:right;
		white-space: nowrap;
	}
	.top-bar-section .dropdown {
      	min-width: 80%;
  		top: auto;
	}



	/*.top-bar {
		height: 100px;
	}*/
}

.triangle {
    width: 0;
    height: 0;
    border-top: 0px solid rgba(28, 27, 23, 0.8);
    border-left: 80px solid transparent;
	position:absolute;
	left:-80px;
}


