﻿section {
    padding: 80px 0;
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 1;
    background-color: #181818;
}
body {
    font-size: 1rem;
    line-height: 1.65714286em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: poppins,sans-serif;
    color: #ffffff;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: poppins,sans-serif;
    color: #ffc600;
    margin: 0;
    letter-spacing: .5px;
}
.heading-text.heading-section h2:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100px;
    background-color: #ffffff;
    bottom: -30px;
    left: 0;
    right: 0;
}

.background-grey {
    background-color: #181818 !important;
}
button.btn.btn-white:hover, button.btn.btn-white:focus, button.btn.btn-white:active, button.btn.btn-white.active, button.btn.btn-light:hover, button.btn.btn-light:focus, button.btn.btn-light:active, button.btn.btn-light.active, .btn:not(.close):not(.mfp-close).btn-white:hover, .btn:not(.close):not(.mfp-close).btn-white:focus, .btn:not(.close):not(.mfp-close).btn-white:active, .btn:not(.close):not(.mfp-close).btn-white.active, .btn:not(.close):not(.mfp-close).btn-light:hover, .btn:not(.close):not(.mfp-close).btn-light:focus, .btn:not(.close):not(.mfp-close).btn-light:active, .btn:not(.close):not(.mfp-close).btn-light.active, a.btn:not([href]):not([tabindex]).btn-white:hover, a.btn:not([href]):not([tabindex]).btn-white:focus, a.btn:not([href]):not([tabindex]).btn-white:active, a.btn:not([href]):not([tabindex]).btn-white.active, a.btn:not([href]):not([tabindex]).btn-light:hover, a.btn:not([href]):not([tabindex]).btn-light:focus, a.btn:not([href]):not([tabindex]).btn-light:active, a.btn:not([href]):not([tabindex]).btn-light.active {
    border-color: #ffc600;
    background-color: #ffc600;
    color: #181818;
}
button.btn.btn-white, button.btn.btn-light, .btn:not(.close):not(.mfp-close).btn-white, .btn:not(.close):not(.mfp-close).btn-light, a.btn:not([href]):not([tabindex]).btn-white, a.btn:not([href]):not([tabindex]).btn-light {
    background-color: #000;
    border-color: #ffc600;
    color: #ffc600;
}
p {
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    line-height: 1.7;
    letter-spacing: 0;
    color: #fff;
    font-family: poppins,sans-serif;
}

.dark #mainMenu nav > ul > li.hover-active > a, .dark #mainMenu nav > ul > li.hover-active > span, .dark #mainMenu nav > ul > li.current > a, .dark #mainMenu nav > ul > li.current > span, .dark #mainMenu nav > ul > li:hover > a, .dark #mainMenu nav > ul > li:hover > span, .dark #mainMenu nav > ul > li:focus > a, .dark #mainMenu nav > ul > li:focus > span, #mainMenu.dark nav > ul > li.hover-active > a, #mainMenu.dark nav > ul > li.hover-active > span, #mainMenu.dark nav > ul > li.current > a, #mainMenu.dark nav > ul > li.current > span, #mainMenu.dark nav > ul > li:hover > a, #mainMenu.dark nav > ul > li:hover > span, #mainMenu.dark nav > ul > li:focus > a, #mainMenu.dark nav > ul > li:focus > span {
    color: #ffc600;
}

.dark #footer, #footer.inverted, #footer.dark {
    background-color: #292828;
}
.post-item.border .post-item-wrap {
    border: 1px solid #181818;
}

.post-item .post-item-wrap {
    background-color: #181818;
    position: relative;
}

.post-item .post-item-description > h2, .post-item .post-item-description > h2 > a {
    font-size: 18px;
    letter-spacing: -.1px;
    line-height: 23px;
    margin-bottom: 16px;
    color: #fff;
    font-weight: 600;
}

a {
    color: #ffc600;
    text-decoration: none;
    background-color: transparent;
}

#header .header-inner #logo a > img, #header #header-wrap #logo a > img {
    height: 120px;
    padding-top:10px;
}
#header .header-inner, #header #header-wrap {
    height: 140px;
}

#mainMenu nav {
    float: right;
    margin-top: 50px;
}
#header {
    line-height: 0px !important;
}

@media (max-width: 1024px) {
    #header #logo > a img {
        max-height: 120px;
        padding-bottom: 6px;
    }
    .mainMenu-open #header #mainMenu {
        background-color: black;
        padding: 20px;
        
    }
	button.btn:not(.btn-creative):not(.btn-slide).btn-lg, .btn:not(.close):not(.mfp-close):not(.btn-creative):not(.btn-slide).btn-lg, a.btn:not([href]):not([tabindex]):not(.btn-creative):not(.btn-slide).btn-lg {
    font-size: 12px;
    height: 38px;
    line-height: 36px;
    padding: 0 24px;
}
}

@media (max-width: 991px) {
	
	.marginecol {
		padding-top:-100px;
	}
	.solodesktop {
		display:none;
	}
}


@media (min-width: 992px) {
	.marginecol {
		padding-top:-100px;
	}

	.solomobile {
		display:none;
	}
}
