.gs-team-jumbotron {
    background: url(../img/team-bg.jpg), linear-gradient(84deg, rgb(71, 72, 76) 0%, rgb(108, 133, 173) 39%, rgb(225, 238, 247) 65%, rgb(79, 86, 104) 82%, rgb(75, 86, 90) 99%, rgb(131, 176, 181) 100%);
    height: 658px;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-bottom: 70px;
}
.gs-team-jumbotron:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0,0,0, 0.4);
}
.gs-team-jumbotron__content {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

/* teammate */
.gs-teammate {
    margin-bottom: 75px;
}
.gs-teammate__icon {
    width: 106px;
    margin-bottom: 18px;
}
.gs-teammate__title {
    font-size: 18px;
    font-family: 'UbuntuLight';
}
.gs-teammate__description {
    font-size: 14px;
    font-family: 'UbuntuLight';
}
.gs-team-office {
    padding-bottom: 75px;
}

/* contacts */
.gs-contacts {
    padding-top: 72px;
}
.gs-contacts__info {
    font-size: 18px;
}
.gs-contacts__address-details {
    font-size: 14px;
    margin-left: 30px;
}
.gs-contacts-list li {
    display: block;
    margin-bottom: 12px;
}

/* form */
.gs-form {
    
}
.gs-form__input {
    border-radius: 0;
    line-height: 35px;
    height: 35px;
    margin-bottom: 10px;
}
.gs-form__button {
	display: block;
	margin: 0 auto;
	width: 184px;
	height: 40px;
}
/* services */
.adv100 {
    height: 100%;
    background: #959fa3 url(../img/services_bg2.png) top center no-repeat;
    background-size: cover;
    position: relative;
    display: table;
}
.maint100 {
    height: 100%;
    background: #959fa3 url(../img/services_bg3.png) top center no-repeat;
    background-size: cover;
    position: relative;
    display: table;
}
.leads100 {
    height: 100%;
    background: #465668;
    position: relative;
    display: table;
}
.host100 {
    height: 100%;
    background: #8c2238;
    position: relative;
    display: table;
}
/* logos */
.gs-logo-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-bottom: 70px;
}
.gs-logo {
    margin-bottom: 25px;
    margin-right: 20px;
    transition: all 0.3s ease-in-out;
    background: #fff;
}
.gs-logo:hover {
    transform: scale(1.5);
}
.gs-logo__image {
    height: 70px;
    width: auto;
}
/* buttons */
.scrolldown-container {
	position: absolute;
	bottom: 62px;
	left: 50%;
	transform: translateX(-50%);
}
.btn--scrolldown.btn--scrolldown {
	border-radius: 50%;
	height: 60px;
	width: 60px;
	display: block;
	line-height: 57px;
	font-size: 40px;
}
.animate-pulse-size {
    animation: pulseSize 2s infinite;
}
@keyframes pulseSize {
 0% {transform: scale(1);}
 50% {transform: scale(1.2);}
 100% {transform: scale(1);}
}

/* utilities */
.u-margin-bottom--100 {
    margin-bottom: 100px !important;
}
.gs-white-bg {
    background: #fff;
}
 .row.no-gutter {
  margin-right:0;
  margin-left:0;
}
.row.no-gutter > [class*='col-'] {
  padding-right:0;
  padding-left:0;
}
.u-img-centered {
    position: relative;
    overflow: hidden;
}
.u-img-centered--contacts {
    height: 300px;
    width: 100%;
    margin-bottom: 50px;
}
.u-img-centered__image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.form-special-value {
    /*for hidden inputs */
    display: none;
}
.link-unstyled {
  color: inherit;
  text-decoration: inherit;
}

.link-unstyled:link {
  color: inherit;
  text-decoration: inherit;
}

.link-unstyled:hover {
  color: inherit;
  text-decoration: inherit;
}

.link-unstyled:focus {
  color: inherit;
  text-decoration: inherit;
}
.u-margin--top-0 {
    margin-top: 0;
}

/* fixes and overrides */
body .header__menu li a:focus, .header__menu li a.white:focus {
    background: none;
	color: #be1722;
	font-family: 'UbuntuRegular';
}
body .header__menu li a.active {
	background: rgba(0,0,0,0.6);
	color: #b2b2b0 !important;
	font-family: 'UbuntuBold';
}

@media (max-width: 1220px) {
    body .header__menu li a {
        padding-left: 0px;
        padding-right: 0px;
    }
}
body .red-btn:focus {
    background: #be1722;
    border-color: #be1722;
}
.dev-payment .w100 .w50 {
	padding-bottom: 134px;
}
body .nav-tabs li.active a {
	border: 0 !important;
}
ul {
    font-family: 'UbuntuRegular';
}
a {
    font-family: 'UbuntuRegular';
}
.project__dev h4 {
    color: #fff;
}

