/*---- Fonts ----*/
@font-face {
    font-family: 'antoniobold';
    src: url('/fonts/antonio-bold-webfont.eot');
    src: url('/fonts/antonio-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/antonio-bold-webfont.woff') format('woff'),
         url('/fonts/antonio-bold-webfont.ttf') format('truetype'),
         url('/fonts/antonio-bold-webfont.svg#antoniobold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'antoniolight';
    src: url('/fonts/antonio-light-webfont.eot');
    src: url('/fonts/antonio-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/antonio-light-webfont.woff') format('woff'),
         url('/fonts/antonio-light-webfont.ttf') format('truetype'),
         url('/fonts/antonio-light-webfont.svg#antoniolight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'antonioregular';
    src: url('/fonts/antonio-regular-webfont.eot');
    src: url('/fonts/antonio-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/antonio-regular-webfont.woff') format('woff'),
         url('/fonts/antonio-regular-webfont.ttf') format('truetype'),
         url('/fonts/antonio-regular-webfont.svg#antonioregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*---- Pallete ----*/
.c1-border {
    box-shadow: 0px 0px 0px 2px #a8000b inset;
}
.c1-border:hover {
    box-shadow: 0px 0px 0px 2px rgba(169, 0, 11, 0.7) inset;
}
.c3-border {
    box-shadow: 0px 0px 0px 2px #303434 inset;
}
.c3-border:hover {
    box-shadow: 0px 0px 0px 2px rgba(48, 52, 52, 0.7) inset;
}
.c4-border {
    box-shadow: 0px 0px 0px 2px #f2f2f2 inset;
}
.c4-border:hover {
    box-shadow: 0px 0px 0px 2px rgba(242, 242, 242, 0.7) inset;
}
.c5-border {
    box-shadow: 0px 0px 0px 2px #ffffff inset;
}
.c5-border:hover {
    box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.7) inset;
}


/*---- Layout ----*/
.btn {
    font-family: antonioregular;
    font-style: normal;
    background-color: #777;
	font-weight: 500;
}

    .btn:hover {
        background-color: #6e6e6e;
    }
.heading .line, .heading span.line {
    border: 0px;
}
.heading {
    font-family: antoniobold;
}
bla.all-news-link {
    padding-top: 10px;
    display: inline-block;
}


/*---- NewsListing ----*/
section.news-listing {
    background-color: initial;
    background-size: cover;
}
    /*section.news-listing a.all-news-link {
    position: relative;
    right: 0px;
    bottom: 0px;
}*/
section.news-listing h3 {
    line-height: 70px;
}
section.news-listing h3 span.line {
    font-family: antoniobold;
    font-size: 30px;
    line-height: 35px;
}
@media (min-width:992px) {
    section.news-listing {
        background-position-x: calc((50vw - (970px / 2)) + ((970px / 12) * 4)) !important;
        background-position-x: right !important;
    }
}
@media (min-width:1200px) {
    section.news-listing {
        background-position-x: calc((50vw - (1170px / 2)) + ((1170px / 12) * 4)) !important;
        background-position-x: right !important;
    }
}


/*---- Images component ----*/
.logos-component {
    margin: 0px;
    padding: 0px;
}
.logos-component .container > div {
    display: flex;
    width: 100%;
    height: 165px;
}
.logos-component .container > div > div {
    flex: 1;
    display: inline;
}
@media (max-width:991px) {
    .logos-component .container > div {
        display: block;
        width: 100%;
        height: initial;
    }
    .logos-component .container > div > div {
        width: 100%;
        display: block;
        height: 165px;
    }
}


/*---- Top Banner Page Component ----*/
.top-banner-component {
    padding-bottom: 0px;
    padding-top: 0px;
}
.pt-0 {
	padding-top: 0;
}
.pb-0 {
	padding-bottom: 0;
}

.mix-luminosity {
	mix-blend-mode: luminosity;
}

.top-banner-component > div {
    background: url('/media/1452/top_gradient_back-1.png');
    background-repeat: repeat-y;
    background-position: top left;
    background-size: 100% 100%;
    background-blend-mode: multiply;
}
.banner-component h1 .line, .banner-component h3 .line, .banner-component h4 .line, .banner-component .heading .line {
    border: 0px;
}
.banner-component h1, h1 {
    font-family: antoniobold;
}
.banner-component h3, h3 {
    font-family: antoniobold;
}
.banner-component h4, h4 {
    font-family: antoniobold;
}
.banner-component .heading {
    font-family: antoniobold;
}
.top-banner-component-mid {
    background-position-x: left;
    background-position-y:center;
    background-repeat: repeat-x;
}
.top-banner-component-mid .container .row .column div {
    background-size: cover;
}
.top-banner-component-mid-pod {
    -webkit-box-shadow: inset 0 0 0 1000px rgba(10,10,10,0.7);
    -moz-box-shadow: inset 0 0 0 1000px rgba(10,10,10,0.7);
    -ms-box-shadow: inset 0 0 0 1000px rgba(10,10,10,0.7);
    -o-box-shadow: inset 0 0 0 1000px rgba(10,10,10,0.7);
    box-shadow: inset 0 0 0 1000px rgba(10,10,10,0.7);
    cursor: default;
    -webkit-transition: box-shadow 0.3s ease-in-out 0s;
    -moz-transition: box-shadow 0.3s ease-in-out 0s;
    -ms-transition: box-shadow 0.3s ease-in-out 0s;
    transition: box-shadow 0.3s ease-in-out 0s;
}
.top-banner-component-mid-pod:hover {
	-webkit-box-shadow: inset 0 0 0 1000px rgba(35,35,35,0.7);
    -moz-box-shadow: inset 0 0 0 1000px rgba(35,35,35,0.7);
    -ms-box-shadow: inset 0 0 0 1000px rgba(35,35,35,0.7);
    -o-box-shadow: inset 0 0 0 1000px rgba(35,35,35,0.7);
    box-shadow: inset 0 0 0 1000px rgba(35,35,35,0.7);
}
@media (min-width:992px) {
    .top-banner-component-mid .container .row .column:first-child {
        padding-right: 0px;
    }
    .top-banner-component-mid .container .row .column:last-child {
        padding-left: 0px;
    }
    .top-banner-component-mid .container .row .column:not(:first-child):not(:last-child) {
        padding-right: 0px;
        padding-left: 0px;
    }
}
.table-banner-component {
    background-position-y: bottom;
    background-position-x: center;
    background-size: cover;
}
.table-banner-component table {
    border: 0px;
    background-color: initial;
}
.table-banner-component table tr {
}
.table-banner-component table tr td {
    border: 0px;
    padding: 0px;
}
.table-banner-component table tr td:first-child {
    width: 33%;
    padding-right: 30px;
}
.read-more-banner-component {
    padding-bottom: 20px;
    padding-top: 15px;
}
.read-more-banner-component span {
    margin-top: 15px;
    display: inline-block;
}


.promo-pods .text {
    color: #303434;
}


/*---- Pages ----*/
.width_60p .container .row {
    width: 60%;
}
.ritchtext-pod {

}
.test_aaaa {
    margin: 0px;
    padding: 0px;
    margin-top: -100px !important;
}


/*#site > #content > .content:not(.top-banner-component):first-child {
    padding-top: 66px !important;
}*/
/*@media (min-width: 768px) {
	#site > #content > .content:not(.top-banner-component):first-child {
		padding-top: 74px !important;
	}
}*/
@media (min-width: 992px) {
    #site > #content > .content:not(.top-banner-component):not(.banner):first-child {
        padding-top: 82px !important;
    }
}
@media (min-width: 1200px) {
    #site > #content > .content:not(.top-banner-component):not(.banner):first-child {
        padding-top: 108px !important;
    }
}


.breadcrumb-trail {
	font-family: antonioregular;
}




/*---- Header ----*/
body {
    font-family: sans-serif !important;
}
nav.main {
    font-family: sans-serif;
}
@media (min-width:992px) {
    header {
        height: 207px;
    }
    body {
        background-color: #FFF;
        background-color: #0d0d0d;
    }
    body:not(.no-header) {
        padding-top: 207px;
    }
    html.nav-up header {
        top: -130px;
    }
}
@media (min-width:768px) and (max-width:991px) {
    html.reveal-out .navigation {
        margin-top: 80px;
    }
    body:not(.no-header) {
        padding-top: 80px;
    }
}


/*---- Language select ----*/
@media (max-width:991px) {
    .language-select {
        display:none;
    }
}
@media (min-width:992px) {
    header .language-select p {
        margin: 0px;
        padding-left: 30px;
    }
    header .language-select p.globe {
        /*background-image: url('/images/icons/globe.png');*/
        background-repeat: no-repeat;
        background-position: left 0px;
        color: #FFF;
        padding-top: 1px;
        font-family: antoniobold;
    }
    header .language-select p.globe a {
        color: #FFF;
    }
    header .language-select p.globe .selected-language {
        color: #7e7e7e;
    }
    html.nav-down header .language-select, header .language-select {
        position: absolute;
        right: 15px;
        top: 115px;
        -webkit-transition: top 0.3s ease-in-out 0s;
        -moz-transition: top 0.3s ease-in-out 0s;
        -ms-transition: top 0.3s ease-in-out 0s;
        transition: top 0.3s ease-in-out 0s;
        /*opacity: 1;
        visibility: visible;
        -webkit-transition: opacity 0.3s ease-in-out 0s, visibility 0s linear 0s;
        -moz-transition: opacity 0.3s ease-in-out 0s, visibility 0s linear 0s;
        -ms-transition: opacity 0.3s ease-in-out 0s, visibility 0s linear 0s;
        transition: opacity 0.3s ease-in-out 0s, visibility 0s linear 0s;*/
    }
    html.nav-up header .language-select {
        top: 148px;
        -webkit-transition: top 0.3s ease-in-out 0s;
        -moz-transition: top 0.3s ease-in-out 0s;
        -ms-transition: top 0.3s ease-in-out 0s;
        transition: top 0.3s ease-in-out 0s;
        /*opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity 0.3s ease-in-out 0s, visibility 0s linear 0.3s;
        -moz-transition: opacity 0.3s ease-in-out 0s, visibility 0s linear 0.3s;
        -ms-transition: opacity 0.3s ease-in-out 0s, visibility 0s linear 0.3s;
        transition: opacity 0.3s ease-in-out 0s, visibility 0s linear 0.3s;*/
    }
}


/*---- Top info ----*/
.top-info-row {
    background-color: #000;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 65px;
}

.top-info {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #000;
}

.top-company-details {
    float: left;
}

.top-company-details p {
    display: inline-block;
    margin: 0px;
}

.top-company-details-line {
    display: inline-block;
    padding-right: 30px;
}

.top-company-details-address {
    background-image: url('/images/icons/address.png');
    background-repeat: no-repeat;
    background-position: 0px 3px;
    padding-left: 20px;
}

.top-company-details-phone {
    background-image: url('/images/icons/phone.png');
    background-repeat: no-repeat;
    background-position: 0px 3px;
    padding-left: 20px;
}

.top-company-details-email {
    background-image: url('/images/icons/email.png');
    background-repeat: no-repeat;
    background-position: 0px 3px;
    padding-left: 20px;
}
.top-company-details-email a {
    color: #000;
}

@media (max-width:991px) {
    .top-info-row {
        display: none;
    }
    .top-info {
        display: none;
    }
}


/*---- Logo ----*/
.logo-row {
    background-color: #000;
    position: absolute;
    top: 64px;
    width: 100%;
    height: 143px;
}
header #logo {
    position: absolute;
    left: 15px;
    top: 85px;
}

