#top-lane {
	background: #ededed;
	color: #727272;
	padding-top: 16px;
	padding-bottom: 14px;
	font-size: 14px;
}

#top-lane i.fa {
	color: #f7c02e;
	position: relative;
	top: 0px;
	margin-right: 5px;
	margin-left: 15px;
}

#logo-lane {
	padding-top: 40px;
	padding-bottom: 40px;
}

#main-menu {
	position: absolute;
    left: 0;
    right: 0;
}

#main-menu .background-color {
	opacity: 0.82;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000000;
}

#main-menu nav {
	padding: 0;
}

#main-menu nav ul {
/*	width: 100%;*/
	list-style: none;
}

#main-menu nav ul li.nav-item,
#main-menu nav ul li {
    padding-left: 17px;
    padding-right: 17px;	
}

#main-menu nav ul li.nav-item:first-child,
#main-menu nav ul li:first-child {
    padding-left: 0px !important;

}

#main-menu nav ul li.nav-item a.nav-link, 
#main-menu nav ul li a {
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: 600;
	font-size: 14px;
	padding-bottom: 23px;
	padding-top: 23px;
	padding-left: 10px;
	padding-right: 10px;
}

#main-menu nav ul li.nav-item a.nav-link:hover,
#main-menu nav ul li a:hover,
#main-menu nav ul li.active a {
	border-bottom: 4px #ffbe32 solid;
	padding-bottom: 19px !important;
	text-decoration: none;
}


#jumbo .jumbo-bg {
	background-image: url(../img/page-title-background.jpg);
    background-position: center;
    background-size: cover;
}

#jumbo .jumbo-text {
	padding-top: 184px;
    padding-bottom: 168px;
}

#jumbo .jumbo-text h1 {
    color: #ffffff;
    font-size: 75px;
}

#jumbo .jumbo-text .jumbo-caption {
	font-size: 25px;
    color: #ffffff;
    margin-top: 13px;
}

#content {
	padding: 60px 0;
	color: #727272;

    line-height: 1.7;
}

#content .page-title {
	color: #383838;
	font-size: 31px;
	font-weight: 800;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 40px;
}

#footer .footer_lane1 {
	background: #242424;	
	padding-top: 70px;
	padding-bottom: 50px;
}

#footer .footer_lane1 .row > div {
/*	border-left: 1px #353535 solid;*/
}

#footer .footer_lane1 .row > div:first-child {
	border-left: none;
}

#footer .footer_lane1 .title {
	color: #f8c12c;
	font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 25px;
    font-weight: 700;
}

#footer .footer_lane1 ul {
	padding: 0;
	margin: 0;
	color: #ffffff;
	list-style: none;
}

#footer .footer_lane1 ul li {
	font-size: 15px;
    margin-bottom: 15px;
    line-height: 18px;
}

#footer .footer_lane1 ul li i.fa {
    font-size: 20px;
    color: #f7c02e;
    margin-left: 0px;
    margin-right: 10px;	
    position: relative;
    top: 3px;
}

#footer .footer_lane1 ul li a {
	text-decoration: none;
    color: #b2b2b2;
}

#footer .footer_lane1 ul li a:hover {
	color: #f8c12c;
}

#footer .footer_lane1 .row > div .wrapper {
	padding-left: 30px;
    padding-right: 30px;
}

#footer .footer_lane1 .row > div:first-child .wrapper {
	padding-left: 0px;
}


#footer .footer_lane2 {
    color: #838383;
    background: #131313;
    padding: 30px 0;
    text-align: center;
    font-size: 13px;
}



button.navbar-toggler {
	color: #ffffff;
}

button.navbar-toggler i {
    font-size: 35px;
    color: #ffffff;
}

button.navbar-toggler span {
    position: relative;
    top: -5px;
    margin-left: 5px;
    font-size: 20px;
}

.block-1 {
	background-image: url(../img/block-1-bg.jpg);
	background-size: cover;
    background-position: center center;
    padding: 50px 0 80px;
}

.advantages {
	text-align: center;
}

.advantages .icon {
	font-size: 65px;
}

.advantages .title {
	color: #383838;
	font-size: 21px;
    font-weight: 300;
    margin: 20px 0;
}

.advantages .text {
    line-height: 1.7;
    color: #727272;
    font-size: 17px;
}



.woocommerce .product .summary {
	float: none !important;
	width: 100% !important;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
	width: 250px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.woocommerce-product-gallery__trigger { display: none !important; }

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    padding: .5em 0;
    margin: 0;
    font-size: 1em;
    text-align: center;
    color: #000000;
}