/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}


/************************************************************************************
GENERAL STYLING
*************************************************************************************/
html, body { height: 100%; }
body {
	background: #FFF;
	color: #303030;
	font-family: 'SansationRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
}
a, input {
	text-decoration: none;
	outline: none;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a img { border: none; }
p {
	margin: 0 0 1.2em;
	padding: 0;
}



/* list */
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 120%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}

/* headings */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: .4em 0;
	color: #000;
	font-family: 'SansationRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: normal;
}
h1 {
	font-size: 1.875em;
	color: #fff;
	background: url(../images/layout/bg-dark.jpg);
	padding: 45px 0;
	margin: 0;
	position: relative;
}
h2 {
	font-size: 1.95em;
	color: #385EAA;
	font-weight:bolder;
}
h3 {
	font-size: 1.4em;
	font-weight: normal;
	font-family: 'SansationBold', 'SansationRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #303030;
}
h4 {
	font-size: 1.25em;
	color: #303030;
	font-family: 'SansationBold', 'SansationRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
h5 {
	font-size: 1em;
	color: #031d25;
}
h6 {
	font-size: .9em;
}

.cl { clear: both; }
.left { float: left; }
.right { float: right; }

.img_right_nb, .img_right { float: right; margin: 5px 0 10px 20px; }
.img_left, .img_left_nb { float: left; margin: 5px 20px 10px 0; }
.img_right, .img_left {
	-webkit-box-shadow: 0px 1px 4px 0px rgba(4, 4, 4, .5);
	box-shadow: 0px 1px 4px 0px rgba(4, 4, 4, .5); 
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
.wrap {
	max-width: 1140px;
	margin: 0 auto;
	position: relative;
}
.wrap.small {
	width: 1140px;
}
.wrap.headerwrap {
	height: 100%;
}

:-moz-placeholder, #landing_form input:-moz-placeholder {
    color: #aaa;
	font-size: 0.875em;
	font-family: 'SansationItalic', 'SansationRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;	
}
::-moz-placeholder {
    color: #b3b3b3;
	font-size: 0.875em;
	font-family: 'SansationItalic', 'SansationRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;	
}
::-webkit-input-placeholder {
    color: #b3b3b3;
	font-size: 0.875em;
	font-family: 'SansationItalic', 'SansationRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;	
}
:-ms-input-placeholder {
    color: #b3b3b3;
	font-size: 0.875em;
	font-family: 'SansationItalic', 'SansationRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;	
}
.placeholder, input.placeholder {
    color: #b3b3b3;
	font-size: 0.875em;
	font-family: 'SansationItalic', 'SansationRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;	
}

/************************************************************************************
HEADER
*************************************************************************************/
#header {
	height: 75px;
	width: 100%;
	background: #FFF;
	background: rgba(255,255,255,.95);
	position: fixed;
	top: 0;
	z-index: 100;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
}

#header.subpage_header { position: relative; }
#logo {
	float: left;
	width: 80px;
	height: 80px;
	display: block;
	text-align: center;
	margin: 20px auto 0 auto;
}
.logolink {
	height: 75%; 
	float: left;
	position: relative;
	top: 10%;
	z-index:100;
	width: 300px;
}
#logo-full {
	float: left;
	height: 100%;
	display: block;
	text-align: center;
	max-width:none;
}