@media (min-width:992px) {
    html.nav-down header #logo, header #logo {
        height: 96px;
        -webkit-transition: top 0.3s ease-in-out 0s;
        -moz-transition: top 0.3s ease-in-out 0s;
        -ms-transition: top 0.3s ease-in-out 0s;
        transition: top 0.3s ease-in-out 0s;
    }
    html.nav-down header #logo a, header #logo a {
        background-size: contain;
        height: 96px;
        -webkit-transition: height 0.3s ease-in-out 0s;
        -moz-transition: height 0.3s ease-in-out 0s;
        -ms-transition: height 0.3s ease-in-out 0s;
        transition: height 0.3s ease-in-out 0s;
    }
    html.nav-up header #logo {
        top: 148px;
        height: 40px;
        -webkit-transition: top 0.3s ease-in-out 0s;
        -moz-transition: top 0.3s ease-in-out 0s;
        -ms-transition: top 0.3s ease-in-out 0s;
        transition: top 0.3s ease-in-out 0s;
    }
    html.nav-up header #logo a {
        height: 40px;
        -webkit-transition: height 0.3s ease-in-out 0s;
        -moz-transition: height 0.3s ease-in-out 0s;
        -ms-transition: height 0.3s ease-in-out 0s;
        transition: height 0.3s ease-in-out 0s;
    }
}

