/*
* Kingspit Transport
* Version: 1
*/
/* bottom: More Articles Bar */

/* Sticky Footer */

.outside-more-articles {
  background: #ff9c00;
  position: fixed;
  width: 100%;
  bottom: 0;
  box-shadow: 0 0 6px 0 rgba(0,0,0,.3);
  padding: 20px 0;
  z-index: 999;
  visibility: hidden;
  transition: all 500ms cubic-bezier(.265,.365,.26,.865);
  -webkit-transition-timing-function: cubic-bezier(.265,.365,.26,.865);
  -moz-transition-timing-function: cubic-bezier(0.265,.365,.26,.865);
  -o-transition-timing-function: cubic-bezier(0.265,.365,.26,.865);
  transition-timing-function: cubic-bezier(0.265,.365,.26,.865);
}

.outside-more-articles p{
	color:#777;
	margin-bottom:0;
}

.outside-more-articles--bottom {
	bottom: -65px;
}


.outside-more-articles--show {
	visibility: visible;
}

.outside-more-articles--bottom.outside-more-articles--show {
	bottom: 0;
}

.outside-more-articles__close {
	color: #777;
	position: absolute;
	top: 20px;
	right: 40px;
	font-size: 20px;
}
.outside-more-articles__close:hover {
	text-decoration: none;
	color: #bbb;
}

.outside-more-articles .dark-social li i {
    color: #777;
}

.outside-more-articles .bold {
    color: #004e8f;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.outside-more-articles .mob-rev {
    color: #bbb;
    font-size: 16px;
	margin-bottom: 0;
	display:none;
}

.outside-more-articles a {
    color: #fff;
    font-size: 16px !important;
}

.outside-more-articles a:hover {
    text-decoration: none;
    color: #eee;
}

@media (max-width: 991px) {
.outside-more-articles .nds {
	display:none;
}
.outside-more-articles__close {
	display:none;
}
}

@media (max-width: 767px) {
.outside-more-articles .nds2 {
	display:none;
}
}

@media (max-width: 600px) {
.outside-more-articles .bold {
	display:none;
}
.outside-more-articles .mob-rev {
   display:inline-block;
}

.mob-kill {
   display:none;
}
}

/*end sticky footer*/
#demo-grid .cbp-caption-defaultWrap img {
	border: solid 1px #eeeeee;
}

.carousel-control.left {
  background-image:none !important;
  filter: none;
}
.carousel-control.right {
  background-image:none !important;
  filter: none;
}


/* cleaners */
.cleaner { clear: both; width:100%; height: 5px;}
.cleaner1 { clear: both; width:100%; height: 10px;}
.cleaner2 { clear: both; width:100%; height: 15px;}
.cleaner3 { clear: both; width:100%; height: 30px;}
.cleaner2res { clear: both; width:100%; height: 15px;}


/* miscellaneous */
.posrel {
	position:relative;
}

.btn-u:focus {
  color: #ffffff !important;
}

.nopadding {
	margin:0 !important;
	padding:0 !important;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
	font-family: "Open Sans", Arial, sans-serif;
    font-size: 20px;
	font-weight: 300;
	color: #58595b;
  }
}

/* bulleted lists  */
ul.bulleted {
	list-style: none;
	margin-left: -38px;
	margin-top:0;
	margin-bottom:0;

}


ul.bulleted li {
  padding-left: 1.2em;



}

ul.bulleted li:before {
  content: '\f00c' /*fontawesome char code inside the ''*/;
  font-family: FontAwesome; /* or whatever */
  display: inline-block;
  color:#63b32e;
  margin-left: -1.5em; /*same as padding-left set on li*/
  width: 1.5em; /*same as padding-left set on li*/

}

ul.bulleted2 {
	list-style: none;
	margin-left: -38px;
	margin-top:0;
	margin-bottom:0;

}


ul.bulleted2 li {
  padding-left: 1.2em;



}

ul.bulleted2 li:before {
  content: '\f10c' /*fontawesome char code inside the ''*/;
  font-family: FontAwesome; /* or whatever */
  font-size:10px;
  display: inline-block;
  color:#0089ff;
  margin-left: -1.5em; /*same as padding-left set on li*/
  width: 1.5em; /*same as padding-left set on li*/

}

