body{
	font-family: 'Lato', sans-serif;
	padding:0;
	margin:0;
	font-size:16px;
	min-width:300px;
}
.nicetext{
	font-size:18px;
	line-height:26px;
	color:#666666;
}
.clear{
	clear:both;
}
.clear20{
	clear:both;
	height:20px;
}
.clear50{
	clear:both;
	height:50px;
}
.garamond{
	font-family: 'EB Garamond', serif;
}
.amiri{
	font-family: 'Amiri', serif;
	font-weight:200;	
}
.hidden767{
	display:block !important;
}
.show767{
	display:none !important;
}
a,.t60blue{
	color:#003263;
}
a:hover,.t60gold{
	color:#c09724;
}
.max800{
	max-width:800px;
	margin:auto;
}
.pf_full_zindex{
	z-index:99999999;
}
.pf_details_zindex{
	z-index:999999991;
}
.pf_videos{
	background:transparent !important;
	padding:0px !important;
	overflow:hidden !important;
}
.pf_videos iframe{
	width:100%;
	height:98%;
	border:none;
	display:none;
}
.pf_videos .icon-container{
	position:absolute;
	right:0px;
	top:0px;	
	padding:10px;
	background:#444444;
	opacity:.7;
}
.pf_videos .icon-container i.fa{
	color:#ffffff;
	font-size:30px;
}
.loop{
	 -webkit-animation-iteration-count: infinite;
	animation-iteration-count:infinite;	
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}
.delay2{
	-webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.delay5{
	-webkit-animation-delay: 5s;
    animation-delay: 5s;
}
.ha{
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.text-center{
	text-align:center;
}
.text-left{
	text-align:left;	
}
.text-right{
	text-align:right;	
}
.pull-left{
	float:left;
}
.pull-right{
	float:right;
}
.section{
	z-index:98;
	position:relative;
	width:100;
	padding:0;
	margin:0;
	background:#ffffff
}
.container{
	width:100%;
	max-width:1190px;
	margin:auto;
}
.pad10{
	padding:10px;
}
.pad20{
	padding:20px;
}

/* Main Logo */
.logo{
	text-decoration:none;
}
.logo img{
	max-width:200px;
}

/* Mobile Logo */
.mobilelogo{
	text-decoration:none;
}
.mobilelogo img{
	max-width:150px;
}
#nav-toggle { cursor: pointer; padding: 10px 35px 16px 0px; float:right; margin-top:20px;}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 3px;
  width: 30px;
  background: #222222;
  position: absolute;
  display: block;
  content: '';
}
#nav-toggle span:before {
  top: -10px; 
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}


/* Main Menu */
.nav{
	z-index:9999;
	position:fixed;
	top:0;
	width:100%;
	background:#ffffff;
	padding:10px 0px;
	opacity:.98;
	border-bottom:1px solid #eeeeee;
	display:none;
	 -webkit-transition: all 2s;
    transition: all 2s;
}
.menu{
	float:right;
	list-style-type:none;
	margin-top: 25px;
}
.menu li{
	padding:0;
	margin:0px;
	margin-left:30px;
	float:left;
}
.menu li a{
	display:block;
	text-transform:uppercase;
	padding:5px;
	font-weight:bold;
	font-size:18px;
	text-decoration:none;
	border-bottom:3px solid transparent;
}
.menu li a:hover{
	color:#003263;
	border-bottom:3px solid #c09724;
}
.menu li a.active{
	color:#c09724;
	border-bottom:3px solid transparent;
}

/* Mobile Menu */
.mobilenav{
	z-index:1001;
	position:fixed;
	top:0px;
	width:100%;
	background:#ffffff;
	padding:10px 0px;
	opacity:.98;
	border-bottom:1px solid #eeeeee;
	display:none;
	 -webkit-transition: all 2s;
    transition: all 2s;
}
.mobilemenu{
	position:fixed;
	top:-400px;
	list-style-type:none;
	width:100%;
	margin-left:-40px;	
	margin-top: 200px;
    z-index: 1000;
	 -webkit-transition: all .4s;
    transition: all .4s;    	
}
.mobilemenu li{
	padding:0;
	margin:0px;
	float:left;
	width:100%;
}
.mobilemenu li a{
	display:block;
	text-transform:uppercase;
	padding:9px 20px;
	font-weight:bold;
	font-size:18px;
	text-decoration:none;
	border-left:6px solid #c09724;
	background:#f9f9f9;
}
.mobilemenu li a:hover,.mobilemenu li a.active{
	border-left:6px solid #003263;
	color:#c09724;
}