@media (max-width:991px) {
    .logo-row {
        top: 0px;
        height: 80px;
    }
    header #logo {
        top: 10px;
        width: auto;
        height: auto;
    }
    header #logo > a {
        background-size: 60px auto;
        width: 60px;
        height: 60px;
    }
}


/*---- Menu ----*/
html.nav-down .menu-row, .menu-row {
    position: absolute;
    top: 207px;
    width: 100%;
    height: 70px;
    background-color: #292929;
    background-color: rgba(41, 41, 41, 0.8);
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-transition: height 0.3s ease-in-out 0s;
    -moz-transition: height 0.3s ease-in-out 0s;
    -ms-transition: height 0.3s ease-in-out 0s;
    transition: height 0.3s ease-in-out 0s;
}

@media (min-width:992px) {
    html.nav-down .navigation nav.main > ul > li.menu-login, .navigation nav.main > ul > li.menu-login {
        position: absolute;
        right: 0px;
        margin-right: 0px;
        background-image: url('/images/icons/login.png');
        background-repeat: no-repeat;
        background-position: left 23px;
		background-position: left 24px;
        padding-left: 25px;
        -webkit-transition: background-position 0.3s ease-in-out 0s;
        -moz-transition: background-position 0.3s ease-in-out 0s;
        -ms-transition: background-position 0.3s ease-in-out 0s;
        transition: background-position 0.3s ease-in-out 0s;
    }
    html.nav-up .navigation nav.main > ul > li.menu-login {
        background-position: left 8px;
        -webkit-transition: background-position 0.3s ease-in-out 0s;
        -moz-transition: background-position 0.3s ease-in-out 0s;
        -ms-transition: background-position 0.3s ease-in-out 0s;
        transition: background-position 0.3s ease-in-out 0s;
    }
    html.nav-up .menu-row {
        height: 40px;
        -webkit-transition: height 0.3s ease-in-out 0s;
        -moz-transition: height 0.3s ease-in-out 0s;
        -ms-transition: height 0.3s ease-in-out 0s;
        transition: height 0.3s ease-in-out 0s;
    }
    .navigation nav.main, .navigation nav.main {
        top: 167px;
        border: 0px;
    }
    html.nav-down .navigation nav.main > ul > li > span a, .navigation nav.main > ul > li > span a {
        /*padding-left: 20px;
        padding-right: 20px;
        text-align: center;
        font-size: 16px;
        font-family: antonioregular;*/
        color: #000; /* meny knapp */
        height: 70px;
        padding-top: 24px;
        -webkit-transition: height 0.3s ease-in-out 0s, padding-top 0.3s ease-in-out 0s;
        -moz-transition: height 0.3s ease-in-out 0s, padding-top 0.3s ease-in-out 0s;
        -ms-transition: height 0.3s ease-in-out 0s, padding-top 0.3s ease-in-out 0s;
        transition: height 0.3s ease-in-out 0s, padding-top 0.3s ease-in-out 0s;
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 26px;
		font-family: antonioregular;
    }
    html.nav-up .navigation nav.main > ul > li > span a {
        height: 40px;
        padding-top: 8px;
		padding-top: 11px;
		padding-bottom: 25px;
		height: 38px;
        -webkit-transition: height 0.3s ease-in-out 0s, padding-top 0.3s ease-in-out 0s;
        -moz-transition: height 0.3s ease-in-out 0s, padding-top 0.3s ease-in-out 0s;
        -ms-transition: height 0.3s ease-in-out 0s, padding-top 0.3s ease-in-out 0s;
        transition: height 0.3s ease-in-out 0s, padding-top 0.3s ease-in-out 0s;
    }
    html.nav-down .navigation nav.main > ul > li.has-child ul, .navigation nav.main > ul > li.has-child ul {
        top: 70px;
        -webkit-transition: top 0.3s ease-in-out 0s;
        -moz-transition: top 0.3s ease-in-out 0s;
        -ms-transition: top 0.3s ease-in-out 0s;
        transition: top 0.3s ease-in-out 0s;
    }
    html.nav-up .navigation nav.main > ul > li.has-child ul {
        top: 40px;
        -webkit-transition: top 0.3s ease-in-out 0s;
        -moz-transition: top 0.3s ease-in-out 0s;
        -ms-transition: top 0.3s ease-in-out 0s;
        transition: top 0.3s ease-in-out 0s;
    }
    html.no-touch .navigation nav.main > ul > li > span.active a, html.touch .navigation nav.main > ul > li.open > span a, .navigation nav.main > ul > li > span.active a {
        color: #000 !important;
        border-bottom: 4px solid #000;
    }
    .navigation nav.main > ul > li > span a:hover {
        color: #000 !important;
    }
    html.nav-down .navigation nav.main ul li span i, .navigation nav.main ul li span i {
        color: #000;
        padding-top: 30px;
        -webkit-transition: padding-top 0.3s ease-in-out 0s;
        -moz-transition: padding-top 0.3s ease-in-out 0s;
        -ms-transition: padding-top 0.3s ease-in-out 0s;
        transition: padding-top 0.3s ease-in-out 0s;
        height: 70px;
    }
    html.nav-up .navigation nav.main ul li span i {
        color: #FFF;
        padding-top: 15px;
        -webkit-transition: padding-top 0.3s ease-in-out 0s;
        -moz-transition: padding-top 0.3s ease-in-out 0s;
        -ms-transition: padding-top 0.3s ease-in-out 0s;
        transition: padding-top 0.3s ease-in-out 0s;
    }
	.menu-login > span > a {
		margin-left: -25px !important;
		padding-right: 0px !important;
		padding-left: 25px !important;
	}
}
@media (max-width:991px) {
    .menu-row {
        display: none;
    }
    .navigation nav.main > ul > li.menu-login {
        background-image: url('/images/icons/login_red.png');
        background-repeat: no-repeat;
        background-position: calc(100% - 20px) 21px;
		background-position: calc(100% - 18px) 21px;
    }
}