/* Header v1*/
#nav.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index:10;
	background: #ffffff;
}

#nav {
    background-color: rgba(255,255,255,0.5);
}

@media (max-width: 992px) {
.affix {
	position: static !important;
}

}

.logo-header {
	max-width:302px;
	display:block;
	margin:20px auto 14px 0;
}

.logo-prod {
	max-width:200px;
	display:block;
	margin:0 auto 14px;
}

@media (max-width: 992px) {
.logo-header {
	margin:10px auto 14px;
}

}

@media (max-width: 768px) {
.logo-header {
	margin:10px auto 24px;
}

}

/* Header v2*/
.tb-hid {
	display:none;

}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  border-color: #eee;
}

@media (max-width: 992px) {
.tb-hid {
	display:block;

}
}

.header-cta-1 {
	float:right;
	margin-top:18px;
	text-align:left;
	display:block;
	max-width:210px;

}

.header-cta-1 a{
    font-family: "Open Sans", Arial, sans-serif;
	font-weight: 400;
	font-size:18px;
	line-height:18px;
	color:#004e8f;
	text-transform:none;
	-webkit-font-smoothing: antialiased;

}


.header-cta-1 .social-icon-list {
	padding-left: 0;
	list-style: none;
	margin-left:-3px;
}

.header-cta-1 .social-icon-list li {
	padding: 0 3px;
	display: inline-block;
}

.header-cta-1 .social-icon-list li i {
	color: #004e8f;
	width: 30px;
	height: 30px;
	padding: 7px;
	font-size: 14px;
	text-align: center;
	line-height: normal;
	display: inline-block;
	border: 1px solid #004e8f;
}



.header-cta-1 .social-icon-list li i:hover {
	-webkit-transition: all 0.35s, -webkit-transform 0.35s;
	transition: all 0.35s, transform 0.35s;
	color: #ffffff !important;
	background: #004e8f !important;
	border: 1px solid #004e8f important;
}

.header-cta-2 {
	text-align:center;
	display:block;
	max-width:240px;
	margin:23px auto 14px;

}

.header-cta-2 h4{
	font-size:22px;
	line-height:22px;
	font-family: "Open Sans", Arial, sans-serif;
	font-weight:400;
	-webkit-font-smoothing: antialiased;

}

.header-cta-2 h4 span{
	font-family: "Open Sans", Arial, sans-serif;
	font-weight:400;
	font-size:22px;
	line-height:25px;
	-webkit-font-smoothing: antialiased;

}

.header-cta-2 h4 a{
	color:#004e8f;
	font-family: "Open Sans", Arial, sans-serif;
	font-weight:800;

}

.header-cta-2 h4 a:hover{
	color:#004e8f;
	text-decoration:none;

}

.header-cta-2 p{
	font-size:15px;
	line-height:17px;
	font-family: "Open Sans", Arial, sans-serif;
	font-weight:400;
	color:#0d223f;
	margin-bottom:0;
	text-transform:none;
	-webkit-font-smoothing: antialiased;

}

.header-cta-2 p span{
	font-family: "Open Sans", Arial, sans-serif;
	font-weight:400;
	font-size:18px;
	line-height:24px;
	color:#004e8f;
	text-transform:none;
	-webkit-font-smoothing: antialiased;

}

@media (max-width: 992px) {
.header-cta-1{
	display:none;
}
.header-cta-2{
	display:none;
}
}
/* Navbar Topbar */
.ec-topbar {
	background: #0089ff;
}
.ec-topbar .container,
.ec-topbar .container-fluid {
  padding-top: 5px;
  padding-bottom: 5px;
}

/* Topbar List */
.topbar-list {
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
	float: left;
}
.topbar-list > li {
	color: #b2dbff;
	font-size: 14px;
	padding: 5px 12px 4px;
	position: relative;
	letter-spacing: 1px;
	display: inline-block;
}
.topbar-list > li:before {
	top: 11px;
	left: -3px;
	width: 1px;
	height: 9px;
	content: ' ';
	background: #fff !important;
	position: absolute;
}
.topbar-list li:last-child {
	padding-right: 0;
}
.topbar-list li a {
	color: #fff;
}
.topbar-list li a:hover {
	color: #b2dbff;
	text-decoration: none;
}
.topbar-log_reg li.home:before {
	display: none;
}

