@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url(http://themes.googleusercontent.com/static/fonts/opensanscondensed/v6/gk5FxslNkTTHtojXrkp-xC3jdGpUUWWw3ZkjEiH7VGY.woff) format('woff');
}


* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}




body, html {
	height:100%;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size:90%;
	color:#000000;
	background-image: url(../images/dotnoisegray.jpg);
}

html, body, p, h1, h2, h3, h4 {
	padding:0;
	margin:0;
}


img{border:0px;}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #fff inset;
}


a{
	color:#39809E;
	text-decoration:none;
	cursor:pointer;
}
a:hover{
	color:#39809E;
}

a,
input[type="submit"],
button{
	cursor:pointer;
  outline: none;
  transition: 0.2s ease;
  -o-transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
}



h2{
	background: url(../images/divider.png) repeat-x left bottom;
  padding: 0px 0 10px 0;
	margin:0 0 20px 0;
  color: #000;
  font-size: 220%;
  font-family: Source Sans Pro;
  font-weight: 300;
}




.HeaderContent,
.BodyContent > div,
.Footer
{
	width: 80%;
	margin: 0 auto;
}




.HeaderContent{
	margin-top:30px;
  background: #fefefe url(../images/white.jpg);
  border-top: 1px solid #fff;
}
.HeaderTop{
	display:table;
}
.HeaderTop > div{
	display:table-cell;
}
.HeaderTop > div:nth-child(1){
	width:400px;
	background: url(../images/logoshadow.png) no-repeat right top;
}
.HeaderTop > div:nth-child(1) a{
	display:inline-block;
	margin: 30px 50px 30px 30px;
}
.HeaderTop h4{
	padding: 20px 0 0 30px;
  font-weight: normal;
  color: #333;
  font-size: 1.6em;
  font-family: Source Sans Pro;
  font-weight: 300;
}

.HeaderMenu{
	border-top: 1px solid #232323;
  background: #171717;
}
.HeaderMenu > a{
	display:inline-block;
  background: url(../images/sprite.png) no-repeat right -152px;
	color: #FFFFFF;
	font-family: Source Sans Pro;
	font-size:150%;
	margin: 0;
	padding: 15px 30px;
	text-decoration: none;
	text-transform: none;
}
.HeaderMenu > a.selected,
.HeaderMenu > a:hover
{
	color: #FFF;
	border-bottom: 4px solid #39809E;
}



.BodyContent{
	background-image: url(../images/dotnoisewhite.jpg);
}
.BodyContent > div{
	display: table;
  background-color: #FEFEFE;
}
.BodyContent > div > div{
	display:table-cell;
	vertical-align:top;
}
.BodyContent > div > div:nth-child(1){
	background: url(../images/vertdivider.png) no-repeat right top;
  padding: 20px 70px 70px 20px;
}

.BodyContent > div > div:nth-child(2){
  padding: 20px;
	background-color: #f1f1f1;
	width:340px;
}


.priceBox {
	margin: 10px 5px;
	padding: 4px;
	border: 3px solid #39809E;
	 border-radius: 10px;
}

.priceBox button {
	padding: 4px;
	color: #ffffff;
	background-color: #39809E;
	border: 1px solid #0B0B45;
	border-radius: 3px;
	margin: 4px;
}

.priceBox button:hover {
	
	color: #0B0B45;
	background-color: #39809E;
	border: 1px solid #0B0B45;
}

.priceBox h3 {
	
	color: #39809E;
	font-size: 1.6rem;
	font-weight: bold;
}

.priceBox hr {
	
	border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(57, 128, 158, 0.75), rgba(0, 0, 0, 0));

} 

.priceBox ul {
	
	list-style-type: square;
}

.priceItem{
	
	margin: 6px;
	padding: 4px;
	font-size: 1.2rem;
	background-color: #D0E1E8;
	transition: 0.4s ease-in-out;
	cursor: pointer;

}

.priceItem:hover{
	
	box-shadow: inset 0 0 10px #153372;
	transform: scale(1.03);

}