/*---- Social ----*/
.social-top {
    float: right;
    margin-right: -10px;
}

nav.social-top { 
	}
nav.social-top ul {
	line-height:0;
    margin-top: -10px;
	}
nav.social-top ul li {
	display:inline-block; position:relative;
	margin:0 0px 0px 0;
	}
nav.social-top ul li a {
	display:block; float:left;
	text-indent:-9999px;
	width:40px; height:40px;
	background-image:url('/images/icons/social-dark.png');
	background-repeat:no-repeat;
	background-size:40px auto;
	border-radius:0px;
	}	
	
nav.social-top ul li.facebook a {
	background-position:left top;
	}
nav.social-top ul li.twitter a {
	background-position:left -40px;
	}
nav.social-top ul li.linkedin a {
	background-position:left -80px;
	}
nav.social-top ul li.google_plus a {
	background-position:left -120px;
	}
nav.social-top ul li.pinterest a {
	background-position:left -160px;
	}
nav.social-top ul li.instagram a {
	background-position:left -200px;
	}
nav.social-top ul li.flickr a {
	background-position:left -240px;
	}
nav.social-top ul li.tumblr a {
	background-position:left -280px;
	}
nav.social-top ul li.vimeo a {
	background-position:left -320px;
	}
nav.social-top ul li.youtube a {
	background-position:left -360px;
	}
