.wrapper {
	position: relative;
	width: 100%;
	background: #eeeeee;
	overflow: hidden;
}

.gap-10 {
	margin-bottom: 10px;
}

.gap-20 {
	margin-bottom: 20px;
}

.gap-30 {
	margin-bottom: 30px;
}

.gap-40 {
	margin-bottom: 40px;
}

.gap-50 {
	margin-bottom: 50px;
}

.gap-60 {
	margin-bottom: 60px;
}

.gap-70 {
	margin-bottom: 70px;
}

.pad-top-10 {
	padding-top: 10px;
}

.pad-top-20 {
	padding-top: 20px;
}

.pad-top-30 {
	padding-top: 30px;
}

.pad-top-40 {
	padding-top: 40px;
}

.pad-top-50 {
	padding-top: 50px;
}

.pad-top-60 {
	padding-top: 60px;
}

.pad-top-70 {
	padding-top: 70px;
}

.pad-top-80 {
	padding-top: 80px;
}

.pad-top-90 {
	padding-top: 90px;
}

.pad-top-100 {
	padding-top: 100px;
}

.pad-bottom-10 {
	padding-bottom: 10px;
}

.pad-bottom-20 {
	padding-bottom: 20px;
}

.pad-bottom-30 {
	padding-bottom: 30px;
}

.pad-bottom-40 {
	padding-bottom: 40px;
}

.pad-bottom-50 {
	padding-bottom: 50px;
}

.pad-bottom-60 {
	padding-bottom: 60px;
}

.pad-bottom-70 {
	padding-bottom: 70px;
}

.pad-bottom-80 {
	padding-bottom: 80px;
}

.pad-bottom-90 {
	padding-bottom: 90px;
}

.pad-bottom-100 {
	padding-bottom: 100px;
}

.w-sm {
    width:25%;
    height:auto;
}

.w-md {
    width: 33%;
    height: auto;
}

.w-lg {
    width: 50%;
    height: auto;
}

figure.image {
    display: inline-block;
    border: 1px solid gray;
    margin: 0 2px 0 1px;
    background: #f5f2f0;
}

figure.image img {
    margin: 8px 8px 0 8px;
}

figure.image figcaption {
    margin: 6px 8px 6px 8px;
    text-align: center;
}

img.pull-left {
    padding-left:0;
}
img.pull-right {
    padding-right:0;
}


body,
p {
	color: #565656;
	font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	/*margin: 0;*/
	font-family: 'Oswald', sans-serif;
	/*font-weight: 500;*/
}

.page_header h1,
.page_header h2,
.page_header h3,
.page_header h4,
.page_header h5,
.page_header h6 {
    margin: 0;
}

.page-content h3 {
    color: #36682b;
}

.page-content h4 {
    color: #518f43;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.accordion1 h4.accordion-toggle {
    color: white;
}


/*ul,
li,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}*/

.bttns ul,
.slick-dots ul,
.slick-dots li,
.slick-dots ol {
    list-style: none;
    /*margin: 0;
    padding: 0;*/
}



.img-full {
	width: 100%;
}

.container {
	width: 100%;
	max-width: 1015px;
	margin: 0 auto;
}

a,
a:hover,
a:focus {
	text-decoration: none;
	transition: .4s;
}

.bg-white {
	background: #fff;
}

.bg-gray2 {
	background: #f5f5f5;
}

.info-text-block {
	position: relative;
}

.right-sep {
	border-right: 1px solid #eee;
    padding-right:1em;
}

.left-sep {
    border-left: 1px solid #eee;
    padding-left: 1em;
}

.no-padding {
	padding: 0 !important;
}

.no-margin {
	margin: 0 !important;
}

.info-text-block h2 {
	color: #515255;
	font-size: 42px;
}

.info-text-block p {
	margin: 17px 0 0;
    /*margin:1em 0 0;*/
	line-height: 25px;
	font-size: 18px;
	/*padding-right: 74px;*/
}

/*.feature {
	position: relative;
	padding-left: 40px;
}*/

.feature .ico {
	float: left;
	margin: 3px 0 0 0;
	width: 55px;
	font-size: 45px;
	color: #ecbd24;
}

.feature .inner {
	overflow: hidden;
}

.feature h4 {
	color: #515356;
	font-size: 18px;
	line-height: 18px;
}

.feature p {
	/*margin: 7px 0 0;*/
	position: relative;
	/*color: #b2b2b2;*/
	font-size: 14px;
	line-height: 18px;
}

.feature .inner p {
    margin-left: 55px;
}

.cta-nav {
	background: #2e2e2e;
	border-top: 15px solid #686b58;
	padding-bottom: 24px;
}

.cta-nav a {
	padding-top: 26px;
	position: relative;
	display: table;
	width: 100%;
	font-family: Oswald;
	color: #e7e7e7;
}

.cta-nav a:after  {
	content: " ";
	position: absolute;
	right: 0;
	bottom: -5px;
	width: 0;
	height: 5px;
	background-color: #fbb500;
	transition: width .4s ease;
}

.cta-nav a:hover:after  {
	width: 100%;
	left: 0;
}

.cta-nav a:hover span ,
.cta-nav a:focus span {
	background: #36682b;
}

.cta-nav a span {
	height: 85px;
	border: 3px solid #e7e7e7;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: bold;
	color: #e7e7e7;
	display: block;
	text-align: center;
	line-height: 74px;
}

.cta-nav .container {
	position: relative;
}

hr {
	border-top: 1px solid #eee;
	margin: 5px 0 40px;
}

.feature2 {}

.feature2 h4 {
	color: #518f43;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.05em;
}

.feature2 p {
	margin: 12px 0 0;
	font-size: 12px;
	line-height: 17px;
}

.info-content {
	padding: 95px 0 40px;
	position: relative;
}

.grid-medium {
	max-width: 915px;
}

.heading,
.info-content h2 {
	position: relative;
	color: #515254;
	font-size: 42px;
	line-height: 46.2px;
	margin: 0 0 35px;
}

.heading {
	margin: 0 0 50px;
}