/* Google Maps */
.google-maps {
    position: relative;
    padding-bottom: 75%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/* Headline colors */
.tag1{
	font-size:5em;
	font-size:60px;
	line-height:1.1em;
	color:#c09724;
	/*font-weight:bold;*/
}
.tag2{
	margin-left:15px;
	font-size:5em;
	font-size:60px;
	line-height:1.1em;
	color:#003263;
	/*font-weight:bold;*/
}

/* Parallax */
.parallax{
	margin:auto;
	text-align:center;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;	
}

/* Hero Block */
#hero{
	background-image: url("../img/main.png");
}
.hero{
	width:100%;
	margin-top:-15px;
}
.hero img{
	max-width:250px;
}
.clearhero{
	clear:both;
}
.main{
	z-index:-1;
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background:url(../img/main.png) no-repeat;
	background-size:cover;
}
.down_arrow,.down_arrow_welcome{
	position:absolute;
	bottom:35px;
	left:50%;
	text-decoration:none;
	margin-left:-45px;
}
.down_arrow img,.down_arrow_welcome img{
	width:90px;
}

/* Vision Block */
#vision{
	position:relative;
	padding:80px 0px;
	background:#f1f1f1 !important;
	margin-top:-16px;
}
#vision h4{
	width:100%;
	text-align:center;
}
.vision{
	width:100%;
}
#vision .cta{
	text-decoration:none;
	font-size:20px;
	color:#003263;
	display:block;
	margin:auto;
	max-width:500px;
	padding:8px;
	border:3px solid #003263;
}
#vision .cta:hover{
	text-decoration:none;
	background:#003263;
	color:#ffffff;
}

/* Perspective Block */
#perspective{
	position:relative;
	background-image: url("../img/back1.jpg");
	min-height:600px;
    
}
.perspective{
	padding:80px 0px 0px 0px;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	/*
	opacity:.65;
	background:#F2EACB;
	*/
}
#perspective .left{
	width:60%;
	float:left;
	margin:0;
}
#perspective .right{
	position:relative;
	width:40%;
	float:left;
	margin:0;
}
#perspective .p1,#perspective .p2,#perspective .p3{
	font-size:4em;
	font-size:65px;
	max-height:60px;
	color:#003263;
	clear:both;
	float:left;
}
#perspective .p1{
	margin-left:100px;
}
#perspective .p2{
	margin-left:160px;
}
#perspective .p3{
	margin-left:320px;
}
#perspective .p4{
	max-width:90%;
	border-left:4px solid #003263;
	padding:5px;
	padding-left:15px;
	margin-top:50px;
	text-align:left;
}
#perspective .p4 p{
	color:#666666;
	font-size:16px;
	line-height:19px;	
}
#perspective .p4 .subtitle{
	color:#003263;
	font-size:19px;
	line-height:22px;
		
}

/* DCDC Block */
#dcdc{
	position:relative;
	background-image: url("../img/back2.jpg");
	min-height:600px;
}
.dcdc{
	padding:80px 0px 80px 0px;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	/*opacity:.75;
	background:#CCCCCC;
	background:url("../img/grey_trans.png");*/
}
#dcdc .left{
	width:60%;
	float:left;
	margin:0;
}
#dcdc .right{
	position:relative;
	width:40%;
	float:left;
	margin:0;
}
#dcdc .left{
	text-align:center;
}
#dcdc .sm-grid{
    width: 22%;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: top;
}

#dcdc .sm-grid.active p{
	color:#003236 !important;
	/*color:#3a5a82 !important;*/
}
#dcdc .sm-grid img{
	width:90%;
	max-width:120px;
	margin:auto;
}
#dcdc .sm-grid:hover{
	cursor:pointer;
}
#dcdc .sm-grid:hover > p{
	color:#003236;
}
#dcdc .sm-grid p{
	/*color:#003236;*/
	color:#ffffff;
	font-size:19px;
	max-width: 130px;
    text-align: center;
    margin: auto;
    font-weight:lighter;
}

