/*
Theme Name: Giant Interactive
Theme URI:
Description: Giant Interactive Wordpress Theme 
Version:1.0
Author:<a href="http://p80w.com" title="http://p80w.com">http://p80w.com</a>
Author URI:http://p80w.com
Tags:white, green, black, Worpdress 3
*/

/* Global */
body{
	color: #969696;
	background: #fdfdfd;
	font: normal 14px/1.5 Arial, "Helvetica Neue", Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6{
	font-weight: normal;
}
a:visited,
a:focus,
a:active,
a:hover,
a {
	outline:0 !important; 
	text-decoration: none !important
} 
a:visited,
a:focus,
a:active,
a {
	color: #81A243;
}
a:hover {
	color: #999;
}
img {
	opacity: 0;
	-moz-transition: opacity .25s; 
	-webkit-transition: opacity .25s;
	-o-transition: opacity .25s;
	transition: opacity .25s;
}
img.no-animate {
	opacity: auto;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
img.opacity {
	opacity: 1;
}
/**Portfolio**/
.no-js img {
	opacity: 1;
}
.wrapper{
	overflow: hidden;
}
.bg-green{
	background: #81a243;
}
.bg-black{
	background: #222;
}
.clients {
	display: none;
}
.no-js .clients {
	display: block;
}
.bg-gray{
	background: #3d3c3c;
}
.font-proxima-light,
.sub-title{
	font-family: "proxima-nova", sans-serif;
	font-weight: 300;
	font-family: sans-serif;
}
.font-proxima-black, 
.home-info h2{
	font-family: "proxima-nova", sans-serif;
	font-weight: 800;
}
.font-proxima-cond,
.util-link a{
	font-family: "proxima-nova-condensed", sans-serif;
}
.font-proxima-excond,
.btn{
	font-family: "proxima-nova-condensed", sans-serif;
}
.font-proxima-condblack,
h1, h2, h3, h4, h5, h6,
.header ul,
.footer address strong,
.cs-tab,
.page-nav,
.pnav li{
	font-family: "proxima-nova-condensed", sans-serif;
	font-weight: 900;
}
.form-control{
	border-radius: 0;
	border: 1px solid #ccc;
}
.form-control:focus{
	border-color: #7e9f42;	
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(128,161,67,0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(128,161,67,0.6);
}
.btn{
	padding: 2px 20px;
	margin: 5px 0 0;
	color: #fdfdfd;
	font-size: 18px;
	font-weight: bold;
	border-radius: 0;
}
.btn-green{
	background: #7e9f42;
	border: 1px solid #ccc;
}
.btn-green:hover,
.btn-green:focus{
	color: #fdfdfd;
}
.txt-center {
	text-align: center;
}
.title {
	margin: 16px 0 0;
	color: #969696;
	font-size: 50px;
	line-height: 1;
	text-transform: uppercase;
    font-family: "proxima-nova";
    font-weight: 700;
}
.title2 {
	color: #81a243;
	font-size: 36px;
	text-transform: uppercase;
}
.sub-title{
	color: #969696;
	margin: 0;
	line-height: 1;
}
.navbar-toggle{
	position: absolute;
	right: 0;
	top: -5px;
	background: #81a243;
}
.navbar-toggle .icon-bar{
	background: #fff;
}

/* Header */
.with-shadow{
	border-bottom: 1px solid #ddd;
	box-shadow: 0 12px 8px -6px rgba(0,0,0,0.07);
}
.header{
	position: relative;
	z-index: 4;
}
.header .container{
	padding: 5px 0 0;
	position: relative;
}
.header .logo{
	position: static;
	top: 8px;
	left: 50%;
	z-index: 1;
	margin: 0 0 10px;
	text-align: center;
}
.header ul,
.no-list{
	margin: 0;
	padding: 0;
	list-style: none;
}
.header li{
	display: inline;
	display: inline-block;
	padding: 10px 15px;
}
.header li a{
	display: inline-block;
	padding: 5px 7px;
	color: #999;
	text-transform: uppercase;
	position: relative;
	top: 2px;
}
.header .main-menu li{
	display: block;
	padding: 0;

}
.header .main-menu li a{
	display: block;
	position: relative;
}
.header .main-menu li span {
  background: none repeat scroll 0 0 #81A243;
  bottom: -9px;
  display: block;
  height: 13px;
  left: 0;
  position: absolute;
  width: 100%;
  opacity: 0
}
.header .main-menu li:hover span {
	-webkit-transition: opacity .2s ease-in;
       -moz-transition: opacity .2s ease-in;
         -o-transition: opacity .2s ease-in;
                                  opacity: 1;
}
.header .main-menu .current_page_parent span,
.header .main-menu .current_page_item span,
.header .main-menu .active span{
	opacity: 1;
}
.top-links{
	position: static;
	right: 85px;
	top: 0;
	z-index: 2;
	padding: 0;
	text-align: center;
}
.util-link{
	display: block;
	padding: 1px 0;
}
.header .util-link a{
	color: #ccc;
	font-size: 12px;
	font-weight: 600;
}
.header .social{
	display: inline-block;
}
.social li {
	padding: 0 0 10px 0;
	font-size: 13px;
	line-height: 20px;
}
.header .social a{
	padding: 5px 0;
}
.social a i{
	display: none;
}

/* Home Page */
.home-banner{
	padding: 30px 0 0;
}
.home-banner .sub-title{
	font-size: 22px;
}
.home-banner .imgs{
	margin-top: 10px;
}
.home-banner .imgs img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 5px 0;
}
.imgs .col{
	float: left;
	width: 31%;
	margin: 5px 0;
}
.imgs .col-cnt{
	width: 36%;
	margin: 5px 1%;
}
.imgs .col-2{
	float: left;
	width: 38%;
	margin-left: 1.5%;
}
.imgs .col-3{
	float: left;
	width: 55%;
	margin-left: 4.5%;
}
.home-info{
	padding-top: 20px;
	padding-bottom: 20px;
	color: #858484;
	font-size: 12px;
	display: none;
}
.no-js .home-info {
	display: block;
}
.home-info article{
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
}
.home-info h2{
	font-size: 18px;
	margin: 3px 0;
}
.home-info h2 a{
	color: #858484;
}
.home-info h2 a:hover{
	color: #81A243;
}
.link-more{
	padding: 10px 0;
}
/*Adding this style sep because I'm not sure if link-more is used elsewhere*/
.home-info .link-more {
	bottom: 0;
}
.link-more a{
	display: block;
	width: 28px;
	height: 28px;
	line-height: 28px;
	margin: 0 auto;
	color: #81a243;;
	font-size: 18px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #81a243;
}
.link-more a:focus,
.link-more a:hover{
	color: #fdfdfd;
	text-decoration: none;
	background: #81a243;;
}
.link-more .fa {
	padding-left: 0;
	line-height: 1.6em;
	-webkit-transition: .25s all ease;
	-moz-transition: .25s all ease;
	-o-transition: .25s all ease;
	transition: .25s all ease;
}
.link-more .fa:hover, .link-collapse .fa:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-backface-visibility: visible;
  -moz-backface-visibility:    visible;
  -ms-backface-visibility:     visible;
}
 .firefox .link-more .fa {
	padding-left: 2px;
	line-height: 1.5em;
}
.ie .link-more .fa {
	padding-left: 1px;
	line-height: 1.6em;
}
.bg-black .link-more a,
.cs-content .link-more a{
	color: #969696;
	border-color: #969696;
}
.bg-black .link-more a:focus,
.bg-black .link-more a:hover,
.cs-content .link-more a:focus,
.cs-content .link-more a:hover{
	color: #fff;
	background: #969696;
}
.bg-green .link-more a,
.bg-green .link-more a:focus,
.bg-green .link-more a:hover{
	color: #fff;
	border-color: #fff;
	background: none;
}

.home-features{
	padding: 0 0 10px;
	display: none;
}
.no-js .home-features {
	display: block;
}
.hfeat {
	cursor:pointer;
}
.hfeat .wrap{
	position: relative;
	clear: both;
	display: block;
	max-width: 560px;
	margin: 0 auto;
	padding: 20px 10px;
}
.hfeat.fi .wrap{
	padding-top: 20px;
}
.hfeat.mif { 
	background-color: #eee;
}
.hfeat h2{
	margin: 0 0 10px;
	color: #858484;
	font-size: 24px; 
	text-transform: uppercase;
}
.hfeat:hover{
	-webkit-transition: background-color .1s ease;
	-moz-transition: background-color .1s ease;
	-o-transition: background-color .1s ease;
	background-color: #81A243;
}
.hfeat:hover h2,
.hfeat:hover h3{
	-webkit-transition: color .1s ease;
	-moz-transition: color .1s ease;
	-o-transition: color .1s ease;
	color: #ffffff;
}
/*
.hfeat:hover h2{
	color: #81a243;
}
.hfeat.bg-green:hover h2{
	color: #bfef64;
}*/
.hfeat h3{
	margin: 0;
	font-size: 17px;
	line-height:20px;
}
.hfeat.fm h3{
	max-width: inherit;
}
.hfeat img{
	position: absolute;
}
.fi-img {
  bottom: -130px;
  right: -475px;
  opacity: 0;
}
.fv-img {
  left: -350px;
  top: -35px;
  opacity: 0;
}
.no-js .fi-img,
.no-js .fv-img,
.no-js .fm-img {
	opacity: 1;
}
.fm-img{
	right: -225px;
	top: -25px;
	opacity: 0;
}
.hfeat.bg-green h2,
.hfeat.bg-green h3{
	color: #fdfdfd;
}

.clogos{
	padding-top: 10px;
	padding-bottom: 10px;
}
.clogos h4{
	color: #858484;
	font-size: 36px;
	margin: 15px 0 0;
}
.logos{
	text-align: left;
}
.logos img{
	padding-right: 20px;
	padding-bottom: 20px;
}
.logos a{
	display: inline-block;
	margin: 5px 0;
}

/* Services Page */
.txt-banner{
	position: relative;
	color: #969696;
	padding-bottom: 5em;
	overflow: hidden;
	min-height: 371px;
	padding-top: 3em;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 70%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(70%,#ffffff), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 70%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 70%,#eeeeee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 70%,#eeeeee 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 70%,#eeeeee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
}
.txt-banner article{
	max-width: 580px;
	padding: 0 10px;
	margin: auto;
}
.txt-banner h1 {
	margin: 20px 0 0;
	font-weight:700
}
.txt-banner h2{
	font-size: 22px;
	margin: 0 0 0 10px;
	font-family: "proxima-nova";
	font-weight: 400;
}
.txt-about {
  font-size: 18px;
  line-height: 1;
  margin: 10px auto 0;
  max-width: 550px;
  position: relative;
  text-align: center;
}
@media (max-width: 600px) {
	.txt-banner {
		max-width: 100%;
	}
	.txt-about, .txt-center {
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (max-width: 320px) {
	.txt-about, .txt-center {
		max-width: 300px;
	}	
	.txt-center h1 {
		font-size: 45px;
	}
}
.video-container {
	width: 1600px;
	left: 50%;
	margin-left: -800px;
	position: relative;
}
.txt-banner .left-img{
	position: absolute;
	left: -650px;
	top: 0;
	width:566px;
	height: auto;
	z-index: 0;
  	opacity : 0;
}
.txt-banner .right-img{
	position: absolute;
	right: -650px;
	top:0;
	width: auto;
	height: 370px;
	z-index: 0;
	opacity: 0;
}
.cs-tab ul {
	list-style: none;
	text-align: center;
	padding: 10px 0 0;
	margin: 0;
	text-transform: uppercase;
}
.cs-tab li {
	display: inline;
	display: inline-block;
	margin: 0 16px;
}
.cs-tab li a {
	display: block;
	padding: 0;
	color: #969696;
	font-size: 14px;
	text-align: center;
    font-family: "proxima-nova";
    font-weight: 800;
    border-bottom: 10px solid transparent;
    transition: .25s border-color ease;
}
.cs-tab li a:hover{
	text-decoration: none;
	border-color: #81A243;
}
.cs-content{
	color: #969696;
	margin: 0 0 15px;
	padding-bottom: 15px;
}
.cs-content h2 {
	font-size: 45px;
	text-align: center;
	text-transform: uppercase;
    font-family: "proxima-nova";
    font-weight: 700;
}
@media (max-width: 320px) {
	.cs-content h2 {
		font-size: 35px;
	}
}
.cs-content.bg-green{
	color: #fff;
	line-height: 1;
}
.cs-content h3 {
    font-family: "proxima-nova";
    font-weight: 400;
	font-size: 17px;
	text-align: center;
	margin: 0 55px;
	line-height: 1.2;
}
.cs-content p {
	margin: 22px 0 0;
	line-height: 1.5;
}
.cs-list h5 {
	margin: 0 0 6px;
    font-family: "proxima-nova";
    font-weight: 700;
}
.cs-content .cs-list {
	margin: 25px 0;
	display: inline-block;
}
.cs-list li {
	line-height: 1.4;
}
.cs-img {
	margin-top: 22px;
}
.cs-img img{
	width: 100%;
}
.cs-img .cs-col{
	float: left;
	width: 50%;
}
.cs-img .col-2{
	width: 23%;
	margin-left: 2%;
}
.cs-img .cs-col img{
	margin: 0 0 10px;
}
.cs-img .row div {
	position: relative;
}
.reel {
	display: inline-block;
}
.reel-intro {
	width: 75%;
	float: left;
}
.view-reel {
	width: auto;
	float: right;
	text-align: right;
}
.view-reel a {
    font-family: "proxima-nova";
    font-weight: 900;
	color: #81A243;
	text-transform: uppercase;
	margin-top: 10px;
	background: url(images/reels-25.png) no-repeat left 7px;
	padding: 8px 0 10px 35px;
	display:inline-block;
	transition: .25s opacity ease;
	cursor: pointer;
	position: relative;
	z-index: 99;
	font-size: 18px;
}
.view-reel a:hover {
	opacity: .8;
}
.cs-content.bg-green .view-reel a{
	color: #fff;
	background-position: left -31px;
}
.view-reel:after {
	clear: both;
}
.inline-video {
	width: 600px; 
	height: 365px;
	position: relative;
}
.inline-video p {
	position: absolute;
	bottom: -10px;
}
.colorboxlink {
	transition: .25s opacity ease;
}
.colorboxlink img {
  	-webkit-backface-visibility: hidden;
  	-moz-backface-visibility:    hidden;
  	-ms-backface-visibility:     hidden;	
}
@media (max-width: 700px) {
	.inline-video {
		width: 400px;
		height: 240px;
	}
}
@media (max-width: 480px) {
	.inline-video {
		width: 300px;
		height: 175px;
	}
	.reel-intro {
		width: 100%;
		float: none;
	}
}

/* Portfolio Page */
.page-nav,
.pnav{
	display: block;
	clear: both;
}
.container.pnav{
   	max-width: 100%;
    width: 100%;
    -webkit-box-shadow: 12px -29px 20px 31px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    12px -29px 20px 31px rgba(50, 50, 50, 0.25);
	box-shadow:         12px -29px 20px 31px rgba(50, 50, 50, 0.25);
	position: relative;
	z-index: 2
}
.pnav nav {
  display: block;
  float: none;
  margin: 0 auto;
  width: 980px;
}
.page-nav{
	-webkit-box-shadow: 12px -29px 12px 31px rgba(50, 50, 50, 0.69);
	-moz-box-shadow:    12px -29px 12px 31px rgba(50, 50, 50, 0.69);
	box-shadow:         12px -29px 12px 31px rgba(50, 50, 50, 0.69);
	position: relative;
	z-index: 3
}
.page-nav a{
	display: block;
	padding: 0 15px 0;
	max-width: 500px;
	margin: 0 auto;
	opacity: 0.15;
	color: #fdfdfd;
	font-size: 24px;
	line-height: 52px;
	text-transform: uppercase;
}
.page-nav .left a{
	float: right;
	padding-right: 175px
}
.page-nav .right a {
  /*background: url("images/arrow.jpg") no-repeat scroll right 15px rgba(0, 0, 0, 0);*/
  float: left;
  padding-left: 175px;
  padding-right: 30px;
}
.page-nav a:hover{
	text-decoration: none;
}
.page-nav a i{
	position: relative;
	top: -3px;
	left: 5px;
	font-size: 60%;
	line-height: 1;
}
.page-nav .col-2, .page-nav .col-2.gray {
	position: relative;
	float: left;
	width: 52%;
	width: 50%;
	text-align: center;
	background: #534c4c;
}
.page-nav .col-2.active:not(.gray),
.page-nav .col-2.hover,
.page-nav .col-2.green {
	background: #728a39;
}
.page-nav .col-2:before {
	content: ' ';
	position: absolute;
	top: 0;
	right: -57px;
	float: left;
	width: 0;
	height: 0;
	z-index: 1;
	border-top: 52px solid #534c4c;
	border-right: 57px solid transparent;
}
.page-nav .col-2.active:not(.gray):before,
.page-nav .col-2.hover:before,
.page-nav .col-2.green:before {
	border-top: 52px solid #728a39;
}
.pnav ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.pnav li{
	display: inline-block;
	margin-right: 30px;
	font-size: 14px;
	text-transform: uppercase;
}
.pnav li a{
	padding: 2px 0;
	display: block;
	color: #999;
}
.pnav li.current-cat a,
.pnav li.active a,
.pnav li a:hover,
.pnav.tax-banner .banners a,
.pnav.tax-websites .websites a,
.pnav.tax-websites .ios a,
.pnav.tax-video .video a,
.pnav.tax-facebook-apps .fb a {
	color: #000;
}
.projects{
	margin: 0 auto;
	max-width: 960px;
	padding: 0 15px;
	color: #969696;
	font-size: 11px;
	text-align: center;
	position: relative;
	z-index: 1
}
.projects .col-xlg{
	padding-bottom: 40px;
	width: 33%;
	min-height: 275px;
}
@media (max-width: 780px) {
.projects .col-xlg{
	padding-bottom: 40px;
	width: 48%;
}	
}
.projects .col-md-3{
}
.projects h2 {
	font-size: 18px;
	text-transform: uppercase;
	margin: 5px 0;
}
.projects h3 {
	font: normal 11px Arial, "Helvetica Neue", Helvetica, sans-serif;
	margin: 0 0 5px;
}
.projects p {
	margin-bottom: 5px;
}
.projects img{
	max-width: 100%;
	width: 100%;
	height: auto;
}
.projects .isotope-item {
  z-index: 2;
}
.projects  .isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.projects .row {
	position:relative;
	overflow:hidden;
}
.isotope,
.isotope .isotope-item,
.isotope .load-inline {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
.projects #iso-wrap > div{
	padding: 0 5px 10px;
}
@media (max-width: 480px) {
	.projects #iso-wrap div:nth-child(2n+3) {
		clear: both;
	}
}
.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, .isotope .load-inline {
  -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;
}
.isotope .isotope-item {
	transform: translate3d(0,0,0);
}
.content-services .collapse-in {
	margin-left:-15px;
	margin-right:-15px;
}
.content-services .collapse-in .row {
	margin-left:0;
	margin-right:0;
}
#iso-wrap .col-sm-3:nth-child(4n+5) {
	clear: left;
}
/*PROJECT DETAILS*/
#load-target {
	margin-top: 2em;
}
@media (max-width: 992px) {
	#load-target .container {
		width: 100%;	
	}
}
#load-target h1 {
	font-size: 32px;
	line-height: 1.1em;
}
#load-target .link-more {
	padding: 0;
	margin: 0;
}
.link-more #close-inline, #cboxContent #cboxClose {
	font-size: 15px;
	font-weight: bold;
	color: #999;
	text-align: center;
	margin-top: -3em;
	text-transform: uppercase;
	float: right;
    font-family: "proxima-nova";
    font-weight: 900;
	border: 1px solid #999;
	line-height: 1.8em;
	letter-spacing: -.1em;
	-moz-osx-font-smoothing: grayscale;
}
.link-more #close-inline:hover, #cboxContent #cboxClose:hover {
	color: #fff;
}
#cboxContent #cboxClose {
    border-radius: 100%;
    bottom: 5px;
    height: 25px;
    line-height: 0.3em;
    text-align: center;
    right: 5px;
    width: 25px;
}
#cboxContent #cboxClose:hover {
	background: #81A243;
}
#cboxLoadedContent {
	overflow: hidden !important;
}
#close-inline span:hover {
	cursor: pointer;
}
.post .description {
	width: 61.5%;
	float: left;
	margin-bottom: 3em;
	padding: 0 2em 1em;
	background: #eee;
}
.post .details {
	width: 37.5%;
	float: right;
	background: #81A243;
	color: #fff;
	margin-bottom: 3em;
	padding: 0 2em 1em;
}
@media (max-width: 780px) {
	#close-inline {
		margin-top: 0;
		float: left;
	}
	.post .description, .post .details {
		width: 100%;
		float: none;
		padding-top: .5em;
	}
}
#iso-wrap .more {
	text-transform: uppercase;
	margin-top: -1em;
}
.p-img img {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility:    hidden;
  -ms-backface-visibility:     hidden;
}
.p-img a img:hover {
	opacity: .9 !important;
}
@media  (min-width: 768px) and (max-width: 900px) {
	.projects .col-sm-3 {
		width: 33%;
	}
	#iso-wrap .col-sm-3:nth-child(4n+5) {
		clear: none;
	}
	#iso-wrap .col-sm-3:nth-child(3n+4) {
		clear: left;
	}
}
@media (min-width: 380px) and (max-width:768px) {
	#iso-wrap .col-sm-3:nth-child(3n+4) {
		clear: none;
	}
	#iso-wrap .col-sm-3:nth-child(2n+3) {
		clear: left;
	}	
}