nav.social-top ul li.dribble a {
	background-position:left -400px;
	}
nav.social-top ul li.skype a {
	background-position:left -440px;
	}
nav.social-top ul li.rss a {
	background-position:left -480px;
	} 
nav.social-top ul li.soundcloud a {
	background-position:left -560px;
	}
nav.social-top ul li.behance a {
	background-position:left -600px;
	}
	
@media (max-width:991px) {
    .social-top {
        display: none;
    }
}


/*---- Footer ----*/
footer {
    padding-bottom: 0px;
    padding-top: 0px;
    background-color: #1f1f1f;
}
#top-link-block a {
    background-color: #0d0d0d;
}


/*---- Top ----*/
.footer-top {
    padding: 60px 0;
}
.footer-top .container {
    display: flex;
}
@media (max-width:991px) {
    .footer-top .container {
        display: block;
    }
    footer .company-details, footer .quick-links {
        margin-bottom: 30px;
    }
}


/*---- Description ----*/
.footer-description {
    
}
.footer-description span.line {
    color: #FFF;
    border: 0px;
    font-family: antonioregular;
}
@media (max-width:991px) {
    .footer-description {
        display: block;
        flex: initial;
    }
}


/*---- Contact ----*/
.footer-contact {
    flex: 0.5;
    color: #a1a1a1;
	display: flex;
}
.footer-contact p {
    margin: 0px;
}
.footer-company-details {
    float: right;
	display: flex;
}
.footer-company-details > p {
    padding-bottom: 13px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: antoniobold;
    margin: 0px;
}
.footer-company-details-address {
    /*background-image: url('/images/icons/address_white.png');*/
    background-repeat: no-repeat;
    background-position: 0px 3px;
    padding-left: 20px;
    padding-bottom: 5px;
	margin: 10px;
}
.footer-company-details-phone {
    /*background-image: url('/images/icons/phone_white.png');*/
    background-repeat: no-repeat;
    background-position: 0px 3px;
    padding-left: 20px;
    padding-bottom: 5px;
	margin: 10px;
}
.footer-company-details-email {
    /*background-image: url('/images/icons/email_white.png');*/
    background-repeat: no-repeat;
    background-position: 0px 3px;
    padding-left: 20px;
	margin: 10px;
}
.footer-company-details-email a {
    color: #a1a1a1;
}
@media (max-width:991px) {
    .footer-contact {
        display: block;
        flex: initial;
    }
    .footer-company-details {
        float: initial;
    }
    .footer-company-details > p {
        padding-top: 10px;
        padding-left: 0px;
    }
}