p.medium {
	font-size: 16px;
	line-height: 25px;
}

p.large {
	font-size: 18px;
	line-height: 28px;
}

.info-content .feature2 h4 {
	font-size: 18px;
}

.info-content .feature2 p {
	font-size: 14px;
	line-height: 20px;
}

.page_header {
	background: #1f1f1f;
	padding: 45px 0 20px;
}

.page_header h1 {
	color: #f5f5f5;
	font-family: Anton, sans-serif;
	font-size: 40px;
	letter-spacing: 0.005em;
}

    .page_header .rhs {
        border-left: 3px solid #585858;
    }

.page_header p {
	color: #c1c1c1;
	font-size: 18px;
	line-height: 30px;
	margin: 3px 0 0;
}

.page_header a {
    color: white;
}

.page_header a:hover {
    color: #ecbd24;
}


.news-wrap {
	padding: 75px 0 110px;
}

.lead {
	margin: 25px 0;
	font-size: 24px;
	letter-spacing: -0.02em;
	line-height: 33.6px;
}

small {
	color: #ecbd24;
	font-family: Oswald, sans-serif;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.1em;
	display: block;
}

.news-block {
	position: relative;
}

img.img-w-border {
	border-bottom: 7px solid #ecbd24;
}

.img-w-border img, 
.img-w-border .media {
    border-bottom: 7px solid #ecbd24;
}

.news-item {
	margin-bottom: 30px;
}

.news-item .time {
	position: relative;
	color: #333333;
	font-size: 17.62679px;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin: 17px 0 0;
}

.news-item h3 {
	margin: 23px 0 0;
	position: relative;
	color: #515356;
	font-size: 26px;
}

.news-item h3 a {
	color: #515356;
}

.news-item h3 a:hover {
	color: #518f43;
}

.news-item p {
	margin: 32px 0 0;
	position: relative;
	font-size: 14.36134px;
	letter-spacing: 0.02em;
	line-height: 23.93557px;
}

.bttn, .bttns a {
	display: inline-block;
	margin: 19px 0 0;
	min-height: 15px;
	padding: 0 15px;
	position: relative;
	min-width: 144px;
	z-index: 232;
	background: #ecbd24;
	color: #ffffff;
	font-family: Oswald, sans-serif;
	font-size: 14.689px;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-align: center;
	line-height: 38px;
}

.inner-2 {}