.GetQuote h3{
	background: #39809E url(../images/highlightpattern.png);
  color: #fff;
  padding: 15px 10px;
  font-size: 240%;
  text-align: center;
  font-family: Source Sans Pro;
  font-weight: 300;
  margin-bottom: 30px;
	margin:0 0 20px 0;
}
.GetQuote a {
  color: #39809E;
  text-decoration: none;
  line-height: 1.5;
  display: block;
}
.GetQuote label{
	display:block;
	line-height: 1.5;
	margin-top:5px;
	color: #333;
}
.GetQuote input[type="text"],
.GetQuote textarea
{
	background:#FFFFFF;
	border:1px solid #DDDDDD;
  font-size:12px;
  padding:5px;
  display: inline-block;
  width: 100%;
}
.GetQuote textarea{
  height: 70px;
}
.GetQuote input[type="submit"]{
  background: #39809E url(../images/highlightpattern.png);
	border: 0;
	border-bottom: 4px solid #2C667E;
  color: #FFFFFF;
	font-size:140%;
	font-family: Source Sans Pro;
  padding: 8px 20px;
  margin: 20px auto;
  text-align: center;
	cursor: pointer;
}
.GetQuote input[type="submit"]:hover{
  background: #C1D36E url(../images/highlightpattern.png);
  border-bottom: 4px solid #8a9c60;
}
.GetQuote select{
	background:#FFFFFF;
	border:1px solid #DDDDDD;
  font-size:12px;
  padding:5px;
  display: inline-block;
  width: 100%;
}



.WhyUs{
	background: #2BA1B5  url(../images/highlightpattern.png);
	border-bottom: 4px solid #1B6F7D ;
	color: #FFFFFF;
	padding: 10px;
	margin-top:40px;
}
.WhyUs h3{
	color: #fff;
	font-size: 220%;
	font-family: Source Sans Pro;
	font-weight: 300;
	margin-bottom:20px;
}
.WhyUs p{
	font-size: 1em;
	margin-bottom: 1.5em;
	line-height: 1.5em;
}




.Testimonials{
	background: #729E39 url(../images/highlightpattern.png);
	border-bottom: 4px solid #57772C;
	color: #FFFFFF;
	padding: 10px;
	margin-top:40px;
}
.Testimonials h3{
	color: #fff;
	font-size: 220%;
	font-family: Source Sans Pro;
	font-weight: 300;
	margin-bottom:20px;
}
.Testimonials p{
	font-size: 1em;
	margin-bottom: 1.5em;
	line-height: 1.5em;
}
.Testimonials a{
	color: #FFFFFF;
}





.HowWeWork{
	background: #39809E url(../images/highlightpattern.png);
	border-bottom: 4px solid #2C667E;
	color: #FFFFFF;
	padding: 10px;
	margin-top:40px;
}
.HowWeWork h3{
	color: #fff;
	font-size: 220%;
	font-family: Source Sans Pro;
	font-weight: 300;
	margin-bottom:20px;
}
.HowWeWork p{
	font-size: 1em;
	margin-bottom: 1.5em;
	line-height: 1.5em;
}




.PortfolioList hr{
	margin:20px auto;
	border:0;
	border-top:1px solid #bdbdbd;
	height:1px;
	width:70%;
}
.PortfolioList h4{
	font-size: 160%;
	margin-bottom:5px;
}
.PortfolioList h4 > а{
	font-size: 16%;
}
.PortfolioList p{
	font-size: 100%;
}
.ProjectImage{
	display: block;
	padding: 5px; 
	margin-top:20px;
}
.PortfolioList img{
	width:100%;
}



.MorePortfolio	{
	background: #39809E url(../images/highlightpattern.png);
	color: #FFFFFF;
	float: right;
	display:block;
	padding: 5px 15px 5px 2px;
	text-decoration: none;
}
.MorePortfolio span {
	background: url(../images/sprite.png) no-repeat left -793px;
	padding-left: 25px;
}
.MorePortfolio:hover	{
  background: #C1D36E url(../images/highlightpattern.png);
	color: #FFFFFF;
}


.Footer{
	display: table;
	border-top: 4px solid #3B5869;
	color: #FFF;
}
.Footer > div{
	display:table-cell;
	padding: 40px 0 40px 0;
}
.Footer > div:nth-child(2){
	text-align:right;
}
.Footer a{
	color: #FFF;
}












.leftshadow {
	background: url(../images/sideshadow.png) no-repeat -505px 0;
	margin-left: -40px;
	padding-left: 40px;
	padding-right: 40px;
}

.leftshadow.long {
background-position: 0 0;
}

