a {
  color: #504f4f;
  font-size: 18px;
  font-weight: bold;
}



ul {
    list-style: none;
    
}

li {
    padding: 5px;
}

input {
    padding: 5px;
}


.bioGrid span{
    font-size: 20px;
}

.cbp-popup-lightbox-figure {
  position: relative;
  background:  white;
}

.visual .contentblock img {
    width: auto;
    margin: auto;
}

.dd1 h2{
    color: #8d582c !important;
}

.dd2 h2{
    color: #3a67a2;
}

.dd3 h2{
    color: #5e5e5f;
}

.dd4 h2{
    color: #799b45;
}

.dd5 h2{
    color: #8d312c;
}

.dd0 h2 {
    color: #004071;
}

.notitle div{
    margin-top: -10px;
}

.ecosystem div{
    margin-top: -10px;
}

.btn-default {
  background-color: #fff;
  border-color: #004071;
  color: #004071;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #000;
  font-family: inherit;
  font-weight: 300;
  line-height: 1.1;
  font-size: 40px;
}

.nav .sub-menu,
.footer-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

.hero {
	overflow: hidden;
	color: #fff;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, .65);
	font-size: 15px;
	line-height: 18px;
	font-weight: 600;
}

.hero .slideset {
	height: 555px;
}

.hero .slide {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	padding: 100px 40px 60px;
	opacity: 0;
}

.hero .slide:first-child {
	opacity: 1;
}

.hero .slide .col {
	position: relative;
	z-index: 5;
}

.hero .brand-hold {
	background: rgba(255, 255, 255, .52);
	border-radius: 4px;
	margin: 0 auto 20px;
}

.hero .lg-logo {
	display: block;
	padding: 16px 17px;
}

.hero .lg-logo a {
	display: block;
}

.hero .lg-logo img {
	display: block;
	max-width: 100%;
	height: auto;
}

.hero .video {
	max-width: 460px;
	margin: 0 auto 20px;
}

.hero .hero-title {
	font-weight: 300;
	display: block;
	margin: 0 0 5px;
	font-size: 28px;
	line-height: 28px;
}

.hero p {
	margin: 0 0 25px;
}

.slideshow {
	position: relative;
}

.slideshow .slide {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.slideshow .slide.active {
	z-index: 2;
	opacity: 1;
}

.btn-next,
.btn-prev {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	background: url(/2017-assets/images/carousel-btn.png) no-repeat;
	width: 20px;
	height: 77px;
	opacity: .4;
	text-indent: -9999px;
	overflow: hidden;
	z-index: 10;
	position: relative;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	margin-top: 35px;
}

.btn-next:hover,
.btn-prev:hover {
	opacity: 1;
}

.btn-prev {
	-webkit-transform: translateY(-50%) rotate(-180deg);
	-ms-transform: translateY(-50%) rotate(-180deg);
	transform: translateY(-50%) rotate(-180deg);
	left: 9px;
}

.btn-next {
	right: 9px;
}

.video-hold {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.video-hold video {
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: auto;
	position: absolute;
	background-color: black;
	top: 50%;
	left: 50%;
}

.is-touch-device .video-hold video {
	display: none;
}

iframe {
	border: none;
}

.visual img {
	width: 130%;
	margin-left: -15%;
}

.testimonials-section {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	padding: 40px 25px;
}

.testimonials-section .container {
	position: relative;
}

.testimonials-section img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto 15px;
}

.testimonials-section .btn-next,
.testimonials-section .btn-prev {
	background: url(/2017-assets/images/next.png) no-repeat;
}

.testimonials-section .btn-prev {
	left: -15px;
}

.testimonials-section .btn-next {
	right: -15px;
}

blockquote {
	font-size: 16px;
	line-height: 20px;
	color: #004071;
	font-style: italic;
	border: none;
	padding: 0;
	margin: 0 0 15px;
}

blockquote q {
	display: block;
}

blockquote q:before {
	content: "“";
}

blockquote q:after {
	content: "”";
}

blockquote cite {
	font-weight: 600;
	color: #e4b288;
	font-style: normal;
	font-size: 14px;
	line-height: 18px;
}

.rating-wrap {
	margin: 0 0 10px;
}

.rating-wrap .rating-info {
	display: block;
	color: #e4b288;
	font-size: 14px;
	font-weight: 300;
	line-height: 18px;
}

.rating-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #e4b288;
	margin: 0;
}

