.white * {
    color: #FFF;
}

.btn-primary:hover {
    color: #ffff00;
    background-color: #ed3338;
    border-color: black;
}

body {
    
    font-weight: 500;
    /*background-image: url(../../images/DGM/subBG4.jpg);
    background-size: cover;
    background-repeat: no-repeat;*/
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
  color: #000;
  background-color: rgba(0,103,158, .1);
}

.table {
    color: #000;
}

.fpass {
    margin-top: 5px;
    color: #13a89e;
    text-decoration: underline;
    font-size: 16px;
}

.staff a {
    color: #00679E;
    text-decoration: underline;
}

.hero .slideshow {
    margin-top: 0;
}

.visual .slide {
    margin-top: 0;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background-color: #4A719F;
  color: #51809C;
}

body {
  color: #706f6f;
}

.form-control {
  color: #000;
}


.partners .text-holder h1,.partners br{
    display: none;
}

#google_translate_element, .skiptranslate, .goog-te-gadget {
    display: inline;
    margin-bottom: 20px;
}

.cycle-slide {
    width: 100%;
}

.form-control{
color: #000;
    
}

.footer-nav li{
 color: #fff;   
}

.navbar-default .navbar-nav > li > a {
  color: #AE1F24;
}


.neighborhood li{
    color: #fff;
}

.partners .text-holder, .partners .text-holder * {
    text-align: left !important;
}

.partners .text-holder p {
  padding-top: 1em;
}

.partners .text-holder p br{
    display: block;
}

.smedia li {
    display: inline;
    padding: 0 10px;
}

.smedia li a {
    font-size: 18px;
}


.buyers h3 a {
    color: #205A99;
}

hr {
    border: 1px solid #e5e5e5;
}

.aboutlist li {
    padding: 10px;
}

.neighborhoods li {
    list-style: none;
    padding: 5px 0;
}

.neighborhoods a {
    color: #2499b0;
}

a {
  color: #de921b;
}

.cta-skin {
  
  padding: 40px 0;
}

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

.visual .contentblock.aboutpic img {
    margin-top: 32px;
}

.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;
}

p, h1, h2, h3, h4, h5, h6, li, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #000;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.25;
  /*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: 1px 1px 3px 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: 500;
	display: block;
	margin: 0 0 5px;
	font-size: 60px;
	line-height: 28px;
	margin-top: 15px;
}

.hero p {
    /*margin-top: 10px;
	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-partner,
.btn-prev-partner {
	background: url(/2017-assets/images/carousel-btn.png) no-repeat #10688B;
	top: 50%;

}

.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;
}

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

.btn-next-partner {
	right: 20px;
}

.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: auto;
	/*width: 130%;*/
	/*margin-left: -15%;*/
}


.visual img {
	
	display: block;
	margin: auto !important;
}

.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;
	border-left: 5px solid #404040;
}

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: 13px;
	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 {
	background-color: #f3f3f3;
	//box-shadow: 0 9px 0 rgba(241, 241, 241, .3);
	position: relative;
	z-index: 9999;
	padding: 0 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}

.logo {
    margin-top: -5px;
	width: 336px;
	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 #136389;
	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 #136389;
  margin: 5px;
  padding-bottom: 5px;
}

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

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

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


.footer-top {
	background: #000 url("../../images/CSL/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: #acc4ce;
}

.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: #acc4ce;
}

.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: #acc4ce;
}

.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%;
	
}

.social-networks {
	background-color: ;
	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: left;
	-webkit-justify-content: left;
	-ms-flex-pack: left;
	justify-content: left;
	-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: #323232;
	color: #818181;
	text-transform: uppercase;
	font-size: 15px;
}

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

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

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

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

.htitle h2 {
    color: #004071;
}

.well {
    background: #F0F0F0;
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 30px;
}


.usernav.well {
    background: #13a89e;
    margin-top: 30px;
    color: #FFF;
}
.usernav ul {
    padding: 0 15px;
}
.usernav li {
    border-bottom: 1px solid rgba(255,255,255,.5);
    padding: 10px 0;
    list-style: none;
    margin-left: 0;
}
.usernav a {
    color: #FFF;
    font-weight: 100;
}

@media (min-width: 768px) {
	.hero {
		font-size: 26px;
		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 {
		max-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: 20px;
		line-height: 1.36;
	}

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

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

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

	p {
		margin: 0 0 32px;
	}

	.btn {
		font-size: 16px;
		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: 22px;
		line-height: 30px;
	}

	.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;
	}

	#header {
		position: relative;
	}

	.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-top h3 {
		font-size: 29px;
		padding-bottom: 18px;
		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;
	}
	
	.navbar-nav > li{
    padding: 0 12px ;
    margin: 0 4px ;
}
	

	
}

