﻿body {	padding-top:144px;	}
@media only screen and ( max-width: 990px ) {
	body {	padding-top:139px;	}
}

#header-main {
	width:100%;
	position:fixed;
	top:0;
	left:0;
}

.interior-banner-wrapper .banner-content h1.h2_style {
	color: #fff;
	line-height: 1.5;
	margin: 0;
}

.interior-banner-wrapper .banner-content h1.h2_style p {
	font-weight: 400;
	font-size: 2rem;
	margin: 0;
}

@media only screen and ( min-width: 768px ) and ( max-width: 991px ) {
.interior-banner-wrapper .banner-content h1.h2_style p {
	line-height: 1.3;
}
}

@media only screen and ( max-width: 767px ) {
.interior-banner-wrapper .banner-content h1.h2_style {
	line-height: 1.1;
	text-align: center;
}
.interior-banner-wrapper .banner-content h1.h2_style p {
	font-size: 30px;
}
}

@media only screen and ( max-width: 535px ) {
.interior-banner-wrapper .banner-content h1.h2_style p {
	font-size: 24px;
}
}

.center {
	text-align:center;
}

.pricing-plans .container {
	width:1425px;
	max-width:100%;
}

.pricing-plans .center {
	display:inline-block;	
}

.pricing-plans .container .col-md-3 {
	flex: 0 0 20%;
	max-width: 19.8%;
	display:inline-block;
	vertical-align:top;
	text-align:left;
}

@media only screen and ( max-width: 1200px ) {
	.pricing-plans .container .col-md-3 {	flex: 0 0 33.3%;	max-width: 33.2%;	}
}
@media only screen and ( max-width: 960px ) {
	.pricing-plans .container .col-md-3 {	flex: 0 0 50%;	max-width: 50%;	}
}

@media only screen and ( max-width: 768px ) {
	.pricing-plans .container .col-md-6, .pricing-plans .container .col-md-3 {	flex: 0 0 100%;	max-width: 100%;	}
}


.page-home__icons .logos-slider {
	height:85px;
	position:relative;
}
.page-home__icons .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    transition: background-color .5s;
}

.page-home__icons .swiper-container {
	height: 85px;
	width: 100%;
	border: 1px solid #000;
}

.page-home__icons .container {
	padding-left: 50px;
	padding-right: 50px;
}

.page-home__icons .swiper-layer {
	position: absolute;
	width: 100%;
	top:3px;
}
.page-home__icons .open-source-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-home__icons .open-source-logo-color {
    z-index: 1;
    height: 60px;
    width: 230px;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display:block;
}

.page-home__icons .swiper-slide-active {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

.page-home .logos-pagination .swiper-pagination-bullet {
    margin: 0 6px;
    width: 16px;
    height: 16px;
    background: #a6a9ab;
    opacity: 1;
}

.page-home .logos-pagination {
	display: none;
	margin-top: 30px;
	justify-content: center;
	align-items: center;
	z-index: 1;
}

.teaser_box {
	width:350px;
	float:left;
	margin:0 20px 10px 0;
}

.teaser_box img {
	width:100%;
	height:auto;
}

.teaser_box p {
	padding:0 15px;
}

.top_excerpt p {
	font-size:16px;
	font-weight:bold;
	margin:5px 0;
}

.bottom_excerpt p {
	font-size:14px;
	margin:0;
}

.teaser_box {
	display:block;
	width:100%;
	height:150px;	
}

.teaser_box.wmap {
	background-image:url(../assets/images/Background-for-Whitepapers.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
}

.teaser_box.wmap span {
	display:block;
	color:white;
	position:absolute;
	left:15px;
	font-size:20px;
	margin:0;	
}

.teaser_box.wmap span.top_line {	bottom:42px;	}
.teaser_box.wmap span.bottom_line {	bottom:10px;	}


@media only screen and ( max-width: 767px ) {
	.page-home__icons .buttons-layer {	display: none !important;	}
	.page-home .logos-pagination {	display:block;	margin-top:20px;	}
	.page-home .logos-pagination .swiper-pagination-bullet-active {	background: #64686d;	opacity: 1;	}
	
}