.rating-list li {
	margin: 0 5px;
	position: relative;
}

.rating-list li:after {
	content: "\f005";
	font-family: FontAwesome;
}

.rating-list li.empty:after {
	content: "\f006";
}

.rating-list li.half:after {
	content: "\f123";
}

body {
	min-width: 320px;
}

h1 {
	margin: 0 0 15px;
}

h2 {
	margin: 0 0 10px;
}

h3 {
	margin: 0 0 10px;
}

a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.btn {
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
	font-size: 15px;
	line-height: 18px;
	font: bold 15px/18px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	vertical-align: top;
	padding: 9px 11px 10px;
	text-shadow: none;
}

.btn.btn-white {
	border-color: #fff !important;
}

.btn.btn-white:hover {

	border-color: #FFF !important;
	color: #FFF;
}

.btn.with-arrow:after {
	content: "\f105";
	font: bold 14px/1 FontAwesome;
	display: inline-block;
	vertical-align: middle;
	margin: -2px 0 0 5px;
}

.link-more {
	position: relative;
	font: bold 14px/18px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.link-more:after {
	content: "\f105";
	font: bold 14px/1 FontAwesome;
	display: inline-block;
	vertical-align: middle;
	margin: -2px 0 0 5px;
}

#wrapper {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.promo-holder {
	position: relative;
	background-size: cover;
	background-position: 100% 50%;
	background-repeat: no-repeat;
}

.promo-holder.with-border:after {
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	height: 10px;
	position: absolute;
	background: rgba(255, 255, 255, .3);
}

.promo-holder .text-holder {
	padding: 40px 0;
	text-align: center;
}

.promo-holder .row-flex:before,
.promo-holder .row-flex:after {
	display: none;
}

.promo-holder .white {
	color: #fff;
}

.promo-holder .white h1 {
	color: #fff;
}

.promo-holder h1 {
	margin: 0 0 7px;
}

.promo-holder .sub-text,
.promo-holder .title-text {
	font: 600 18px/22px "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: block;
	margin-bottom: 30px;
}

.promo-holder .title-text {
	display: block;
	width: 60%;
	margin: 0 auto 30px;
}

.promo-holder .btn {
	margin: 0 0 10px;
}

.promo-holder .bg {
	background-size: cover;
	background-position: 0 50%;
	background-repeat: no-repeat;
}

.promo-holder img {
	display: block;
	height: auto;
	max-width: 100%;
	margin: 0 auto 15px;
}

.personal-section {
	background-color: #e5e5e5;
	padding: 15px 0;
}

.personal-section h3 {
	color: #505050;
	font-weight: 700;
}

.personal-section .btn-default {
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out;
	border: 0;
	margin: 12px 0;
	padding: 10px;
}

.personal-section .btn-default:hover {
	color: #fff;
	background-color: #e4b288;
}

.personal-section .btn-default i {
	padding-right: 10px;
}

.article-section {
	padding: 15px;
}

.article-section img {
	border-radius: 4px;
	max-width: 100%;
	margin-bottom: 15px;
}

.article-section h1 {
	font-weight: 300;
}

.services-list {
	padding-bottom: 10px;
	margin: 0;
}

#header {
	opacity: .9;
	background: #f7f7f7;
	box-shadow: 0 9px 0 rgba(241, 241, 241, .3);
	position: relative;
	z-index: 10;
	padding: 10px 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}

.logo {
	width: 120px;
	float: left;
}