/*---- Social ----*/
.footer-social {
    flex: 0.4;
    float: right;
}
nav.footer-social {
}
nav.footer-social p {
    font-size: 16px;
    text-transform: uppercase;
    font-family: antoniobold;
    padding-left: 10px;
    padding-bottom: 13px;
    margin: 0px;
}
nav.footer-social ul {
	line-height:0;
    margin-top: -10px;
	}
nav.footer-social ul li {
	position:relative;
	margin:0 0px 0px 0;
	}
nav.footer-social ul li a {
	display:block; float:left;
	padding-left: 40px;
    padding-top: 13px;
	height:40px;
	background-image:url('/images/icons/social-white.png');
	background-repeat:no-repeat;
	background-size:40px auto;
	border-radius:0px;
    text-transform: capitalize;
    color: #a1a1a1;
    float: initial;
	}	
	
nav.footer-social ul li.facebook a {
	background-position:left top;
	}
nav.footer-social ul li.twitter a {
	background-position:left -40px;
	}
nav.footer-social ul li.linkedin a {
	background-position:left -80px;
	}
nav.footer-social ul li.google_plus a {
	background-position:left -120px;
	}
nav.footer-social ul li.pinterest a {
	background-position:left -160px;
	}
nav.footer-social ul li.instagram a {
	background-position:left -200px;
	}