/* Contact Us */
.contact-form {
	color: #fff;
	margin: 49px 0;
}
.contact-form h2 {
	font-size: 36px;
	margin: 0;
}
.contact-form ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.contact-form li{
	margin-bottom: 12px;
}
.contact-form label {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 0;
}
.form-control{
	height: 25px;
}
.btn-white{
	background: #fff;
	color: #81a243;
	border: none;
}
.btn-white:hover,
.btn-white:focus{
	color: #81a243;
}
.follow-us {
	color: #fff;
	margin: 49px 0;
}
.follow-us h2, .careers h2 {
	font-size: 36px;
	margin: 0 0 20px;
	color: #fff;
}
.follow-us ul, .careers ul {
	list-style: none;
	padding: 0;
}
.careers ul {
	margin-bottom: 2em;
}
.follow-us li, .careers li{
	margin-bottom: 7px;
}
.follow-us a, .careers a{
	color: #fff;
}
.follow-us a:hover{
	text-decoration: none;
}
.follow-us i {
	width: 28px;
	height: 28px;
	text-align: center;
	margin-right: 10px;
}
.follow-us .fa-twitter{
	background: #00b0ed;
	font-size: 12px;
	line-height: 2.4;
}
.follow-us .fa-facebook{
	background: #3b5998;
	font-size: 23px;
	line-height: 1.5;
}
.follow-us .fa-linkedin{
	background: #007bb6;
	font-size: 24px;
	line-height: 1.3;
}
.follow-us .fa-google-plus{
	background: #dd4b39;
	font-size: 21px;
	line-height: 1.4;
}
.map-title{
	background: rgba(0,0,0,.6);
}
.map-title .container{
	position: relative;
}
.b-map .fa{
	position: absolute;
	left: 10px;
	top: 20px;
	border: 1px solid #fff;
	border-radius: 20px;
	padding: 5px 7px;
	color: #fff;
	font-size: 20px;
}
.link-collapse.collapsed .fa-minus,
.link-collapse .fa-plus{
	display: none;
}
.link-collapse2.collapsed .fa-plus {
	display: block;
}
.link-collapse2.collapsed .fa-minus,
.link-collapse2 .fa-plus {
	display: none;
}
.link-collapse.collapsed .fa-plus {
	display: block;
}
.link-collapse .fa:hover {
	-webkit-transition: .25s all ease;
	-moz-transition: .25s all ease;
	-o-transition: .25s all ease;
	transition: .25s all ease;
}
.b-map address {
	color: #fff;
	padding: 20px 20px 20px 60px;
	margin-bottom: 0;
}
.b-map address strong {
	font-size: 36px;
    font-family: "proxima-nova";
    font-weight: 900;
	text-transform: uppercase;
	line-height: 1;
}
.b-map address span {
	font-size: 12px;
	margin-left: 10px;
}
.b-map .map img{
	width: 100%;
	margin: 0 auto;
}
.position {
	padding: 0 30px;
}