/* Topbar Dropdown */
.topbar-list .topbar-dropdown {
	top: 23px;
	left: -3px;
  	z-index: 1;
	display: none;
	padding: 7px 0;
	list-style: none;
	min-width: 125px;
	background: #151515;
	position: absolute;
}
@media (min-width: 769px) {
	.topbar-list li:hover .topbar-dropdown {
		display: block;
	}
}

.topbar-list .topbar-dropdown li a {
	color: #fff;
	display: block;
	font-size: 14px;
	padding: 5px 15px;
	margin-bottom: 1px;
}
.topbar-list .topbar-dropdown li a:hover,
.topbar-list .topbar-dropdown li.active a {
	color: #fff;
}
.topbar-list .topbar-dropdown li a:hover {
	text-decoration: none;
}

.topbar-phone {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
  padding: 5px 12px 4px 0;
  float: left;
}

.topbar-phone a{
	color: #fff;

}

.topbar-phone a:hover{
	text-decoration:none;
	color: #b2dbff;

}

.topbar-toggler {
	color: #ffffff;
	cursor: pointer;
	font-size: 16px;
	float: left;
	display: none;
	padding-top: 3px;
}

@media (max-width: 768px) {
	.topbar-toggler {
		display: block;
	}
	.topbar-menu {
		display: none;
	}
	.topbar-menu {
		clear: both;
		float: none;
		padding: 0 0 5px;
	}
	.topbar-menu li {
		display: block;
		padding: 7px 0;
	}
	.topbar-menu li:before {
		display: none;
	}

	.topbar-list .topbar-dropdown {
		background: none;
		top: 0;
		left: 10px;
		position: relative;
		min-width: auto;
		padding: 7px 0 0;
	}
	.topbar-list .topbar-submenu > .topbar-submenu-in {
		float: none;
	  background: none;
	  top: 0;
	  left: 10px;
	  position: relative;
	  min-width: auto;
	  display: block;
	  padding: 7px 0 0;
	}
	.topbar-list .topbar-dropdown li {
		padding: 7px 0;
	}
	.topbar-list .topbar-dropdown li:last-child {
		padding-bottom: 0;
	}
	.topbar-list .topbar-dropdown li a {
		padding: 0;
	}
	.topbar-list .topbar-submenu > a:after {
		display: none;
	}
}

/*Bug fixed in v1.9*/
@media (min-width: 769px) {
	.topbar-menu {
		display: block !important;
	}
}

@media (min-width: 992px) {
	/*Topbar v2*/
	.header-fixed .header-v6.header-fixed-shrink .ec-topbar {
		margin-top: -41px;
	}
}

/*Topbar Social Icons*/
.ec-topbar .social-icon-list {
	padding-left: 0;
	list-style: none;
	margin-bottom:0;
	margin-left:0 !important;
}

.ec-topbar .social-icon-list li {
	padding: 5px 5px 0 0;
	display: inline-block;
}

.ec-topbar .social-icon-list li i {
	color: #fff;
	width: 15px;
	height: 15px;
	padding: 0;
	font-size: 14px;
	text-align: center;
	line-height: normal;
	display: inline-block;

}

.ec-topbar .social-icon-list li i:hover {
	color: #b2dbff;
	-webkit-transition: all 0.35s, -webkit-transform 0.35s;
	transition: all 0.35s, transform 0.35s;
}

@media (max-width: 480px) {
	.ec-topbar .social-icon-list li {
	padding: 5px 2px 0 0;
	display: inline-block;
}

.ec-topbar .social-icon-list li:last-child {
	padding: 5px 0 0 0;
	display: inline-block;
}

.ec-topbar .social-icon-list li i {
	color: #fff;
	width: 14px;
	height: 14px;
	padding: 0;
	font-size: 14px;
	text-align: center;
	line-height: normal;
	display: inline-block;

}
}