.logo a {
	display: block;
}

.logo img {
	display: block;
	width: 100%;
	height: auto;
}

.navbar .btn-login {
	position: absolute;
	right: 55px;
	top: 50%;
	font-weight: normal;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 5px 11px 6px;
}

.nav {
	font-size: 15px;
	line-height: 18px;
	position: relative;
	z-index: 5;
}

.nav > li.has-drop-down.active-drop > a {
	color: #fff !important;
}

.nav > li.has-drop-down.active-drop > a:after {
	-webkit-transform: translateY(-50%) rotate(-180deg);
	-ms-transform: translateY(-50%) rotate(-180deg);
	transform: translateY(-50%) rotate(-180deg);
}

.nav > li.has-drop-down.active-drop > a:before {
	opacity: 1;
	visibility: visible;
}

.nav > li > a {
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out;
	position: relative;
}

.nav > li > a.has-drop-down-a:after {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	content: "\f0dd";
	position: absolute;
	right: 10px;
	top: 50%;
	font: normal normal normal 14px/1 FontAwesome;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: -4px;
	-webkit-transform-origin: 50% 75%;
	-ms-transform-origin: 50% 75%;
	transform-origin: 50% 75%;
}

.nav .sub-menu {
	border: 1px solid #004071;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 !important;
	overflow: hidden;
	display: none;
}
/*
.nav .sub-menu li {
	margin: 5px 0 0;
}
*/
.nav .sub-menu li {
  border-bottom: 1px solid #e3e3e3;
  margin: 5px;
  padding-bottom: 5px;
}

.nav .sub-menu li:last-child {
	margin: 5px;
  padding-bottom: 5px;
}

.nav .sub-menu a {
	color: #004071;
	display: block;
}

.nav .sub-menu a:hover {
	color: #e4b288;
}

.footer-top {
	background: #000 url(../images/BBBS/footerbg.jpg) no-repeat 50% 50%;
	background-size: cover;
	padding: 15px 0;
	font-size: 15px;
}

.footer-top .container {
	padding: 0;
}

.footer-top h3 {
	border-bottom: 2px solid #FFF;
	padding-bottom: 10px;
	font-weight: 300;
	color: #FFF;
}

.footer-top .title {
	display: block;
	position: relative;
}

.footer-top .title:before,
.footer-top .title:after {
	position: absolute;
	content: "";
	width: 10px;
	height: 2px;
	background-color: #e4b288;
	top: 10px;
	right: 0;
}