#dcdc .right .p1{
	/*margin-top:90px;*/
	margin-top:0px;
	text-align:left;
}
#dcdc .right .p1 h3{
	font-size:30px;
	color:#ffffff;
	font-weight:lighter;
}
#dcdc .right .p1 p{
	color:#ffffff;
	font-size:16px;
	line-height:25px;	
}
#dcdc .right .p1 .services{
	display:none;
	text-align:left !important;
	padding-left:15px;
}
#dcdc .right .p1 .services h3{
	font-size:30px;
	color:#ffffff;
	font-weight:lighter;
}
#dcdc .right .p1 .services ul{
	font-size:15px;
	line-height:25px;
	color:#ffffff;
	font-weight:lighter;
}
#dcdc .services_sep{
	clear:both;
	height:30px;
}
#dcdc .services_grid_head{
	clear:both;
	height:15px;	
	display:none;
}

#dcdc .cta{
	text-decoration:none;
	font-size:20px;
	color:#ffffff;
	display:block;
	margin:auto;
	max-width:200px;
	width:100%;
	padding:8px;
	border:3px solid #ffffff;
}
#dcdc .cta:hover{
	text-decoration:none;
	background:#003263;
	border:3px solid #003263;
	color:#ffffff;
}

/* Clients Block */
#clients{
	position:relative;
	background:#003263;
	min-height:600px;
	color:#ffffff;
}
.clients{
	padding:50px 0px;
}
.clients p{
	color:#ffffff;
	font-size: 16px;
    line-height: 25px;
    max-width:1000px;
    margin:auto;
    padding:10px 20px;
}
.clients .client_logo{
	-webkit-transition: all 1s;
    transition: all 1s;		
	width:16.66%;
	text-align:center;
	margin:0;
	padding:0;
	padding-bottom:30px;
	float:left;
}
.clients .client_logo img{
	max-width:90%;
}

/* Portfolio Block */
#portfolio{
	position:relative;
	min-height:520px;
	padding:0;
	margin:0;
}
#portfolio .portfolio-scroll{
	overflow-x:auto;
	overflow-y:hidden;
	padding:0;
	margin:0;	
}
#portfolio .home-portfolio-grid{
	position:relative;
	width:25%;
	min-width:212px;
	float:left;
	margin:0 !important;
	padding:0;
	overflow:hidden;
}
#portfolio .home-portfolio-grid a{
	-webkit-transition: all 1s;
    transition: all 1s;		
	display:block;
	background:#ffffff;
	/*opacity:.5;*/
}
#portfolio .home-portfolio-grid .cover{
	-webkit-transition: all 1s;
    transition: all 1s;	
	position:absolute;
	bottom:0px;
	width:100%;
	min-height:800px;
	background:#ffffff;
	opacity:.7;
}
#portfolio .home-portfolio-grid .coveryellow{
	-webkit-transition: all 1s;
    transition: all 1s;	
	position:absolute;
	bottom:0px;
	width:100%;
	min-height:800px;
	background:#F2EACB;
	opacity:.7;	
}
#portfolio .home-portfolio-grid img{
	max-width:100%;
}
#portfolio .lab1,#portfolio .lab2{
	padding:0px 25px 0px 25px;
}
#portfolio .lab3{
	position:absolute;
	font-size:27px;
	width:100%;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	display:block;
	padding:0;
	background:#7f98b1;
	opacity:.7;
	color:#003263;
	-webkit-transition: all .3s;
    transition: all .3s;		
}
#portfolio .lab3a{
	position:absolute;
	font-size:27px;
	width:100%;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	display:block;
	padding:0;
	background:#d8b569;
	opacity:.7;
	color:#003263;
	-webkit-transition: all .3s;
    transition: all .3s;		
}
#portfolio .lab1{
	position:absolute;
	color:#ffffff;
	font-family: 'Lato', sans-serif;
	font-weight: lighter;
	text-transform:uppercase;
	font-size:26px;
	bottom:150px;
	letter-spacing:2px;
	z-index: 999;
}
#portfolio .lab2{
	position:absolute;
	color:#003263;
	text-transform:lowercase;
	font-size:30px;
	font-weight:bold;
	line-height:1em;
	bottom:60px;
	z-index: 999;
}
#portfolio .home-portfolio-grid a:hover > .lab3,#portfolio .home-portfolio-grid a:hover > .lab3a{
	top:45%;
}
#portfolio .cta{
	text-decoration:none;
	font-size:20px;
	color:#003263;
	display:block;
	margin:auto;
	max-width:200px;
	width:100%;
	padding:8px;
	border:3px solid #003263;
}
#portfolio .cta:hover{
	text-decoration:none;
	background:#003263;
	color:#ffffff;
}
.portfolio{
	min-width:850px;
}