.small {
	color: #ecbd24;
	font-family: Oswald, sans-serif;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.video-item {
	position: relative;
	border-bottom: 1px solid #505050;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.video-item h5 {
	margin: 20px auto 0;
	position: relative;
	color: #1f1f1f;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.05em;
}

.video-item h5 a {
	color: #1f1f1f;
}

.no-border {
	border: none;
}

.cta-block-2 {
	background: #3c5936 url(/static/img/5.jpg) no-repeat center;
	background-size: cover;
	padding: 140px 0 150px;
	border-top: 11px solid #686b58;
}

.cta-block-2 h2 {
	color: #ffffff;
	font-size: 62px;
	letter-spacing: -0.02em;
	text-align: center;
}

.cta-block-2 p {
	margin: 26px auto 0;
	max-width: 645px;
	width: 100%;
	color: #eeeeee;
	font-size: 18px;
	line-height: 25px;
	text-align: center;
}

/*.accordion li a {
	min-height: 15px;
	padding: 19px 15px 15px;
	position: relative;
	background: #518f43;
	color: #ffffff;
	font-family: Oswald, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	display: table;
	width: 100%;
	margin-top: 2px;
}*/

.accordion li p {
    position: relative;
    background: #ffffff;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    display: block !important;
    max-height: 0px;
    overflow: hidden;
	transition:.2s;
	padding: 0px 40px 0px;
}

.accordion li a.active + p {
    max-height: 100%;
	padding: 20px 40px 22px;
}

.accordion li p span {
	display:block;
}

.content-block {
	min-height: 288px;
	padding: 25px 80px 15px;
	position: relative;
	background: #ffffff;
	margin-top: 2px;
}

.close-cb {
	height: 30px;
	width: 30px;
	border: 1px solid #000;
	position: absolute;
	top: 5px;
	right: 5px;
	border-radius: 50%;
	font-size: 27px;
	line-height: 21px;
	opacity: 0.3;
	transition: .4s;
	cursor: pointer;
}

.close-cb:hover {
	opacity: 1;
}

.content-block h6 {
	margin: 19px 0 0;
	color: #333333;
	font-weight: bold;
}

.content-block p {
	margin: 24px 0 0;
	font-size: 14px;
	line-height: 20px;
}

.bttn-sm {
	margin: 25px auto 0;
	min-height: 11px;
	padding: 7px 21px 8px;
	background: #ecbd24;
	color: #ffffff;
	font-family: Oswald, sans-serif;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-align: center;
	display: table;
}

.faq {}

.accordion-alt li {
	margin-bottom: 15px;
}

.accordion-alt li a {
	background: transparent;
	text-align: left;
	padding: 0;
	color: #515255;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-family: Roboto;
	padding-left: 35px;
	position: relative;
	margin-top: 25px;
}

.accordion-alt li a i {
	color: #518f43;
	font-size: 18px;
	position: absolute;
	left: 0;
	top: 3px;
}

.accordion-alt li p {
	color: #565656;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.02em;
	padding: 0 0 0 35px !important;
}

.call-outs {
	position: relative;
}

.bg-black {
    background: #333333;
    color: white;
}

.bg-black p {
    color: white;
    font-size: 20px !important;
}

.bg-green {
    background: #36682b;
    color: white;
}

.bg-orange {
    background: #f07828;
    color: white;
}

.bg-red {
    background-color: red;
    color: white;
}



.bg-black a {
    color: white;
    font-size: 20px;
    font-size: 20px !important;
}

.link-green {
	color: #518f43;
}

.link-white {
	color: #fff;
}

.call-out-block {
	float: left;
	min-height: 223px;
	padding: 169px 70px 108px;
	position: relative;
}

.call-out-block h3 {
	color: #ffffff;
	font-size: 42px;
	letter-spacing: -0.02em;
}

.call-out-block p {
	margin: 15px auto 0;
	/*color: #c1c1c1;*/
	line-height: 28px;
	font-size: 18px;
}

.call-out-block.bg-green {
	color: #fff;
}

.call-out-block a {
	margin: 40px auto 0;
	font-size: 16px;
	font-weight: 900;
	/*letter-spacing: 0.2em;*/
	display: table;
}

.cta-item-main {
	margin-bottom: 15px;
	padding: 50px 0;
}

.cta-item-main h4 {
	color: #ffffff;
	font-size: 42px;
	font-weight: bold;
	letter-spacing: -0.02em;
}

.cta-item-main p {
	color: #f5f5f5;
	font-size: 12px;
	letter-spacing: 0.02em;
	line-height: 16.2949px;
	text-transform: uppercase;
	margin: 0;
}

.cta-btn {
	height: 36px;
	border: 2px solid #fff;
	width: 100%;
	display: table;
	color: #fff;
	font-family: Oswald, sans-serif;
	font-size: 14px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	line-height: 33px;
	margin-top: 11px;
}

.cta-btn:hover {
	border: 2px solid #111;
	background: #111;
	color: #fff;
}

.heading-big {
	font-size: 62px;
	line-height: 68.2px;
	letter-spacing: -0.02em;
}

.heading-big+p {
	margin: 14px auto 0;
	font-size: 20px;
	letter-spacing: 0.02em;
	line-height: 28px;
}

.gal-slider {
	margin: 41px 0 0;
	position: relative;
}

.gal-slider .item {
	position: relative;
}

.overlay {
	background: #333;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	opacity: 0;
	transition: .4s;
}

.gal-slider .item:hover .overlay {
	opacity: 1;
	transition: .4s;
}

.overlay-inner {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.overlay h6 {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	font-family: Roboto, sans-serif;
}

.overlay span {
	margin: 8px 0 0;
	display: block;
	color: #ecbd24;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.02em;
}

.overlay p {
	margin: 24px auto 0;
	padding: 0 40px;
	color: #b2b2b2;
	font-size: 14px;
	letter-spacing: 0.02em;
	line-height: 19.6px;
	text-align: center;
}

.left-arrow {
	display: inline;
	position: absolute;
	top: 50%;
	left: -98px;
	margin-top: -15px;
	z-index: 44;
	cursor: pointer;
}

.right-arrow {
	display: inline;
	position: absolute;
	top: 50%;
	right: -98px;
	margin-top: -15px;
	z-index: 44;
	cursor: pointer;
}

.job-item .social {
	margin-top: 25px;
}

.job-item .social a:first-child,
.job-item .social a:nth-child(2) {
	width: 25px;
	height: 25px;
	line-height: 25px;
	background-color: #b2b2b2;
	color: #fff;
	font-size: 14px;
	text-align: center;
	display: inline-block;
	margin-right: 7px;
	border-radius: 50%;
}

.job-item .social a:first-child:hover,
.job-item .social a:nth-child(2):hover {
	background-color: #ecbd24;
	color: #fff;
}

.job-item .social a:last-child {
	line-height: 25px;
	font-size: 13px;
	letter-spacing: 0.05em;
	color: #333333;
	font-weight: bold;
}

.job-item .social a:last-child i {
	color: #ecbd24;
	font-size: 18px;
	margin-right: 8px;
}

.map-wrap {
	background: url(/static/img/map.jpg) no-repeat center top;
	background-size: cover;
	padding: 100px 0 70px;
}

.map-wrap p {
	margin: 0;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	line-height: 28px;
	letter-spacing: 0.02em;
	padding: 0 0 20px;
	position: relative;
}

.map-wrap p:after {
	content: "";
	background: #fff;
	height: 1px;
	width: 75%;
	max-width: 190px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.heading+p {
	font-size: 18px;
	line-height: 28px;
	margin: -36px 0 25px;
}

.contact-form input {
	width: 100%;
	border: none;
	background: transparent;
	height: 40px;
	padding: 0 4px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.025em;
	color: #2e2e2e;
	margin-bottom: 25px;
	border-bottom: 2px solid #2e2e2e;
}

.contact-form textarea {
	width: 100%;
	border: none;
	background: transparent;
	height: 110px;
	padding: 10px 4px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.025em;
	color: #2e2e2e;
	margin: 30px 0 25px;
	border-top: 12px solid #eeeeee;
}

.contact-form button {
	float: left;
	margin: 0;
}

.contact-form a {
	line-height: 38px;
	margin-left: 2px;
	float: left;
	font-size: 14px;
	font-family: Oswald, sans-serif;
	letter-spacing: 0.01em;
	color: #565656;
	padding: 0 25px;
	text-transform: uppercase;
}

.cinfo {
	padding-left: 60px;
}

.cinfo p {
	font-size: 20px;
	line-height: 30px;
	color: #515254;
	margin: 0 0 5px;
}

.cinfo p.lead {
	font-size: 22px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: bold;
	color: #515254;
}

.cinfo a {
	font-family: Oswald;
	font-size: 20px;
	color: #333;
	line-height: 25px;
	padding-left: 53px;
	background: url(/static/img/phone.png) no-repeat center left;
	font-weight: bold;
	display: table;
	margin-top: 10px;
}

.c-social {
	padding-left: 60px;
}

.c-social a {
	background: #36682b;
	height: 49px;
	width: 49px;
	line-height: 49px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	display: inline-block;
	margin-right: 3px;
}

.c-social a:last-child {
	background: #686b58;
	color: #fff;
}

.c-social a:hover,
.c-social a:last-child:hover {
	background: #2e2e2e;
	color: #fff;
}

footer {
	border-top: 12px solid #333333;
	background: #181818;
	padding: 30px 0 25px;
}

footer p {
	color: white;
	font-size: 14px;
	font-weight: bold;
    
}

footer p span {
	float: right;
}

footer p span a {
	color: #518f43;
}

footer h3 {
    color:white;
}

footer h3 a {
    color: #eeeeee;
}

    footer a {
        color: #eeeeee;
    }
    footer a:hover {
        color: #ecbd24;
    }

footer p span a:hover {
    color: #518f43;
    text-decoration: underline;
}

footer h3 a:hover {
    color: #518f43;
    text-decoration: underline;
}

.header {
	background: #181818;
	height: 157px;
	display: table;
	width: 100%;
	position: relative;
}

.header::after {
	content: "";
	background: #181818;
	position: absolute;
	top: 0;
	right: 0;
	width: 90px;
	height: 92px;
}

.header::before {
	content: "";
	background: #2e2e2e;
	position: absolute;
	bottom: 1px;
	right: 0;
	width: 100%;
	height: 4px;
	left: 0;
}

.slick-dots {
	position: absolute;
	top: 45px;
	margin-right: 35px;
	left: 50%;
	/*margin-left: -493px;*/
    margin-left:-534px;
}

.slick-dots li {}

.slick-dots button {
	background: #686b58;
	width: 12px;
	height: 12px;
	padding: 0;
	border: none;
	font-size: 0;
	border-radius: 50%;
}

.slick-dots .slick-active button {
	background: #ecbd24;
}

.navbar-default {
	margin: -40px 0 0;
	padding: 0;
	background: transparent;
	border: none;
	border-radius: 0px;
	box-shadow: none;
}

#navbar {
	line-height: 60px;
	background: #36682b url(/static/img/header/nav_bar_green_triangle_le.png) no-repeat top left;
	padding: 0 90px 0 0;
}

#navbar .hover-link a:hover {
    color: #ecbd24 !important;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a {
	color: #fff !important;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	font-family: Oswald, sans-serif;
	letter-spacing: 0.04em;
	padding: 0 19px;
	line-height: 60px;
	display: table;
	width: 100%;
	background: transparent !important;
}

.topbar {
	background: #2e2e2e url(/static/img/header/topbar.png) no-repeat left top;
	height: 39px;
	margin: 53px 0 40px;
	text-align: right;
	padding: 0 365px 0 0;
	color: #464646;
}

.topbar a {
	line-height: 40px;
	display: inline-block;
	font-size: 12px;
	color: #b4b4b4;
	font-family: oswald;
	font-weight: bold;
	margin: 0 15px;
	letter-spacing: 0.05em;
}

.topbar a:hover {
	color: #fff;
}

.logo {
	left: 20px;
	position: absolute;
	top: 0;
	width: 296px;
	z-index: 77;
}


.top-dropdown {
	background: #686b58;
	width: 214px;
	height: 52px;
	position: absolute;
	top: 40px;
	right: 90px;
	padding: 0 0 0 35px;
	line-height: 52px;
	color: #fff;
	font-weight: bold;
	font-family: Oswald, sans-serif;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	font-size: 20px;
	cursor: pointer;
}


.top-dropdown::after {
	content: "";
	background: url(/static/img/header/triangle.png) no-repeat center;
	width: 53px;
	height: 52px;
	position: absolute;
	left: -52px;
	top: 0;
}

.top-dropdown i {
	font-size: 27px;
	margin-left: 45px;
	transition:.25s;
	position:relative;
	right:0;	
}

.top-dropdown:hover i {
	position:relative;
	right:-10px;
	transition:.25s;
}

.top-dropdown:hover .td-dropmenu {
	opacity:1;
	visibility:visible;
	transition:.4s;
}

.td-dropmenu {
    background: #686b58;
    width: 315px;
    padding: 46px 0 13px 45px;
    position: absolute;
    z-index: 777;
    right: 0;
	opacity:0;
	visibility:hidden;
	transition:.4s;
}

.td-dropmenu li {
    line-height: 14px;
    margin-bottom: 17px;
}

.td-dropmenu a {
    color: #fff;
    font-size: 14px;
    line-height: 15px;
	letter-spacing:0.05em;
}

.td-dropmenu a:hover {
    color: #ecbd24;
}

.home-slider {
    background: #131313;
    padding-right: 90px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.home-slider .container {
	padding: 0 60px;
}

.item-inner {
	background: url(/static/img/intro.png) no-repeat bottom right;
	padding: 48px 205px 20px 0;
	width: 590px;
	position: relative;
    height: 420px;
}

.item-inner::after {
	content: "";
	background: #181818;
	position: absolute;
	left: auto;
	height: 100%;
	width: 10000%;
	top: 0;
	right: 100%;
}

.item-inner h2 {
	color: #fff;
	font-size: 54px;
	line-height: 60px;
	font-family: Anton, sans-serif;
	margin: 0 0 16px;
}

.item-inner p {
	font-size: 15px;
	line-height: 22px;
	color: #fff;
}

.item-inner a.video-btn {
	display: inline-block;
	line-height: 50px;
	color: #518f43;
	font-size: 18px;
	font-weight: bold;
	font-family: Oswald, sans-serif;
	text-transform: uppercase;
	margin-top: 6px;
	padding: 0 65px 0 0;
	background: url(/static/img/play.png) no-repeat center right;
}

.hero-carousel .item {
	overflow: hidden;
}

.element-heading {
	background: #eeeeee;
	height: 70px;
	position: relative;
	z-index: 44;
}

.element-heading span {
	width: 56px;
	height: 56px;
	background: #e0e0e0;
	line-height: 53px;
	position: absolute;
	left: 30px;
	bottom: -40px;
	color: #adacac;
	font-size: 37px;
	text-align: center;
	border-radius: 50%;
	font-family: Oswald;
}

*,
div {
	outline: 0 !important;
}

#mob-header {
	position: absolute;
	top: 125px;
	max-height: 100%;
	width: 100%;
	z-index: 7777777;
}

#mob-header ul {
    font-size: 1.1em !important;
    line-height: 1.8em;
}

