
#section-top-bar {
  border-bottom: none !important;
  min-width: 100% !important; 
  margin-left: auto;
  margin-right: auto;
}

.region-user20{
  padding-left: 0px !important;
  padding-right: 0px !important;
  max-height: 248px !important;
}

.region-user20 img{
	padding: 0px !important;
	margin: 0px !important;
	width: 100% !important;
}

.region-banner{
  padding-left: 0px !important;
  padding-right: 0px !important;
}

#section-page-title h1.page_title{
	color: #585858;
	font-size: 3.0em;
	font-weight: 600;
}

#section-page-title p.page_subtitle{
	color: #585858;
}

#section-page-title .breadcrumb a{
	color: #585858;
}

#section-page-title{
	margin-bottom: 0 !important;
}

#section-content-top{
	margin-bottom: 100px !important;
}

#section-main-content{
	margin-bottom: 20px !important;
}

#section-tagline{
	background-color: #005F33 !important;
}

#section-tagline a.button.line-color{
	color: #FFFFFF !important;
	border-color: #FFFFFF !important;
}

#section-tagline a.button.line-color:hover{
	color: #CCFF99 !important;
}

.stats .type {
    color: #232D37;
    font-size: 1.4em;
    font-weight: 400;
    letter-spacing: 2px;
}

#section-clients{
	background-color: transparent !important;
/* 	background-image: url(../images/banner2-hvid.jpg); */
}

#section-bottom{
	background-color: transparent !important;
	background-image: url(../images/footer2.jpg);
}

#section-bottom h3{
	color: #F9D208;
}

.view-clients .bx-controls .fa{
	color: #005F33 !important;
/* 	border: 1px solid #005F33; */
	font-size: 48px;
	height: 42px;
	line-height: 42px;
}

.menu li a{
	color: #FFFFFF !important;;
}

.search-toggle-bar a:not(.btn) {
    color: #FFFFFF;
}

#section-header .dexp-dropdown ul ul li a{
	background-color: #00A1DF;
	color: #000;
}

.region-parallax h3{
	text-align: center;
	font-size: 3.0em;
	padding-bottom: 15px;
	color: #FFF;
}

#section-header{
	max-width: 1170px !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

div#section-page-title{
	max-width: 1170px !important;
	margin-left: auto;
	margin-right: auto;
}

.menu li a{
	color: #FFFFFF !important;;
}

.search-toggle-bar a:not(.btn) {
    color: #FFFFFF;
}

#section-header .dexp-dropdown ul ul li a{
	background-color: #00A1DF;
	color: #000;
}

#section-header .dexp-dropdown > ul > li > a{
	line-height: 60px !important;
}

#section-header{
	margin-left: auto !important;
	margin-right: auto !important;
}

#section-header {
/*     border:1px solid #00ffff; */
    text-align:center;
/*     position:fixed; */
    z-index:9999;
    width: 1170px;
    margin: 0 auto; left:0px; right:0px;
    max-height: 70px;
    float:clear;
}

#section-header .search-toggle{
	margin-right: 50px;
	line-height: 60px !important;
}


.fa-bars{
	color: #FFFFFF !important;
}