nav.footer-social ul li.flickr a {
	background-position:left -240px;
	}
nav.footer-social ul li.tumblr a {
	background-position:left -280px;
	}
nav.footer-social ul li.vimeo a {
	background-position:left -320px;
	}
nav.footer-social ul li.youtube a {
	background-position:left -360px;
	}
nav.footer-social ul li.dribble a {
	background-position:left -400px;
	}
nav.footer-social ul li.skype a {
	background-position:left -440px;
	}
nav.footer-social ul li.rss a {
	background-position:left -480px;
	} 
nav.footer-social ul li.soundcloud a {
	background-position:left -560px;
	}
nav.footer-social ul li.behance a {
	background-position:left -600px;
	}
@media (max-width:991px) {
    .footer-social {
        display: block;
        float: initial;
        flex: initial;
    }
    nav.footer-social p {
        padding-left: 0px;
    }
    nav.footer-social ul {
        margin-left: -7px;
    }
}


/*---- Certificates ----*/
.footer-certificates {
    /*color: #151515;
    background-color: #151515;/**/
}
.footer-certificates .container > div {
    display: flex;
    width: 100%;
    height: 165px;
}
.footer-certificates .container > div > div {
    flex: 1;
    opacity: 0.3;
    display: inline;
}
@media (max-width:991px) {
    .footer-certificates .container > div {
        display: block;
        width: 100%;
        height: initial;
    }
    .footer-certificates .container > div > div {
        width: 100%;
        opacity: 0.3;
        display: block;
        height: 165px;
    }
}


/*---- Copyright ----*/
.footer-copyright {
    color: #525252;
    text-align: center;
    padding-top: 0px;
    /*background-color: #0d0d0d;/**/
    display: table;
    width: 100%;
}
.footer-copyright .container {
    height: 80px;
    display:table-cell;
    vertical-align: middle;
}
.footer-copyright .container p {
    margin: 0px;
}

.calendar a:hover {
    text-decoration: none;
}

.calendar .calendar-post {
    display: flex;
    flex-flow: row;
}

.calendar .calendar-post .date {
    text-align: center;
    padding-top: 1rem;
    width: 70px;
    height: 80px;
    margin-right: 10px;
    background-color: #eaeaea;
    color: #a8000b;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-size: 40px;
    line-height: 30px;
}

.calendar .calendar-post .date small {
    font-size: 16px;
}

.calendar .calendar-post .text {
    flex: 1;
}

.calendar a {
    margin-top: 0;
    margin-bottom: 15px;
}

.calendar a .calendar-post-title {
    float: left;
    margin-bottom: 5px;
    width: 100%;
}

.calendar .button {
    margin-top: 0;
    margin-bottom: 0;
}

.box {
    padding: 25px;
    background-color: #000;
    border-radius: 25px;
    color: #fff;
    margin-bottom: 25px;
}

.box h1 {
    background-color: #a8000b;
    color: white;
    margin-top: -25px;
    margin-left: -25px;
    margin-right: -25px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    padding: 25px 25px 0 25px;
}

.box h1 a {
    color: white;
}

.box h1 a:hover, .box h1 a:active, .box h1 a:focus {
    color: white;
    text-decoration: none;
}

.box h1 .line {
    border: none;
}

.box #accordion {
    color: #303434;
    color: rgba(48,52,52,1);
}

.margin-bottom {
    margin-bottom: 30px;
}
.footer-social ul > li {
	display: inline-block;
}
.steel-the-future-banner-component {
	max-height: 360px
}
.projekt-banner-component {
	background-color: #ffffff33;
	background-blend-mode: overlay;
}
.career-promo-pad-banner {
	background-position-y: 23%!important;
}