.toggle-menu {
	float: right;
	list-style: none;
	margin: 0;
	color: #0068b2;
	font-size: 1em;
	text-align: right;
	line-height: normal;
	height: 100%;
	position: relative;
	
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.toggle-menu li {
	list-style: none;
	padding: 0;
	float: left;
	margin: 0;
}
li.toggle { margin: 2px 0 0 0; cursor: pointer; width: 20px; display: none; }
.toggle span.toggle-dot, .toggle span.toggle-bar {
	width: 4px;
	height: 3px;
	display: block;
	background: #0068b2;
	float: left;
	margin: 0 2px 3px 0;
}
.toggle span.toggle-bar {
	width: 12px;
	height: 3px;
}
li.menu { z-index: 10; position: relative; right: 0; top: 0; height: 75px; }
li.menu ul {
	margin: 0;
	line-height: normal;
	height: 100%;
}
li.menu li {
	margin: 0 0 0 30px;
	display: inline-block;
	float: left;
	position: relative;
	line-height: 75px;
	/*font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;*/
}
li.menu li a { color: #0068B2; }
li.menu li a:hover { color: #303030; }

li.menu ul.submenu {
	width: 200px;
	top: 100%;
	left: 0;
	position: absolute;
}

.nav {
  list-style: none;
  width: 100%;
  text-align: right;
  margin: 0;
  padding: 0;
  line-height: 75px;
  font-family: 'SansationRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #0068B2; }
  .nav li {
    display: inline-block;
	margin-bottom: 0;
    position: relative; }
    .nav li a {
      background-position: center;
      background-size: contain;
      display: block;
      padding: 0 10px;
      color: #0068B2; }
      .nav li a:hover {
        color: #303030; }
    .nav li ul {
      position: absolute;
      background: white;
      top: 100%;
      margin: 0;
      padding: 10px 0;
      width: 200px;
      display: none;
      overflow: hidden;
      border-top: 1px solid #0068B2;
      -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
      box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2); }
      .nav li ul li {
        width: 100%;
        text-indent: 0;
        float: left;
        height: auto; }
        .nav li ul li a {
          float: left;
          line-height: 20px;
          color: #000;
          height: auto;
          text-align: left;
          padding: 5px 5%;
          width: 90%; }
          .nav li ul li a:hover {
            color: #303030; }

.mobile-menu {
  display: none; }

/************************************************************************************
HOME PAGE
*************************************************************************************/
#homecontent {
	position: relative;
	z-index: 10;
	text-align: center;
	color: #FFF;
	width: 100%;
	height: 100%;
	padding-top: 20%;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#homecontent .wrap { max-width: 580px; }
.pg_name_blue { display: none; }
p.blurb {
	margin: 50px 0 0 0;
	font-size: 1.250em;
	line-height: 26px;
	font-family: 'SansationItalic', 'SansationRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-shadow: 0px 0px 10px #444;
	/*filter: dropshadow(color=#444, offx=0, offy=0);*/
}
.mobileblock { display: none; }

.clickmore {
	width: 150px;
	-webkit-border-radius: 50px 50px 0px 0px;
	border-radius: 50px 50px 0px 0px;
	height: 75px;
	margin: -105px 0 0 -75px;
	position:absolute;
	left: 50%;
	text-align: center;
	line-height: 50px;
	font-weight: bold;
	color: #0068B2;
	font-family: 'SansationItalic', 'SansationRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	background-color: #fff;
	background: rgba(255,255,255,0.75) url(../images/layout/doublearrow.png) no-repeat center 5px;
}

.hpserviceblock {
	float: left;
	/*width: 360px;*/
	width: 265px;
	padding: 10px;
	text-align:center;
}
.hpserviceblock.block1 { clear: both; }

a.serviceimg { width: 100%; height: 265px;}
a.servicename { font-size: 24px; color: #0068B2; font-variant:small-caps; font-weight:bold; text-align:center;}
a.servicename:hover { color:#FFB234 }
a.service-more { color: #0068B2;}
a.service-more:hover { color:#FFB234;}

img.girl { position:absolute; z-index: 50; }
.pgtext {
	font-size: 250px;
	font-family: "bebas",Arial, sans-serif;
	z-index: 45;
	position: absolute;
	top: 75%;
	margin-top: -100px;
	width: 100%;
	text-align: center;
	color: #fff;
	opacity: 0.7;
}
.citybg { position:absolute; z-index: 40; width: 100%; background-size: cover; background-repeat: none; height: 100%; }

/************************************************************************************
FEATURE BLOCKS
*************************************************************************************/
.pgsliderframe{ width: 100%; height: 100%; float: left; position: relative; z-index: 5; }
.pgslider {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: fixed;
	z-index: 1;
	top: 0;
}
.pg-slide {
	position: absolute;
	width: 100%;
	top: 0; left: 0;
	-moz-transition: all 0.35s cubic-bezier(0,0.6,0.90,1);
	-webkit-transition: all 0.35s cubic-bezier(0,0.6,0.90,1);
	transition: all 0.35s cubic-bezier(0,0.6,0.90,1);
	height: 100%;
}
.pg-slide img {
	display: block;
	float: left;
}
.pgfeature {
	width: 100%;
	position: absolute;
	z-index: 2000;
	top: 70%;
	text-align: center;
}
.pgslide_imgwrap { float: left; overflow: hidden; }
.pgslide_imgwrap img {
	/*max-width: 100%;*/
	min-width:100%;
}
.pgslider_name {
}
.pgslider_name_blue {
	
}
.bluelogo {
	display: none;
	width: 100%;
	text-align: center;
}
.featurearrow {
	width: 460px;
	height: 50px;
	margin: 0 auto;
	padding: 10px 20px;
	text-align: center;
	font-size: 1.250em;
	font-family: 'SansationItalic', 'SansationRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	cursor: pointer;
	margin-top: 20px;
	position: relative;
	background: #fff;
	background: rgba(255,255,255,0.75);
	-moz-transition: all 0.35s cubic-bezier(0,0.6,0.90,1);
	-webkit-transition: all 0.35s cubic-bezier(0,0.6,0.90,1);
	transition: all 0.35s cubic-bezier(0,0.6,0.90,1);
	color:#000;
}
	.featurearrow:hover {
		background: #fff;
		background: rgba(255,255,255,0.9);
		color: #000;
	}
	.pointblock {
		position: absolute;
		height: 100%;
		width: 100px;
		right: -100px;
		top: 0;
		overflow: hidden;
	}
	.arrowpoint {
		border-top: 35px solid transparent;
		border-right: 50px solid transparent;
		border-bottom: 35px solid transparent;
		border-left: 50px solid rgba(255,255,255,0.9);
		position: absolute;
		top: 0; left: -100px;
		-moz-transition: all 0.35s cubic-bezier(0,0.6,0.90,1);
		-webkit-transition: all 0.35s cubic-bezier(0,0.6,0.90,1);
		transition: all 0.35s cubic-bezier(0,0.6,0.90,1);
	}
	.featurearrow:hover .arrowpoint {
		left: 0;
	}
	.featurequestion {
		font-weight: bold;
		color: #0068B2;
	}
	.featureanswer {
		margin-top: 5px;
	}
	
	.featurearrow img {
		width: 100%;
		position: absolute;
		left: 0; top: 0;
		z-index: 10;
	}
	.featurearrow .arrowtext { position: relative; z-index: 100; }
.featureblurb {
	width: 500px;
	padding: 20px;
	margin: 0 auto;
	font-size: 1.250em;
	line-height: 26px;
	font-family: 'SansationItalic', 'SansationRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #000;
	background: #fff;
	background: rgba(255,255,255,0.25);
	text-align: center;
	margin-top: 20px;
	height: 50px;
}

.table {
   display: table;
   height: 100%;
   width: 100%;
}
.tablecell {
   display: table-cell;
   vertical-align: middle;
}
.data-question, .data-answer { display: none; }

/************************************************************************************
PAGE STYLING
*************************************************************************************/

.page_blurb {
	padding: 50px 0;
	background: url(../images/layout/bg-gray.jpg);
}
.page_blurb p { 
	margin: 0; 
	font-size: 1.250em; 
	font-family: "Calisto MT", "Bookman Old Style", Bookman, "Goudy Old Style", Garamond, "Hoefler Text", "Bitstream Charter", Georgia, serif; 
	font-style: italic; 
	color: #6397da; 
	line-height: 30px; 
}
.page_body {
	background: #6397da;
	padding: 50px 0;
	line-height: 24px;
	position: relative;
}
.page_body.company { padding-bottom: 67px; }
.page_body.white { background: #fff; overflow:hidden; }

.page_body p a { color: #0068b2; }
.page_body p a:hover { color: #FFB234; }
.page_body p a:visited { color: #B3B3B3; }

/************************************************************************************
OUR TEAM
*************************************************************************************/
.button {
	color: #fff;
	background: #303030;
	width: 134px;
	height: 134px;
	-webkit-border-radius: 67px;
	border-radius: 67px;
	line-height: 134px;
	text-align: center;
	font-weight: bold;
	margin: -67px auto;
	position: relative;
	z-index: 100;
	text-transform: uppercase;
	-moz-transition: all 0.35s cubic-bezier(0,0.6,0.90,1);
	-webkit-transition: all 0.35s cubic-bezier(0,0.6,0.90,1);
	transition: all 0.35s cubic-bezier(0,0.6,0.90,1);
	font-family: "Calisto MT", "Bookman Old Style", Bookman, "Goudy Old Style", Garamond, "Hoefler Text", "Bitstream Charter", Georgia, serif;
}

.staff { background: #303030; }
.team-block {
	width: 12.5%;
	margin: 0px;
	float: left;
	overflow: hidden;
	position: relative;
}
.team-block img.member {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	/*-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;*/
	-moz-transition: all 0.35s cubic-bezier(0,0.6,0.90,1);
	-webkit-transition: all 0.35s cubic-bezier(0,0.6,0.90,1);
	transition: all 0.35s cubic-bezier(0,0.6,0.90,1);
}
.team-block .info { padding: 0 5%; text-align: center; }
.team-block a { 
	position: absolute; 
	background: #6397da;
	background: rgba(99,151,218,.9);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-moz-transition: all 0.35s cubic-bezier(0,0.6,0.90,1);
	-webkit-transition: all 0.35s cubic-bezier(0,0.6,0.90,1);
	transition: all 0.35s cubic-bezier(0,0.6,0.90,1);
	z-index: 10;
	cursor: default;
}
.team-block:hover a {
	top: 0;
	left: 0;
	display: block;
}
.team-block h3 {
	padding-top: 14%;
}
.team-block a h3, .team-block a p {
	width: 100%;
	text-align: center;
	color: #fff;
	font-family: 'SansationRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.team-block a p {
	font-size: 0.875em;
	line-height: 1.3;
}
.info .icon img { max-width: 80px; max-height: 80px; }

/************************************************************************************
SERVICES
*************************************************************************************/
.serviceblock { overflow: hidden; width: 100%; }
.serviceviewer { width: 102%; }
.serviceblock .iconblock {
	display: block;
	float: left;
	width:14%;
	position: relative;
	cursor: pointer;
}
.serv-icon {
	width: 100px;
	height: 100px;
	vertical-align: middle;
	z-index: 5; 
	position:absolute;
	top: 30%;
	left: 50%;
	margin-left: -50px;
	background: #0068B2;
	background: rgba(0,104,178,.75);
	-webkit-border-radius: 50px;
	border-radius: 50px;
	text-align: center;
	line-height: 9em;
	
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.service-text { line-height: 24px; }
.serviceblock .iconblock img.serviceimg { width: 100%; display: block; }
.serv-name, .service-text { display: none; }
.serviceblock .iconblock {
	-moz-transition: all 0.35s cubic-bezier(0,0.6,0.90,1);
	-webkit-transition: all 0.35s cubic-bezier(0,0.6,0.90,1);
	transition: all 0.35s cubic-bezier(0,0.6,0.90,1);
}
.serviceblock .iconblock:hover {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
	z-index: 10;
}
.serviceblock .iconblock:hover .serv-icon {
	background: #FFB234;
}
.service-info {
	margin-left: 100%;
}
.service-info, .servicecontent, .current-info, .servicepage {
	-moz-transition: all 0.35s cubic-bezier(0,0.6,0.90,1);
	-webkit-transition: all 0.35s cubic-bezier(0,0.6,0.90,1);
	transition: all 0.35s cubic-bezier(0,0.6,0.90,1);
}
.iconblock.select-site {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
	z-index: 10;
}
.serviceblock .iconblock.select-site .serv-icon {
	background: #FFB234;
}

.nextservice { float: right; }
.prevservice { float: left; }

.nextservice, .prevservice {
	color: #0068B2;
	margin-bottom: 20px;
}
.servarrow {
	font-size: 30px;
	padding: 0px 10px;
	
}
/************************************************************************************
TESTIMONIALS
*************************************************************************************/
.orange-block {
	padding: 30px 0;
	background: #FFB234;
}
.test-video {
	float: left;
}
.test-video iframe {
	width: 557px;
	height: 314px;
}
.test-quote {
	float: right;
	width: 257px;
	padding: 20px 0 0 30px;
	font-size: 1.9em;
	color: #FFF;
	position: relative;
	text-align: right;
	line-height: normal;
	margin: 20px 0 0 0;
}
.test-quote img {
	position: absolute;
	top: -3px;
	left: -15px;
}
.test-quote cite {
	display: block;
	color :#303030;
	font-size: .6em;
	margin: 20px 0 0 0;
	font-family: 'SansationItalic', 'SansationRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.circle-head {
	width: 100px;
	height: 100px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	background: #303030;
	text-align: center;
	line-height: 100px;
	color: #FFF;
	font-family: "Calisto MT", "Bookman Old Style", Bookman, "Goudy Old Style", Garamond, "Hoefler Text", "Bitstream Charter", Georgia, serif;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	margin: 20px 60px 0 0;
}
.career-middle {
	float: left;
	width: 490px;
	margin: 50px 70px 30px 0;
	line-height: 1.5em;
}
.career-middle h2 { margin: 0 0 20px 0; }
.career-right {
	float: right;
	width: 220px;
	margin-top: 80px;
}
.career-right a {
	display: block;
	font-size: 0.813em;
	color: #6397DA;
	text-transform: uppercase;
	line-height: 1.5em;
}
.career-right a:hover { color: #ffb234; }

.pg-photos-wrap {
	height: 150px;
	width: 100%;
	margin: 20px 0 0 0;
	overflow: hidden;
	position: relative;
}
.pg-photos {
	position: absolute;
	width: 200%;
	height: 100%;
}
.pg-photos img {
	max-height: 100%;
	display: block;
	float: left;
}

/************************************************************************************
NEWS
*************************************************************************************/
.newscount {
	width: 100%;
	background: #ebebeb;
	padding: 5px 0;
	text-align: center;
	margin-bottom: 10px;
}
.viewall {
	color: #0068B2;
	width: 100%;
	text-align: center;
	padding: 20px 0 10px;
	float: left;
	clear: both;
}
a.newslistlink h3, a.readmore {
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a.newslistlink:hover h3 {
	color:#6397da;
}
.newslistblock {
	border-bottom: 1px solid #6397da;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.newsauthor {
	font-size: 12px;
	color: #6397da;
	margin-top: -5px;
	margin-bottom: 5px;
}
a.readmore {
	color: #fff;
	font-size: 12px;
	background:#6397da;
	padding: 2px 10px;
	float: right;
	clear: both;
	margin-top: 5px;
}
	a.readmore:hover {
		background: #FFB234;
	}
.newsviewmore {
	width: 353px;
	height: 65px;
	margin: 0 auto;
	background: #6397da;
	text-align: center;
	line-height: 65px;
	color: #303030;
	font-size: 1.250em;
	display: block;
}
	.newsviewmore:hover {
		background: #FFB234;
	}

/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	background: #ebebeb;
	padding: 2% 0;
	position: relative;
	z-index:10;
}
.footaction h2 {
	font-size: 1.875em;
	font-weight: normal;
	font-style: normal;
	font-family: 'SansationRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #303030;
	float: left;
}
.project_btn {
	width: 353px;
	height: 65px;
	float: right;
	background: #6397da;
	text-align: center;
	line-height: 65px;
	color: #303030;
	font-size: 1.250em;
	display: block;
}
.project_btn:hover { background: #FFB234; }

.footcol_wrap {
	max-width: 940px;
	margin: 3% auto 2%;
	border-top: 1px solid #303030;
	padding-top: 2%;
	font-size: 14px;
	line-height: 22px;
}
.footcol_wrap a { color: #303030; }
.footcol_wrap a:hover { color: #6397DA; }
.footcol_wrap .col {
	width: 254px;
	float: left;
}
.footcol_wrap .col_mid {
	margin: 0 40px;
	float: left;
	width: 352px;
}
.footcol_wrap h4 {
	font-size: 1em;
	font-weight: normal;
	color: #303030;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}
.col_mid h4 { text-align: center; }

#mailing { margin-top: 10px; }
#mailing .email {
	width: 257px;
	height: 26px;
	padding: 2px 4px;
	background: #FFF;
	float: left;
	border: none;
	font-family: 'SansationRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1em;
	margin: 0 0 3px 0;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
#mailing .sign_up {
	height: 30px;
	width: 83px;
	float: left;
	border: none;
	cursor: pointer;
	color: #FFF;
	font-size: 1em;
	font-family: 'SansationRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	background: #0068B2;
	margin: 0 0 3px 0;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
#mailing .sign_up:hover { background: #6397DA; }
#mailing .sign_up:active { background: #FFB234; }
#mailing .short { width: 125px; float: left; }

.social {
	text-align: center;
	margin: 2% auto;
}
.social a {
	display: inline-block;
	color: #b3b3b3;
	vertical-align: middle;
	margin: 0 5px;
}
.social a.icon_fb:hover { color: #3B5998; }
a.icon_tw:hover { color: #00ACED; }
a.icon_gp:hover { color: #DD4B39; }
a.icon_yt:hover { color: #bb0000; }
a.icon_vm:hover { color: #4bf; }
a.icon_li:hover { color: #007BB6; }
a.icon_rss:hover { color: #FFB234; }
.icon_pg {
	background: url(../images/logo-gray.png) no-repeat;
	width: 55px;
	height: 55px;
}
.legals {
	text-align: center;
	font-size: 0.688em;
	font-family: 'SansationItalic', 'SansationRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;	
}
.legals a { color: #303030; }

/************************************************************************************
HOME
*************************************************************************************/
#home_blocks {
	max-width: 100%;
	padding: 0px 0;
	background: #fff;
	clear: both;
	z-index: 5;
	position:relative;
}
.homeblockwrap {
	margin: 0 auto;
	width:1140px;
}
.onecol { width: 33.333333%; float: left; }
.twocol { width: 66.666666%; float: left; }

.block {
	float: left;
	position: relative;
	overflow: hidden;
	padding: 11px;
}

.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	display: block;
	opacity: 0;
	filter:alpha(opacity=0);
	cursor: pointer;
	text-align: center;
	z-index: 9;
	background: #0068B2;
	background: rgba(0,104,178,.9);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.desc {
	position: absolute;
	top: 35%;
	text-align: center;
	color: #fff;
	width: 80%;
	padding: 0 10%;
	opacity: 0;	
	filter:alpha(opacity=0);
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.block:hover .overlay {
	display: block;
	opacity:1;
	filter:alpha(opacity=90);
}
.block:hover .desc {
	opacity: 1;
	filter:alpha(opacity=100);
}
/*
.block div.overlay:hover {
	background: #0068B2;
	background: rgba(0,104,178,.9);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

div.overlay:hover .desc {
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	opacity: 1;
}*/
.overlay h3 {
	text-transform: uppercase;
	color: #FFF;
	font-family: 'SansationRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.125em;
}

/************************************************************************************
PORTFOLIO
*************************************************************************************/
.filter-btn {
	width: 60px;
	height: 60px;
	line-height: 60px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	text-align: center;
	position: absolute;
	right: 0;
	top: -30px;
	z-index: 20;
	background: #6397DA;
	color: #FFF;
	font-size: 1.250em;
	font-family: "Calisto MT", "Bookman Old Style", Bookman, "Goudy Old Style", Garamond, "Hoefler Text", "Bitstream Charter", Georgia, serif;
	font-style: italic;
}
.filter-btn:hover { background: #FFB234; }
.filter {
	background: #6397DA;
	margin: 0;
	padding: 25px 0;
	list-style: none;
	/*-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;*/
	display: none;
}
.filter h4 { margin: 0 0 10px 0; }
.filter-opt {
	display: inline-block;
	cursor: pointer;
	color: #FFF;
	font-size: 1em;
	background: #0068B2;
	padding: 4px 8px;
	margin: 0 10px 0 0;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.filter-opt.active { background: #B3B3B3; }
.filter-opt:hover { background: #FFB234; }

.portfolio {
	background: url(../images/layout/bg-gray.jpg);
	padding: 60px 0;
	margin: 0 0 45px 0;
	-moz-transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.work {
	background: #B3B3B3;
	height: 315px;
	margin: 5px;
	float: left;
	display: block;
	position: relative;
	text-align: center;
	overflow: hidden;
	background: url(../images/layout/bg-gray.jpg);
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.span7 { width: 665px; }
.span5 { width: 455px; }
.span4 { width: 370px; }
.span6 { width: 560px; }

.work img {
	display: block;
	position: relative;
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}
.work img.mobile { display: none; }
.work .background {
	position: absolute;
	height: 100%;
}
.work .title {
	height: 100%;
	width: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	background: #0068B2;
	background: rgba(0,104,178,.4);
    transition: all 0.5s linear;
    opacity: 0;
	padding-top: 5%;
}
.work h3 {
	text-transform: uppercase;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    margin: 20px 0 0 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    background: transparent;
    margin: 20px 40px 0px 40px;
    color: #303030;
    opacity: 0;
	font-family: 'SansationBold', 'SansationRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;

    transform: scale(0);
    transition: all 0.5s linear;
}
.work p {
	font-family: 'SansationItalic', 'SansationRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    position: relative;
    color: #fff;
    padding: 10px 20px 20px;
    text-align: center;
	color: #333;
    opacity: 0;
    transform: scale(0);
    transition: all 0.5s linear;
}
.work .info {
	display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #303030;
    color: #fff;
    text-transform: uppercase;
	opacity: 0;

    transform: scale(0);
    transition: all 0.5s linear;
}
.work:hover img {
	-webkit-transform: scale(10);
	-moz-transform: scale(10);
	-o-transform: scale(10);
	-ms-transform: scale(10);
	transform: scale(10);

	opacity: 0;
}
.work:hover .title {
	opacity: 1;
}
.work:hover h3, .work:hover p, .work:hover .info { transform: scale(1); opacity: 1; }

.project_header {
	width: 100%;
	/*height: 500px;*/
	overflow: hidden;
	/*position: absolute;*/
	/*top: 0;*/
	margin-bottom: -125px;
	position:relative;
	z-index:0;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	
}
.project_header img { width: 100%; display: block; }
/*.project_header img { 
	min-width: 100%; 
	max-width: inherit !important; 
	min-height: 100%; 
}
.pagetitle.workpage { margin-top: 375px; }*/

/* line-height 42px */
h1.pagetitle { margin-top: 75px; }
.nextwork, .prevwork {
	position: fixed;
	top: 510px;
	right: 0;
	width: 152px;
	height: 42px;
	padding: 10px;
	background: #000 url(../images/layout/bg-dark.jpg);
	margin-top: -10px;
	-webkit-border-radius: 20px 0 0 20px;
	border-radius: 20px 0 0 20px;
	-moz-transition: none;
	-webkit-transition: none;
	transition: none;
	z-index: 1100;
	margin-right: -120px;
}
.prevwork {
	left: 0;
	-webkit-border-radius: 0 20px 20px 0;
	border-radius: 0 20px 20px 0;
	margin-left: -120px;
}

.nworkicon, .pworkicon {
	display: block;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	width: 20px;
	height: 20px;
	position: relative;
	left: -5px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	color: #fff;
	text-decoration: none;
	margin: 10px;
	float: left;
	
}
.pworkicon {
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	transform: rotate(225deg);
	float: right;
	margin-right: 0px;
}

.workimg {
	float: left;
	max-width: 100px;
	max-height: 42px;
	line-height: 50px;
}
.nextwork .workimg { float: right; }


/************************************************************************************
GOOGLE MAP
*************************************************************************************/
#gmap {
	width: 100%;
	height: 500px;
}
#gmap img { max-width: inherit !important; }
/************************************************************************************
CONTACT PAGE
*************************************************************************************/
.contact_left, .contact_right {
	width: 47%;
	margin: 3% 3% 3% 0;
	float: left;
	line-height: 24px;
}
.contact_right {
	width: 47%;
	float: left;
	margin-right: 0;
}
.contact_left a { color: #6397DA; }
.contact_left a:hover { color: #FFB234; }
.proj-left {
	width: 30%;
	float: left;
}
.proj-right { float: right; width: 65%; }


/************************************************************************************
FORMS
*************************************************************************************/
.form-row {
}
.form-row.half {
	width: 49%;
	float: left;
	margin: 0 0 8px 0;
}
.form-row.half.right { float: right; }
.form-row label {
	font-family: 'SansationBold', 'SansationRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	display: inline-block;
	margin: 10px 0 4px 0;
	clear: both;
}
.form-row label.click {
	width: 50%;
	font-family: 'SansationRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	float: left;
	clear: none;
	margin: 5px 0 0 0;
}
.form-row input, .form-row textarea, .form-row select {
	width: 97%;
	font-size: 16px;
	font-size: 1rem;
	padding: 16px;
	padding: 1rem;
	font-family: 'SansationRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #B3B3B3;
	border: 1px solid #EBEBEB;
	background: #FFF;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
input.checkbox {
	width: 13px;
	padding: 0;
	margin-right: 5px;
	-webkit-appearance: checkbox;
}
.form-row textarea {
	width: 99.2%;
}
.form-row input.submit {
	cursor: pointer;
	width: auto;
	background: #6397DA;
	font-family: 'SansationBold', 'SansationRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #FFF;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
.form-row input.submit:hover { background: #0068B2; }
.form-row input.submit:active { background: #FFB234; }

.error, .success, .alert {
	padding: 5px 10px;
	background: #c44f44;
	color: #fff;
	font-size: 13px;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(203, 200, 194, .45);
	box-shadow: 0px 1px 3px 0px rgba(203, 200, 194, .45); 
}
.alert {
	background: #f8ebbc; /* Old browsers */
	color: #4c4c4c;
}
.success {
	background: #7ebd65; /* Old browsers */
}

/************************************************************************************
RESPONSIVE COLUMNS
*************************************************************************************/
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }


/*  GROUPING  */
.group:before,
.group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
.group {
    zoom:1; /* For IE 6/7 */
}

/*  GRID OF THREE  */
.span_3_of_3 {
	width: 100%;
}
.span_2_of_3 {
	width: 60%;
}
.span_1_of_3 {
	width: 30%;
}


/*  GRID OF THREE  */
.span_4_of_4 {
	width: 100%;
}
.span_3_of_4 {
	width: 69%;
}
.span_2_of_4 {
	width: 46%;
}
.span_1_of_4 {
	width: 23%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

@media only screen and (max-width: 480px) {
	.span_3_of_3 {
		width: 100%; 
	}
	.span_2_of_3 {
		width: 100%; 
	}
	.span_1_of_3 {
		width: 100%;
	}

	.span_4_of_4 {
		width: 100%; 
	}
	.span_3_of_4 {
		width: 100%; 
	}
	.span_2_of_4 {
		width: 100%;
	}
	.span_1_of_4 {
		width: 100%;
	}
}
