/*

green: 00cc99
purple: 343399
*/

/* Micro Clearfix */
/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

@media screen and (max-width: 940px){
	html {
	box-sizing: border-box;
	}
	*, *:before, *:after {
	box-sizing: inherit;
	}
}


@media screen and (min-width: 940px){
	#mainBg{
		/* background:url(../images/widgets/leftcolumn-bg.png) 20px 0; */
		min-height: 630px;
	}
}






.bold{
	font-weight: bold;
}

.small {
	font-size: 0em;
}

table{
	margin: 20px 0 20px 0;
}

td {
	text-align: center;
}

h1{
	text-align: right;
	margin-bottom: 40px;
	padding-right: 20px;
}

h3, h4{
	text-decoration: underline;
}

a {
	color: black;
	text-decoration: none;

}

p a{
	text-decoration: underline;
}

a:hover{
	color: black;
	background-color: transparent;
}


header{
	margin-bottom: 0;
	background: white;
	top: 0;
	
	background-size: contain;

}

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

.nav{
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	position: relative;
	
    
}

@media screen and (min-width: 940px){
	.nav {
		background-color: #ccc;
		height: 30px;
	}
}

.nav li{
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
}

@media screen and (max-width: 940px){
	.nav {
		background-color: #000;
		padding: 0 0;
	}
	.nav li{
		clear: both;
		margin: 0;
		padding-left: 10px;
	}
	.nav ul {
		background: none!important;
		left: 0!important;
		position: relative!important;
		margin-left: 10px!important;
	}

	.nav ul li {
		padding: 5px 0;
	}
	.nav li a{
		color: #fff;
	}
}

.nav li a{
	font-size: 1.2em;
}

.nav ul{
    position: absolute;
    left: -2000px;
    margin-left: -10px;
    z-index: 100;
	background: #ccc;
}

.nav ul li{
	float: none;
	list-style-type: none;
	margin-left: 0;
	margin-right: 0;
	
	padding-left: 10px;
	padding-right: 10px;
}

.nav ul a{
	white-space: nowrap;
}

.nav li a:hover{
	background: transparent;
}

.nav li:hover ul{
	left: 0;
}

.leftSideBar, .rightSideBar{
	padding-top: 20px;
	position: relative;
	font-weight: bold;
	width: 100%!important;
}


@media screen and (max-width: 940px){
	.leftSideBar,
	.leftSideBar ul,
	.leftSideBar span,
	.leftSideBar p,
	.rightSideBar,
	.mainContent {
		margin: 0!important;
	}
	.mainContent {
		padding: 20px;
		width: 100%!important;
	}

	.bx-wrapper .bx-viewport {
		border: 0!important;
	}

	.leftSideBar {
		background: #f8dd2a;
		padding: 10px;
	}
	.rightSideBar {
		padding-top: 0;
	}
}

@media screen and (min-width: 940px){
	.leftSideBar,
	.rightSideBar {
		width: 220px!important;
	}

	.rightSideBar {
		float: right;
	}

	.mainContent {
		width: 460px!important;
	}
}




footer,.highlightTableRow{
	background-color: #f8dd2a;

}

.leftSideBar span{
	display: block;
	margin-bottom: 20px;
}

.leftSideBar p{
    margin-bottom: 20px;
}

.sideNav{
	margin-left: 0;
	margin-bottom: 20px;
}

@media screen and (max-width: 940px){
	.sideNav {
		display: none;
	}
}

.leftSideBar ul, .leftSideBar span,.leftSideBar  p{
	margin-left: 20px;
}

.sideNav li{
	list-style-type: none;
}

.sideNav{
	padding-right: 20px;
}

.rightSideBar span{
   display: block;
   margin-bottom: 20px;
   text-align: center;
}

.rightSideBar a{
	text-decoration: underline;
}



footer{
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	position: relative;
	
}

@media screen and (max-width: 940px){
	.table-wrapper {
		width: 100%;
		overflow: scroll
	}
	footer {
		margin: 0!important;
		padding: 10px!important;
		width: 100%!important;
	}
}

@media screen and (min-width: 940px){
	footer {
		width: 940px;
	}
}

footer span{
	font-size: 0.7em;
}


.qualityBadgeLeft{
	position: absolute;
	display: block;
	top: -60px;
	left: 77px;
}

.qualityBadgeRight{
	position: absolute;
	display: block;
	top: -60px;
	right: 77px;
}


#myCarousel{
	margin-top: 20px;
}

ul.gallery{
	margin: 20px 0 0 0;
}

ul.gallery li{
	float: left;
	list-style: none;
	margin:0 20px 20px 0;
}

ul.gallery li:nth-child(4n+4){
	margin-right: 0;
}

ul.gallery li img{
	border: 5px solid #ccc;
	max-width: 100px;
	max-height: 80px;
}

ul.gallery li img:hover{
	border: 5px solid #f8dd2a;
}

table.contactInfo{
	font-weight: bold;
	font-size: 1.1em;
}

table.contactInfo td:first-of-type{
   text-align: right;
}

table.contactInfo td:last-of-type{
   text-align: left;
   padding-left: 10px;
}

table.contactInfo td{
	padding-bottom: 20px;
}

footer .small{
	position: absolute;
}

/* urgent jobby */
.qualityBadgeRight,
.qualityBadgeLeft,
.logo-strip {
	display:none;
}

.certificates {

}
.certificates h2 {
	font-size: 14px;
	margin: 0;
	line-height: 20px;
}
.certificates ul {
	margin: 0 0 10px;
}
.certificates li {
	display: inline-block;
	font-size: 10px;
}
.certificates li:after {
	content: ";"
}


.logos {

}

.rightSideBar .logos img {
	display: block;
	margin: 30px auto;
}

.logos img {
	max-width: 100px;
}

.default-image {
	display: block;
	margin: 10px 0;
}

/* green: 9bcf1a
blue: 0083c9 */

.leftSideBar{
	background: #34b6fb;
	background: -moz-linear-gradient(top, rgba(0,131,201,1) 0%, rgba(0,131,201,0.99) 1%, rgba(30,87,153,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,131,201,1) 0%,rgba(0,131,201,0.99) 1%,rgba(30,87,153,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,131,201,1) 0%,rgba(0,131,201,0.99) 1%,rgba(30,87,153,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.leftSideBar,
.leftSideBar a,
footer {
	color: #000;
}

.pdf-link {
	display: block;
	font-weight: bold;
	text-decoration: none;
}

.pdf-link img {
	vertical-align: middle;
	margin-right: 5px;
}