#mob-header ul ul label,
#mob-header ul ul a {
    font-size: 1.1em !important;
    font-weight: normal !important;
}

.slicknav_menu + ul {
    display: none;
}

.slicknav_menu {
	font-size: 15px;
	box-sizing: border-box;
	background: #2e2e2e;
	padding: 0;
	font-family: Oswald;
	text-transform: uppercase;
	letter-spacing: 0.075em;
	font-weight: bold;
}

.slicknav_nav a {
    display:block;
	/*padding: 14px 40px !important;*/
	margin: 0 !important;
	text-decoration: none;
	color: #fff;
	/*border-radius: 0px !important;
	border-bottom: 1px solid #494949;*/
    line-height:1.8em;
    font-size:20px;
}

.slicknav_nav a:hover {
	background: transparent;
	color: #ecbd24;
}

.slicknav_nav .slicknav_row:hover {
	border-radius: 0px !important;
	background: transparent;
	color: #ecbd24;
}

.slicknav_nav>li>a span {
	display: none;
}

.slicknav_nav ul {
	margin: 0;
    padding-left:1.5em;
    list-style-type:none;
}

.slicknav_nav > li > ul li a {
    /*padding: 14px 75px !important;*/
    /*font-weight: 400;*/
    /*font-weight: 300;*/
    position: relative;
    font-weight:normal;
}