/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
  	.region-user20{
	  	width: 100% !important;
  	}
  	.region-user20 img{
	  	width: 100% !important;
	  	height: auto !important
  	}
  	.region-socials-bottom{
	  	clear: both !important;
	  	margin-left: auto !important;
	  	margin-right: auto !important;
	  	width: 100% !important;
  	}
  	.region-socials-bottom .content{
	  	font-size: 10px;
	  	text-align: center;
  	}
  	div.rteright{
	  	border-top: 1px solid green;
	  	text-align: center !important;
  	}
}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
  	.region-user20{
	  	width: 100% !important;
  	}
  	.region-user20 img{
	  	width: 100% !important;
	  	height: auto !important
  	}
  	.region-socials-bottom{
	  	clear: both !important;
	  	margin-left: auto !important;
	  	margin-right: auto !important;
	  	width: 100% !important;
  	}
  	.region-socials-bottom .content{
	  	font-size: 10px;
	  	text-align: center;
  	}
  	div.rteright{
	  	border-top: 1px solid green;
	  	text-align: center !important;
  	}
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
  	.region-user20{
	  	width: 100% !important;
  	}
  	.region-user20 img{
	  	width: 100% !important;
	  	height: auto !important
  	}
  	.region-socials-bottom{
	  	clear: both !important;
	  	margin-left: auto !important;
	  	margin-right: auto !important;
	  	width: 100% !important;
  	}
  	.region-socials-bottom .content{
	  	font-size: 10px;
	  	text-align: center;
  	}
  	div.rteright{
	  	border-top: 1px solid green;
	  	text-align: center !important;
  	}
}