/* Contact Block */
#contact{
	position:relative;
	min-height:650px;
	border-top:1px solid #eeeeee;
}

#contact .team{
	background:#6684a1;
	width:100%;
	padding-top:50px;
}
#contact h2{
	text-align:center;
}
#contact .teamthree60{
	display:block;
	font-family: 'Lato', sans-serif;
	text-transform:uppercase;
	font-size:28px;
	font-weight:normal;
	max-width:230px;
	border:3px solid #ffffff;
	color:#ffffff;
	padding:6px 10px;
	margin:auto;
}
#contact .member{
	width:16.66%;
	float:left;
	text-align:center;
	margin-bottom:27px;
	-webkit-transition: all .6s;
    transition: all .6s;
}
#contact .member img{
	margin:auto;
	width:99%;
	max-width:120px;
}
#contact .member h5{
	font-weight:bold;
	font-family: 'Lato', sans-serif;
	text-transform:uppercase;
	font-size:21px;
	margin:0;
	padding:10px 0px;
	color:#ffffff;
	text-align:center;
	max-width:95%;
	margin:auto;	
}
#contact .member p{
	font-weight:normal;
	font-family: 'Lato', sans-serif;
	font-size:14px;	
	color:#ffffff;
	text-align:center;
	max-width:80%;
	margin:auto;
}
#contact .left,#contact .right{
	width:50%;
	float:left;
	padding:0;
	margin:0;
}
#contact .contactinfo .tag1{
	font-size:2em;
	color:#c09724;
	/*font-weight:bold;*/
}
#contact .contactinfo .tag2{
	font-size:2em;
	color:#003263;
	/*font-weight:bold;*/
}
#contact #cform{
	max-width:99%;
	padding:0;
}
#contact #cform #formresults{
	display:none;
	padding:20px 10px;
	margin-top:10px;
	margin-bottom:20px;
	background:#CFF3B5;
	width:98%;
}
#contact #cform .formleft{
	width:47%;
	float:left;
	padding:0;
}
#contact #cform .formright{
	width:47%;
	float:right;
	padding:0;
}
#contact .contactinfo h3 .tag1{
	float:left;
}
#contact #cform .inputfield{
	background:#eeeeee;
	width:99%;
	margin-bottom:20px;
	padding:5px 6px;
	border:none;
	font-size:15px;
}
#contact #cform button{
	background:transparent;
	padding:3px 7px;
	border:3px solid #003263;
	color:#003263;
	font-size:14px;
	text-transform:uppercase;
}
#contact #cform button:hover{
	color:#FFFFFF;
	background:#003263;
}
#contact .social{
	list-style-type:none;
	float:right;
}
#contact .social li{
	float:left;
	padding:0;
	margin:0;
	margin-left:15px;
}
#contact .social li a{
	display:block;
}
#contact .social li a img{
	max-width:32px;
}

/* Footer */
#footer{
	float:left;
	width:100%;
	background:#003263;
	padding:25px 0px 18px 0px;
}
#footer p{
	font-size:14px;
	color:#ffffff;
	margin-top:0px;	
	text-align:center;
}
#footer a{
	font-size:14px;
	color:#ffffff;
	text-decoration:none;
}
#footer a:hover{
	color:#f1f1f1;
	text-decoration:underline;
}
#footer .left{
	width:25%;
	color:#ffffff;
	padding:0;
	margin:0;
	float:left;
}
#footer .center{
	width:60%;
	color:#ffffff;
	padding:0;
	margin:0;	
	float:left;
}
#footer .right{
	width:15%;
	color:#ffffff;
	padding:0;
	margin:0;	
	float:left;
}
.footermenu{
	list-style-type:none;
	margin:auto;
	max-width:410px;
}
.footermenu li{
	padding:0;
	margin:0;
	float:left;
	margin-right:15px;
}
.footermenu li a{
	color:#ffffff;
	text-decoration:none;
	text-transform:uppercase;
}
.footermenu li a:hover{
	color:#f1f1f1;
	text-decoration:underline;
}