.slicknav_nav>li>ul li ul li a {
	/*padding: 14px 85px !important;*/
}

.slicknav_nav .slicknav_arrow {
	font-size: 0;
	margin: 0;
	width: 14px;
	height: 14px;
	border: 1px solid #fff;
	position: absolute;
	right: 30px;
	transform: rotate(45deg);
	border-width: 1px 1px 0 0;
	top: 50%;
	margin-top: -7px;
	transition: .4s;
}

.slicknav_open>a .slicknav_arrow {
	transform: rotate(135deg);
	margin-top: -9px;
}

.slicknav_btn {
	margin: 0;
	text-decoration: none;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 0;
	background-color: transparent;
	font-size: 25px;
	position: absolute;
	top: -70px;
	left: 30px;
}

.slicknav_menu .slicknav_icon-bar {
	display: block;
	width: 1.125em;
	height: 0.125em;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: #ecbd24;
}

.slicknav_menu .slicknav_icon-bar {
	background-color: #ecbd24;
	height: 4px;
	width: 30px;
    margin:3px;
}

.slicknav_collapsed+ul,
.slicknav_collapsed>ul {
	min-height: 0%;
	display: none !important;
}

.slicknav_open+ul,
.slicknav_open>ul {
	min-height: 100%;
	display: block !important;
}

.mob-search-trigger {
	width: 38px;
	height: 36px;
	background: #ecbd24;
	line-height: 36px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	position: absolute;
	top: 50px;
	right: 30px;
	z-index: 777778;
}

.mob-header {
	height: 125px;
	border-bottom: 5px solid #36682b;
	background: #181818;
	position: relative;
    margin-bottom:66px;
}

.mob-search {
	background: #ecbd24;
	height: 67px;
	line-height: 67px;
	display: table;
	width: 100%;
	color: #fff;
	text-align: center;
	font-family: Oswald;
	font-size: 23px;
	font-weight: bold;
	letter-spacing: 0.02em;
	position: absolute;
	top: 125px;
	left: 0;
	right: 0;
	z-index: 77777775;
	visibility: hidden;
	opacity: 0;
	transition: .4s;
	cursor: pointer;
}

.mob-search.active {
	visibility: visible;
	opacity: 1;
	transition: .4s;
}

.mob-search input,
.mob-search input:focus {
	color: #2e2e2e;
	width: 100%;
	padding: 0 30px;
	border: none;
	background: transparent;
	font-size: 17px;
	font-family: Roboto;
}

.mob-phone,
.mob-phone:focus,
.mob-phone:hover {
	background: #2e2e2e;
	height: 67px;
	line-height: 67px;
	display: table;
	width: 100%;
	color: #fff;
	text-align: center;
	font-family: Oswald;
	font-size: 23px;
	font-weight: bold;
	letter-spacing: 0.02em;
	position: absolute;
	top: 125px;
	left: 0;
	right: 0;
	z-index: 77777;
}

.mob-phone img {
	width: 35px;
	position: relative;
	top: -1px;
	margin-right: 8px;
}

.mob-logo {
	width: 214px;
	height: 137px;
	position: absolute;
	left: -57px;
	right: 0;
	margin: 0 auto;
	z-index: 777777;
}

.list li {
    padding: 0;
    color: #515255;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: Roboto;
    padding-left: 35px;
    position: relative;
	font-weight:600;
	margin-left:12px;
}

.list li a {
	color:#515255;
}

.list li a:hover {
	color:#ecbd24;
}

.list li i {
    color: #518f43;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 2px;
}


@media only screen and (min-width: 991px) and (max-width: 4000px) {

.home-slider .left-arrow {
    left: 100px;
}

.home-slider .right-arrow {
    right: 40px;
}

}



@media only screen and (min-width: 991px) and (max-width: 1400px) {

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a {
    padding: 0 13px;
}

}

@media only screen and (min-width: 991px) and (max-width: 1300px) {
	.megamenu .dropdown-menu {
		padding: 50px 50px 40px;
	}
	.dropdown-v2 .dropdown-menu {
		padding: 50px 40px 40px !important;
		min-width: 300px;
	}
	.top-dropdown {
		right: 0px;
		z-index: 77;
	}
	.topbar {
		padding: 0 280px 0 0;
	}
	#navbar {
		padding: 0 100px 0 0;
	}
	.navbar-default .navbar-nav>li>a:hover,
	.navbar-default .navbar-nav>li>a {
		font-size: 11px;
		padding: 0 7px;
	}
}