@media (min-width: 992px) {
	.hero .hero-title {
  font-size: 77px;
  line-height: 77px;
  margin: 0 0 50px;
}
	
	.navbar-nav > li{
    padding: 0 10px;
    margin: 0 2px ;
}

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

	.video-hold {
		height: auto;
		bottom: 0;
	}
	
	.visual .slide{
        margin-top: 95px;
    }

	.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;
	}
	
	.visual .slide {
        margin-top: 0;
    }
    
    

	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: 10px 0 0;
	}

	.logo {
		margin: 0 0 15px 0;
	}

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

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

	.nav {
		font-size: 13px;
	}
	

	.nav > li {
		margin-left: 65px;
	}
	
	.nav > ul {
		float: right;
		margin-top: 28px;
	}

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

	/* prev / next links */
.cycle-prev, .cycle-next { position: absolute; top: 0; width: 30%; opacity: 0; filter: alpha(opacity=0); z-index: 800; height: 100%; cursor: pointer; }
.cycle-prev { left: 0;  background: url(http://malsup.github.com/images/left.png) 50% 50% no-repeat;}
.cycle-next { right: 0; background: url(http://malsup.github.com/images/right.png) 50% 50% no-repeat;}
.cycle-prev:hover, .cycle-next:hover { opacity: .7; filter: alpha(opacity=70) }

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

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

	.nav > li > a:focus,
	.nav > li > a:hover {
		color: #e5e5e5 !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: #fff;
		opacity: 0;
		visibility: hidden;
	}
	
	.navbar-default .navbar-nav > li > a {
  color: #51809C;
  font-weight: bold;
  font-family: "Arial";
  font-size: 17px;
  
}



	.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: 67px;
		line-height: 63px;
		margin: 0 0 39px;
		letter-spacing: -2px;
	}
	
	.navbar-nav > li {
    padding: 12px ;
    margin: 0 25px ;
    }





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

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

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

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

}

@media (max-width: 1199px) {
    
    .hero .slideshow {
    margin-top: 0;
}
    
.navbar-default .navbar-nav > li > a {
  color: #51809C;
  font-family: "Arial";
  font-size: 14px;
  font-weight: bold;
 
}

.smedia li a {
    font-size: 16px;
}

#bs-example-navbar-collapse-1 ul {
    /*margin-top: -20px;*/
}

.navbar .navbar-default .nav .nav-navbar ul {
    padding-top: 5px;
}

.navbar-default .navbar-nav > ul {
    float: right;
    text-align: right;
}

.visual .slide {
        margin-top: 0;
    }
	
}

@media (max-width: 1023px) {
    
    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background-color: #4A719F;
  color: #fff;
}
    
    
    
.nav {
  font-size: 12px;
  line-height: 22px;
}



	.navbar .navbar-toggle {
		-webkit-transition: background .3s ease-in-out;
		transition: background .3s ease-in-out;
		background: #D5892A;
		border-color: #fff;
		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;
	}
*/

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
        border-top-color: transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}


	.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: #4A719F;
		visibility: hidden;
		opacity: 0;
		z-index: -1;
	}
}

@media (max-width: 1023px) {
	.nav .sub-menu {
		border-width: 1px 0 1px 0;
	}
.visual .slide {
        margin-top: 0;
    }
	
}

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

	
}

@media (max-width: 767px) {
	.hero {
		text-align: center;
	}
	
	.hero .slideshow {
    margin-top: 0px;
}
	
	.cycle-slideshow {
	    /*margin-top: 142px;*/
	}

    .visual .slide {
        margin-top: 0px;
    }

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

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

	.video-hold video {
		opacity: 0;
		visibility: hidden;
	}
	
	.nav .sub-menu  a {
	color: #fff;
	display: block;
}

	blockquote q {
		margin: 0 0 5px;
	}

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

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

	.nav {
		margin: 0 -6px;
	}
	
	#header2 {
    background: url(../../images/DGM/headerBG.jpg);
    
    }
    
    .navbar-collapse {
        background: #fff;
    } 
    
    
	
	
	

}

@media (min-width: 1024px) and (max-width: 1199px) {
    
}

				

}

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


.gal-item {
    float: left;
    padding: 3px;
    border: none !important;
    margin: 4px;
    opacity: 0.8;
}

.fancybox-overlay {
    z-index: 9999 !important;
}

small, .small {
    font-size: 75%;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
    background-color: #4A719F;
}

@media (max-width: 1023px) {
    .navbar-default .navbar-nav > li > a {
        color: #fff;
    }
    
    .nav .sub-menu a {
        color: #fff;
        display: block;
    }
}

.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;
}
