html,
body {
	padding: 38px 0px 0px 0px;
	margin: 0px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 0.2px;
	line-height: 1.8em;
	scroll-behavior: smooth;
	color: #1b1b1b;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

::selection {
	color: #fff;
	background: #da0903;
}

::-webkit-selection {
	color: #fff;
	background: #da0903;
}

::-o-selection {
	color: #fff;
	background: #da0903;
}

::-moz-selection {
	color: #fff;
	background: #da0903;
}

.header-wrapper {
    background-color: #2f2c37;
    border-top: 5px solid #2f2c37;
    min-height: 50px;
    padding: 0px;
    position: relative;
    text-align: left;
    color: #fff;
}

.header-wrapper .links {
    list-style-type: none;
    color: #999999;
    padding: 0px;
    margin: 0px;
}

.header-wrapper .links > li{
    display: inline-block;
    font-size: 14px;
    padding: 3px;
}

.header-wrapper .links > li > a{
    text-decoration: none;
    color: #da0903;
}

.header-wrapper h1 {
    margin-bottom: 0px;
    font-size: 26px;
    padding: 20px 5px;
    border-bottom: 5px solid #da0903;
    display: inline-block;
}

.headline-ss {
    z-index: 1;
    position: relative;
    /* background-color: rgba(47, 44, 55, 1); */
    padding-top: 60px;
    padding-right: 0px;
    padding-bottom: 25vh;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 50px;
    margin-left: 0px;
    will-change: top;
min-height: 65vh;
}

.video-overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: -1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.video-overlay::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: 0 0;
    background-color: rgba( 0, 0, 0, .5 );
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.video-overlay::after {
    content: "";
    background-image: url(https://vervo.lv/templates/porto/images/bg/gridtile_3x3.png);
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    background-color: rgba(48, 45, 56, 0.5);
    right: 0px;
    bottom: 0px;
}

.video-overlay img{
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: inline-block;  
    vertical-align: baseline;
}

.headline-text {
    max-width: 1170px;
    margin: 10px auto;
    text-align: center;
    color: #ffffff;
}

.headline-text p {
    margin: 5px;
}

.headline-text h1 {
    margin: 40px;
}

.cards-simple > div{
    padding: 10px;
    text-align: center;
}

.cards-simple h1 {
    font-size: 25px;
    font-weight: 500;
    line-height: 1.1;
    color: #1d2127;
    font-size: 1.8em;
}

.cards-simple p {
    color: #999999;
}

.cards-simple i, .ssd-conte i {
    color: #da0903;
    font-size: 34px;
    margin-bottom: 15px;
}

.shn-content {
    background-color: #da0903;
    color: #ffffff;
}

.ssd-conte {
    /* background-image: url(/images/broker-img.jpg); */
    background-image: url(/img/network-1.jpg);
    background: linear-gradient(to right, rgba(0,0,0,.8), rgba(0,0,0,.8)), url(/img/network-1.jpg);
    background-attachment: fixed;
    color: #ffffff;
}

.button-contact {
    padding: 7px 30px;
    font-size: 20px;
    background-color: #da0903;
    color: #ffffff;
    text-decoration: none;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

.button-contact:hover {
    color: #ffffff;
    opacity: .8;
}

@media(max-width: 767px){
    .hidden-xs {
        display: none;
    }
    .header-wrapper {
        padding-top: 0px;
    }
}