/* tooltips */

#tooltip {
    position: relative;
	color: #686868;
}
div.tooltip {
    width: 90px;
}

div.tooltip-inner {
    max-width: 120px;
}
.tooltip-inner {
    background: #ff9c00;
	 border-radius: 0;
}
.tooltip.top .tooltip-arrow {
    border-top-color: #ff9c00;
}
.tooltip.right .tooltip-arrow {
    border-right-color: #ff9c00;
}
.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #ff9c00;
}
.tooltip.left .tooltip-arrow {
    border-left-color: #ff9c00;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -5px;
}

/* custom footer buttons */

/* Dark footer button */
.btn-u.btn-brd.btn-u-light-grey {
	border-color: #777777;
	color: #777777;
}
.btn-u.btn-brd.btn-u-light-grey:hover {
	color: #ffffff;
	border-color: #777777;
}
.btn-u.btn-brd.btn-u-light-grey.btn-brd-hover:hover {
	background: #777777;
}

/* Blue footer button */
.btn-u.btn-brd.btn-u-light-blue {
	border-color: #b4cde8;
	color: #b4cde8;
}
.btn-u.btn-brd.btn-u-light-blue:hover {
	color: #0057b4 !important;
	border-color: #b4cde8;
}
.btn-u.btn-brd.btn-u-light-blue.btn-brd-hover:hover {
	background: #b4cde8;
}

/* custom footer headings */

.heading-quality h2 {
    color: #bbb;
    font-size: 18px;
    text-transform: uppercase;
}

.heading-quality {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 2px;
}

.heading-quality:after {
    left: 50%;
    bottom: 0;
    height: 1px;
    width: 50px;
    margin-left: -35px;
    content: " ";
    background: #bbb;
    position: absolute;
}

.dark-quality hr {
	margin: 0 0 60px 0;
	border-color: #333;
}

.blue-quality hr {
	margin: 0 0 60px 0;
	border-color: #063059;
}

/* testimonial slider colours */

.ec-testimonial-block {
	padding: 75px 0 75px;
	background: #88b18d url(../img/testimonial-pattern2.png) repeat;
}

.ec-testimonial-block2 {
	padding: 75px 0 75px;
	background: #1cb4df url(../img/testimonial-pattern.png) repeat;
	border-bottom:solid 5px #004985;
}

/*Product pages tab*/
.tab-v3 .nav-pills li a {
  color: #0d223f;
  font-size: 12px;
  padding: 20px 0 15px;
  margin-bottom: 3px;
  background: transparent;
  border: 1px solid #efefef;
  border-right: none;
  border-left: none;
  border-bottom: none;
  text-transform: uppercase;
  font-weight: bold;
}

.tab__fa{
	color: #0089ff;

}

@media (max-width: 992px) and (min-width: 768px) {
	.tab-v3 .nav-pills li a {
	  padding: 20px 20px 15px;
	}
	.tab__fa{
		margin-left: -20px;
	}
}

/*giving border bottom to the last pill*/
.tab-v3 .nav-pills li.last a {
	border-bottom: 1px solid #efefef;
}
.tab-v3 .nav-pills li.last.active a,
.tab-v3 .nav-pills li.last a:hover {
	border-bottom: 1px solid #efefef;
}


/*hover and active*/
.tab-v3 .nav-pills li a:hover,
.tab-v3 .nav-pills li.active a {
  color: #0089ff;
  background: transparent;
  border: 1px solid #efefef;
  border-right: none;
  border-left: none;
  border-bottom: none;
}

/*tab content*/
.tab-v3 .tab-content {
  padding: 0;
  background: transparent;
  border: none;
}

.service__title {
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
}

.service__text {
  font-size: 14px;
  color: #a7a7a7;
}

/*construction panel
------------------------------------*/
.tab-v3 h5 {
	font-family: "HelveticaNeueLTStd-Roman", Arial, sans-serif;
	font-size:17px;
	line-height:1.3em;
}


.construction .list-group i {
	min-width: 20px;
	margin-right: 5px;
	text-align: center;
}

.construction .construction-body {
	padding: 0;
}