/* Footer */
.footer{
	padding: 40px 0 10px;
	color: #fdfdfd;
	font-size: 11px;
	border-bottom: 15px solid #81a243;
	background-image: url(images/bg_pattern.png);
	box-shadow: inset 0 12px 6px -6px rgba(0,0,0,0.25);
}
.footer .form-newsletter{
	padding-bottom: 30px;
	font-size: 12px;
}
.footer .form-newsletter h5{
	margin: 5px 0;
	color: #81a243;
	font-size: 18px;
	text-transform: uppercase;
}
.footer address{
	margin-bottom: 25px;
}
.footer address span{
	color: #81a243;
	font-size: 13px;
	text-transform: uppercase;
}

.loader {
	height:200px;
	width:100%;
	clear:both;
	background:#fff url(images/loader.gif) no-repeat 50% 50%;
}
#main-ajax {
	width:100%;
	overflow:hidden;
	min-height:1000px;
}
.ajax-fslide {
	width:200%;
}
.ajax-folio {
	width:50%;
	float:left;
	
}
p.back-to-top{
	float: right;
	color: #81A243;
	position: relative;
	top: 57px;
}
	p.back-to-top a{
		color: #81A243;
	}
	.bg-green p.back-to-top a{
		color: #fff;
	}
.clear {clear:both; height: 0}
.imgs.container .feature-inner{ 
	float: left;
	padding: 6px 3px;
	overflow: hidden;
}
	.imgs.container .feature-inner .box{ 
		position: relative;

	}
	.imgs.container .feature-inner .box .slide-out{ 
		width: 100%;
		height: 0%;
		position: absolute;
		left: 0;
		bottom: 0;
		padding: 0 20px;
		max-height: 125px;
		background-color: #81a243;
		background-color: rgba(129, 162, 67, 0.7);
	}
		.imgs.container .feature-inner .box .slide-out h2{ 
			/*display: none;*/
			color: #fff;
			margin-bottom: 0;
			margin-top: 10px;
			/*opacity: 0;*/
		}
		.imgs.container .feature-inner .box .slide-out p{ 
			/*display: none;*/
			color: #fff;
			/*opacity: 0*/
		}
		.imgs.container .feature-inner .box .slide-out.open h2{ 
			display: block;
			-webkit-transition: opacity .2s ease;
			-moz-transition: opacity .2s ease;
			-o-transition: opacity .2s ease;
			opacity: 1;
		}
		.imgs.container .feature-inner .box .slide-out.open p{ 
			display: block;	
			-webkit-transition: opacity .2s ease;
			-moz-transition: opacity .2s ease;
			-o-transition: opacity .2s ease;
			opacity: 1;
		}