::-webkit-scrollbar {
    width: 0px;  /* remove scrollbar space */
    background: transparent;  /* optional: just make scrollbar invisible */
}
.project__final__count {
    font-family: 'UbuntuLight';
}
body .href-btn:focus {
    background: #be1722;
    border-color: #be1722;
    color: #fff;
}
.portfolio__img-overlay {
    position: relative;
}
.portfolio__img-overlay:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #353535;
    opacity: 0.7;
    transition: opacity 0.5s ease-in-out;
}
.portfolio__block:hover .portfolio__img-overlay:after {
    opacity: 0.4;
}
.portfolio__block {
    border: 1px solid #b2b2b0;
}
.portfolio {
    border: 1px solid #b2b2b0;
}
.portfolio__inner {
	position: relative;
	color: #fff;
	display: block;
	text-decoration: none;
	width: 100%;
	height: 100%;
}
body .portfolio__logo.portfolio__logo {
    display: block;
	width: 100%;
    height: auto;
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	max-width: 80%;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
body .portfolio__logo.portfolio__logo>img {
    width: auto !important;
    position: static !important;
    max-width: 100% !important;
}
@media screen and (max-width: 768px) {
    .portfolio .portfolio__block .portfolio__block__img {
        width: auto !important;
        height: 100%;
    }
}
.portfolio__block:hover .portfolio__logo {
    top: 10%;
    transform: translateX(-50%);
}
.portfolio__block:hover .portfolio__logo--large {
    transform: translateX(-50%) scale(0.5);
    transform-origin: top;
}
.portfolio__description {
	position: absolute;
	top: calc(100% - 60px);
	left: 0;
	right: 0;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
    text-align: center;
}
.w50 .portfolio__description {
    max-width: 450px;
}
@media screen and (max-width: 768px) {
    .w50 .portfolio__description {
        max-width: 80%;
    }
}
.w25 .portfolio__description {
    max-width: 80%;
}
.portfolio__description p {
    margin-bottom: 1em;
    text-align: left;
}
.portfolio__block:hover .portfolio__description {
	top: 35%;
}
.portfolio__desc-hidden {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.portfolio__block:hover .portfolio__desc-hidden {
    opacity: 1;
}
.portfolio__link {
	padding: 6px 12px !important;
}
.portfolio__block:hover .portfolio__link {
}
@media screen and (max-width: 360px) {
    .alt-footer .w100 p {
         line-height: 1.2;
         padding-top: 5px;
         padding-bottom: 5px;
    }
}
@media screen and (max-width: 480px) {
    .header.alt {
        padding-bottom: 5px;
    }
}
.header .header__menu li {
    width: 20%;
    text-align: center;
}
.header__menu {
    max-width: 550px;
}
@media screen and (max-width: 1219px) {
    .header .header__menu,
    .header.alt .header__menu {
        margin-left: 7px;
        max-width: 450px;
    }
}

/* Blog */
.gs-team-jumbotron--blog {
	background: url(../img/blog-jumbo-bg.jpg), linear-gradient(to right, #6f6c6e 33%, #726d76 66%, #bba48e);
	height: 658px;
	background-size: cover;
	background-position: center;
	position: relative;
	margin-bottom: 70px;
}
.gs-memo {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.gs-memo__image {
    float: left;
}
.gs-memo__paragraph {
    padding-left: 130px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.gs-blog-card {
    margin-bottom: 140px;
}
.gs-blog-card__image {
    width: 100%;
}
.gs-blog-card__title {
    margin-top: 22px;
    margin-bottom: 10px;
}
.gs-blog-date {
    display: inline-block;
    font-family: Arial;
    font-size: 14px;
    line-height: 18px;
    color: #b2b2b0;
    position: relative;
    padding-top: 10px;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 22px;
}
.gs-blog-date:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #e1e2d8;
}
.gs-blog-card__description {
    font-family: UbuntuLight;
    font-size: 18px;
    line-height: 22px;
}
.gs-pager {
	margin-top: 22px;
	padding-bottom: 44px;
	text-align: center;
}
.gs-pager__list {
	display: inline-block;
}
.gs-pager__item {
	float: left;
	border: 2px solid #f7434f;
    border-radius: 8px;
    margin-right: 10px;
}
.gs-pager__item:last-child {
    margin-right: 0;
}
.gs-pager__item.active {
	border: none;
    border-radius: 4px;
}
.gs-pager__item.active .gs-pager__link:link {
    color: #000;
}
.gs-pager__link:link {
	display: inline-block;
    height: 40px;
    width: 40px;
	text-decoration: none;
    color: #f7434f;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    font-family: UbuntuRegular;
}
.gs-blog-article {
    padding-top: 140px;
}
.gs-blog-article__heading {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 1em;
}
.gs-blog-article__description {
    font-size: 24px;
    line-height: 30px;
}
.img-fullwidth {
    width: 100%;
}
.gs-seo p, 
.gs-seo ol,
.gs-seo ul {
    font-size: 18px;
    font-family: UbuntuLight;
}