.construction .panel{
	border: none;
	margin-bottom: 0;
	box-shadow: none !important;
}

/*Panel Title Box*/
.construction .panel-profile {
	border: none;
	margin-bottom: 0;
	box-shadow: none !important;
}
.construction .panel-profile.no-bg {
	background: inherit;
	box-shadow: none !important;
}

/*construction item*/
.construction .construction-event {
	background: #fff;
	padding: 0 0 10px 0;
	margin-bottom: 2px;
}

.construction .construction-event p {
	margin-bottom: 5px;
	margin-top: 7px;
}

.construction .ec-item-formats {
	color: #fff;
	float: left;
	text-align: left;
	background: #0089ff;
	margin: 5px 24px 0 0;
	padding: 7px 10px;
	min-width:80px;
	height:28px;
	position:relative;
}

.construction .ec-item-formats:after {
  top: 0;
  width: 0;
  height: 0;
  right: -14px;
  content: '';
  margin-left: -14px;
  position: absolute;
  border-style: solid;
  border-width: 14px 0 14px 14px ;
  border-color:  transparent #0089ff transparent #0089ff ;

}

.construction .ec-item-formats span {
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
}

.vca-box {
background: #0d223f;
position:relative;
padding:70px 20px 20px;
margin-top:90px;
color:#ffffff;
font-family: "Open Sans", Arial, sans-serif;
font-weight:400;
font-size:16px;
text-align:center;
}

.stop-watch-box {
background: #0089ff;
position:relative;
padding:80px 20px 20px;
margin-top:100px;
color:#ffffff;
font-family: "Open Sans", Arial, sans-serif;
font-weight:400;
font-size:16px;
text-align:center;
}

.ec-box-badge {
	position:absolute;
	width:120px;
	left:50%;
	margin-left:-60px;
	top:-60px;
}

.ec-box-watch {
	position:absolute;
	width:120px;
	left:50%;
	margin-left:-60px;
	top:-70px;
}

.savings-box {
background: #0089ff;
position:relative;
padding:30px;
color:#ffffff;

}

.savings-box p{
color:#ffffff;
font-size:16px;
margin:10px 10px;

}

.savings-box h3{
color:#ffffff;
font-family: "HelveticaNeueLTStd-Bd", Arial, sans-serif;
font-size:26px;
line-height:1em;
background:#004e8f;
padding:10px 10px 5px;
text-transform:uppercase;

}

.savings-box h2{
color:#ffffff;
font-family: "HelveticaNeueLTStd-Bd", Arial, sans-serif;
font-size:38px;
margin:0 10px;

}

.savings-box hr {
	border-color: #004e8f;
	margin: 27px 0;
}

/* tooltips */

#tooltip {
    position: relative;
	color: #fff !important;
}
div.tooltip {
    width: 90px;
}

div.tooltip-inner {
    max-width: 120px;
}
.tooltip-inner {
    background: #b7bcbf;
	 border-radius: 0;
	 color: #fff !important;
}
.tooltip.top .tooltip-arrow {
    border-top-color: #b7bcbf;
}
.tooltip.right .tooltip-arrow {
    border-right-color: #b7bcbf;
}
.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #b7bcbf;
}
.tooltip.left .tooltip-arrow {
    border-left-color: #b7bcbf;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -5px;
}

/*team section*/
.pad-txt {
	padding:60px 40px 40px;
}

@media (max-width: 1200px) {
	.pad-txt {
	padding:40px 20px 10px;
}
.hid-btns {
		display:none;
	}
}

@media (max-width: 992px) {
	.equal-height-column-v2 {
		height: auto !important;
	}

	.pad-txt {
	padding:40px 20px 40px;
	}
}



@media (max-width: 992px) {
.headline-left .headline-brd {
	font-size:26px !important;
	line-height:30px;
}
}

@media (max-width: 767px) {
.headline-left .headline-brd {
	font-size:24px !important;
	line-height:28px;
}
}
/*Breadcrumbs
------------------------------------*/

.prod-slider{
	margin-bottom:30px;
}

@media (max-width: 991px) {
  .prod-slider {
    margin-bottom:10px;
  }
}

