section {
	background-color: #000;
}

.logo-mb {
	width: 500px;
	height:auto;
}

@media (max-width: 1023px) {
    .logo-mb {
        width: 400px;
    }
}

@media (max-width: 640px) {
    .logo-mb {
        width: 300px;
    }
}

@media (max-width: 413px) {
    .logo-mb {
        width: 260px;
    }
}

@media (max-width: 374px) {
    .logo-mb {
        width: 220px;
    }
}

#header .header-inner, #header #header-wrap {
    background-color: rgba(255,255,255,0.3);
}

.lines, .lines:before, .lines:after {
    background-color: #fff;
}


.hero-heading-3 {
    /*background-color: rgba(255,255,255,0.2);*/
    box-shadow: none;
    opacity: 1;
    /*border: 2px solid rgba(255,255,255,1);
    background: url("../images/1blur.png") center center no-repeat;*/

}

#mainMenu-trigger {
    visibility: visible;
    opacity: 1;
    position: relative;
}

#mainMenu.menu-overlay nav {
    /*background: rgba(31, 31, 31, 0.8);*/
    background: rgba(200, 0, 0, 0.8);
}


.dark:not(.submenu-light) #mainMenu.menu-overlay nav, #mainMenu.dark.menu-overlay nav {
    background: rgba(200, 0, 0, 0.8);
}


.background-grey {
    background-color: #eeeeee !important;
}


.heading-text h2 {
    font-size: 60px;
    margin-bottom: 30px;
    letter-spacing: -.7px;
    line-height: 50px;

	color: #fff;
}

.heading-text.heading-section h2 {
    position: relative;
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 20px;
}
.heading-text.heading-section h2::before {
    height: 0;
    width: 0;
    bottom: 0;
    left: 0;
    right: 0;
}




h2, .h2 {
    font-weight: 300;
	font-size: 2.75em;
}

h3, .h3 {
	font-weight: 700;
	font-size: 1.75em;
	color: #ffffff;
	text-transform: uppercase;
}

.subheadline {
    display: block;
    font-weight: 300;
    
    line-height: 26px;
}

.h2-bg {
	
	/*padding: 5px 15px;*/
	color: #fff;
	/*margin-left: -15px;*/
    margin-left: 0;
}

.img-fluid {
    padding-bottom: 20px;
}

.bg-white {
	background-color: #fff!important;
}

.text {
	font-size: 1.25rem;
}

p {
  font-weight: 400;
  text-transform: none;
  line-height: 1.7;
  color: #ffffff;
}

a {
    color: #69a999;
	font-weight: 700;
}

a:not(.btn):not(.badge):hover, a:not(.btn):not(.badge):focus, a:not(.btn):not(.badge):active {
    color: #a47a3b;
}

dl, ol, ul {
    padding-left: 16px;
}


.portfolio-item, .grid-item {
    padding: 0 0 0 0;

}


.nogall {
    cursor:default;
}

.nogall .portfolio-item .portfolio-image::after {
	background: none!important;
}

.vp {
	align-self: center !important;
}
.inspiro-slider .flickity-button.next, .inspiro-slider .flickity-button.next:hover {
	right: -15px !important;
}
.inspiro-slider .flickity-button.previous, .inspiro-slider .flickity-button.previous:hover {
	left: -15px !important;
}

.inspiro-slider .slide .slide-captions > p {
    font-size: 50px;
    margin-bottom: 0;
    text-transform: Uppercase;
	line-height: 45px;
	font-weight: 300;
}

@media (max-width: 1023px) {
	.inspiro-slider .slide .slide-captions > p {
		font-size: 50px;
		line-height: 45px;
	}
}

@media (max-width: 767px) {
	.inspiro-slider .slide .slide-captions > p {
		font-size: 40px;
		line-height: 38px;
	}
}

@media (max-width: 479px) {
	.inspiro-slider .slide .slide-captions > p {
		font-size: 30px;
		line-height: 30px;
	}
}

@media (max-width: 320px) {
	.inspiro-slider .slide .slide-captions > p {
		font-size: 25px;
		line-height: 28px;
	}
}


.flickity-button {
  	border-radius: 0;
	width: 30px;
	height: 30px;
}

.flickity-button:hover {
  background-color: rgba(255,255,255,0.3);
}

#footer {
    background-color: rgb(200 0 0);
    
    padding-top: 20px;
    height: 300px;
}

#footer a:not(.btn) {
    font-weight: 500;
    font-size: 18px;
    color: #ffffff!important;
    padding-right: 5px;
    padding-left: 5px;    
}

#footer a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.copyright-text {
    color: #fff;
}


button.btn, .btn:not(.close):not(.mfp-close), a.btn:not([href]):not([tabindex]) {
    border-radius: 0 0 0 0;
    font-weight: 800;
    background-color: rgb(200, 0, 0);

    border-color: none;
    border-width: 0;
    color: #ffffff;
}

button.btn:hover, button.btn:focus, button.btn:not(:disabled):not(.disabled):active, button.btn:not(:disabled):not(.disabled).active,
.btn:not(.close):not(.mfp-close):hover,
.btn:not(.close):not(.mfp-close):focus,
.btn:not(.close):not(.mfp-close):not(:disabled):not(.disabled):active,
.btn:not(.close):not(.mfp-close):not(:disabled):not(.disabled).active,
a.btn:not([href]):not([tabindex]):hover,
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):not(:disabled):not(.disabled):active,
a.btn:not([href]):not([tabindex]):not(:disabled):not(.disabled).active {
  background-color: #333;
  border-color: none;
}


.modal-content h3 {
	font-size: 16px;
}



.modal-content p {
	font-weight: 400;
    color: #000;
}
.modal-content li {
	list-style-position: inside;
    color: #000;
}

#footer .modal-content a:not(.btn) {
    font-weight: 400;
    font-size: 15px;
    color: #333!important;
}


.modal-content li {
	color: #777777;
}

.bg-overlay {

    background: rgba(0, 0, 0, 0.5);
    opacity: .4;
}

.social-icon {
	height: 36px;
	transition: filter 0.2s;
}
.social-icon:hover {
	filter: brightness(1.2);
}



.form-group label:not(.error) {
    font-weight: 400;
    color: #ffffff;
}