.imgs.container .inner-section1{ 
	width: 31.178%;
}
	.imgs.container .inner-section1 h2{ 
		font-size: 20px;
		line-height: 22px
	}
	.imgs.container .inner-section1 p{ 
		font-size: 16px;
		line-height: 18px
	}
.imgs.container .inner-section2{ 
	width: 14.934%;
}
	.imgs.container .inner-section2 h2{ 
		font-size: 16px;
		line-height: 16px
	}
	.imgs.container .inner-section2 p{ 
		font-size: 14px;
		line-height: 14px
	}
.imgs.container .inner-section3{ 
	width: 21.010%
}
	.imgs.container .inner-section3 h2{ 
		font-size: 16px;
		line-height: 18px
	}
	.imgs.container .inner-section3 p{ 
		font-size: 12px;
		line-height: 14px
	}
.imgs.container .inner-section4{ 
	width: 31.551%
}
	.imgs.container .inner-section4 h2{ 
		font-size: 20px;
		line-height: 22px;
	}
	.imgs.container .inner-section4 p{ 
		font-size: 16px;
		line-height: 18px;
	}
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.alignright {float:right; }
.alignleft {float:left; }
.aligncenter {display: block; margin-left: auto; margin-right: auto}
/* Responsive */

@media (min-width: 770px){
	.header .container{
		padding-top: 15px;
	}
	.header .logo{
		position: absolute;
		margin: 0 0 0 -90px;
	}
	.top-links{
		position: absolute;
		text-align: center;
	}
	.header .social{
		float: left;
		padding:0;
	}
	.header .hleft{
		float: right;
		padding-right: 90px;
	}
	.header .hright{
		float: left;
		padding-left: 90px;
	}
	.header .main-menu li{
		display: inline-block;
		padding: 10px;
	}
	.header .main-menu li a{
		display: inline-block;
	}
	.header .main-menu .active a{
		color: #81a243;
		background: none;
	}
	.btn-green{
		float: right;
	}
	.home-banner .imgs{
		width: inherit;
		padding: 0;
	}
	.page-nav a{
		font-size: 50px;
	}
	.page-nav a i{
		top: -6px;	
	}
	.col-xlg:nth-child(2n+3){
		clear: none;
	}
	/*.col-xlg:nth-child(3n+4){
		clear: both;
	}*/
	.imgs.container .inner-section1 h2{ 
		font-size: 18px;
		line-height: 20px
	}
	.imgs.container .inner-section1 p{ 
		font-size: 14px;
		line-height: 16px
	}
	.imgs.container .inner-section2 h2{ 
		font-size: 10px;
		line-height: 12px
	}
	.imgs.container .inner-section2 p{ 
		font-size: 8px;
		line-height: 10px
	}
	.imgs.container .inner-section3 h2{ 
		font-size: 12px;
		line-height: 14px
	}
	.imgs.container .inner-section3 p{ 
		font-size: 8px;
		line-height: 10px
	}
	.imgs.container .inner-section4 h2{ 
		font-size: 18px;
		line-height: 20px
	}
	.imgs.container .inner-section4 p{ 
		font-size: 14px;
		line-height: 16px
	}
}