/* ----------- iPhone 5 and 5S ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
  	.region-user20{
	  	width: 100% !important;
  	}
  	.region-user20 img{
	  	width: 100% !important;
	  	height: auto !important
  	}
  	.region-socials-bottom{
	  	clear: both !important;
	  	margin-left: auto !important;
	  	margin-right: auto !important;
	  	width: 100% !important;
  	}
  	.region-socials-bottom .content{
	  	font-size: 10px;
	  	text-align: center;
  	}
  	div.rteright{
	  	border-top: 1px solid green;
	  	text-align: center !important;
  	}
}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
  	.region-user20{
	  	width: 100% !important;
  	}
  	.region-user20 img{
	  	width: 100% !important;
	  	height: auto !important
  	}
  	.region-socials-bottom{
	  	clear: both !important;
	  	margin-left: auto !important;
	  	margin-right: auto !important;
	  	width: 100% !important;
  	}
  	.region-socials-bottom .content{
	  	font-size: 10px;
	  	text-align: center;
  	}
  	div.rteright{
	  	border-top: 1px solid green;
	  	text-align: center !important;
  	}
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
  	.region-user20{
	  	width: 100% !important;
  	}
  	.region-user20 img{
	  	width: 100% !important;
	  	height: auto !important
  	}
  	.region-socials-bottom{
	  	clear: both !important;
	  	margin-left: auto !important;
	  	margin-right: auto !important;
	  	width: 100% !important;
  	}
  	.region-socials-bottom .content{
	  	font-size: 10px;
	  	text-align: center;
  	}
  	div.rteright{
	  	border-top: 1px solid green;
	  	text-align: center !important;
  	}
}

/* ----------- iPhone 6 ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 

  	.region-user20{
	  	width: 100% !important;
  	}
  	.region-user20 img{
	  	width: 100% !important;
	  	height: auto !important
  	}

  	.region-socials-bottom{
	  	clear: both !important;
	  	margin-left: auto !important;
	  	margin-right: auto !important;
	  	width: 100% !important;
  	}
  	.region-socials-bottom .content{
	  	font-size: 10px;
	  	text-align: center;
  	}
  	div.rteright{
	  	border-top: 1px solid green;
	  	text-align: center !important;
  	}
  	#section-banner{
	    display: block !important;
    }

}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 

  	.region-user20{
	  	width: 100% !important;
  	}
  	.region-user20 img{
	  	width: 100% !important;
	  	height: auto !important
  	}

  	.region-socials-bottom{
	  	clear: both !important;
	  	margin-left: auto !important;
	  	margin-right: auto !important;
	  	width: 100% !important;
  	}
  	.region-socials-bottom .content{
	  	font-size: 10px;
	  	text-align: center;
  	}
  	div.rteright{
	  	border-top: 1px solid green;
	  	text-align: center !important;
  	}
    #section-banner{
	    display: block !important;
    }
}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 

  	.region-user20{
	  	width: 100% !important;
  	}
  	.region-user20 img{
	  	width: 100% !important;
	  	height: auto !important
  	}

  	.region-socials-bottom{
	  	clear: both !important;
	  	margin-left: auto !important;
	  	margin-right: auto !important;
	  	width: 100% !important;
  	}
  	.region-socials-bottom .content{
	  	font-size: 10px;
	  	text-align: center;
  	}
  	div.rteright{
	  	border-top: 1px solid green;
	  	text-align: center !important;
  	}
    #section-banner{
	    display: block !important;
    }
}

/* ----------- iPhone 6+ ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 

  	.region-user20{
	  	width: 100% !important;
  	}
  	.region-user20 img{
	  	width: 100% !important;
	  	height: auto !important
  	}
  	.region-socials-bottom{
	  	clear: both !important;
	  	margin-left: auto !important;
	  	margin-right: auto !important;
	  	width: 100% !important;
  	}
  	.region-socials-bottom .content{
	  	font-size: 12px;
	  	text-align: center;
  	}
  	div.rteright{
	  	border-top: 1px solid green;
	  	text-align: center !important;
  	}
    #section-banner{
	    display: block !important;
    }
	#dexp-layerslider{
	    display: block !important;
	}
}

/* Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 

  	.region-user20{
	  	width: 100% !important;
  	}
  	.region-user20 img{
	  	width: 100% !important;
	  	height: auto !important
  	}
  	.region-socials-bottom{
	  	clear: both !important;
	  	margin-left: auto !important;
	  	margin-right: auto !important;
	  	width: 100% !important;
  	}
  	.region-socials-bottom .content{
	  	font-size: 12px;
	  	text-align: center;
  	}
  	div.rteright{
	  	border-top: 1px solid green;
	  	text-align: center !important;
  	}
    #section-banner{
	    display: block !important;
    }
}

/* Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 

  	.region-user20{
	  	width: 100% !important;
  	}
  	.region-user20 img{
	  	width: 100% !important;
	  	height: auto !important
  	}
  	.region-socials-bottom{
	  	clear: both !important;
	  	margin-left: auto !important;
	  	margin-right: auto !important;
	  	width: 100% !important;
  	}
  	.region-socials-bottom .content{
	  	font-size: 12px;
	  	text-align: center;
  	}
  	div.rteright{
	  	border-top: 1px solid green;
	  	text-align: center !important;
  	}
    #section-banner{
	    display: block !important;
    }
}


/* ----------- Galaxy S3 ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 2) {

  	.region-user20{
	  	width: 100% !important;
  	}
  	.region-user20 img{
	  	width: 100% !important;
	  	height: auto !important
  	}
  	.region-socials-bottom{
	  	margin-left: auto;
	  	margin-right: auto;
  	}
  	.region-socials-bottom .content{
	  	font-size: 12px;
	  	text-align: center;
  	}
  	div.rteright{
	  	border-top: 1px solid green;
	  	text-align: center !important;
  	}
}

/* Portrait */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 2) 
  and (orientation: portrait) {

  	.region-user20{
	  	width: 100% !important;
  	}
  	.region-user20 img{
	  	width: 100% !important;
	  	height: auto !important
  	}
  	.region-socials-bottom{
	  	margin-left: auto;
	  	margin-right: auto;
  	}
  	.region-socials-bottom .content{
	  	font-size: 12px;
	  	text-align: center;
  	}
  	div.rteright{
	  	border-top: 1px solid green;
	  	text-align: center !important;
  	}
}

/* Landscape */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 2) 
  and (orientation: landscape) {

  	.region-user20{
	  	width: 100% !important;
  	}
  	.region-user20 img{
	  	width: 100% !important;
	  	height: auto !important
  	}
  	.region-socials-bottom{
	  	margin-left: auto;
	  	margin-right: auto;
  	}
  	.region-socials-bottom .content{
	  	font-size: 12px;
	  	text-align: center;
  	}
  	div.rteright{
	  	border-top: 1px solid green;
	  	text-align: center !important;
  	}
}