.footer-top .title:before {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.footer-top .title:hover,
.footer-top .title:focus {
	color: #e4b288;
}

.footer-top .title[aria-expanded="true"]:before {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.footer-nav {
	padding-bottom: 10px;
	
}



.footer-nav a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #fff;
}

.footer-nav a:hover {
	color: #e4b288;
}

.footer-nav i {
	padding-right: 5px;
}

.logo-list {
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 20px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.logo-list li {
	padding-right: 15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.logo-list li:last-child {
	padding-right: 0;
}

.logo-list a {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	display: block;
}

.logo-list a:hover {
	opacity: .7;
}

.logo-list img {
	max-width: 100%;
	max-height: 50px;
}

.social-networks {
	background-color: #25aae1;
	padding: 0 5px;
	border-radius: 4px;
	font-size: 23px;
	margin-top: 15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.social-networks li {
	padding: 9px 7px;
}

.social-networks i {
	padding-right: 0;
}

.footer-bottom {
	padding: 15px 0;
	
	background-color: #25aae1;
	color: #000;
	text-transform: uppercase;
	font-size: 15px;
}

.footer-bottom p {
	margin-bottom: 4px;
}

.footer-bottom .index-link {
	color: #000;
}

.footer-bottom a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	white-space: nowrap;
	color: #000;
}

.footer-bottom a:hover {
	color: #e4b288;
}

.htitle h2 {
    color: #004071;
}

@media (min-width: 768px) {
	.hero {
		font-size: 24px;
		line-height: 35px;
	}

	.hero .slideset {
		height: 700px;
	}

	.hero .slide {
		padding: 100px 40px;
	}

	.hero .slide {
		min-height: 772px;
	}

	.hero .slide .container {
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		margin-top: 41px;
	}

	.hero .brand-hold {
		margin-top: 14px;
	}

	.hero .video {
		margin-top: 14px;
	}

	.hero .hero-title {
		font-size: 62px;
		line-height: 58px;
		margin: 0 0 30px;
	}

	.hero p {
		margin: 0 0 30px;
	}

	.btn-next,
	.btn-prev {
		width: 20px;
		height: 77px;
	}

	.btn-prev {
		left: 0;
	}

	.btn-next {
		right: 0;
	}

	.visual img {
		width: 100%;
		margin-left: 0;
	}

	.testimonials-section {
		padding: 40px 0;
	}

	.testimonials-section .btn-prev {
		left: 10px;
	}

	.testimonials-section .btn-next {
		right: 10px;
	}

	blockquote {
		font-size: 18px;
		line-height: 22px;
	}

	body {
		font-size: 22px;
		line-height: 1.36;
	}

	h1 {
		font-size: 40px;
		line-height: 44px;
		margin: 0 0 20px;
	}

	h2 {
		font-size: 40px;
		line-height: 32px;
		margin: 0 0 20px;
	}

	h3 {
		font-size: 26px;
		line-height: 30px;
		margin: 0 0 20px;
	}

	p {
		margin: 0 0 32px;
	}

	.btn {
		font-size: 19px;
		line-height: 20px;
	}

	.btn.btn-default {
		font-size: 18px;
		line-height: 22px;
	}

	.btn.btn-lg {
		padding: 16px 21px 15px;
		border-radius: 8px;
	}

	.btn.with-arrow:after {
		margin: -2px 0 0 11px;
		font-size: 22px;
	}

	.link-more {
		font-size: 18px;
		line-height: 20px;
	}

	.link-more:after {
		font-size: 22px;
	}

	.promo-holder {
		background-position: 50% 50%;
	}

	.promo-holder .text-holder {
		padding: 117px 0 75px;
	}

	.promo-holder .row-flex {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.promo-holder .row-flex.same-height {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.promo-holder h1 {
		margin: 0 0 15px;
	}

	.promo-holder .sub-text,
	.promo-holder .title-text {
		font-size: 24px;
		line-height: 35px;
	}

	.promo-holder .title-text {
		margin: 0 auto 35px;
	}

	.promo-holder .btn {
		margin: 0 0 17px;
	}

	.promo-holder .bg .text-center {
		padding: 75px 0 60px;
	}

	.personal-section {
		padding: 20px 0;
	}

	.article-section {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.article-section img {
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start;
		margin: 10px 15px 15px 0;
	/*	min-width: 360px;*/
		min-width: auto;
		width: 360px;
	}
	
	a:hover, a:focus {
  color: #000;
  text-decoration: none;
}

	#header {
		position: fixed;
	}

	.nav > li > a {
		padding-bottom: 3px !important;
	}

	.nav > li > a.has-drop-down-a:after {
		position: relative;
		display: inline-block;
		vertical-align: top;
		margin: 0 0 0 10px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		top: 0;
		right: 0;
		-webkit-transform-origin: 50% 100%;
		-ms-transform-origin: 50% 100%;
		transform-origin: 50% 100%;
	}
	
	footer a{
	    color: #e5e5e5;
	    font-size: 14px;
	    font-weight: normal;
	}

	.footer-top h3 {
		font-size: 29px;
		
		cursor: default;
		pointer-events: none;
	}

	.footer-top .title:before,
	.footer-top .title:after {
		display: none;
	}

	.footer-top .collapse {
		display: block;
	}

	.logo-list li:first-child {
		width: 100%;
		padding: 0 0 22px 0;
	}

	.logo-list li:last-child {
		padding-right: 20px;
	}

	.logo-list li {
		padding: 0 20px 22px 20px;
	}

	.logo-list img {
		max-height: 100%;
		width: 100%;
	}

	.contacts-list {
		text-align: center;
	}

	.social-networks li {
		width: 33.33%;
		text-align: center;
	}

	.footer-bottom {
		text-align: center;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.testimonials-section .slide {
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

@media (min-width: 992px) {
	.hero .hero-title {
		line-height: 77px;
		font-size: 77px;
		margin: 0 0 50px;
	}

	.hero p {
		margin: 0 0 58px;
	}

	.video-hold {
		height: auto;
		bottom: 0;
	}

	.testimonials-section .btn-prev {
		left: 0;
	}

	.testimonials-section .btn-next {
		right: 0;
	}

	h1 {
		font-size: 50px;
		line-height: 27px;
	}

	.btn-download {
		min-width: 361px;
		text-align: center;
	}

	.personal-section {
		padding: 70px 0 65px;
	}

	.personal-section .container {
		padding: 0 112px;
	}

	.personal-section h3 {
		letter-spacing: .6px;
		margin-bottom: 34px;
	}

	.personal-section .btn-default {
		font-size: 20px;
		min-width: 260px;
		padding: 21px 10px;
	}

	.article-section {
		padding: 47px 15px 34px;
	}

	.article-section img {
		margin: 15px 30px 15px 0;
	}

	.article-section h1 {
		letter-spacing: -2px;
		margin-bottom: 35px;
	}

	.services-list {
		padding-bottom: 35px;
	}

	.footer-top {
		padding: 32px 0 21px;
	}

	.footer-nav li {
		padding-bottom: 10px;
	}

	.logo-list {
		padding: 10px 0 0 0;
	}

	.social-networks {
		padding: 8px 5px 14px;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		margin-top: -3px;
	}

	.social-networks li {
		width: auto;
	}

	.footer-bottom {
		padding: 40px 0;
		letter-spacing: 1.5px;
	}
}

@media (min-width: 1024px) {
	.testimonials-section {
		padding: 68px 0 56px;
	}

	blockquote {
		font-size: 24px;
		line-height: 35px;
	}

	blockquote cite {
		font-size: 20px;
		line-height: 22px;
	}

	.rating-wrap {
		margin: 10px 0 39px;
	}

	.rating-wrap .rating-info {
		font-size: 18px;
		line-height: 20px;
	}

	.rating-list {
		font-size: 29px;
		line-height: 34px;
		margin: 0 0 2px;
	}

	#header {
		padding: 12px 0 15px;
	}

	.logo {
		margin: 0 20px 0 -17px;
	}

	.navbar .btn-login {
		right: 0;
	}

	.navbar-collapse {
		padding-top: 14px;
	}

	.nav {
		font-size: 16px;
	}

	.nav > li {
		margin-left: 12px;
	}
	
	.nav > ul {
		float: right;
	}

	.nav > li:first-child {
		margin-left: 0;
	}

	.nav > li.active a {
		color: #004071 !important;
	}

	.nav > li.active a:before {
		visibility: visible;
		opacity: 1;
	}

	.nav > li.has-drop-down.active-drop > a {
		color: #004071 !important;
	}

	.nav > li > a:focus,
	.nav > li > a:hover {
		color: #004071 !important;
	}

	.nav > li > a:focus:before,
	.nav > li > a:hover:before {
		opacity: 1;
		visibility: visible;
	}

	.nav > li > a {
		padding: 0 0 3px !important;
		background: none !important;
	}

	.nav > li > a:before {
		-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
		content: "";
		left: 0;
		right: 0;
		bottom: -2px;
		position: absolute;
		height: 2px;
		background: #004071;
		opacity: 0;
		visibility: hidden;
	}
	
	.navbar-default .navbar-nav > li > a {
  color: #004071;
  font-weight: bold;
  
}

.navbar-nav > li{
    padding: 0 5px 0 5px;
}

	.nav > li > a.has-drop-down-a:after {
		margin: 2px 0 0 4px;
	}

	.nav .sub-menu {
		background: #fff;
		position: absolute;
		top: 100%;
		left: 0;
		margin-top: 15px;
		width: 200px;
	}
}

@media (min-width: 1200px) {
	.promo-holder h1 {
		font-size: 73px;
		line-height: 63px;
		margin: 0 0 39px;
		letter-spacing: -2px;
	}

	.logo {
		width: 165px;
		margin: 0 53px 0 -17px;
	}

	.navbar-collapse {
		padding-top: 23px;
	}

	.nav {
		font-size: 19px;
		line-height: 22px;
	}

	.social-networks li {
		padding: 9px;
	}
}

@media (max-width: 1023px) {
	.navbar .navbar-toggle {
		-webkit-transition: background .3s ease-in-out;
		transition: background .3s ease-in-out;
		background: #004071;
		border-color: #004071;
		position: absolute;
		top: 50%;
		right: 0;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		margin: 0;
	}

	.navbar .navbar-toggle:focus,
	.navbar .navbar-toggle:hover {
		background: transparent;
	}

	.navbar .navbar-toggle:focus .icon-bar,
	.navbar .navbar-toggle:hover .icon-bar {
		background: #004071;
	}

	.navbar .navbar-toggle:hover {
		background: transparent !important;
	}

	.navbar .navbar-toggle:hover .icon-bar {
		background: #004071 !important;
	}

	.navbar .navbar-toggle:focus {
		background: #004071;
	}

	.navbar .navbar-toggle .icon-bar {
		-webkit-transition: background .3s ease-in-out;
		transition: background .3s ease-in-out;
		background: #fff !important;
	}

	.navbar-collapse {
		position: absolute;
		left: 50%;
		top: 100%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		text-align: center;
		z-index: 10;
		width: 100vw;
		background: #fff;
		border-top: 3px solid #004071 !important;
		border-bottom: 3px solid #004071 !important;
		margin: 11px 0 0 !important;
		overflow-x: hidden;
	}

	.nav > li.active a:before {
		opacity: 1;
		visibility: visible;
	}

	.nav > li > a {
		position: relative;
		z-index: 2;
	}

	.nav > li > a:focus,
	.nav > li > a:hover {
		color: #fff !important;
	}

	.nav > li > a:focus:before,
	.nav > li > a:hover:before {
		opacity: 1;
		visibility: visible;
	}

	.nav > li > a:before {
		-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
		content: "";
		position: absolute;
		left: -9999px;
		right: -9999px;
		top: 0;
		bottom: 0;
		background: #004071;
		visibility: hidden;
		opacity: 0;
		z-index: -1;
	}
}

@media (max-width: 991px) {
	.nav .sub-menu {
		border-width: 1px 0 1px 0;
	}
}

@media (max-width: 767px) {
	.hero {
		text-align: center;
	}

	.hero .brand-hold {
		max-width: 300px;
	}

	.hero .lg-logo.lg-heigth {
		max-width: 150px;
		margin: 0 auto;
	}

	.video-hold video {
		opacity: 0;
		visibility: hidden;
	}

	blockquote q {
		margin: 0 0 5px;
	}

	.promo-holder.bigger {
		padding: 40px 0 28px;
	}

	.promo-holder.bigger .text-holder {
		padding: 0;
	}

	.nav {
		margin: 0 -6px;
	}
}

.space10 {
    height: 10px;
}
.space20 {
    height: 20px;
}
.space30 {
    height: 30px;
}
.space40 {
    height: 40px;
}
.space50 {
    height: 50px;
}
.space60 {
    height: 60px;
}
.space70 {
    height: 70px;
}
.space80 {
    height: 80px;
}