@media (min-width: 992px){
	.header .social{
		clear: both;
		
	}
	.header .main-menu li{
		padding: 10px 15px;
	}
	.home-banner .imgs{
		width: inherit;
		padding: 0;
	}
	.col-xlg:nth-child(2n+3),
	.col-xlg:nth-child(3n+4){
		clear: none;
	}
	.imgs.container .inner-section1 h2{ 
		font-size: 18px;
		line-height: 20px
	}
	.imgs.container .inner-section1 p{ 
		font-size: 14px;
		line-height: 16px
	}
	.imgs.container .inner-section2 h2{ 
		font-size: 10px;
		line-height: 12px
	}
	.imgs.container .inner-section2 p{ 
		font-size: 8px;
		line-height: 10px
	}
	.imgs.container .inner-section3 h2{ 
		font-size: 12px;
		line-height: 14px
	}
	.imgs.container .inner-section3 p{ 
		font-size: 8px;
		line-height: 10px
	}
	.imgs.container .inner-section4 h2{ 
		font-size: 18px;
		line-height: 20px
	}
	.imgs.container .inner-section4 p{ 
		font-size: 14px;
		line-height: 16px
	}
}

@media (min-width: 1200px){
	.container{
		max-width: 980px;
	}
	.imgs.container{
		max-width: 1366px;
	}
	.projects .col-lg-2:nth-child(7){
		clear: both;
	}
	.home-banner .imgs{
		width: inherit;
		padding: 0;
	}
	.imgs.container .inner-section1 h2{ 
		font-size: 20px;
		line-height: 22px
	}
	.imgs.container .inner-section1 p{ 
		font-size: 16px;
		line-height: 18px
	}
	.imgs.container .inner-section2 h2{ 
		font-size: 12px;
		line-height: 14px
	}
	.imgs.container .inner-section2 p{ 
		font-size: 10px;
		line-height: 12px
	}
	.imgs.container .inner-section3 h2{ 
		font-size: 14px;
		line-height: 16px
	}
	.imgs.container .inner-section3 p{ 
		font-size: 10px;
		line-height: 12px
	}
	.imgs.container .inner-section4 h2{ 
		font-size: 20px;
		line-height: 22px;
	}
	.imgs.container .inner-section4 p{ 
		font-size: 16px;
		line-height: 18px;
	}
}
@media (min-width: 1366px){
	.col-xlg{
		width: 18%;
		margin: 0;
		padding: 0;
	}
	/*.col-xlg:nth-child(2n+3),
	.col-xlg:nth-child(3n+4),
	.col-xlg:nth-child(4n+5){
		clear: none;
	}*/
	.col-xlg:nth-child(5n+6){
		/*clear: both;*/
	}
	.imgs.container .inner-section1 h2{ 
		font-size: 20px;
		line-height: 22px
	}
	.imgs.container .inner-section1 p{ 
		font-size: 16px;
		line-height: 18px
	}
	.imgs.container .inner-section2 h2{ 
		font-size: 16px;
		line-height: 18px
	}
	.imgs.container .inner-section2 p{ 
		font-size: 14px;
		line-height: 16px
	}
	.imgs.container .inner-section3 h2{ 
		font-size: 16px;
		line-height: 18px
	}
	.imgs.container .inner-section3 p{ 
		font-size: 12px;
		line-height: 14px
	}
	.imgs.container .inner-section4 h2{ 
		font-size: 20px;
		line-height: 22px;
	}
	.imgs.container .inner-section4 p{ 
		font-size: 16px;
		line-height: 18px;
	}
}