/* ----------- Galaxy S4 ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) {

  	.region-user20{
	  	width: 100% !important;
  	}
  	.region-user20 img{
	  	width: 100% !important;
	  	height: auto !important
  	}
  	.region-socials-bottom{
	  	margin-left: auto;
	  	margin-right: auto;
  	}
  	.region-socials-bottom .content{
	  	font-size: 12px;
	  	text-align: center;
  	}
  	div.rteright{
	  	border-top: 1px solid green;
	  	text-align: center !important;
  	}
}

/* Portrait */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: portrait) {

  	.region-user20{
	  	width: 100% !important;
  	}
  	.region-user20 img{
	  	width: 100% !important;
	  	height: auto !important
  	}
  	.region-socials-bottom{
	  	margin-left: auto;
	  	margin-right: auto;
  	}
  	.region-socials-bottom .content{
	  	font-size: 12px;
	  	text-align: center;
  	}
  	div.rteright{
	  	border-top: 1px solid green;
	  	text-align: center !important;
  	}
}

/* Landscape */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: landscape) {

  	.region-user20{
	  	width: 100% !important;
  	}
  	.region-user20 img{
	  	width: 100% !important;
	  	height: auto !important
  	}
  	.region-socials-bottom{
	  	margin-left: auto;
	  	margin-right: auto;
  	}
  	.region-socials-bottom .content{
	  	font-size: 12px;
	  	text-align: center;
  	}
  	div.rteright{
	  	border-top: 1px solid green;
	  	text-align: center !important;
  	}
}

/* ----------- Galaxy S5 ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) {

  	.region-user20{
	  	width: 100% !important;
  	}
  	.region-user20 img{
	  	width: 100% !important;
	  	height: auto !important
  	}
  	.region-socials-bottom{
	  	margin-left: auto;
	  	margin-right: auto;
  	}
  	.region-socials-bottom .content{
	  	font-size: 12px;
	  	text-align: center;
  	}
  	div.rteright{
	  	border-top: 1px solid green;
	  	text-align: center !important;
  	}
}

/* Portrait */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: portrait) {

  	.region-user20{
	  	width: 100% !important;
  	}
  	.region-user20 img{
	  	width: 100% !important;
	  	height: auto !important
  	}
  	.region-socials-bottom{
	  	margin-left: auto;
	  	margin-right: auto;
  	}
  	.region-socials-bottom .content{
	  	font-size: 12px;
	  	text-align: center;
  	}
  	div.rteright{
	  	border-top: 1px solid green;
	  	text-align: center !important;
  	}
}

/* Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: landscape) {

  	.region-user20{
	  	width: 100% !important;
  	}
  	.region-user20 img{
	  	width: 100% !important;
	  	height: auto !important
  	}
  	.region-socials-bottom{
	  	margin-left: auto;
	  	margin-right: auto;
  	}
  	.region-socials-bottom .content{
	  	font-size: 12px;
	  	text-align: center;
  	}
  	div.rteright{
	  	border-top: 1px solid green;
	  	text-align: center !important;
  	}
}

/* ----------- Galaxy Note 4 ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 4) {

  	.region-user20{
	  	width: 100% !important;
  	}
  	.region-user20 img{
	  	width: 100% !important;
	  	height: auto !important
  	}
  	.region-socials-bottom{
	  	margin-left: auto;
	  	margin-right: auto;
  	}
  	.region-socials-bottom .content{
	  	font-size: 12px;
	  	text-align: center;
  	}
  	div.rteright{
	  	border-top: 1px solid green;
	  	text-align: center !important;
  	}
    .media_embed{
	    width: auto !important;
    }
    
    #section-banner{
	    display: block !important;
    }
    
}

/* Portrait */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 4) 
  and (orientation: portrait) {

  	.region-user20{
	  	width: 100% !important;
  	}
  	.region-user20 img{
	  	width: 100% !important;
	  	height: auto !important
  	}
  	.region-socials-bottom{
	  	clear: both !important;
	  	margin-left: auto;
	  	margin-right: auto;
  	}
  	.region-socials-bottom .content{
	  	font-size: 12px;
	  	text-align: center;
  	}
  	div.rteright{
	  	border-top: 1px solid green;
	  	text-align: center !important;
  	}
    .media_embed{
	    width: auto !important;
    }
    #section-banner{
	    display: block !important;
    }
    
}

/* Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 4) 
  and (orientation: landscape) {

  	.region-user20{
	  	width: 100% !important;
  	}
  	.region-user20 img{
	  	width: 100% !important;
	  	height: auto !important
  	}
  	.region-socials-bottom{
	  	margin-left: auto;
	  	margin-right: auto;
  	}
  	.region-socials-bottom .content{
	  	font-size: 12px;
	  	text-align: center;
  	}
  	div.rteright{
	  	border-top: 1px solid green;
	  	text-align: center !important;
  	}
    .media_embed{
	    width: auto !important;
    }
}


/* ----------- iPad mini ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {

  	.region-user20{
	  	width: 100% !important;
  	}
  	.region-user20 img{
	  	width: 100% !important;
	  	height: auto !important
  	}
}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {

  	.region-user20{
	  	width: 100% !important;
  	}
  	.region-user20 img{
	  	width: 100% !important;
	  	height: auto !important
  	}
}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {

  	.region-user20{
	  	width: 100% !important;
  	}
  	.region-user20 img{
	  	width: 100% !important;
	  	height: auto !important
  	}
}

/* ----------- iPad 1 and 2 ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {

  	.region-user20{
	  	width: 100% !important;
  	}
  	.region-user20 img{
	  	width: 100% !important;
	  	height: auto !important
  	}
}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {

  	.region-user20{
	  	width: 100% !important;
  	}
  	.region-user20 img{
	  	width: 100% !important;
	  	height: auto !important
  	}
}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {

  	.region-user20{
	  	width: 100% !important;
  	}
  	.region-user20 img{
	  	width: 100% !important;
	  	height: auto !important
  	}
}

/* ----------- iPad 3 and 4 ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {

  	.region-user20{
	  	width: 100% !important;
	  	margin: 0 !important;
	  	padding: 0 !important;
  	}
  	.region-user20 img{
	  	width: 100% !important;
	  	height: auto !important;
	  	margin: 0 !important;
	  	padding: 0 !important;
  	}
  	#section-page-title{
	  	width: 90% !important;
  	}
  	#section-header{
	  	width: 970px !important;
  	}
}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {

  	.region-user20{
	  	width: 100% !important;
	  	margin: 0 !important;
	  	padding: 0 !important;
  	}
  	.region-user20 img{
	  	width: 100% !important;
	  	height: auto !important;
	  	margin: 0 !important;
	  	padding: 0 !important;
  	}
  	#section-page-title{
	  	width: 90% !important;
  	}
  	#section-header{
	  	width: 750px !important;
  	}
}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {

  	.region-user20{
	  	width: 100% !important;
	  	margin: 0 !important;
	  	padding: 0 !important;
  	}
  	.region-user20 img{
	  	width: 100% !important;
	  	height: auto !important;
	  	margin: 0 !important;
	  	padding: 0 !important;
  	}
  	#section-page-title{
	  	width: 90% !important;
  	}
  	#section-header{
	  	width: 970px !important;
  	}
  	
}



.region-top {
    margin: 0 !important;
    max-width: 100% !important;
}

#section-header .dexp-dropdown ul ul li a.active {
    background-color: #FF8000 !important;  
    color: #005F33 !important;
/*     background-color: #00A1DF !important; */
}

#block-block-107{
	padding: 0 !important
}