/*product page v2
------------------------------------*/
.intro-section {
	overflow: hidden;
	background: radial-gradient(circle at 75% 95%, #fff 12%, #c2d2e2 100%) repeat;
}

.intro-section h1 {
  color: #004e8f;
  font-size: 60px;
  font-family: "HelveticaNeueLTStd-Bd", Arial, sans-serif;
  letter-spacing:-1px !important;
}

.intro-section h2 {
  font-size: 24px;
  line-height:1.2em;
}

.intro-section p {
  color: #0d223f;
}

.intro-section h1 small {
	font-size: 85%;
}

.intro-section h3 {
 font-family: "HelveticaNeueLTStd-Bd", Arial, sans-serif;
}

@media (max-width: 480px) {
  .intro-section h1 {
  color: #004e8f;
  font-size: 46px;
  font-family: "HelveticaNeueLTStd-Bd", Arial, sans-serif;
  letter-spacing:-1px !important;
}

.cleaner2res { clear: both; width:100%; height: 0;}

.intro-section h3 {
	font-size:18px;
	line-height:22px;
}
}

/*product page v3 - about page 1 intro
------------------------------------*/
.vca-box2 {
background: #f7f7f7;
border: solid 1px #eeeeee;
position:relative;
padding:118px 20px 40px;
margin-top:90px;
color:#0d223f;
font-family: "Open Sans", Arial, sans-serif;
font-weight:400;
font-size:22px;
text-align:center;
}

.ec-box-badge2 {
	position:absolute;
	width:216px;
	left:50%;
	margin-left:-108px;
	top:-108px;
}

.ew-logo {
	max-width:288px;
	display:block;
	margin:20px 0;
}

.intro-section2 {
	overflow: hidden;
	background: radial-gradient(circle at 75% 95%, #fff 12%, #c2d2e2 100%) repeat;
	padding-top:80px;
}

.intro-section2 h1 {
  color: #004e8f;
  font-size: 60px;
  font-family: "HelveticaNeueLTStd-Bd", Arial, sans-serif;
  letter-spacing:-1px !important;
}

.intro-section2 h2 {
  font-size: 24px;
  line-height:1.2em;
}

.intro-section2 p {
  color: #0d223f;
}

.intro-section2 h1 small {
	font-size: 85%;
}

.intro-section2 h3 {
 font-family: "HelveticaNeueLTStd-Bd", Arial, sans-serif;
}

@media (max-width: 991px) {
.intro-section2 {
	padding-top:0;
}
}
@media (max-width: 480px) {
  .intro-section2 h1 {
  color: #004e8f;
  font-size: 46px;
  font-family: "HelveticaNeueLTStd-Bd", Arial, sans-serif;
  letter-spacing:-1px !important;
}

.cleaner2res { clear: both; width:100%; height: 0;}

.intro-section2 h3 {
	font-size:18px;
	line-height:22px;
}
}

/*Contact Pages
------------------------------------*/
.map {
	width: 100%;
	height: 400px;

}

.map:after {
  top: -1px;
  width: 0;
  height: 0;
  left: 50%;
  content: '';
  margin-left: -20px;
  position: absolute;
  border-style: solid;
  border-width: 25px 20px 0 20px;
  border-color: #ffffff transparent transparent transparent;
}



#map .contact-details {
  width: 210px;
  height: auto;
  color: #58595b;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight:400;
  font-size: 14px;
  line-height:1.4em;
  padding: 0.5em;
  overflow: hidden;
}

#map .contact-details a{
	color:#0089ff;
	font-weight:bold;
}


#map .contact-details a:hover{
	color:#0089ff;
	font-weight:bold;
}

@media (max-width: 992px) {
	.map {
	width: 100%;
	height: 300px;
}

}

.gm-style-iw {
	/*overflow: inherit !important;*/
}

.map-box {
	height: 250px;
}

.map-box-space {
	margin-top: 15px;
}

.map-box-space1 {
	margin-top: 7px;
}

/*Custom Sky Forms (Advanced Contacts Page)*/
.sky-changes-3.sky-form,
.sky-changes-3.sky-form footer {
  border: none;
}