@media (max-width: 990px){
	.page-nav .left a{
		padding-right: 100px;
	}
	.page-nav .right a{
		padding-left: 100px;
	}
}

@media (max-width: 768px){
	.header .main-menu {
		overflow:hidden;
		height:1px;
	}
		.imgs.container .inner-section1 h2{ 
		font-size: 18px;
		line-height: 20px
	}
	.imgs.container .inner-section1 p{ 
		font-size: 14px;
		line-height: 16px
	}
	.imgs.container .inner-section2 h2{ 
		font-size: 10px;
		line-height: 12px
	}
	.imgs.container .inner-section2 p{ 
		font-size: 8px;
		line-height: 10px
	}
	.imgs.container .inner-section3 h2{ 
		font-size: 12px;
		line-height: 14px
	}
	.imgs.container .inner-section3 p{ 
		font-size: 8px;
		line-height: 10px
	}
	.imgs.container .inner-section4 h2{ 
		font-size: 18px;
		line-height: 20px
	}
	.imgs.container .inner-section4 p{ 
		font-size: 14px;
		line-height: 16px
	}
	.page-nav .left a{
		padding-right: 30px;
	}
	.page-nav .right a{
		padding-left: 50px;
	}
	.txt-banner .right-img,
	.txt-banner .left-img {
		display: none;
	}
}
@media (max-width: 480px){
	.hfeat img{
		display: none;
	}
}
