@import 'shortcodes.css';

/*													  												  BASE ^
-----------------------------------------------------------------------------------------------------------*/

@font-face {
	font-family: 'FontAwesome';
	src: url('../font/icon/fontawesome-webfont.eot?v=3.0.1');
	src: url('../font/icon/fontawesome-webfont.eot?#iefix&v=3.0.1') format('embedded-opentype'),
		 url('../font/icon/fontawesome-webfont.woff?v=3.0.1') format('woff'),
		 url('../font/icon/fontawesome-webfont.ttf?v=3.0.1') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'OpenSansBold';
    src: url('../font/opensans-bold.eot');
    src: url('../font/opensans-bold.eot?#iefix') format('embedded-opentype'),
         url('../font/opensans-bold.woff') format('woff'),
         url('../font/opensans-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansRegular';
    src: url('../font/opensans-regular.eot');
    src: url('../font/opensans-regular.eot?#iefix') format('embedded-opentype'),
         url('../font/opensans-regular.woff') format('woff'),
         url('../font/opensans-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'OpenSansItalic';
	src: url('../font/opensans-italic.eot');
	src: url('../font/opensans-italic.eot?#iefix') format('embedded-opentype'),
		 url('../font/opensans-italic.woff') format('woff'),
		 url('../font/opensans-italic.ttf') format('truetype');
	font-weight: normal;
}

@font-face {
    font-family: 'OpenSansSemiboldRegular';
    src: url('../font/opensans-semibold.eot');
    src: url('../font/opensans-semibold.eot?#iefix') format('embedded-opentype'),
         url('../font/opensans-semibold.woff') format('woff'),
         url('../font/opensans-semibold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansExtraboldRegular';
    src: url('../font/opensans-extrabold.eot');
    src: url('../font/opensans-extrabold.eot?#iefix') format('embedded-opentype'),
         url('../font/opensans-extrabold.woff') format('woff'),
         url('../font/opensans-extrabold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansLightRegular';
    src: url('../font/opensans-light.eot');
    src: url('../font/opensans-light.eot?#iefix') format('embedded-opentype'),
         url('../font/opensans-light.woff') format('woff'),
         url('../font/opensans-light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansLightItalic';
    src: url('../font/opensans-lightitalic.eot');
    src: url('../font/opensans-lightitalic.eot?#iefix') format('embedded-opentype'),
         url('../font/opensans-lightitalic.woff') format('woff'),
         url('../font/opensans-lightitalic.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'bebas_neueregular';
    src: url('../font/bebasneue-webfont.eot');
    src: url('../font/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/bebasneue-webfont.woff') format('woff'),
         url('../font/bebasneue-webfont.ttf') format('truetype'),
         url('../font/bebasneue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'great_vibesregular';
    src: url('../font/greatvibes-regular-webfont.eot');
    src: url('../font/greatvibes-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/greatvibes-regular-webfont.woff') format('woff'),
         url('../font/greatvibes-regular-webfont.ttf') format('truetype'),
         url('../font/greatvibes-regular-webfont.svg#great_vibesregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
	margin: 0;

	font: 14px/22px Arial, Helvetica, sans-serif;
	color: #313538;
}




.element-wrap {
	margin-bottom: 30px;
}

.element-wrap iframe, #map_canvas {
	width: 100%;
	height:200px;
}



.clearfix:after {
	content: '';
	display: block;
	clear: both;
}

img {
	max-width: 100%;
	border: none;
}

.full-shadow {
	border: 1px solid #ccc;
	box-shadow: 1px 1px 4px 0 rgba(180,180,180,0.3);
}



.pretty-photo-item {
	display: block;
	position: relative;
	z-index: 1;
}

.pretty-photo-item:hover .link-overlay {
	background: rgba(15,16,17,0.5); 
}

.pretty-photo-item:hover .link-overlay:before {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity:1;
}


.shadow,
.shadow-2 {
	position: relative;
	margin-bottom: 43px;
}

.shadow:after,
.shadow-2:after {
	content: '';
	display: block;

	position: absolute;
}

.shadow:after {
	height: 43px;
	bottom: -46px;	left: 0;
					right: 0;
	background: url("../img/shadow-new.png") no-repeat scroll 0 0 / 100% auto transparent;
}

.shadow-2:after {
	height: 55px;
	bottom: -55px;	left: 0;
					right: 0;
	background: url("../img/shadow-3.png") no-repeat scroll 0 0 / 100% auto transparent;
}


.shadow-sm {
	position: relative;
	margin-bottom: 0px;
}

.shadow-sm:after {
	content: '';
	display: block;

	position: absolute;
}


.shadow-sm:after {
	height: 55px;
	bottom: -55px;	left: 0;
					right: 0;
	background: url("../img/shadow-470.png") no-repeat scroll 0 0 / 100% auto transparent;
}

.col-1_3 .shadow,
.col-1_2 .shadow,
.col-1_4 .shadow,
.col-3_4 .shadow {
	margin-bottom: 0;
}

.col-1_3 .shadow:after,
.col-1_2 .shadow:after,
.col-1_4 .shadow:after,
.col-3_4 .shadow:after {
	height: 23px;
	bottom: -23px;
}

.col-3_4 .shadow:after {
	height: 30px;
	bottom: -33px;
}



a {
	text-decoration: none;
	color: #000000;
	
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

a:hover {
	color: #000;
}



p {
	position: relative;
	margin: 0 0 15px 0;
}


small,
sub,
sup { 
	position: relative; 
	font-size: 9px; 
	vertical-align: baseline; 
	}
	
.smallprint {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:14px;
	}

sub { top: 3px; }

sup { bottom: 3px; }

pre {
	height: auto;

	margin: 0 0 20px;
	padding: 10px 20px;

	overflow-x: auto;

	background: none repeat scroll 0 0 #F7F7F7;
	border-radius: 2px;
	border: 1px solid #E2E2E2;	

	font-family: monospace;
}



.centered {	
	text-align: center;
}

.uppercase {	
	text-transform: uppercase;
}

/*													  columns ^
--------------------------------------------------------------*/

.row {
	display: table;
	margin: 0px -12px;

	letter-spacing: -.31em;
	word-spacing: -.43em;
	font-size: 0px;
	vertical-align:top;
}

.row.bodyheader {
	height:50px;
}

.row.body {
	padding-top:50px;
}

.row.m-block {
	display: block;
}

.row.nested-home { 
	margin-left:20px;
	padding-left:0px;

}

.row.nested-home.border { 
	border-top:1px #ccc solid; padding-top:15px;

}




.row-item {
	display: inline-block;

	margin: 0 12px;
	vertical-align:top;	

	text-align: left;
	font-size: 14px;

	letter-spacing: normal;
	word-spacing: normal;
}

.row-item.staff {
	display: inline-block;

	margin: 0px 11px 0px 11px;
	vertical-align:top;	

	text-align: left;
	font-size: 13px;

	letter-spacing: normal;
	word-spacing: normal;
}


.row-item.projects {
	display: inline-block;

	margin: 0px 11px 0px 11px;
	vertical-align:top;	

	text-align: left;
	font-size: 13px;

	letter-spacing: normal;
	word-spacing: normal;
}

.row-item.projects.col-1_3  {
	margin: 0px 18px 0px 11px;
}

.row-item.projects.col-1_2  {
	margin: 0px 25px 0px 11px;
}

	
.layout.footer .row-item.border {
	border-right: 1px #ccc solid;
}

.col-1_2 	{ 	width: 473px;	 }
.col-1_3 	{ 	width: 300px; 	 }
.col-2_3 	{ 	width: 644px;	 }
.col-1_4 	{ 	width: 230px;	 }
.col-3_4 	{ 	width: 730px;	 }
.col-full 	{ 	width: 100%;	 }

.col-1_3.projects 	{ 	width: 305px; 	 }
.col-1_2.projects 	{ 	width: 470px; 	 }

.col-1_3.home.border-left 	{ 	border-left: 1px #ddd solid	 }
.col-1_3.home.border-right 	{ 	border-right: 1px #ddd solid	 }
.col-1_3.home	{ width: 300px;  padding-right:20px; }
/*.col-2_3.home 	{ 	width: 680px; margin-left:15px; margin-right:0px; border-left: 1px #ddd solid; }*/

.col-2_3.home.border-left 	{ 	border-left: 1px #ddd solid	 }
.col-2_3.home.border-right 	{ 	border-right: 1px #ddd solid	 }
.col-2_3.home	{ width: 630px;  padding-right:40px; }


.col-1_4.inner 	{ 	width: 235px; margin-top: 5px;	 }
.col-1_4.inner.right 	{ 	width: 235px; padding-left:10px; margin-right:0px; }
.col-1_2.inner 	{ 	padding-left:30px;  border-left: 1px #ddd solid; min-height:550px; }
.col-1_4.inner.quote 	{ 	width: 200px; border-left: 1px #ddd solid;	 }

.col-3_4.inner 	{ 	width: 700px; padding-left:30px; margin-right:0px; border-left: 1px #ddd solid; min-height:550px; }
.col-3_4.inner.left 	{ 	width: 700px; padding-left:0px; padding-right:30px; margin-right:0px; border-left: none; border-right: 1px #ddd solid; min-height:550px; }

.col-1_3.inner { width: 230px; padding-right: 0px;}
  
.col-2_3.inner { width: 700px; padding-right: 30px;}

.col-2_3.inner.border-right { border-right: 1px #ddd solid;}

.col-1_4-home 	{ 	width: 160px;	 }

.content.footer .col-1_4 	{ 	width: 230px; padding-right:10px;	 }

.col-1_2.nested { width: 45%; padding: 0px;}

.col-1_3.contact.one 	{ 	width: 220px; 	 }
.col-1_3.contact.two 	{ 	width: 190px; 	 }
.col-1_3.contact.three 	{ 	width: 160px; 	 }


/*													  headers ^
--------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px;
	padding: 0;

	line-height: 1em;
	font-weight: normal;
	color: #000000;
}

h1 { font: 36px/36px Arial, Helvetica, sans-serif;  }
h2 { font: 21px Arial, Helvetica, sans-serif; font-weight:bold;padding-bottom:10px; }
h3 { font: 21px Arial, Helvetica, sans-serif; font-weight:bold; }
h4 { font: 18px Arial, Helvetica, sans-serif;  color:#444;}
h5 { font: 12px Arial, Helvetica, sans-serif; }
h6 { font: 11px Arial, Helvetica, sans-serif ;  text-transform:  inherit;}

h1.pagetitle { font: 28px 'Michroma', sans-serif; font-weight:bold; padding-bottom:20px; word-spacing: 7px; }
h2.home { font: 24px/24px 'Michroma', sans-serif;  padding-bottom:10px;word-spacing: 7px; }
h2.subhead { font: 24px Arial, Helvetica, sans-serif; padding-bottom:0px;padding-top:10px;}
h2.staff { font: 24px Arial, Helvetica, sans-serif; padding-bottom:0px;padding-top:10px; text-align:left;}
h2.products { font: 24px Arial, Helvetica, sans-serif; padding-bottom:0px;padding-top:10px; text-align:left;}
h3.leftnavtitle { font: 18px Arial, Helvetica, sans-serif; padding-bottom:0px;}
h3.subhead { font: 16px Arial, Helvetica, sans-serif; padding-bottom:0px;padding-top:10px;}

h2.eventtitle { font: 24px Arial, Helvetica, sans-serif; padding-bottom:0px;padding-top:10px;}

.content.footer h3 { font: 14px Arial, Helvetica, sans-serif; padding-top:10px; color: #444;}

p.callout { font-size: 16px ; font-weight:bold ;}

.testimonialtxt {padding: 45px 0px 15px 25px;
background: url('../img/quotes-2.png') no-repeat top left;}

.testimonialauthor {font: 18px Arial, Helvetica, sans-serifitalic; padding-bottom:0px;padding-top:10px; text-align:right;}

.gold {color:#65572f;
}

.graytext {color:#666;
}

.whitetext {color:#FFF;
}

.bold {
	font-weight:bold;}

.sidebar h3 {
	margin-bottom: 13px;
	
	font: 12px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}



i.ita {
	font-family:great_vibesregular;
	font-style:normal;
	font-weight:normal; 
	font-size: 150%; 
	vertical-align: middle; 
	display: inline-block; 
}



.great-vibesregular {
	font-family: 'great_vibesregular';
}

hr {
    border: 0;
    height: 1px;
    background: #999;
    background-image: -webkit-linear-gradient(left, #ddd, #999, #ddd); 
    background-image:    -moz-linear-gradient(left, #ddd, #999, #ddd); 
    background-image:     -ms-linear-gradient(left, #ddd, #999, #ddd); 
    background-image:      -o-linear-gradient(left, #ddd, #999, #ddd); 
	margin-top: 15px;
	margin-bottom: 15px;
}

hr.products {
	margin-top: 15px;
	margin-bottom: 35px;
}

/*-----------------------------------------------------------------------------------------------------------*/

.btn-layout {
	width: 32px;
	height: 32px;

	position: fixed;
	top: 10px;	left: 10px;
	z-index: 100;

	border: 1px solid #FC5E32;
	box-shadow: inset 0 1px 0 #FCAB94;
	text-shadow: inset 0 1px 0 #FC5E32;

	background: #ff855f;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#ff855f), color-stop(100%,#ff6d41));
	background: -webkit-linear-gradient(top,  #ff855f 2%,#ff6d41 100%);
	background: linear-gradient(to bottom,  #ff855f 2%,#ff6d41 100%);

	text-align: center;
	font: 20px/31px 'FontAwesome';
	color: #fff;

	cursor: pointer;
}

.btn-layout.active {
	background: #444;
	box-shadow: inset 0 0 3px #333;
	border: 1px solid #333;
}

.main {
	margin: 0 auto;

	background: none;
	/*box-shadow: 0 0 2px rgba(0,0,0,0.2);*/
	
	
}

.main.boxed { 
	width: 1090px; 
	margin-top: 20px;
	margin-bottom: 20px;
}

.layout {
	width: 990px;
	min-width: 200px;
	margin: auto;
	padding: 0 40px;
	background: #FFF;
}

.layout.footer {
	width: 1020px;
	min-width: 200px;
	margin: auto;
	padding: 0 10px 0 30px;
	background: none;
}

.bannershadow {
	background:  url("../img/shadow-trans.png") no-repeat scroll 0 0 / 100% auto transparent;
	height: 33px;
	width: 1200px;
	margin: auto; padding: 0 ;
	
}

/*													  												HEADER ^
-----------------------------------------------------------------------------------------------------------*/

.header {
	position: relative;
	background: #fff;
}

.header .layout {
	position: relative;
	padding: 0 40px;

	text-align: left;
	background-color: transparent;
}

.content .header .layout {
	position: relative;
	padding: 40px 40px 0 !important;

	text-align: right;
}

.logo {
	display: inline-block;
	position: static;
	margin: 0;
	padding-top:30px;
	padding-left:30px;

	text-align: left;
	
}


.logo img {
	vertical-align: middle;
}

.header .layout .searchfield {
	position:absolute;
	top:100px;
	right:0px;
	font-size:14px;

	text-align: right;
	color: #777;
	
}

.header .layout .topnavlinks {
	position:absolute;
	top:35px;
	right:0px;
	margin: 0px 0px 0px 0px;
	font-size:14px;

	text-align: right;
	color: #777;
	
}
 

.header .layout .contactinfo {
	position:absolute;
	top:70px;
	right:20px;
	margin: 0px 0px 0px 0px;
	font-size:16px;

	text-align: right;
	color: #666;
	display:none;
	
}

.header .layout .tagline {
	position:absolute;
	top:70px;
	left:340px;
	margin: 0px 0px 0px 0px;
	font-size:21px;

	text-align: left;
	color: #fff;
	
}

.mob-layout {
	max-height: 42px;

	float: left;
	text-align: left;

}


.mob-layout .wrap-center {
	text-align: center;
}

.mob-layout .wrap-left {
	position: absolute;
	bottom: 0; left: 40px;
}

.mob-layout .wrap-left .slogan {
	margin-left: 0;
}

.mob-layout.wrap-right {
	position: absolute;
	bottom: 0; right: 40px;
	float: right;
	text-align: right;
}

.mob-layout.m-center .wrap-center {
	text-align: center;
}

.mob-layout.m-center .wrap-left {
	position: absolute;
	bottom: 0; left: 40px;
}

.mob-layout.m-center .wrap-left .slogan {
	margin-left: 0;
}

.mob-layout.m-center .wrap-right {
	position: absolute;
	bottom: 0; right: 40px;
}



/*												   navigation ^
--------------------------------------------------------------*/

.wrap-left .menu {
	margin-left: 10px;
}


.btn-menu {
	display: none;
}


.menu, .submenu {
	position: relative;
	z-index: 9999999;

	margin: 0 0 0 0;
	padding: 0;

	list-style: none;
}

.menu {
	display: inline-block;
	vertical-align: top;

	position: absolute;
	top: 3px;
	left: 20px;

	text-align: left;
	white-space: nowrap;
}

.menu li {
	position: relative;
	text-align: left;
}

.menu li.with-sub:hover:before {
	content: '';

	display: block;
	width: 180px;
	height: 2px;

	position: absolute;
	left: 15px;
	bottom: 0;

	z-index: 1;

	background: #e34735;
}

.menu li i {
	margin-right: 7px;
	color: #ced3d5;
	text-shadow: 0 1px 0 white;
}

.menu a {
    display: block;
    
    position: relative;
    
    text-decoration: none;
    color: #646060;
    font: 13px Arial, Helvetica, sans-serif;

	-webkit-transition: none;
	transition: none;
}

.menu a.active {
	color: #e34735;
}

.menu > li {
    display: inline-block;
    vertical-align: top;
}

.menu > li:before, .menu a.active:before { 
	content: '';
	display: block;
	height: 0;

	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 0;

	z-index: 53;

	background: #e34735;

	-webkit-transition: height 0.2s ease;
	transition: height 0.2s ease;
}

.menu > li:hover:before, .menu a.active:before { height: 2px; }

.menu > li > a {
    padding: 0 18px;
    
    line-height: 40px;
    color: #000;
}

.menu li.with-sub:hover:before,
.menu > li:before, .menu a.active:before {
	background: none;
}


.menu a.active {
	color: #fff;
}



.menu li a:hover  {
	color: #fff;
}

/*---------------------------------------------------------- submenu*/

.submenu {
    min-width: 180px;
    
    position: absolute;
	top: -1px;  left: 100%;

	margin: 0;
	padding: 0;
	padding-top:10px;
	padding-bottom:10px;

	visibility: hidden;
    
	background: #616161;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	
	border-radius: 0 0 2px 2px;

	list-style: none;
}

.menu > li > .submenu {
	top: 100%;    left: 0px;
}

.menu li:hover > .submenu {
	visibility: visible;
}

.submenu li {
    position: relative;	

	-webkit-transition: background-color 0.2s ease, border 0.2s ease, height 0.3s ease, color 0.2s ease, opacity 0.5s ease;
	transition: background-color 0.2s ease, border 0.2s ease, height 0.3s ease, color 0.2s ease, opacity 0.5s ease;
}

.submenu li:hover {

}



.submenu li a {
    padding: 0 20px;

	line-height: 25px;
	font-size: 12px;
	color: #ddd;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0;
}

.submenu li a:hover  {
	color: #111;
}

.submenu li {
	height: 15px;
	border-top: 1px solid #616161;
	border-bottom: 1px solid #616161;

}

.submenu li:last-child {
	border-bottom: 0px solid #0053a0;
	border-radius: 0 0 2px 2px;
}

.submenu li i {
	margin-right: 7px;
}


.menu li:hover > .submenu > li {
	height: 25px;
}

.submenu li:hover {
	
	background: none;

}



/*----------------------------------------------*/

.header .layout {

	width: 1070px;
	height: 145px;
	padding: 0px;
	
}

.header.mainnavbar {
	background-color: #9e9e9e;
	/*background-image: url(../img/bkgrd-navbar-solid.png);
	background-position: left top;
	background-repeat: repeat-x;*/
	
}


.header.mainnavbar .layout {
	/*width: 1050px;*/
	width: 1070px;
	height: 45px;
	padding: 0px;
	background: #9e9e9e;
	background-image: url(../img/bkgrd-nav.png);
	  background-position: center top;
	  background-repeat: no-repeat;
	

}

.m-alt-head .mob-layout {
	float: none;
}

.m-alt-head .b-social {
	float: right;
	vertical-align: middle;
}

.slogan {
	display: inline-block;
	margin: 0 0 0 30px;
	vertical-align: top;
	font-size: 12px;
}

.navbar {
	background: #eff1f2;
}

.navbar .menu {
	display: block;

	width: 960px;
	min-width: 200px;

	margin: auto;

	text-align: left;

	font-size: 0;
}

.navbar .menu.m-center {
	text-align: center;
}


.navbar .menu > li > a {
	line-height: 42px;
	font-size: 13px;
}

.navbar .menu > li:before, .navbar .menu a.active:before { 
	left: 14px;
	right: 14px;
}

.navbar .menu > li > .submenu {
	left: 14px;
}

.navbar .menu li.with-sub:hover:before {
	left: 14px;
}




/*---------------------------------------------------------- mobile menu */

.btn-menu {
	width: 26px;
	height: 22px;

	position: absolute;
	top: 30px;	right: 45px;
	cursor: pointer;

	font: 28px/23px 'FontAwesome';
	color: #c5c5c5;
}

.btn-menu.active {
	color: #313538;
}



.btn-submenu {
	width: 70px;
	height: 44px;

	position: absolute;
	top: 0;		right: 0;

	z-index: 12;

	text-align: center;
	font: 13px/42px 'FontAwesome';
	cursor: pointer;
}

.btn-submenu.active {
	line-height: 39px;
}

.btn-submenu:before {
	content: "\f0d7";
	color: #9a9a9a;
}

.btn-submenu.active:before {
	content: "\f0d8";
}

.desk .mob-menu {
		display: none !important;
}


.mob-menu-container {
	width: 850px;
	margin:auto;

}

.mob-menu, .mob-submenu {
	position: relative;
	z-index: 50;

	margin: 56px 0 0;
	padding: 0;

	list-style: none;
}

.mob-menu {
	display: none;
	vertical-align: top;

	position: relative;
	margin: 0;

	background: #222222;

	white-space: nowrap;
}

.mob-menu li {
	position: relative;
	text-align: left;

	border-bottom: 1px solid #171717;
    border-top: 1px solid #2c2c2c;
}

.mob-menu a {
    display: block;
    
    position: relative;
    padding-left: 30px;
    
    text-decoration: none;
    color: #8a9094;
    font: 14px  Arial, Helvetica, sans-serif;

	-webkit-transition: none;
	transition: none;
}

.mob-menu a.active {
	color: #d0d5d8;
}

.mob-menu > li > div > a {
    padding: 0 40px;
    
    line-height: 42px;
}

.mob-menu div {
	width: 768px;
	position: relative;
	margin: 0 auto;
}

/*---------------------------------------------------------- submenu*/

.mob-menu > li > .mob-submenu {
	background: #141414;
}

.mob-submenu {
	display: none;
	min-width: 170px;

	position: relative;
	margin: 0;
	padding: 0;

	list-style: none;
}

.mob-submenu:before {
	content: '';

	display: block;
	width: 100%;

	border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.mob-submenu a {
	padding: 0 20px;

	font: 14px/42px 'OpenSansRegular';
	color: #8a9094;
	text-transform: none;
	letter-spacing: 0;
}

.mob-submenu li {
	border-bottom: 1px solid #0c0c0c;
	border-top: 1px solid #1c1c1c;
}

.mob-submenu li:last-child {
	border-bottom: 0px solid #0c0c0c;
}

.mob-submenu li i {
	margin-right: 7px;
}

.mob-submenu a {
		padding-left: 60px !important;
}
	
.mob-submenu .mob-submenu a {
	padding-left: 80px !important;
}




/*													  											    SLIDER ^
-----------------------------------------------------------------------------------------------------------*/

.fullwidthbanner-container {
	width: 100% !important;
	max-height: 440px !important;

	position: relative;
	padding: 0;
	overflow: hidden;
}

.fullwidthbanner-container .fullwidthbanner {
    max-height: 440px !important;
    position: relative;
    margin-top: -5px;
    width: 100% !important;
}


.altwidthbanner-container {
	width: 1070px !important;
	max-height: 464px !important;
	margin:auto;

	position: relative;
	padding: 0;
	overflow: hidden;
	vertical-align: baseline;
}

.altwidthbanner-container .altwidthbanner {
	width: 1070px !important;
    max-height: 464px !important;
    position: relative;
    margin-top: -5px;
 
}

.bannerbarbg {

    background-color:#7d7d7d;
    position:relative;

}

.bannerbar-container {
	width: 1070px !important;
	max-height: 17px !important;
	margin:auto;

	position: relative;
	padding: 0;
	overflow: hidden;
	vertical-align: baseline;
	
}

.bannerbar-container .bannerbar {
	width: 1070px !important;
    max-height: 17px !important;
    position: relative;
 
}

.altwidthbanner-container .altwidthbanner ul {
	list-style:none;
	margin:0;
	padding:0;
     
}



.top-shadow:before {
	content: '';

	display: block;

	width: 100%;
	height: 5px;

	position: relative;
	z-index: 40;

	margin: auto;

	box-shadow: 0 2px 3px rgba(0,0,0,0.1) inset;
}


.slidershadow {
	width: 1070px;
	margin: auto;
	position: relative;
	padding: 0;
	overflow: hidden;
	padding-top: 0px;

}

/*													  											    SLIDER ^
-----------------------------------------------------------------------------------------------------------*/

.bannerfullbg {

    background-color:#000;
    position:relative;
	background-image: url(../img/slider/home-slider-bg.jpg);
	background-position: left top;
	background-repeat: repeat-x;

}

.bannercontainer {
    padding:0;
    background-color:#c4c5c2;
    width:1070px;
    position:relative;
    margin-left:auto;
    margin-right:auto;
}
 
.banner{
    width:1070px;    /* MUST BE THE SAME AS IN THE OPTIONS <strong>startwidth</strong>*/
    height:353px;    /* MUST BE THE SAME AS IN THE OPTIONS <strong>startheight</strong>*/
    position:relative;
    overflow:hidden;
}


.experinceintrofullbg {

    background-color: transparent;
    position:relative;
	background-image: url(../img/experience-intro-bkgrd.jpg);
  background-position: center top;
  background-repeat: repeat-x;

}

.experinceintrocontainer {
    padding:0;
    background-color: transparent;
    width:1070px;
    position:relative;
    margin-left:auto;
    margin-right:auto;
}
 
.experinceintro{
    width:1070px;    /* MUST BE THE SAME AS IN THE OPTIONS <strong>startwidth</strong>*/
    height:621px;    /* MUST BE THE SAME AS IN THE OPTIONS <strong>startheight</strong>*/
    position:relative;
    overflow:hidden;
}

.interiorbannerfullbg {

    background-color:#0088ca;
    position:relative;

}

.interiorbannercontainer {
    padding:0;
    background-color:#0088ca;
    width:1070px;
    position:relative;
    margin-left:auto;
    margin-right:auto;
}

.interiorbanner {

    width:1070px;
	height:261px; 

}


.interiorbannerfullbg.mapbasin {

    background-color:#0088ca;
	background-image: url(../img/map-basin/map-basin-bkgrd.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    position:relative;

}

.interiorbannercontainer.mapbasin {
    padding:0;
    

	background-color: transparent;
    position:relative;
    margin-left:auto;
    margin-right:auto;
}

.interiorbanner.mapbasin {

    width:1070px;
	height:631px; 

}

.fullwidthbanner-container {
	width: 100% !important;
	max-height: 366px !important;

	position: relative;
	padding: 0;
	overflow: hidden;
	background-color: #0088ca;
	margin:auto 0;
}

.fullwidthbanner-container .fullwidthbanner {
    max-height: 366px !important;
    position: relative;
    margin-top: -5px;
    width: 100% !important;
	background-color: #0088ca;
}

.top-shadow:before {
	content: '';

	display: block;

	width: 100%;
	height: 44px;

	position: absolute;
	z-index: 40;
	text-align:center;
	margin:auto 0;



	
	background-image: url(../img/shadow-1070.png);
  background-position: top center;
  background-repeat: no-repeat;
}

/*.tp-leftarrow.default, .tp-rightarrow.default {
	width: 32px !important;
	height: 80px !important;

	left: -40px !important;

	background: rgba(20,22,23,0.6) !important;
	border-radius: 2px !important;

	-webkit-transition: background-color 0.4s ease, left 0.2s ease, right 0.2s ease !important;
	transition: background-color 0.4s ease, left 0.2s ease, right 0.2s ease !important;
}*/

.tp-leftarrow.default, .tp-rightarrow.default {
	width: 32px !important;
	height: 80px !important;

	left: -10px !important;

	background: none;
	border-radius: 2px !important;

	-webkit-transition: background-color 0.4s ease, left 0.2s ease, right 0.2s ease !important;
	transition: background-color 0.4s ease, left 0.2s ease, right 0.2s ease !important;
}

.tp-rightarrow.default {
	left: auto !important;
	right: -10px !important;
}

/*.tp-leftarrow.default:before, .tp-rightarrow.default:before {
	content: '\f104';

	display: block;

	text-align: center;
	line-height: 80px;
	font: 20px/80px 'FontAwesome';
	color: #fff;
}*/

.tp-leftarrow.default:before, .tp-rightarrow.default:before {
	content: '\f104';

	display: block;

	text-align: center;
	line-height: 80px;
	font: 60px 'FontAwesome';
	color: #fff;
}

.tp-rightarrow.default:before {
	content: '\f105';
}

/*.tp-leftarrow.default:hover, .tp-rightarrow.default:hover {
	background: rgba(0,159,228,0.9) !important;
}*/

.tp-leftarrow.default:hover, .tp-rightarrow.default:hover {
	background:  none;
	font: 60px 'FontAwesome';
	color: #1d3172;
}

.tp-bullets {
	bottom: 22px !important;
	-webkit-transition: bottom 0.2s ease !important;
	transition: bottom 0.2s ease !important;
}

.bullet {
	width: 13px !important;
	height: 13px !important;

	border-radius: 50%;
	background: rgba(0,0,0,0.4) !important;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.4), 0 1px 0 rgba(250,250,250,0.1);

	margin: 0 4px !important;

	-webkit-transition: opacity 0.2s ease !important;
	transition: opacity 0.2s ease !important;
}

.b-main-slider:hover .ls-fullwidth .ls-bottom-slidebuttons a {
	opacity: 1;
}

.bullet.selected {
	background: #009fe4 !important;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 1px 2px rgba(0,0,0,0.15);
}


.fullwidthbanner-container:hover .tp-leftarrow.default {
	left: 20px !important;
}

.fullwidthbanner-container:hover .tp-rightarrow.default {
	right: 20px !important;
}



.tp-caption span {
	display: block;

	border-radius: 2px;
	line-height: 1.1em;
	color: #fff;
	
	text-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.tp-caption span a {
	color: #e34735;
}

.tp-caption span a:hover {
	color: #fff;
}

.tp-caption.m-text-color span {
	padding: 0 !important;
	color: #e34735;
}

.tp-caption.m-text-black span {
	padding: 0 !important;
	color: #313538;
}

.tp-caption.m-text-white span {
	padding: 0 !important;
}

.tp-caption.m-bg-white span {
	background-color: #fff !important;
	color: #3f4144;
}

.tp-caption.m-bg-black span {
	background-color: rgba(20,22,23,0.7) !important;
	color: #fff;
}

.tp-caption.m-bg-color span {
	background-color: rgba(227,71,53,0.8) !important;
	color: #fff;
}

.tp-caption.m-7em span {
	padding: 0.25em 0.4em 0.3em;
	line-height: 0.9em;
	font-size: 7em;
}

.tp-caption.m-6em span {
	padding: 0.25em 0.4em 0.3em;
	line-height: 0.9em;
	font-size: 6em;
}

.tp-caption.m-5em span {
	padding: 0.3em 0.4em 0.35em;
	line-height: 0.9em;
	font-size: 5em;
}

.tp-caption.m-4em span {
	padding: 0.85em 1.1em 0.9em;
	line-height: 0.9em;
	font-size: 4em;
}

.tp-caption.m-3-8em span {
	padding: 0.85em 1.1em 0.9em;
	line-height: 0.9em;
	font-size: 3.8em;
}

.tp-caption.m-3-6em span {
	padding: 0.85em 1.1em 0.9em;
	line-height: 0.9em;
	font-size: 3.6em;
}

.tp-caption.m-3-4em span {
	padding: 0.85em 1.1em 0.9em;
	line-height: 0.95em;
	font-size: 3.4em;
}

.tp-caption.m-3-2em span {
	padding: 0.85em 1.1em 0.9em;
	line-height: 0.95em;
	font-size: 3.2em;
}

.tp-caption.m-3em span {
	padding: 0.85em 1.1em 0.9em;
	line-height: 1em;
	font-size: 3em;
}


.tp-caption.m-2-8em span {
	padding: 0.85em 1.1em 0.9em;
	line-height: 1em;
	font-size: 2.8em;
}

.tp-caption.m-2-6em span {
	padding: 0.85em 1.1em 0.9em;
	line-height: 1em;
	font-size: 2.6em;
}

.tp-caption.m-2-4em span {
	padding: 0.35em 0.7em 0.4em;
	font-size: 2.4em;
}

.tp-caption.m-2-2em span {
	padding: 0.38em 0.7em 0.43em;
	font-size: 2.2em;
}

.tp-caption.m-2em span {
	padding: 0.85em 1.1em 0.9em;
	font-size: 2em;
}

.tp-caption.m-1-8em span {
	padding: 0.85em 1.1em 0.9em;
	font-size: 1.8em;
}

.tp-caption.m-1-6em span {
	padding: 0.55em 1.1em 0.6em;
	font-size: 1.6em;
}

.tp-caption.m-1-4em span {
	padding: 0.55em 1.0em 0.6em;
	line-height: 1.2em;
	font-size: 1.4em;
}

.tp-caption.m-1-2em span {
	padding: 0.6em 1.1em 0.65em;
	line-height: 1.4em;
	font-size: 1.2em;
}

.tp-caption.m-bebas_neueregular span {
	font-family: 'bebas_neueregular';
}

.tp-caption.m-great-vibesregular span {
	font-family: 'great_vibesregular';
}

.tp-caption.m-semibold span {
	font-family: 'OpenSansSemiboldRegular';
}

.tp-caption.m-opensansitalic span {
	font-family: 'OpenSansItalic';
}

.tp-caption.m-opensanslightitalic span {
	font-family: 'OpenSansLightItalic';
}

.tp-caption.m-bold span {
	font-family: 'OpenSansBold';
}

.tp-caption.m-extra-bold span {
	font-family: 'OpenSansExtraboldRegular';
}

.tp-caption.m-light span {
	font-family: 'OpenSansLightRegular';
}

.tp-caption.m-opacity-80 span {
	opacity: 0.8;
}

.tp-caption.m-letter-spacing-1 span {
	letter-spacing: 1px;
}

.tp-caption.m-uppercase span {
	text-transform: uppercase !important;
}

.tp-caption.m-lowercase span {
	text-transform: lowercase !important;
}

.shortcodes .tp-caption span {
	margin-bottom: 20px;
}


/*													  											    Top Nav Links ^
-----------------------------------------------------------------------------------------------------------*/



.topnav {
	float: right;

	margin: 0;
	padding: 0;

	list-style: none;
	font-size: 14px;
	color: #999;
}



.topnav li {
	display: inline-block;

}

/*.topnav li:after {
	content: "\f054";

	display: inline-block;
	position: relative;


	padding: 0 0 0 3px;

	font: 6px 'FontAwesome';
}*/

/*.topnav li:first-child:after,*/ .topnav li:last-child:after {
	display: none;
}

.topnav a {
	padding: 0 8px;
	text-decoration: none;
	color: #999;

	-webkit-transition: color 0.2s ease;
	transition: color 0.2s ease;
}

.topnav a:hover {
	color: #FFF;
}

.topnav span {
	padding: 0 8px;
	text-decoration: none;
	color: #999;

	-webkit-transition: color 0.2s ease;
	transition: color 0.2s ease;
}

/*---------------------------------------------------------- search */

.b-search-form {
	float: right;
	margin: 0 0 0 26px;
}

.b-search-form i {
	margin-top: 0px;
	line-height: 20px;
}

.b-search-form input {
	width: 125px;
	height: 33px;
	background-color: #eee;
}

.b-search-form .input-wrap {
	margin-bottom: 0;
}

.b-search-form input:focus {
	width: 250px;
	border: 1px solid #e2e2e2;
	border-top: 1px solid #d4d4d4;
	box-shadow: none;
}

.search-form {  	
    position: relative;

    letter-spacing: -.31em;
	word-spacing: -.43em;
}

.search-text-remove, .search-submit {
    display: none;
}

.search-text {
    width: 0;
    height: 29px;
    
    padding-left: 21px;
    opacity: 0.5;    
    
    background: url(../img/search2.png) no-repeat 0 50%;    
    border: 1px solid transparent;
    
    outline: none;
    cursor: pointer;
    font: 13px 'OpenSansSemiboldRegular';
    color: #555;
    
    -webkit-transition: width 0.2s ease-in-out, opacity 0.2s ease-in-out;
    transition: width 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.search-text:hover {
    opacity: 1;
}

.search-text:focus {
    width: 145px;
    padding-left: 31px;
    opacity: 1;
    
    border: 1px solid #e2e2e2;
    background-color: #fff;
    box-shadow: 0 0 0 4px #f6f6f6, inset 0 1px 3px rgba(0,0,0,0.04);
    
    cursor: text;
}


/*----------------------------------------------------------------------------------*/

.btn-search {
	display: none;

	width: 24px;
	height: 24px;

	color: #c5c5c5;
	font: 24px/23px 'FontAwesome';
	cursor: pointer;
}

.btn-search.active {
	color: #313538;
}

/*													  											   CRUMBS ^
-----------------------------------------------------------------------------------------------------------*/



.crumbs {


	margin: 0;
	padding: 0px ;

	list-style: none;
	font-size: 14px;
	color: #000000;

}

.crumbs li {
	display: inline-block;
	line-height: 24px;
}

.crumbs li:after {
	content: "\f054";

	display: inline-block;
	position: relative;
	top: -1px;

	padding: 0 8px 0 5px;

	font: 8px/24px 'FontAwesome';
}

/*.crumbs li:first-child:after, */.crumbs li:last-child:after {
	display: none;
}

.crumbs li:first-child:after {
	padding-left:0px;
}

.crumbs a {
	padding: 0 12px 0 0px;
	text-decoration: none;
	color: #000000;

	-webkit-transition: color 0.2s ease;
	transition: color 0.2s ease;
}

.crumbs a:hover {
	color: #000;
}

/*													  											   CONTENT ^
-----------------------------------------------------------------------------------------------------------*/


.content {
	/*border-top: 1px solid #e4e4e4;*/
	background: none;
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0px,#aaa), color-stop(20px,#fff));
	background: -webkit-linear-gradient(top,  #aaa 0px,#fff 20px);
	background: linear-gradient(to bottom,  #aaa 0px,#fff 20px);*/
}

.content.footer {
	/*border-top: 1px solid #e4e4e4;*/
	background:#e3e3e1;
}


.content .layout {
	padding: 40px 40px 40px 40px;
}



.content .layout.home {
	width: 1030px;
	padding-top: 80px;
	padding: 10px 10px 1px 30px;

}


	
.content .layout.inner {
	width: 1030px;
  padding-top: 80px;
  padding: 10px 10px 1px 30px;
	border-bottom-right-radius:2em;
	border-bottom-left-radius:2em;
	background-color:#fff;
	

}
	
	.content .layout .quotecontainer {
		padding-top:15px;
		max-width:300px;
	}
	

.staff {
position: relative;
margin-bottom: 20px;
text-align: center;
}

.staff-image {
display: block;
position: relative;
z-index: 2;
overflow: hidden;
box-shadow: 0 1px 1px rgba(0,0,0,0.1);
-webkit-transition: box-shadow 0.2s ease;
transition: box-shadow 0.2s ease;
}

.staff-image img {
    width: 100%;
    display: block;
    
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}


.brands {
position: relative;
margin-bottom: 20px;
text-align: center;
}

.brands-image {
display: block;
position: relative;
z-index: 2;
overflow: hidden;

}

.brands-image img {
    width: 100%;
    display: block;
}

	
	
/*													  												PRODUCTS ^
-----------------------------------------------------------------------------------------------------------*/

.project {
position: relative;
margin-bottom: 20px;
text-align: center;
}

.project-image {
display: block;
position: relative;
z-index: 2;
overflow: hidden;
box-shadow: 0 1px 1px rgba(0,0,0,0.1);
-webkit-transition: box-shadow 0.2s ease;
transition: box-shadow 0.2s ease;
}

a.project-name {
color: #000000;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
position: relative;
}

a.project-name.inner {
color: #000000;
}

a.project-name:hover {
	color: #000;
}

a.project-name.inner:hover {
	color: #000;
}

.project-name {
display: inline-block;
margin: 25px 0 6px;
font: 18px Arial, Helvetica, sans-serif;
}

.project-image img {
    width: 100%;
    display: block;
    
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.project-image.border {
    border: 1px solid #ddd;
}

.project-image:hover img {
    -webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.link-overlay {
	position: absolute;
	top: 0;       left: 0;
	bottom: 0;    right: 0;

	background: rgba(0,0,0,0);

	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

.link-overlay:before {
	display: block;

	width: 46px;
	height: 46px;

	position: absolute;
	top: 50%;    left: 50%;

	margin: -22px 0 0 -25px;

	border-radius: 50%;
	background: #fff;

	text-align: center;
	font: 14px/46px 'FontAwesome';
	color: #2c2c2c;

	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	opacity:0;

	-webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.project-image:hover .link-overlay { background: rgba(20,22,23,0.6);}

.project-image:hover  .link-overlay:before {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity:1;
}










/*													  												FOOTER ^
-----------------------------------------------------------------------------------------------------------*/
.footer {
	/*border-top: 1px solid #e2e2e2;*/
	background-color:#e3e3e1;
}

.footer .layout {
	width: 1040px;
	padding: 0px 0px 0px 30px;
	background:none;
	text-align:left;
}



.footernav {
	margin: 0;
	padding-top:30px;
	padding-bottom:10px;
	font-size:14px;
	list-style: none;
	font-size: 14px;
	color: #999;
	
}



.footernav li {
	display: inline-block;

}

.footernav li:last-child:after {
	display: none;
}

.footernav a {
	padding: 0 8px;
	text-decoration: none;
	color: #666;

	-webkit-transition: color 0.2s ease;
	transition: color 0.2s ease;
}

.footernav a:hover {
	color: #000000;
}

.footerlogos {
	margin: 0;
	padding-top:30px;
	padding-bottom:20px;
	list-style: none;

	
}

.footerlogos li {
	display: inline-block;

}


	
.copyright {

	padding: 0px;
	background-color:#fff;

	/*background: #fff url(../img/page-head-bg2.gif) repeat;*/

	font-size: 14px;
	line-height: 64px;
}

.b-copyright {
overflow: hidden;
padding: 0 30px 0 7px;
background-color: transparent;
/* background: #fff url(../img/page-head-bg2.gif) repeat; */
font-size: 14px;
line-height: 30px;
}


.copy {

	font-size: 12px;
	color: #444;
}

.copy a {
	color: #000000
	
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.copy a:hover {
	color: #000;
}

.testimonials .layout {
	width: 1070px;
	padding: 0px;
	background:none;
	text-align:center;
}

blockquote
{
    clear: both;
	color:#666;
	font-family:"Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
    position: relative;
    quotes: none;
    border: 0px;
    
    line-height: 30px;
	border-top: #979797 solid 9px;
	background-color:#e6e6e6;
	text-align:center;
	padding: 20px 10%;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
}

blockquote p.customer
{
	color:#222;
	font-family:"Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	padding-top:20px;

}





/*													  									  CONTENT-FEATURED ^
-----------------------------------------------------------------------------------------------------------*/

.content-featured {
	padding: 25px 0 15px 0;
	
	background: #000000 url(../img/page-head-bg.gif) repeat;
	box-shadow: 0 9px 12px rgba(0,0,0,0.2) inset;
	
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	
	
}





/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/*-------------------------------------------------------------- INNER PAGE */


.innerbanner-container {
	width: 1070px !important;
	max-height: 146px !important;
	margin:auto;

	position: relative;
	padding: 0;
	overflow: hidden;
}


/* BANNER GLOBAL */

	.innerbanner-container .innerbanner {
		width: 1070px !important;
		max-height: 146px !important;
		position: relative;
		margin-top: 0px;
		background-position: top left;
		background-repeat: no-repeat;
		width: 1070px; 
		height: 146px;
	}

/* BANNER SPECIFIC */
	
	/*.innerbanner-container .innerbanner.sparks { background-image: url(../img/banner/bkgrd-interior-banner-1070.jpg); }*/
	
	



.big-text {	
	margin: 20px 0 30px 0;
padding: 20px 0 20px 0;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
font-family: 'OpenSansLightRegular', san-serif;

font-size: 23px;
color: #444;
font-weight: 300;
line-height: 34px;

}


ul {list-style: none; padding: 0; margin: 0;}
#nav {float: left; width: 235px; margin: 15px 0;}
#nav li a {display: block; padding: 10px 0px; text-decoration: none; color: #000000;}
#nav li a.nolnk {text-decoration: none; color: #444;}
#nav li a:hover, #nav li a.active {color: #444; }
#nav li a:hover, #nav li a.lnk.active { font-family: 'OpenSansSemiboldRegular';}
#nav li ul {display: none;}
#nav li ul li a {padding: 10px 25px; }

.leftnavlinks {
	line-height:28px;
	}
	
.lnk {

	padding-top:9px;
	background-image: url(../img/left-nav-horz-divider.png);
	background-position: top left;
	background-repeat: no-repeat; 
	}
	
.nolnk {

	padding-top:9px;
	background-image: url(../img/left-nav-horz-divider.png);
	background-position: top left;
	background-repeat: no-repeat; 
	}


.hidden { display: none; }

.error { color: #f00; font-weight: normal; font-size: 12px; border: 0px; background-color:#fff; }
.success { color: #52a411; font-weight: normal; font-size: 14px; }

.captchanumbers  {
	font-size:24px;
	color: #000000;
	margin-top: .5em;
	margin-bottom: .5em;
	 }


img.right {
	padding-left:20px;
	padding-bottom:20px;
	display: inline-block;
	
	}
	
	
img.left {
	padding-right:20px;
	padding-bottom:20px;
	
	}

*::-moz-selection {
	background-color: #000000 !important;
	color: #fff;
}

*::selection {
	background-color: transparent; !important;
	background-color: #999; !important;
	color: #fff;
}




.m-alt .spoiler-title.active:before {
	/*background: #000000 url(../../img/btn-bg.png) repeat-x top;
	border: 1px solid #4e83d9;

	box-shadow: 0 1px 3px rgba(0,0,0,0.1);*/
	
	color: #000000;
	text-shadow: none;
	/*text-shadow: 0 -1px 0 #3263cd;*/
}


img.right {
	padding-left:20px;
	padding-bottom:20px;
	display: inline-block;
	
	}
	
	
img.left {
	padding-right:20px;
	padding-bottom:20px;
	
	}
	
.homeflag {
	float:right;
	padding-left:20px;
	padding-bottom:20px;
	display: inline-block;}