.sky-changes-3.sky-form footer,
.sky-changes-3.sky-form fieldset {
	padding: 0;
	background: none;
}

/*Service Block v22
------------------------------------*/
.service-block-v22 {
  position: relative;
  background: #f8f8f8;
}

.service-block-v22:after {
  top: 0;
  width: 0;
  height: 0;
  left: 50%;
  content: '';
  margin-left: -20px;
  position: absolute;
  border-style: solid;
  border-width: 25px 20px 0 20px;
  border-color: #ffffff transparent transparent transparent;
}


/* slider floated elements
------------------------------------*/
.bbrand1 {
  position:absolute;
  left:40px;
  bottom:45px;
  width:200px;
  height:209px;
  z-index:12;
}


.floated-logo {
  position:absolute;
  left:0;
  top:0;
  width:220px;
  height:140px;
  padding:4px 10px 10px 10px;
  z-index:99999;
  background: #2a2b2b;
}

.floated-logo:after {
    bottom: -20px;
    width: 0;
    height: 0;
    left: 0;
    content: '';
    margin-right: -30px;
    margin-top: 0;
    position: absolute;
    border-style: solid;
	border-width: 20px 110px 0 110px;
	border-color: #2a2b2b transparent transparent transparent;
	-webkit-transform:rotate(360deg);
    transform: rotate(360deg);
}

.cta-holder {
	position:absolute;
	right:40px;
  	top:174px;
	padding:10px;
	width:375px;
	z-index:9 !important;
	background: rgba(42,43,43,0.7);
}

@media (max-width: 1024px) {
.cta-holder {
	position:absolute;
	right:20px;
  	top:154px;
}
}
.cta-item {
	position: relative;
	display:block;
	color:#ffffff;
}

.cta-item p{
	color:#ffffff;
	font-family: "Open Sans", Arial, sans-serif;
	font-size:18px;
	line-height:1.2em;
	margin: 0 0 3px 0 !important;
	font-weight:300;
	text-align:left !important;
}

.cta-item p span{
	color:#ffffff;
	font-family: "Open Sans", Arial, sans-serif;
	font-size:14px;
	line-height:1em;
	margin: 0;
	font-weight:300;
	text-align:left !important;
}

.cta-img-holder {
	max-width:118px;
	display:inline-block;
	float:left;
	border:solid 1px #1e1e1e;
}

.cta-txt-holder {
	width:220px;
	height:118px;
	float:left;
	margin-left:15px;
	padding-top:5px;
	border-bottom:solid 1px #444444;

}

.cta-txt-holder2 {
	width:220px;
	height:118px;
	float:left;
	margin-left:15px;
	padding-top:5px;
	border-bottom:solid 1px #444444;

}


.cta-mail-phone p{
	text-align:center !important;
	color:#FFFFFF;
	font-size:16px !important;
	line-height:24px;
}

.cta-mail-phone a{
	color:#FFFFFF;
}

@media (max-width: 992px) {
.cta-holder {
	width:295px;
}

.cta-item p span{
	display:none;
}

.cta-img-holder {
	max-width:68px;
	display:inline-block;
	float:left;
	border:solid 1px #1e1e1e;
}
.cta-txt-holder {
	width:190px;
	height:68px;
}

.cta-txt-holder2 {
	width:190px;
	height:68px;
	border-bottom:none;
}

.cta-mail-phone p{
	display:none;
}

.cta-holder .social-icons {
	display:none;
}

.cleaner1-res { clear: both; width:100%; height: 0;}

.cleaner2-res { clear: both; width:100%; height: 0;}
}

@media (max-width: 580px) {
.cta-holder {
	display:none;
}
}


.masthead-arrow {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 30px;
    height: 30px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    opacity: 0.8;
	z-index:9;
}


@media (max-width: 767px) {
.masthead-arrow {
	position: absolute;
    bottom: 30px;
    width: 30px;
    height: 30px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    opacity: 0.8;
}
}

@media (max-width: 400px) {
.masthead-arrow {
	position: absolute;
    bottom: 15px;
    width: 20px;
    height: 20px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    opacity: 0.8;
}
}

a.fill-div {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
}