/* Portfolio Full */
#portfoliofull{
	/*
	position:absolute;
	top:0px;
	left:0px;
	bottom:0px;
	*/
	position:relative;
	float:left;
	width:100%;
	background:#ffffff;
	display:none;
	z-index:99;
	overflow-x:hidden;
	overflow-y:auto;
}
#portfoliofull .subheader{
	position:fixed;
	top:0;
	padding:16px 0px 10px 0px;
	width:100%;
	border-bottom:1px solid #eeeeee;
	z-index:99999999;
	background:#ffffff;
}
#portfoliofull .back_arrow{
	float:left;
	width:15%;
	padding:0;
	margin:0;
	text-align:center;
	border-right:1px solid #eeeeee;
}
#portfoliofull .back_arrow a img{
	width:95%;
	margin:auto;
	max-width:50px;
}
#portfoliofull .tag1{
	font-size:2.8em;
	color:#c09724;
	font-weight:200;
}
#portfoliofull .tag2 {
    font-size: 2.8em;
    color: #003263;
    font-weight:200;
}
#portfoliofull .portfoliomenu{
	margin:0 auto;
	list-style-type:none;
    width: 100%;
    text-align: center;
    /*margin-left: -40px;*/
    max-width:700px;	    
}
#portfoliofull .portfoliomenu li{
	padding:0;
	margin:0;
	margin-right:10px;
	display: inline-block;
    padding-bottom: 20px;
}
#portfoliofull .portfoliomenu li a{
	padding:5px 6px;
	text-decoration:none;
	font-size:15px;
	color:#003263;
	font-family: 'Lato', sans-serif;
	font-weight:light;
}
#portfoliofull .portfoliomenu li a:hover{
	color:#003263;
	font-weight:bold;
	text-decoration:none;
	border-bottom:4px solid #c09724;
}
#portfoliofull .portfoliomenu li a.active{
	color:#003263;
	font-weight:bold;
	border-bottom:4px solid #c09724;
}
#portfoliofull .portfoliogrid{
	width:99.99%;
	margin:auto;
}
#portfoliofull .portfoliologo{
	float:left;
	width:70%;
	padding:0;
	margin:0;
	text-align:center;
}
#portfoliofull .portfoliologo a img{
	max-width:150px;
}
#portfoliofull .portfolio_grid_item{
	overflow:hidden;
	position:relative;
	width:32.3%;
	float:left;
	margin:0.5%;
	padding:0;
	height:300px;
	background:#999999;
	/*border:1px solid #efefef;*/
	-webkit-transition: all .6s;
    transition: all .6s;		
}
#portfoliofull .portfolio_grid_item .layer{
	-webkit-transition: all .6s;
    transition: all .6s;
	position:absolute;
	bottom:-100%;
	left:0px;
	right:0px;
	width:100%;
	background:#003263;
	opacity:.7;
}
#portfoliofull .portfolio_grid_item .layer h4{
	font-size:1.2em;
	color:#ffffff;
	margin: 0;
	padding:0;
    /*padding-bottom: 10px;*/
    text-align:center;
    /*text-transform:uppercase;*/
    font-family: 'Lato', sans-serif;
	font-weight:normal;
}
#portfoliofull .portfolio_grid_item .layer .caption{
	font-size:14px;
	color:#ffffff;
	margin: 0;
	padding:0;	
    text-align:center;
   /* text-transform:uppercase;	*/
    font-family: 'Lato', sans-serif;
	font-weight:lighter;	
}
#portfoliofull .portfolio_grid_item:hover > .layer{
	bottom:0px;
}
#portfoliofull .portfolio_grid_item .view_proj{
	display:block;
	height: 100%;
}
#portfoliofull .portfolio_grid_item .cta{
	text-decoration:none;
	color:#003263;
	font-size:25px;
	float:right;
	margin-right:10px;
}
#portfoliofull .portfolio_grid_item .cta:hover{
	color:#c09724;
}