.rightshadow {
	background: url(../images/shortrightshadow.png) no-repeat right 0;
	width: 100%;
	margin-right: -40px;
	padding-right: 80px;
}

.rightshadow.long {
	background: url(../images/siderightshadow.png) no-repeat right 0;
}

.headerwrap{
	background: #fefefe url(../images/white.jpg);
	border-top: 1px solid #fff;
	border-bottom: 1px solid #111;
	display:table;
}

.logo{
	background: url(../images/logoshadow.png) no-repeat right top !important;
	padding: 0 30px;
	width:300px;
	float:left;
}

.slogon{
	float:left;
}

.slogon h4{
	padding:50px 0 0 30px;
	font-weight:normal;
	color:#333;
	font-size: 1.6em;
	font-family: Source Sans Pro;
	font-weight: 300;
}

.headermenuwrap{
	display:table;
}

.headermenuwrap ul {
	border-top: 1px solid #232323;
	background: #171717 ;
	float: left;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.headermenuwrap ul li {
	list-style-type: none;
	background: url(../images/sprite.png) no-repeat right -152px;
	float: left;
}

.headermenuwrap ul li a {
	display:block;
	color: #FFFFFF;
	font:14px/4em sans-serif;
	margin: 0;
	padding: 0 30px;
	text-decoration: none;
	text-transform: none;
}

.headermenuwrap ul li a.selected {
	border-bottom: 4px solid #39809E;
}

.headermenuwrap ul li a:hover {
	color: #39809E;
	border-bottom: 4px solid #39809E;
}


.sliderwrap{
	display:table;
	position:relative;
}

.sliderwrap .slides{
	height:303px;
}

.sliderwrap li{
	display:none;
}

.sliderwrap ul li img{
	border-bottom: 4px solid #3B5869;
	margin-bottom:-2px;
}


.sliderwrap .slide-controller {
	position: absolute;
	z-index: 10;
	bottom: 30px;
	left: 35px;
}

.sliderwrap .slide-controller ol{
	display:none;
}


.sliderwrap .slide-controller a {
	background-color: #222525;
	display: block;
	padding:3px;
	float: left;
	margin-left:4px;
}

.sliderwrap .slide-controller a:hover {
	background-color: #C1D36E;
	-moz-box-shadow: 0 4px 0 0 #8a9c60;
	-webkit-box-shadow: 0 4px 0 0 #8a9c60;
	box-shadow: 0 4px 0 0 #8a9c60;
}

.sliderwrap .slide-controller a span {
	height: 30px;
	width: 32px;
	display: block;
	cursor: pointer;
}

.sliderwrap .slide-controller a.prev span {
	background:url(../images/sprite.png) no-repeat 5px -815px;
}

.sliderwrap .slide-controller a.next span {
	background:url(../images/sprite.png) no-repeat 5px -786px;
}


.sliderwrap .slidertextwrap	{
	position: absolute;
	width: 45%;
	background: url(../images/sprite.png) repeat-x left -687px;
	background: rgba(0,0,0, .7);
	bottom: 32%;
	padding: 0px 0 10px 4%;
	height: 82px;
}

.sliderwrap .slidertextwrap .text{
	width: 82.7%;
	float: left;
}

.sliderwrap .slidertextwrap .text	h2 {
	color: #FFFFFF;
	font-family: Source Sans Pro;
	font-size: 2.4em;
	font-weight: 300;
	margin:10px 0 5px 0;
}

.sliderwrap .slidertextwrap .text	p {
	color: #FFFFFF;
	font-family: Source Sans Pro;
	font-size: 1.3em;
	font-weight: 300;
}

.sliderwrap .slidertextwrap .more {
	float: right;

}

.sliderwrap .slidertextwrap .more a span {
	background: url(../images/sprite.png) no-repeat left -300px;
	display: block;
	width: 11px;
	height: 60px;
	border-radius: 0;
	margin: 0px;
	min-height: 90px;
	cursor: pointer;
	padding: 2px 10px 0px;
}

.gradient	{
	background-image: url(../images/dotnoisewhite.jpg);
}

.gradient	.pagecontent {
	display:table;
	border-top: 4px solid #e1e1e1;
	background-color: #FAFAFA;
}

.pagecontent .midcol{
	margin-right: 0;
	margin-left: 2%;
	width: 56%;
	float: left;
	position: relative;
	min-height: 1px;
	padding-bottom: 30px;
}

.pagecontent .midcol h2{
	font-family: Source Sans Pro;
	font-weight: 300;
	font-size: 1.5em;
	margin-bottom: 1em;
	line-height: 1.5;
	margin-bottom:5px;
}

.pagecontent .midcol h3{
	background: #fafafa url(../images/divider.png) repeat-x left bottom;
	padding: 30px 0 30px;
	color: #000;
	font-size: 2.2em;
	font-family: Source Sans Pro;
	font-weight: 300;
	margin-bottom:30px;

	overflow:hidden;
	height: 20px;
}


.pagecontent .midcol p{
	color: #333;
	font-size: 1em;
	margin-bottom: 1.5em;
	line-height: 1.5em;
}

.pagecontent .midcol a{
	color: #39809E;
	text-decoration: none;
	line-height: 1.5;
}

.serviceswrap li h4{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.serviceswrap li a{
	color: #39809E;
	text-decoration: none;
	line-height: 1.5;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.pagecontent .midcol a:hover{
	color: #C1D36E;
	text-decoration: none;
	line-height: 1.5;
}


.pagecontent .rightcol{
	width: 38%;
	margin-right: 20px;
	background: url(../images/vertdivider.png) no-repeat 45px top;
	position: relative;
	z-index: 10;
	float: right;

	padding-bottom: 100px;
}

.pagecontent .rightcolshadow{
	background: url(../images/rightshadow.png) no-repeat left top;
	position: relative;
	padding: 15px 10px 0 80px;
}


.rightcol1 a{
	color: #39809E;
	text-decoration: none;
	line-height: 1.5;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.rightcol1 a:hover{
	color: #C1D36E;
	text-decoration: none;
	line-height: 1.5;
}


.rightcol .rightcol1 h3{
	background: #39809E url(../images/highlightpattern.png);
	color: #fff;
	padding: 10px;
	line-height: 1.7em;
	font-size: 2.8em;
	text-align: center;
	font-family: Source Sans Pro;
	font-weight: 300;
	margin-bottom:30px;
}


.rightcol .rightcol1 p{
	font-size: 1em;
	margin-bottom: 1.5em;
	line-height: 1.5em;
}

.rightcol .rightcol1 ul{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}


.rightcol .rightcol1 ul li{
	border-bottom: 1px solid #e8e8e8;
	border-top: 1px solid #fff;
	padding: 15px 0;
}

.rightcol .rightcol1 ul li:first-child {
	border-top: 0 !important;
}

.rightcol .rightcol1 ul li a{
	color:#39809E;
	line-height: 1.5;
	text-decoration: none;
}

.rightcol .rightcol1 ul li a:hover{
	color:#C1D36E;
	line-height: 1.5;
	text-decoration: none;
}


.rightcol1 .getaquote{
	margin-bottom:30px;
}

.rightcol1 .getaquote label{
	display:block;
	line-height: 1.5;
	margin-top:5px;
	color: #333;
}

.rightcol1 .getaquote input[type="text"], textarea{
	background:#FFFFFF;
	border:1px solid #DDDDDD;
  font-size:12px;
  padding:5px;
  display: inline-block;
  width: 96%;
}

.rightcol1 .getaquote textarea{
  height: 70px;
}

.rightcol1 .getaquote input[type="submit"]{
	color: #fff;
	background-color: #39809E !important;
	border: none;
	-moz-box-shadow: 0 2px 0 0 #2b6077;
	-webkit-box-shadow: 0 2px 0 0 #2b6077;
	box-shadow: 0 2px 0 0 #2b6077;
	padding: 8px 20px;
	margin: 20px 0 10px;
	cursor: pointer;
	text-align: center;
}

.rightcol1 .getaquote input[type="submit"]:hover{
	background-color: #C1D36E !important;
	-moz-box-shadow: 0 4px 0 0 #8a9c60;
	-webkit-box-shadow: 0 4px 0 0 #8a9c60;
	box-shadow: 0 4px 0 0 #8a9c60;
	color: #fff;
}


.rightcol1 .getaquote select{
	background:#FFFFFF;
	border:1px solid #DDDDDD;
  font-size:12px;
  padding:5px;
  display: inline-block;
  width: 100%;
}








.gradient	.pagecontent .rightcol .rightcol3{
	margin-top:20px;
}


.gradient	.pagecontent .rightcol .rightcol3 h3{
	background: #fafafa url(../images/divider.png) repeat-x left bottom;
	padding: 30px 0 15px;
	color: #333;
	font-size: 1.6em;
	font-family: Source Sans Pro;
	font-weight: 300;
	margin-bottom:20px;
}


.gradient	.pagecontent .rightcol .rightcol3 p{
	color: #333;
	font-size: 1em;
	margin-bottom: 1.5em;
	line-height: 1.5em;
}







.serviceswrap h3{
	background: #fafafa url(../images/divider.png) repeat-x left bottom;
	padding: 30px 0 20px;
	color: #333;
	font-size: 2.2em;
	font-family: Source Sans Pro;
	font-weight: 300;
	margin-bottom:10px;
}

.serviceswrap a.readmorelongart	{
	background: #39809E url(../images/highlightpattern.png);
	color: #FFFFFF;
	float: right;
	display:block;
	padding: 5px 15px 5px 2px;
	text-decoration: none;
}

.serviceswrap a.readmorelongart span {
	background: url(../images/sprite.png) no-repeat left -793px;
	padding-left: 25px;
}

.serviceswrap a.readmorelongart:hover{
	background-color: #C1D36E;
	-moz-box-shadow: 0 2px 0 0 #8a9c60;
	-webkit-box-shadow: 0 2px 0 0 #8a9c60;
	box-shadow: 0 2px 0 0 #8a9c60;
	color: #FFFFFF;
}


.serviceswrap ul{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 50px 0 0 0;
	padding: 0;
}


.serviceswrap ul li{
	float: left;
	width: 29%;
	height: 200px;
	margin-left:22px;
	margin-bottom:65px;
}

.serviceswrap ul li p{
	font-size: 1em;
	margin-bottom: 1.5em;
	line-height: 1.5em;
	overflow:hidden;
	height: 60px;
}

.serviceswrap ul li img{
	margin-bottom: 20px;
	max-width:100%;
	height:100px;
}

.serviceswrap ul li h4{
	color: #39809E;
	font-size: 1.2em;
	margin-bottom:5px;
	font-weight: 300;
}


.serviceswrap ul li p{
	font-size: 1em;
	margin-bottom: 1.5em;
	line-height: 1.5em;
	color: #333;
}

.serviceswrap ul li a.readmore{
	background: #39809E url(../images/highlightpattern.png);
	color: #fff;
	float: right;
	display:block;
	padding: 5px;
	text-decoration: none;
}


.serviceswrap ul li a.readmore span {
	display:block;
	background: url(../images/sprite.png) no-repeat left -793px;
	padding-left: 15px;
}

.serviceswrap ul li a:hover.readmore	{
	background-color: #C1D36E;
	-moz-box-shadow: 0 2px 0 0 #8a9c60;
	-webkit-box-shadow: 0 2px 0 0 #8a9c60;
	box-shadow: 0 2px 0 0 #8a9c60;
}



.footer {
	border-top: 4px solid #3B5869;
	padding:40px 0 40px 0;
	display:table;
}

.footer .copyright{
	display:table-cell;
	text-align:right;
	color:#FFFFFF;
}

.footer .bottommenu{
	display:table-cell;
}

.footer .bottommenu a{
	color:#FFFFFF;
	text-decoration: none;
	margin-right:20px;
}

.footer .bottommenu a:hover{
	color: #C1D36E;
	text-decoration: none;
}




.TextAlignCenter{
	text-align:center;
}


.totop {
	border: none !important;
	background: url(../images/sprite.png) left 0 !important;
	width: 23px !important;
	height: 23px;
	right: 8px;
	text-indent: -9999em;
	bottom: 10px !important;
	position: fixed;
	cursor: pointer;
}





@media screen and (max-width:1024px) {
	.HeaderContent,
	.BodyContent > div,
	.Footer
	{
		width:98%;
	}


}

@media screen and (max-width:799px) {
	.BodyContent > div > div{
		display:block;
		padding:0;
		width:100%;
	}
	
	.BodyContent > div > div:nth-child(1) {
		background: none;
		padding: 20px;
	}
	
	.BodyContent > div > div:nth-child(2) {
		width:100%;
	}	

}


@media screen and (max-width:600px) {

}


@media screen and (max-width:479px) {

}
