/*******************************************************************************
 ***                                                                         ***
 ***   Use to override any other CSS styling or add new styling              ***
 ***                                                                         ***
 ***   This file will be loaded last in the CSS chain                        ***
 ***                                                                         ***
 ***   ( Remember: This Cascade Styles inherit styling defined previously)   ***
 *******************************************************************************/
body.frontpage{
	background-size:100% 658px;
}
#headerwrap{
	background:none;
}
div#logo{
	width:30.6239%;
}

#topright {
    color: #000;
    float: right;
    font-size:36px;
    line-height: 110%;
    padding-top: 5px;
    text-align: right;
    width: calc(68.812% - 30px);
}
.header-img {
    margin-top: 2%;
	width:100%;
	height:28px;
}
.frontpage #region3wrap{
	
}

.frontpage #region3wrap .xtc-wrapper{
	padding-top:0px !important;
}
body.frontpage #component{
	padding-top:0px !important;
}
#headerpad{
	background:rgba(255,255,255,0.9);
}
#logo a {
	max-width:100%;
	background-size:100% 100%;
	margin: 5px 5px 0 0px;
}
.modulecontent li.fa-envelope::before {
    content: "\f0e0";
    font-family: FontAwesome;
}
.modulecontent li.fa-phone::before {
	content:"\f095";
	font-family: FontAwesome;
}

#footer {
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
    word-spacing: 2px;
}
ul.front-services li{ line-height:170%; font-size:17px;  }
.span4.right-part {
    border-left: 1px solid #e6e6e6;
    margin-left: 15px;
    padding-left: 10px;
}
.img-air-amb {
    margin: 5px 15px 20px;
}
.frontpage .article_header h2.title {
    color: #1B63A2;
    font-family: "Great Vibes" !important;
    font-size: 54px !important;
    letter-spacing: 1px;
    line-height: 68px !important;
    padding: 0;
    position: relative;
    top: 8px;
	text-align:center;
	display:none;
}
.innerpage #region3{
	padding-top:0px !important;
}
.innerpage .item-page.wtitle .article_text{
	margin-top:0px;
	padding-top:0px;
}
#header #menuwrap .menu.xtcdefaultmenu li:last-child a{
	border-right:none !important;
}

/* CSS for mobile menu */
.uk-offcanvas-page {
	position: static;
	/* 2 */
  -webkit-transition: margin-left 0.3s ease-in-out;
	transition: margin-left 0.3s ease-in-out;
}
.uk-navbar-toggle {
	margin: 0 auto;
     font-size:22px;
    width: 100%;
	color:#fff;
	text-decoration:none;
}
.uk-offcanvas {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	bottom: 0;
	display: none;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1000;
}
.uk-offcanvas-bar:after {
	bottom: 0;
	box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
}
.uk-offcanvas-bar .uk-search:before {
	left: 5px;
}
.uk-offcanvas.uk-active .uk-offcanvas-bar.uk-offcanvas-bar-show {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}
.uk-offcanvas-bar {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	z-index: 1001;
	/* 2 */
    width: 270px;
	max-width: 100%;
	background: #F3F3F3;
	/* 3 */
    overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	/* 4 */
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
     transition: transform 0.3s ease-in-out;
}
.uk-offcanvas.uk-active {
	display: block;
}
.uk-offcanvas .uk-panel {
	margin: 20px 15px;
	color: #777777;
}
.uk-offcanvas .uk-panel-title {
	color: rgba(255, 255, 255, 0.5);
}
.uk-offcanvas .uk-panel a:not([class]) {
    color: rgba(255, 255, 255, 0.5);
}
.uk-offcanvas .uk-panel a:not([class]):hover {
    color: #ffffff;
}
.uk-offcanvas-bar:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 1px;
	box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
}
.uk-offcanvas-bar-flip:after {
	right: auto;
	left: 0;
	width: 1px;
	box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
}
.uk-nav-offcanvas li.parent ul {
	border-top: 1px solid rgba(0, 0, 0, 0.3);
	height:auto !important;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
}
.uk-nav, .uk-nav ul {
	list-style: outside none none none !important;
	margin: 0;
	padding: 0;
}
html .uk-nav.uk-nav-offcanvas > li.active > a:before, uk-nav-offcanvas ul a:hover {
	/*background: linear-gradient(to bottom, #5477A2, #5477A2) repeat scroll 0 0 #5477A2;
	border: 1px solid rgba(0, 0, 0, 0.06);*/
	content: "";
	display: block;
	height: 46px;
	left: 0;
	position: absolute;
	top: 0;
	width: 2px;
}
.uk-nav-offcanvas ul a:hover, .uk-nav-offcanvas li.active > a, .uk-nav-offcanvas li.active ul li.active a {
	color: #6c9eef !important;
	outline: medium none;
	border-left:4px solid #6c9eef;
	
}

#rt-offcanvas a::before {
    content: "\f0c9";
    font-family: "FontAwesome";
    left: -25px;
    position: absolute;
    top: -10px;
}
#rt-offcanvas a{
	color:#000;
	position:relative;
}
#rt-offcanvas{ display:none;position:relative;}
.uk-nav-offcanvas li {
	border-bottom:1px solid;
    font-size: 18px;
    line-height: 40px;
    width: 100%;
	padding:0px !important;
}
.uk-nav-offcanvas li ul li{
	padding-left:15px !important;
}
.uk-nav-offcanvas li ul li:last-child{
	border-bottom:none;
}
.uk-nav-offcanvas li a{
	border-left:4px solid #fff;
	padding-left:15px;
	display:block;
	width:calc( 100% - 15px);
}
.easyfolderlisting > li {
    line-height: 35px;
}

.deeper > a {
    cursor: default;
}

.deeper > a:hover{ color:#444 !important;}

.suckerfish ul.menu, .dropline ul.menu, .dualfish ul.menu{ z-index:2 !important;}