/* Portfolio Details */
#portfoliodetails{
	float:left;
	width:100%;
	background:#ffffff;
	display:none;
	z-index:999;
	overflow-x:hidden;
	overflow-y:auto;
}
#portfoliodetails .cta_back{
	font-size:40px;
	float:left;
	margin-left:10px;
}
#portfoliodetails .freewall_section{
	color:#ffffff;
	background:#003263;
	padding:20px 0px;
	width:100%;
	margin:0;
}
#portfoliodetails .subheader{
	position:fixed;
	top:0;
	padding:16px 0px 10px 0px;
	width:100%;
	border-bottom:1px solid #eeeeee;
	z-index:999999991;
	background:#ffffff;
}
#portfoliodetails .back_arrow{
	float:left;
	width:15%;
	padding:0;
	margin:0;
	text-align:center;
	border-right:1px solid #eeeeee;
}
#portfoliodetails .back_arrow a img{
	width:95%;
	margin:auto;
	max-width:50px;
}
#portfoliodetails .tag1{
	font-size:2.2em;
	color:#c09724;
	font-weight: 200;
	/*text-transform:lowercase;*/
}
#portfoliodetails .tag2{
    font-size: 2.2em;
    color: #003263;
    font-weight: 200;
    text-transform:lowercase;
}
#portfoliodetails .right .subtag{
    font-size: 1em;
    color: #777777;
    font-weight: 200;
   /* text-align:center;*/
    font-weight:bold;
	line-height:1.8em;
    margin-top: -20px;
    margin-bottom: 30px;
}
#portfoliodetails .portfoliologo{
	float:left;
	width:70%;
	padding:0;
	margin:0;
	text-align:center;
}
#portfoliodetails .portfoliologo a img{
	max-width:150px;
}
#portfoliodetails .pdetails{
	display:none;
}
#portfoliodetails .fgrid{
	float:left;
	margin:6px;
}
#portfoliodetails .free-wall {
	margin: 0px;
	margin-left: -5px;
	width:100%;
}
#portfoliodetails .item{
	padding:0px;
	display:block;
	margin:5px;
	color:#ffffff;
	font-size:21px;
	line-height:27px;
	cursor:pointer;
}
#portfoliodetails .item img {
	margin: 0;
	width:100%;
	display: block;
}
#portfoliodetails .left{
	width:65%;
	padding:0;
	margin:0;
	float:left;
	text-align:center;
}
#portfoliodetails .left img{
	max-width:95%;
	box-shadow: 1px 2px 5px #cccccc;
	margin:auto;
}
#portfoliodetails .right{
	width:35%;
	padding:0;
	margin:0;
	float:left;
}
#portfoliodetails .right p{
	font-size:14px;
	line-height:19px;
	color:#777777;
	max-width:100%;
	padding: 0px !important;
	padding-right: 20px !important;
    margin: 0 !important;
}
#portfoliodetails .project_images{
	text-align:center;
	padding:10px 0px;
}
#portfoliodetails .project_images .tag1{
	font-size:2.2em;
	color:#c09724;
	font-weight: 500;
	text-transform:lowercase;
}
#portfoliodetails .project_images .tag2{
    font-size: 2.2em;
    color: #ffffff;
    font-weight: 500;
    text-transform:lowercase;
}
#portfoliodetails .cta{
	color:#003263;
	padding:5px 15px;
	border:2px solid #003263;
	text-transform:uppercase;
	font-size:16px;
	font-weight:lighter;
	text-decoration:none;
	background:#ffffff;
}
#portfoliodetails .cta:hover{
	background:#003263;
	color:#ffffff;
}

/* Poptrox Hack - .slb */
.poptrox-overlay,.poptrox-popup{
	z-index:10000000000 !important;
}