@media only screen and (min-width: 991px) and (max-width: 1100px) {

    .home-slider .left-arrow {
        left: 15px;
    }

    .topbar a {
        font-size:10px;
        margin:0 10px;
    }

    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a {
        font-size: 10px;
        padding: 0 7px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 4000px) {
	.center-content {
		display: flex;
		align-items: center;
		flex-direction: row;
	}
}

.h3 {
	font-size: 26px;
	font-weight: 500;
	color: #515255;
	margin: 0;
	font-family: Oswald, sans-serif;
}

.news-search h3 {
	line-height: 40px;
}

.news-search form {
	width: 306px;
	padding-right: 67px;
	position: relative;
	float: right;
}

.news-search input {
	height: 40px;
	border: none;
	background: transparent;
	border-bottom: 1px solid #2e2e2e;
	font-size: 16px;
	color: #2e2e2e;
	text-transform: uppercase;
	width: 100%;
	font-weight: bold;
}

.news-search button {
	background: transparent;
	border: none;
	padding: 0;
	font-size: 30px;
	color: #2e2e2e;
	position: absolute;
	bottom: -5px;
	right: 20px;
}

.pop-up {
	background: rgba(0, 0, 0, 0.75);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 1;
	visibility: visible;
	transition: .4s;
	z-index: 77777777;
}

.pop-up.active {
	opacity: 0;
	visibility: hidden;
	transition: .4s;
}

.pop-up>div {
	width: 90%;
	position: absolute;
	left: 5%;
	max-width: 510px;
	height: 90%;
	max-height: 510px;
	margin: 0 auto;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
	padding: 20px 70px 20px;
}

.pop-up .cb-inner {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.text-white {
	color: #fff !important;
}

.pop-up .close-cb {
	border: 1px solid #fff;
	opacity: 0.6;
	color: #fff;
}

.pop-up .close-cb:hover {
	opacity: 1;
}

.bttn-sm:hover,
.bttn:hover {
	background: #36682b;
	color: #fff;
}

.bttn-sm:focus,
.bttn:focus {
	background: #686b58;
	color: #fff;
}

.ff-social {}

.ff-social a {
	background: #36682b;
	height: 49px;
	width: 49px;
	line-height: 49px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	display: table;
	margin-bottom: 1px;
}

.search-trigger {
	background: #ecbd24;
	height: 48px;
	width: 210px;
	line-height: 48px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	display: table;
	margin-bottom: 1px;
	cursor: pointer;
	transition: .4s;
	padding: 0 0 0 48px;
	position: relative;
	margin-right: -184px;
	right: 0px;
}

.search-trigger.active {
	position: relative;
	right: 160px;
	transition: .4s;
}

.search-trigger i {
	width: 48px;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 48px;
}

.search-trigger input {
	background: transparent;
	border: none;
	font-size: 15px;
	width: 100%;
}

::-webkit-input-placeholder {
	opacity: 1;
	color: #2e2e2e;
}

:-moz-placeholder {
	opacity: 1;
	color: #2e2e2e;
}

::-moz-placeholder {
	opacity: 1;
	color: #2e2e2e;
}

:-ms-input-placeholder {
	opacity: 1;
	color: #2e2e2e;
}

::-ms-input-placeholder {
	opacity: 1;
	color: #2e2e2e;
}

.search-trigger input::-webkit-input-placeholder {
	opacity: 1;
	color: #fff !important;
}

.search-trigger input:-moz-placeholder {
	opacity: 1;
	color: #fff !important;
}

.search-trigger input::-moz-placeholder {
	opacity: 1;
	color: #fff !important;
}

.search-trigger input:-ms-input-placeholder {
	opacity: 1;
	color: #fff !important;
}

.search-trigger input::-ms-input-placeholder {
	opacity: 1;
	color: #fff !important;
}

.search-trigger:hover {
	color: #fff;
	transition: .4s;
}

.ff-social a:nth-last-child(2),
.ff-social a:last-child {
	background: #686b58;
	color: #fff;
}

.ff-social a:hover,
.ff-social a:last-child:hover {
	background: #2e2e2e;
	color: #fff;
}

.fixed-float {
	transition: .4s;
	position: fixed;
	top: 170px;
	right: 0;
	z-index: 555;
}

.bttn-2 {
	background:#36682b;
	color:#fff;
}

.bttn-2:hover {
	background: #686b58;
	color: #fff;
}

.btn-submit {
	display: table;
	width:100%;
}

.btn-submit a {
	float:right;
}
 

@media only screen and (min-width: 250px) and (max-width: 990px) {
	.pop-up>div {
		max-width: 424px;
		height: 96%;
		max-height: 424px;
		padding: 20px 50px 20px;
	}
	.pop-up .cb-inner {
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}
	.call-out-block p {
		line-height: 23px;
		font-size: 15px;
	}
	.call-out-block h3 {
		font-size: 35px;
	}
	.map-wrap {
		height: 230px;
		background: url(/static/img/map.jpg) no-repeat 64% top;
	}
	.map-wrap p {
		display: none;
	}
	.heading+p {
		font-size: 15px;
		line-height: 20px;
		margin: -36px 0 25px;
	}
	.heading+p br {
		display: none;
	}
	.cinfo {
		padding: 0 30px;
	}
	.cinfo p.lead {
		font-size: 15px;
		line-height: 20px;
	}
	.cinfo p {
		font-size: 14.27px;
		line-height: 21px;
		margin: 0 0 15px;
	}
	.cinfo a {
		font-size: 14.27px;
		color: #333;
		line-height: 19px;
		padding-left: 36px;
		display: table;
		margin-top: 26px;
		background-size: 27px;
	}
	.contact-form {
		padding: 0 30px;
		margin-top: -15px;
	}
	.contact-form input {
		height: 30px;
		font-size: 12px;
		margin-bottom: 15px;
	}
	.bttn {
		display: inline-block;
		margin: 19px 0 0;
		min-height: 15px;
		padding: 0 15px;
		position: relative;
		min-width: 103px;
		z-index: 232;
		background: #ecbd24;
		color: #ffffff;
		font-family: Oswald, sans-serif;
		font-size: 10.5px;
		font-weight: bold;
		letter-spacing: 0.2em;
		text-align: center;
		line-height: 28px;
	}
	.contact-form textarea {
		height: 80px;
		padding: 7px 4px;
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: 0.025em;
		color: #2e2e2e;
		margin: 25px 0 15px;
		border-top: 8px solid #eeeeee;
	}
	.contact-form a {
		line-height: 28px;
		font-size: 10px;
		padding: 0 15px;
	}
	.contact-form .c-social {
		padding-left: 0;
		display: block !important;
		width: 100%;
		margin: 20px 0 0;
	}
	.contact-form .c-social a {
		padding: 0;
	}
	.btn-submit {
		display: table;
		margin-bottom: 0;
	}
	.c-social a {
		line-height: 49px !important;
		font-size: 20px !important;
	}
	footer p span {
		float: none;
		display: block;
		margin-top: 10px;
	}
	footer p {
		font-size: 12px;
		text-align: center;
	}

    footer h3 {
        text-align: center;
    }

	.news-search h3 {
		line-height: 30px;
		font-size: 14.3px;
		letter-spacing: 0.025em;
	}
	.news-search input {
		height: 30px;
		font-size: 12px;
	}
	.news-search form {
		width: 210px;
		padding-right: 35px;
	}
	.news-search button {
		font-size: 22px;
		bottom: -1px;
		right: 0px;
	}

	/*.container {
		padding: 0 40px;
	}*/
    /*.container {
        padding:0;
    }*/
	.news-carousel {
		padding: 0 40px;
	}
	.news-carousel .left-arrow {
		left: 0px;
	}
	.news-carousel .right-arrow {
		right: 0px;
	}
	.home-slider {
		padding-right: 0px;
	}
	.fixed-float {
		opacity: 0;
		visibility: hidden;
	}
	.hero-carousel .item {
		background: none !important;
	}
	.item-inner {
		background: #181818;
		padding: 30px 60px;
		width: 100%;
		position: relative;
	}
	.home-slider .container {
		padding: 0;
	}
	.item-inner h2 br:first-child {
		display: none;
	}
	.item-inner h2 {
		font-size: 40px;
		line-height: 50px;
		text-align: center;
	}
	.item-inner p {
		line-height: 20px;
	}
	.hero-carousel .left-arrow {
		top: 50%;
		left: 35px;
		margin-top: 73px;
	}
	.hero-carousel .right-arrow {
		top: 50%;
		right: 35px;
		margin-top: 73px;
	}
	.cta-nav {
		border-top: 7px solid #686b58;
		padding-bottom: 15px;
	}
	.cta-nav .row {
		margin: 0 -6px;
	}
	/*.cta-nav .row .col-sm-4 {
		padding: 0 6px;
		float: left;
		width: 33.33333%;
	}*/
	.cta-nav a span {
		height: 38px;
		border: 2px solid #e7e7e7;
		font-size: 25.61px;
		line-height: 32px;
	}
	.cta-nav a {
		padding-top: 15px;
	}

	.heading,
	.info-content h2 {
		font-size: 24px;
		line-height: 30px;
	}
	.pad-mob-top-10 {
		padding-top: 10px;
	}
	.pad-mob-top-20 {
		padding-top: 20px;
	}
	.pad-mob-top-30 {
		padding-top: 30px;
	}
	.pad-mob-top-40 {
		padding-top: 40px;
	}
	.pad-mob-top-50 {
		padding-top: 50px;
	}
	.pad-mob-top-60 {
		padding-top: 60px;
	}
	.pad-mob-top-70 {
		padding-top: 70px;
	}
	.pad-mob-top-80 {
		padding-top: 80px;
	}
	.pad-mob-top-90 {
		padding-top: 90px;
	}
	.pad-mob-top-100 {
		padding-top: 100px;
	}
	.pad-mob-bottom-10 {
		padding-bottom: 10px;
	}
	.pad-mob-bottom-20 {
		padding-bottom: 20px;
	}
	.pad-mob-bottom-30 {
		padding-bottom: 30px;
	}
	.pad-mob-bottom-40 {
		padding-bottom: 40px;
	}
	.pad-mob-bottom-50 {
		padding-bottom: 50px;
	}
	.pad-mob-bottom-60 {
		padding-bottom: 60px;
	}
	.pad-mob-bottom-70 {
		padding-bottom: 70px;
	}
	.pad-mob-bottom-80 {
		padding-bottom: 80px;
	}
	.pad-mob-bottom-90 {
		padding-bottom: 90px;
	}
	.pad-mob-bottom-100 {
		padding-bottom: 100px;
	}
	.cta-nav .container {
		padding: 0 15px;
	}
}

@media only screen and (min-width: 250px) and (max-width: 419px) {
	/*.slicknav_nav>li>ul li a {
		padding: 14px 55px !important;
	}*/
    /*padding: 14px 65px !important;*/
	/*.slicknav_nav>li>ul li ul li a {
		padding: 14px 65px !important;
	}*/
	.mob-logo {
		width: 161px !important;
		height: auto !important;
		left: -44px !important;
		top: 28px !important;
	}
	.slicknav_btn {
		left: 10px !important;
	}
	.pop-up>div {
		padding: 20px 20px 20px;
	}
	.item-inner {
		padding: 30px 40px;
	}
	.item-inner h2 {
		font-size: 32px;
		line-height: 42px;
	}
	.hero-carousel .left-arrow {
		top: auto;
		left: 10px;
		margin-bottom: -50px;
		bottom: 50%;
	}
	.hero-carousel .right-arrow {
		top: auto;
		right: 10px;
		margin-bottom: -50px;
		bottom: 50%;
	}
	.item-inner a.video-btn {
		font-size: 16px;
	}
	.cta-nav a span {
		font-size: 20.25px;
	}
	.news-search .col-xs-6 {
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
	.news-search form {
		width: 210px;
		padding-right: 35px;
		float: none;
		margin: 0 auto;
	}
	.news-carousel {
		padding: 0 5px;
	}
	.news-carousel .left-arrow {
		left: -13px;
	}
	.news-carousel .right-arrow {
		right: -13px;
	}
	.cinfo {
		padding: 0;
	}
	.contact-form {
		padding: 0;
		margin-top: -15px;
	}
	.c-social a {
		height: 35px;
		width: 35px;
		line-height: 35px !important;
		font-size: 13px !important;
		padding: 0;
	}
	footer .container {
		padding: 0 15px;
	}
}

@media only screen and (min-width: 420px) and (max-width: 767px) {
	.col-xls-6	{
		width:50%;
		float:left;
	}
	.cta-nav a:after  {
		bottom: -3px;
		height: 3px;
	}
	
}

@media only screen and (min-width: 250px) and (max-width: 767px) {
	

	.cta-nav a:after  {
		bottom: -3px;
		height: 3px;
	}
	
	.cta-btn {
		max-width: 150px;
	}
	
	.content-block {
		padding: 25px 20px 15px;
	}
	.call-out-block {
		padding: 70px 20px 70px;
		position: relative;
		margin-bottom: 30px;
	}
	.cta-item-main p {
		margin: 16px 0 25px;
	}
	.heading-big {
		font-size: 41px;
		line-height: 55px;
	}
	.heading-big+p {
		font-size: 15px;
		line-height: 20px;
	}
	.heading-big+p br {
		display: none;
	}
	.page_header h1 {
		border-right: none;
		font-size: 40px;
	}
	.page_header p {
		font-size: 15px;
		line-height: 26px;
	}
	.page_header .container {
		padding: 0 20px;
	}
	p.large {
		font-size: 15px;
		line-height: 25px;
	}
	.lead {
		font-size: 22px;
		line-height: 31.6px;
	}
	.cta-block-2 h2 {
		font-size: 46px;
	}
	.cta-block-2 p {
		font-size: 15px;
		line-height: 23px;
	}
	.cta-block-2 {
		padding: 80px 0 90px;
	}
	.info-text-block p {
		padding-right: 0;
	}
	.right-sep {
		border-right: none;
	}
	.info-text-block p {
		line-height: 23px;
		font-size: 15px;
	}
	.info-text-block h2 {
		font-size: 36px;
	}
	.feature {
		position: relative;
		padding-left: 0px;
	}

        /*.feature > .panel-heading,
        .feature > .panel-body {
            padding-left: 0 !important;
            padding-right: 0 !important;
        }*/

	.info-content .feature2 p br {
		display: none;
	}
	.content-block {
		padding: 25px 40px 15px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 990px) {

	.cta-item-main h4 {
		font-size: 32px;
	}
	
	.feature {
		padding-left: 0px;
	}
	.contact-form .c-social {
		display: none !important;
	}
	.c-social {
		padding-left: 0px;
	}
	.cinfo {
		padding: 0 0px;
	}
	.c-social a {
		line-height: 39px !important;
		font-size: 20px !important;
		height: 39px;
		width: 39px;
	}
	.cinfo {
		padding: 0 0px;
		margin-bottom: 35px;
	}
	.hero-carousel .left-arrow {
		margin-top: 170px;
	}
	.hero-carousel .right-arrow {
		margin-top: 170px;
	}
	.page_header h1 {
		font-size: 50.604px;
	}
	.page_header {
		background: #1f1f1f;
		padding: 45px 0 30px;
	}
	p.large {
		font-size: 16px;
		line-height: 27px;
	}
	.lead {
		margin: 22px 0;
		font-size: 22px;
		letter-spacing: -0.02em;
		line-height: 32.6px;
	}
}

@media only screen and (min-width: 991px) and (max-width: 5000px) {
	.navbar-nav>li>a {
		position: relative;
	}
	.navbar-nav>li.dropdown>a::after {
		content: '';
		position: absolute;
		border-style: solid;
		border-width: 17px 22px 0;
		border-color: #36682b transparent;
		display: table;
		width: 0;
		z-index: 1;
		bottom: -16px;
		left: 0;
		right: 0;
		z-index: 7777;
		margin: 0 auto;
		opacity: 0;
		visibility: hidden;
		transition: .4s;
	}
	.navbar-nav>li:hover>a::after {
		opacity: 1;
		visibility: visible;
		transition: .4s;
	}
	.megamenu {
		position: static !important;
	}
	.megamenu .dropdown-menu {
		display: block;
		padding: 50px 110px 40px;
		background: #2e2e2e;
		border-top: 4px solid #5a934e;
		position: absolute;
		left: 0;
		top: 60px;
		opacity: 0;
		visibility: hidden;
		transition: .4s;
	}
	.navbar-nav>li:hover .dropdown-menu {
		opacity: 1;
		visibility: visible;
		transition: .4s;
	}
	.megamenu .dropdown-menu .col-md-2 {
		width: 20%;
	}
	.megamenu .dropdown-menu a {
		color: #fff;
		font-size: 13px;
		line-height: 18px;
		display: table;
		margin-bottom: 12px;
	}
        .megamenu .dropdown-menu a:hover,
        .megamenu .dropdown-menu a:hover h5
        {
            color: #ecbd24;
        }
	.megamenu .dropdown-menu h5 {
		color: #ffffff;
		font-size: 14px;
		text-transform: uppercase;
		letter-spacing: 0.05em;
		font-weight: bold;
		margin: 0 0 25px;
	}
	.dropdown-v2 .dropdown-menu {
		display: block;
		padding: 50px 60px 40px;
		background: #2e2e2e;
		position: absolute;
		left: -35px;
		top: 60px;
		opacity: 0;
		visibility: hidden;
		transition: .4s;
		min-width: 320px;
	}

    .dropdown-menu-right {
        right:0 !important;
        left: auto !important;
    }

	.dropdown-v2-nav>li:hover .dropdown-menu {
		opacity: 1;
		visibility: visible;
		transition: .4s;
	}
	.dropdown-v2 .dropdown-menu .col-md-2 {
		width: 20%;
	}
	.dropdown-v2 .dropdown-menu a {
		color: #fff;
		font-size: 14px;
		line-height: 18px;
		font-family: Oswald;
		text-transform: uppercase;
		display: table;
		margin-bottom: 12px;
		padding: 0;
		font-weight: bold;
		letter-spacing: 0.05em;
		background: transparent !important;
	}
	.dropdown-v2 .dropdown-menu a:hover {
		color: #ecbd24;
	}
	.dropdown-v2 .dropdown-menu h5 {
		color: #ffffff;
		font-size: 14px;
		text-transform: uppercase;
		letter-spacing: 0.05em;
		font-weight: bold;
		margin: 0 0 25px;
	}
}