/* Breakpoints */
@media screen and (max-width:1300px){
	
	#perspective .left,#perspective .right{
		width:50%;
	}
	#perspective .right .p4{
		max-width:80%;
		margin-top:30px;
		margin-left:60px;
	}
}
@media screen and (max-width:1200px){
	.logo{
		margin-left:30px;
	}
	.logo img{
		max-width:180px;
	}
	.menu{
		margin-right:30px;
	}
	#perspective .p1,#perspective .p2,#perspective .p3{
		font-size:65px;
		line-height:50px;
		margin-top:15px;
	}
	#portfolio .lab1{
		font-size:27px;
		bottom:120px;
	}
	#portfolio .lab2{
		font-size:28px;	
	}
}
@media screen and (max-width:1100px){
	#portfolio .lab1,#portfolio .lab2{
		padding: 0px 10px 0px 10px;
	}	
	#contact .member{
		width:33.33%;
	}
	#portfolio .lab1{
		bottom:110px;
	}	
	#portfolio .lab2{
		bottom:30px;
	}		
	#portfolio .home-portfolio-grid a:hover > .lab3,#portfolio .home-portfolio-grid a:hover > .lab3a{
		top:40%;
	}		
	#footer .center{
		display:none;
	}
	#footer .left{
		width:60%;
	}		
	#footer .right{
		width:40%;
	}

}
@media screen and (max-width:1060px){
	#perspective{
	min-height:710px;
    
	}
	#perspective .left .p1,#perspective .left .p2,#perspective .left .p3{
		margin: auto;
	    display: block;
	    text-align: right;
	    width: 100%;
	    margin-top:15px;
	}
	#perspective .right .p4{
		margin-left:20px;
	}
	#dcdc .right .p1{
		margin-top:0px;
	}
	.clients .client_logo{
		width:25%;
		padding-bottom:30px;
	}
	#portfolio .lab1{
		font-size:23px;
	}
	#portfolio .lab2{
		font-size:24px;
	}
	
	#contact .left,#contact .right{
		width:100%;
	}
	#contact .social{
		float:left;
	}
}
@media screen and (max-width:900px){
	#portfolio{
		min-height: 450px;
	}
	#portfolio .lab1,#portfolio .lab2{
		font-size:20px;
		padding: 0px 10px 0px 10px;
	}
	#portfoliofull .tag1,#portfoliofull .tag2,#portfoliodetails .tag1,#portfoliodetails .tag2{
		font-size:2.4em;
	}
	
	#portfoliodetails .left,#portfoliodetails .right{
		width:100%;
	}
	#portfoliodetails .right p{
		padding-left:20px !important;
		padding-right:20px !important;
		padding-top:10px !important;
	}
	
	#portfoliodetails .subtag{
    font-size: 1em;
	}
	#portfolio .lab1{
		bottom:100px;
	}
	#portfolio .lab2{
		bottom:50px;
	}	
	#portfolio .home-portfolio-grid a:hover > .lab3,#portfolio .home-portfolio-grid a:hover > .lab3a{
		top:45%;
	}		
	#dcdc .sm-grid img{
		width:90%;
		max-width:100px;
	}
	#dcdc .sm-grid p{
		font-size:16px;
	}
	#dcdc .right .p1{
		margin-top:-10px;
	}
	#dcdc{
		min-height:550px;
	}
	.clients .client_logo{
		width:33.33%;
		padding-bottom:40px;
	}	
	#portfoliodetails .tag1,#portfoliodetails .tag2{
		font-size:2em;
	}
	#portfoliodetails .cta_back{
		font-size:32px;
	}		
}
@media screen and (max-width:850px){
	.menu li a{
		font-size:16px;
		padding:1px;
	}
	.services_grid_head{
		display:block !important;
	}		
}
@media screen and (max-width:800px){
	#portfoliofull .portfolio_grid_item{
		width:49%;
	}
	#dcdc{
		min-height:650px;
	}	
}
@media screen and (max-width:767px){
	.hidden767{
		display:none !important;
	}
	.show767{
		display:block !important;
	}	
	.services_sep{
		display:none !important;
	}		
	.nav{
		display:none !important;
	}
	.mobilenav{
		display:block !important;
	}
	.mobilelogo{
		margin-left:20px;
	}
	#nav-toggle{
		margin-right:20px;
	}
	.hero{
		visibility:hidden;
	}
	.hero div{
		position:relative;
		/*padding-top:70px;*/
	}
	.hero .tag1,.hero .tag2{
		font-size:3em;
	}
	.hero img{
		display:none;
	}
	#vision{
		padding:30px 0px;
		margin-top: -25px;
	}
	#vision .tag1, #vision .tag2{
		font-size:3em;	
	}
	#perspective{
		padding:30px 0px;
		min-height:550px;
	}	
	.perspective {
    	padding: 50px 0px 0px 0px;
	}
	#perspective .left,#perspective .right{
		width:100%;
		margin:auto;
	}
	#perspective .right .p4{
		border:none;
		text-align:center;
		margin:auto;
	}
	#perspective .p4{
		max-width:86%;
	}
	#perspective .p4 p{
		font-size:16px;
		line-height:19px;
	}
	#perspective .tag1{
		font-size:2.8em;		
	}
	#dcdc{
		min-height:500px;
	}
	#dcdc,.dcdc{
		position:relative !important;
	}
	.dcdc{
		background:transparent;
		opacity:1;
	}
	#dcdc .sm-grid{
		/*width:16.66%;*/
		width:13.5%;
		margin:0 auto;
	}	
	#dcdc .sm-grid p{
		color:#ffffff;
		font-weight:lighter;
		font-size:16px;
	}
	#dcdc .sm-grid img{
		width:90%;
		max-width:85px;
	}	
	#dcdc .left,#dcdc .right{
		width:100%;
		margin:auto;
	}
	.clients .client_logo{
		width:50%;
		padding-bottom:20px;
	}	
	.heroline{
		padding-top:50px !important;
	}
	#portfoliofull .tag1,#portfoliofull .tag2,#portfoliodetails .tag1{
		font-size:2.2em;
	}	
	#portfoliofull .portfoliomenu{
		margin-left:-25px;
	}
	#portfoliodetails .left,#portfoliodetails .right{
		width:100%;
	}
	#portfoliodetails .right p{
		padding-left:20px !important;
		padding-right:20px !important;
		padding-top:10px !important;
	}
	#portfoliodetails .tag1,#portfoliodetails .tag2{
		font-size:1.8em;
	}
	#portfoliodetails .right .subtag{
		line-height:normal;
	}
	#portfoliodetails .cta_back{
		font-size:25px;
	}
	#contact .member{
		width:50%;
	}
	#footer .left,#footer .right{
		width:100%;
	}
}
@media screen and (max-width:650px){
	#dcdc .sm-grid{
		width:22%;
		margin:0 auto;
	}			
	.services_sep{
		display:block !important;
	}	
}
@media screen and (max-width:635px){
	#dcdc .sm-grid{
		width:22%;
		margin:0 auto;
	}	
}
@media screen and (max-width:580px){
	#portfoliofull .portfolio_grid_item{
		width:100%;
	}
	#perspective{
		min-height:650px;
	}		
	#dcdc .sm-grid{
		width:22%;
		margin:0 auto;
	}	
	#dcdc .sm-grid p{
		color:#ffffff;
		font-weight:lighter;
		font-size:15px;
	}
	#dcdc .sm-grid img{
		width:86%;
		max-width:75px;
	}	
	#dcdc .right .p1 h3{
	font-size:22px;
	}
	#dcdc .right .p1 .services h3{
	font-size:22px;
	}
}
@media screen and (max-width:500px){
	
	#contact .contactinfo .tag1,#contact .contactinfo .tag2{
		font-size:1.8em;
	}
	#contact .contactinfo h3 .tag1{
		display:block;
		width:100%;
	}
	#contact .social{
		margin-left: -50px;
	}
	#contact #cform .formleft,#contact #cform .formright{
		width:100%;
	}	
	.nicetext{
	font-size:16px;
	line-height:24px;
	}
}
@media screen and (max-width:450px){
	
	#contact .member{
		width:100%;
	}
	#contact .contactinfo .tag1,#contact .contactinfo .tag2{
		font-size:1.5em;
	}
	#dcdc .sm-grid p{
		color:#ffffff;
		font-weight:lighter;
		font-size:14px;
	}
	#dcdc .sm-grid img{
		width:90%;
		max-width:65px;
	}		
	#perspective{
		min-height:880px;
	}

}
@media screen and (max-width:380px){
	#dcdc .sm-grid{
		width:22%;
		margin:0 auto;
	}	
	#dcdc .sm-grid p{
		color:#ffffff;
		font-weight:lighter;
		font-size:14px;
	}
	#dcdc .sm-grid img{
		width:90%;
		max-width:65px;
	}		
	
}

/* Height breakpoints */
@media screen and (max-height:350px){
	.down_arrow{
		display:none;
	}
}
@media screen and (max-height:270px){
	.heroline .tag1,.heroline .tag2{
		display:none;
	}
}