/*+++++++++++++++++++++
=====================================
 Template Name : Holsten
 Author Name : George Tsenes
 Version : 2.0
===============================
+++++++++++++++++++*/





/*
====================================
------------------------------------
	1. Typography
	2. Header
	3. Main Slider
	4. About Us
	5. Service
	6. Our Team
	7. Above & Beyond
	8. Portfolio
	9. Careers
	10. Clients
	11. Contact
	12. Footer
	13. Carousel Effect
	14. Isotope
	15. Portfolio Hover effect
	16. Misc
-------------------------------------
=====================================
*/



/*====================
======Typography=====
======================*/
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);

body {
	font-family: 'Roboto', sans-serif;
	position: relative;
	font-weight:400;
	background: #fff;
	color:#43484E

}

body section{
	padding: 0px 0 0px 0;
}

a:hover {
	outline: none;
	text-decoration:none;
}

a:focus {
	outline:none;
	outline-offset: 0;
}

a {
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	color:#005123;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
}

.title-one {
	color: #666666;
	display: inline-block;
	font-size: 32px;
	font-weight: 300;
	padding-bottom:0px;
	text-align: center;
	text-transform: uppercase;
	position:relative
}

.slider-btn {
	background-color:#004c22;
	color: #FFF;
	-webkit-box-shadow: inset 0 0 0 2px #004c22;
	box-shadow: inset 0 0 0 2px #004c22;
	text-transform: uppercase;
	text-align: center;
	padding: 15px;
	font-size: 18px;
	font-weight:400;
	border: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.slider-btn:hover {
	background-color: #43484E;
	-webkit-box-shadow: inset 0 0 0 2px #43484E;
	box-shadow: inset 0 0 0 2px #43484E;
	color: #fff;
}


.parallax-section{
	min-height: 300px;
	width: 100%;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.preloader{
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: table;
	background: #fff;
	z-index: 9999;
}

.preloder-wrap{
	display: table-cell;
	vertical-align: middle;
}

.preloder-inner {
	width: 200px;
	height: 100px;
	margin: 0 auto;
}

.ball {
	width: 10px;
	height: 10px;
	margin: 10px auto;
	border-radius: 50px;
}

.ball:nth-child(1) {
	background: #ff005d;
	-webkit-animation: right 1s infinite ease-in-out;
	-moz-animation: right 1s infinite ease-in-out;
	animation: right 1s infinite ease-in-out;
}

.ball:nth-child(2) {
	background: #35ff99;
	-webkit-animation: left 1.1s infinite ease-in-out;
	-moz-animation: left 1.1s infinite ease-in-out;
	animation: left 1.1s infinite ease-in-out;
}

.ball:nth-child(3) {
	background: #008597;
	-webkit-animation: right 1.05s infinite ease-in-out;
	-moz-animation: right 1.05s infinite ease-in-out;
	animation: right 1.05s infinite ease-in-out;
}

.ball:nth-child(4) {
	background: #ffcc00;
	-webkit-animation: left 1.15s infinite ease-in-out;
	-moz-animation: left 1.15s infinite ease-in-out;
	animation: left 1.15s infinite ease-in-out;
 }

.ball:nth-child(5) {
	background: #2d3443;
	-webkit-animation: right 1.1s infinite ease-in-out;
	-moz-animation: right 1.1s infinite ease-in-out;
	animation: right 1.1s infinite ease-in-out;
}

.ball:nth-child(6) {
	background: #ff7c35;
	-webkit-animation: left 1.05s infinite ease-in-out;
	-moz-animation: left 1.05s infinite ease-in-out;
	animation: left 1.05s infinite ease-in-out;
}

.ball:nth-child(7) {
	background: #4d407c;
	-webkit-animation: right 1s infinite ease-in-out;
	-moz-animation: right 1s infinite ease-in-out;
	animation: right 1s infinite ease-in-out;
}


@-webkit-keyframes right {
	0%   { -webkit-transform: translate(-15px);   }
	50%  { -webkit-transform: translate(15px);    }
	100% { -webkit-transform: translate(-15px);   }
}

@-webkit-keyframes left {
	0%   { -webkit-transform: translate(15px);    }
	50%  { -webkit-transform: translate(-15px);   }
	100% { -webkit-transform: translate(15px);    }
}

@-moz-keyframes right {
	0%   { -moz-transform: translate(-15px);   }
	50%  { -moz-transform: translate(15px);    }
	100% { -moz-transform: translate(-15px);   }
}

@-moz-keyframes left {
	0%   { -moz-transform: translate(15px);    }
	50%  { -moz-transform: translate(-15px);   }
	100% { -moz-transform: translate(15px);    }
}

@keyframes right {
	0%   { transform: translate(-15px);  }
	50%  { transform: translate(15px);   }
	100% { transform: translate(-15px);  }
}

@keyframes left {
	0%   { transform: translate(15px);   }
	50%  { transform: translate(-15px);  }
	100% { transform: translate(15px);   }
}


.vertical-middle{
	width: 100%;
	height: 100%;
	display: table;
}

.vertical-middle div{
	display: table-cell;
	vertical-align: middle;
}



/*====================
======Header CSS=====
======================*/

#navigation .navbar {
  background: transparent;
  border-radius: 0;
  border-bottom: 0;
  /*width:100%;*/
}

#navigation .navbar-collapse{
 	background-color: rgba(0, 82, 33, 0.9);
}

#navigation .navbar-toggle{
  margin-top: 20px;
  background-color: #005221;
}

#navigation .navbar-brand h1{
  padding: 0;
  margin: 0;
}

#navigation .navbar-nav.navbar-right li {
	padding: 0 1px;
}

#navigation .navbar-nav li a {
	color: #FFF;
	border-bottom: 5px solid transparent;
	font-family: 'Roboto',sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	-webkit-transition: all .9s ease 0s;
	-moz-transition: all .9s ease 0s;
	-o-transition: all .9s ease 0s;
	transition: all .9s ease 0s;
	padding: 16px 15px;
}

#navigation .navbar-inverse .navbar-nav  .active  a,
#navigation .navbar-inverse .navbar-nav  .active  a:focus,
#navigation .navbar-nav.navbar-right li a:hover {
	background-color: transparent;
	border-bottom: 5px solid #FFF;
}

#navigation .navigation-list{
	display: inline-block;
	float: none;
	margin: 0;
	vertical-align: top;
}

#navigation .logo-container{
	background-color: rgba(255,255,255,0.9);
	ima
	/*padding-top: 10px;*/
}



/*======================
====Main Slider CSS=====
=======================*/
.home-pattern {
	height:100%;
	position:absolute;
	width:100%;
	z-index:1;
	left:0;
	bottom:0;
	background-image:url(https://holstenchicago.com/images/home-pattern.png);
	background-repeat:repeat;
	opacity:0.2;
}

#home{
  padding: 0;
  overflow: hidden;
  position:relative
}

#main-carousel .carousel-inner .item {
	background-size:cover;
	height: 100%;
	background-position: 50% 50%;
	background-repeat:no-repeat;
}

#main-carousel .carousel-indicators {
	bottom:60px
}

#main-carousel .carousel-indicators li{
	background: rgba(0, 0, 0, 0);
	border: 1px solid #fff;
	width: 12px;
	height: 12px;
	margin-left: 5px;
	text-indent: -9999px;
	display: inline-block;
}

.carousel-indicators .active{
	background-color: #fff !important;

}

.slider-content {
	height: 100%;
}

#main-carousel .carousel-caption {
	display: table;
	height: 100%;
	width: 100%;
	min-height: 100%;
	left: 0;
	top: 0;
	z-index: 11;
}

#main-carousel .carousel-caption > div{
    vertical-align: middle;
    display: table-cell;
}

#main-carousel .carousel-inner h2 {
	color: #f6f6f6;
	display: inline-block;
	font-family: roboto;
	font-size: 70px;
	font-weight: 400;
	margin-bottom: 20px;
	text-shadow: none;
	text-transform: uppercase;
}

#main-carousel .carousel-inner h2 span{
  color:#7ab700;
}

#main-carousel .carousel-inner p {
	color: #f6f6f6;
	font-family: roboto;
	font-size: 30px;
	font-weight: 300;
	margin-bottom: 59px;
	margin-top: 0;
	text-shadow:none;
}

#main-carousel .carousel-left{
	left:-50px;
}

#main-carousel .carousel-right{
	right:-50px;
}

#main-carousel:hover .carousel-left{
	left:0px;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

#main-carousel:hover .carousel-right{
	right:0px;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

#main-carousel .carousel-left,
#main-carousel .carousel-right{
	padding: 15px;
	z-index: 12;
	font-size: 60px;
	color: rgba(255, 255, 255, 0.52);
	top: 50%;
	position: absolute;
	margin-top: -60px;
	text-align: center;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

.carousel-right {
  right:65px
}

.carousel-left {
  left:65px
}

#main-carousel .carousel-left:hover,
#main-carousel .carousel-right:hover{
	color: #F6F6F6;
}



/*=======================
====== About Us CSS =====
=========================*/


#about-us {
	background:#F6F6F6;
	overflow: hidden;
	padding-top: 60px;
	padding-bottom:60px;

}

#about-us h1 {
	margin-bottom:30px;
	font-size: 30px;
	color:#43484E;
	font-weight: 200;
	text-align: center;
}

.fancy span {
  display: inline-block;
  position: relative;
}
.fancy span:before,
.fancy span:after {
  content: "";
  position: absolute;
  border-top: 1px solid #DDDDDD;
  top: 50%;
  width: 150px;
}
.fancy span:before {
  right: 100%;
  margin-right: 25px;
}
.fancy span:after {
  left: 100%;
  margin-left: 25px;
}

#about-us h4 {
	color: #909090;
	margin-bottom: 50px;
	margin-top: -5px;
	text-transform: capitalize;
}

#about-us p {
	font-weight: 200;
	font-size: 20px;
	text-align: left;
	line-height: 30px;
	color: #43484e;
}

#about-us .media-body p {
	font-weight: 200;
	font-size: 16px;
	text-align: left;
	line-height: 22px;
	font-color: #43484e;
}

.about-us{
	margin-top: 45px;
}

.about-us .col-sm-6 {
	margin-top:50px
}

/*.about-us h3 {
	font-size: 20px;
	margin-bottom: 18px;
	text-transform: uppercase;
}*/

.about-us .tab-content {
	padding-top: 30px;
}

.about-us .nav-tabs li a {
	border: 0px;
	border-bottom: 2px solid transparent;
	color:#004c22;
	padding-bottom: 20px;
	font-size: 18px;
	color: #43484E;
	font-weight: 200;
}

.about-us .nav-tabs .fa{
    margin-bottom: 5px;
}

.about-us .nav-tabs li.active a,
.about-us .nav-tabs li.active a:hover,
.about-us .nav-tabs li.active a:focus {
	background-color: transparent;
	border-radius: 0;
	border: 0px;
	border-bottom: 2px solid #004c22;
	color: #333333;
}

.about-us .tab-content
.pull-left.media-object {
	background-color: #F6F6F6;
	margin-right: 20px;
	padding: 5px;
}

.media-body em {font-size:16px;}
.media-body li {font-size:14px;}

.skillbar {
	position:relative;
	display:block;
	margin-bottom:18px;
	box-shadow:1px 1px 0 0 #333333;
	width:100%;
	background:#43484E;
	height:35px;
	-webkit-transition:0.4s linear;
	-moz-transition:0.4s linear;
	-ms-transition:0.4s linear;
	-o-transition:0.4s linear;
	transition:0.4s linear;
	-webkit-transition-property:width, background-color;
	-moz-transition-property:width, background-color;
	-ms-transition-property:width, background-color;
	-o-transition-property:width, background-color;
	transition-property:width, background-color;
}

.skillbar-title {
	position:absolute;
	top:0;
	left:0;
	width:25%;
	font-weight:bold;
	font-size:13px;
	color:#fff;
	background-color:#004c22;
}

.skillbar-title span {
	float: none;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 0;
	text-align: left;
	display:block;
	background-color:#004c22;
	padding:0 15px;
	height:35px;
	line-height:35px;
}


.skillbar-bar {
	height:35px;
	width:0px;
	background-color:#004c22;
	box-shadow:0 1px 0 0 #333333;
}

.skill-bar-percent {
	position:absolute;
	right:10px;
	top:0;
	font-size:11px;
	height:35px;
	line-height:35px;
	color:#ffffff;
}



/*====================
======Service CSS=====
======================*/

#services {
  background-image: url("https://holstenchicago.com/images/services/service-bg.jpg");
  color:#fff;
  text-align:center;
  background-color:	#0A0A13;
  padding-top: 60px;
  padding-bottom:60px;
}

#services h1{
  color: #fff;
  margin-bottom:30px;
  font-size: 30px;
  font-weight: 200;


}

#services p{
	color: #fff;
	font-size: 20px;
	font-weight: 200;
	line-height:30px; 
}

.services {
	display:block;
	overflow:hidden;
}

.single-service {
	background-color: rgba(0, 0, 0, 0.39);
	padding:25px;
	transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
}

.single-service h2{
	font-size: 22px;
	font-weight: 200;
	text-transform: uppercase;
	padding-bottom: 20px;
}

#services .single-service p {
	text-align:left;
	font-size:16px;
	line-height: 22px;
}

.single-service a {
	color: #ffffff;
	text-decoration: underline;
}

.single-service h1 {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 20px;

}

.single-service:hover {
	background-color: #004c22;
}


#services .single-service-2 {
	background-color: rgba(0, 0, 0, 0.39);
	padding-top: 20px;
	padding-right:25px;
	padding-left:25px;
	padding-bottom:25px;
	transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
}

#services .single-service-2 img {
	height:65px;
	width:65px;
	margin-top: 5px;
}

#services .single-service-2 h2 {
	/*padding-top: -100px;*/
	margin-top:15px;
	margin-bottom: 20px;
	font-weight: 200;
	text-transform: uppercase;
	font-size: 22px;


}

#services .single-service-2 p {
	text-align:left;
	margin-top:5px;
	font-size: 16px;
	line-height: 22px;
}

#services .single-service-2 a {
	color: #ffffff;
	text-decoration: underline;
}



#services .single-service-2:hover {
	background-color: #004c22;
}



/*=====================
======Our Team CSS=====
=======================*/

#our-team {
	background-color:#FFFFFF;
	color:#43484E;
	overflow: hidden;
	padding-top: 60px;
	padding-bottom: 20px;
}

#our-team h1 {
	margin-bottom: 30px;
	font-size: 30px;
	font-weight: 200;
	color:#43484E;
	text-transform: uppercase;
}

#our-team .intro p{
	font-size: 20px;
	line-height: 30px;
	color:#43484E;
	text-align: left;
	font-weight: 200;
}

/*#our-team p{
	font-size: 20px;
	line-height: 30px;
	color:#43484e;
}*/

#team-carousel {
	padding-top: 30px;
  	padding-bottom: 90px;
}

#team-carousel .carousel-indicators li{
	background: rgba(0, 0, 0, 0);
	border: 1px solid #064b24;
	width: 12px;
	height: 12px;
	margin-left: 5px;
	text-indent: -9999px;
	display: inline-block;
}

.carousel-indicators .active{
	background-color: #064b24 !important;
}

#team-carousel .carousel-indicators{
	padding-top: 0px;
	padding-bottom: 0px;
}

#team-carousel .carousel-control.right, #team-carousel .carousel-control.left{
	background-image: none;
	background-color: transparent;
    text-shadow: none;
}

#team-carousel .carousel-control{
	color: #43484E;
	font-size: 24px;
	opacity: 1;
	width: 60px;
}

#team-carousel .carousel-control:hover{
	color: #004C22;
}

#our-team .item-inner{
	margin: 0 auto;
	width: 85%;
}

#our-team .team-members {
	padding: 0;
	display: block;
	overflow: hidden;
}

.single-member {
	background-color: #43484E;
	border: 1px solid #43484E;
	color: #f6f6f6;
	padding: 10px;
	text-align: center;
	overflow:hidden;
  	min-height: 315px;
  	font-weight: 200;
}

.single-member img {
	width:100%
}

.single-member h4,
.single-member h5 {
	padding-top: 10px;
	text-align: center;
	font-weight: 200;
}

#our-team .socials .fa-stack-1x {
	color: #43484E;
}

#our-team .socials a {
	color:#FFFFFF;
}

#our-team .socials a i:hover {
	opacity:.8;
	border:0
}

#our-team .socials a .fa-facebook:hover {
	background: #3B5997;
}

#our-team .socials a .fa-twitter:hover {
  background:#29C5F6
}

#our-team .socials a .fa-pinterest:hover {
  background:#C61118
}

#our-team .socials a .fa-dribbble:hover {
  background:#FF5C93
}

#our-team .socials a .fa-linkedin:hover {
  background:#006DC0
}

#our-team .socials a .fa-google-plus:hover {
  background:#D13D2F
}

#our-team .socials a .fa-flickr:hover {
  background:#7A797B
}

.member-left, .member-right {
	position:absolute;
	top:-43px;
	color:#4 3484E
}


.member-left {
	left:0%;
	font-size:24px;
	top: 50%;
}

.member-right {
	right:0%;
	font-size:24px;
	top: 50%;
}



/*======================
======Above & Beyond=====
========================*/

#abovebeyond {
  background:#f6f6f6;
  padding-top: 60px;
  padding-bottom: 60px;
}

#abovebeyond .container h1 {
	margin-bottom: 30px;
	font-size: 30px;
	font-weight: 200;
	color: #43484E;
}

#abovebeyond .intro p{
	font-size: 20px;
	line-height: 30px;
	color:#43484E;
	text-align: left;
	font-weight: 200;
}

#abovebeyond .heading {
	font-weight:200;
	font-size:20px;
	color:#43484e;
	padding:10px 0 10px 0;
}

.abovebeyond-filter {
  margin-bottom: 30px;
  text-align: center;
}

#abovebeyond .col-sm-4{
	width:50%;
}

.outer_container{
	display: grid;
	grid-template-columns: 25% 50% 25%;
}

.grid_container{
	width: 100%;
	
}

.grid {
	display: grid!important;
	justify-items: center;
	grid-auto-flow: column;
}

#abovebeyond .nav-tabs li {
  display: inline-block;
}

/*#abovebeyond ul {
	list-style-type:none;
	display:inline-block;
	font-size: 16px;
	padding-bottom:20px;
}*/

.container .nav-tabs{
	color: #686868;
	font-size: 16px;
	text-transform: uppercase;
	border: none;
	background: rgba(67, 72, 78, 0);
	opacity: .8;
	border: 1px solid rgba(252, 119, 0, 0);
	border-radius: inherit;
	padding: 10px;
	border-bottom: none;
	font-size: 16px;
	padding-bottom:20px;
	min-width: 200px;
}

/*#abovebeyond .nav-tabs li a {
	width:200px;
	color: #686868;
	font-size: 16px;
	text-transform: uppercase;
	border: none;
	background: rgba(67, 72, 78, 0);
	opacity: .8;
	border: 1px solid rgba(252, 119, 0, 0);
	border-radius: inherit;
	padding: 10px;
	border-bottom: none;
}*/

.nav-tabs .active a,
.nav-tabs .active a:hover,
.nav-tabs .active a:focus {
	background-color: transparent;
	border-radius: 0;
	border: 0px;
	border: 1px solid #004c22;
	color: #333333;
	text-decoration: none;
	padding:10px;
}

/*#abovebeyond .award {
	height:250px;
	width:450px;
	border:10px;
	border-style:solid;
	border-color:#004c22;
	margin-top:5px;
	padding-top:50px;
	margin:0px;
}*/

/*#abovebeyond .col-lg-7{
	width:58.333333333333336%;
	margin-left:50px;
	margin-right:-60px;
}*/

/*#abovebeyond .award h3{
	margin-top: 60px;
	text-align: center;
	color:#004c22;
	font-size: 18px;
}*/

#abovebeyond .container h2{
	font-weight: 200;
	font-size: 22px;
	color:#43484E;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}

#abovebeyond h3 {
    text-transform: uppercase;
}

#abovebeyond .container-inner .recipients-group img{
	margin: 0 auto;
}

#abovebeyond .container-inner img{
	margin: 0 auto;
	margin-bottom: 5px;
}

#abovebeyond .single-recipient p{
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	margin-top: -10px;
	margin-bottom: 5px;
	padding-top:15px;
	padding-right:0px;
}

#abovebeyond .col-lg-1.col-md-1.col-sm-6.col-xs-6.abovebeyond-item-2017Q1 .single-recipient p{
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	margin: -10px 0 5px 0;
	padding:15px 0px 0 0px;
}

.abovebeyond .mask h3 {
	color: #005221;
	transition: height 500ms ease 0s;
	position: absolute;
	width: 100%;
	text-align: center;
}

.container-inner .abovebeyond-items {
	float: center;
}

.abovebeyond-items > div{
	padding-left: 5px;
	padding-right: 5px;
  	padding-top:0px;
  	padding-bottom:10px;
}

.abovebeyond-items img{
  width:100%;
}

.abovebeyond .efffect h4 {
	opacity: 0;
	transform: scale(0);
	transition: all 0.5s linear 0s;
}

.abovebeyond .efffect .view-inner h3 {
	opacity: 0;
	transform: scale(0);
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
}

.abovebeyond .efffect img {
	transform: scaleY(1);
	-moz-transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transition: all 0.7s ease-in-out 0s;
	-moz-transition: all 0.7s ease-in-out 0s;
	-webkit-transition: all 0.7s ease-in-out 0s;
	-o-transition: all 0.7s ease-in-out 0s;
}

.abovebeyond .view img {
	display: block;
	position: relative;
}

.abovebeyond .efffect .mask {
	background-color: rgba(255,255,255, 0.9);
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
	opacity: 0
}

#abovebeyond .mask h3{
	font-size: 10px;
	bottom: 25px;
	text-align: center;
}

#abovebeyond .recipients-group {
	padding-left:5px;
	padding-right:5px;
}

#abovebeyond .recipients-group .mask h3{
	font-size: 18px;
	bottom: 125px;
}

#abovebeyond .container-inner {
	width: 100%;
	margin: 0 auto;
	/*padding-right:100px;*/
	/*padding-left: 20px;*/
}

#abovebeyond .container-inner .recipients-group{
	padding-left:50px;
	/*padding-right:-50px;*/
}

/*#abovebeyond .container-inner .recipients-group{*/





/*======================
======Portfolio CSS=====
========================*/

#portfolio {
  background: #FFFFFF;
  padding-top: 60px;
  padding-bottom: 60px;
}

#portfolio h1 {
	margin-bottom: 30px;
	font-size: 30px;
	font-weight: 200;
	color:#43484E;
	text-transform: uppercase;
}

#portfolio .portfolio-filter {
  margin-bottom: 30px;
}

#portfolio .portfolio-filter li {
  display: inline-block;
}

#portfolio
.portfolio-filter li a:hover,
#portfolio
.portfolio-filter li a:focus,
#portfolio
.portfolio-filter li a:active ,
#portfolio
.portfolio-filter li .active{
	border: 1px solid #004c22;
	color: #686868;
	box-shadow: none;
	-webkit-box-shadow: none;
	opacity: 1;
}

#portfolio
.portfolio-filter li a {
	color: #686868;
	font-size: 16px;
	text-transform: uppercase;
	border: none;
	background: rgba(67, 72, 78, 0);
	opacity: .8;
	border: 1px solid rgba(252, 119, 0, 0);
	border-radius: inherit;
}

#portfolio .isotope .isotope-item{
    padding: 4px;
}

.portfolio-items > div{
  padding:2px;
}

.portfolio-items img{
  width:100%;
}

.portfolio-items .portfolio-title h3{
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 200;
	margin-top: 15px;
	margin-bottom: 5px;
}

.view {
	cursor: default;
	height: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
	width:100%;
	padding: 10px;
	background-color: #43484E;
}

.view-inner{
	position: relative;
}

.efffect h4 {
	opacity: 0;
	transform: scale(0);
	transition: all 0.5s linear 0s;
}

.efffect .view-inner h3 {
	opacity: 0;
	transform: scale(0);
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
}

.efffect img {
	transform: scaleY(1);
	-moz-transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transition: all 0.7s ease-in-out 0s;
	-moz-transition: all 0.7s ease-in-out 0s;
	-webkit-transition: all 0.7s ease-in-out 0s;
	-o-transition: all 0.7s ease-in-out 0s;
}

.view img {
	display: block;
	position: relative;
}

.efffect .mask {
	background-color: rgba(255,255,255, 0.9);
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
	opacity: 0
}

.view .mask, .view .content {
	height:100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width:100%;
}

.mask h3 {
	color: #005221;
	transition: height 500ms ease 0s;
	bottom: 10px;
	position: absolute;
	width: 100%;
	text-align: center;
	padding-right: 0px;
}

.mask h4 {
	color:#000;
	font-family: roboto;
	font-size: 14px;
	font-weight: 200;
	padding: 0 35px 5px;
}

.mask i {
	border: 2px solid #333;
	border-radius: 50%;
	color: #333;
	font-size: 17px;
	margin-left: 8px;
	padding: 8px;
}

.mask i:hover{
	background-color:#004c22;
	color:#fff;
}

.mask img{
	position: absolute;
	top: 0;
	height: 90%;
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
}



/*======================
======Careers CSS=====
========================*/

#careers {
  text-align:center;
  background-color:	#f6f6f6;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

#careers h1 {
	margin-bottom: 30px;
	font-size: 30px;
	font-weight: 200;
	color:#43484E;
}

#careers h2 {
	font-size: 24px;
	font-weight: 200;
	color:#43484E;
	margin-top: 35px;
	padding-top: 20px;
}

#careers p {
	color:#43484E;
	font-size: 16px;
	line-height: 22px;
	padding: 15px 30px 15px 30px;
	text-align: left;
	font-weight: 200;
}

#careers img{
	width: 90%;
}

#careers .single-service {
	padding: 10px;
	min-height: 470px;
}

/*.layer{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}*/

.btn-email-us{
    margin-bottom: 10px;
    margin-top: 30px;
    font-weight: 200;
}



/*====================
======Clients CSS=====
======================*/

#clients {
  background-color:	#fff;
  overflow: hidden;  
  padding-top: 60px;
  padding-bottom: 30px;
}

#clients h1 {
	margin-bottom: 30px;
	font-size: 30px;
	color:#43484E;
	text-transform: uppercase;
	font-weight: 200;
}

#clients-carousel {
	padding-top: 0px;
  	padding-bottom: 90px;
	text-align: center;
}

#clients-carousel .carousel-indicators li{
	background: rgba(0, 0, 0, 0);
	border: 1px solid #064b24;
	width: 12px;
	height: 12px;
	margin-left: 5px;
	text-indent: -9999px;
	display: inline-block;
}

.clients-indicators .active{
	background-color: #064b24 !important;
}

#clients-carousel .carousel-indicators{
	padding-top: 0px;
	padding-bottom: 0px;
}

#clients-carousel .carousel-control.right, #clients-carousel .carousel-control.left{
	background-image: none;
	background-color: transparent;
	text-shadow: none;
}

#clients-carousel .carousel-control{
	color: #43484E;
	font-size: 24px;
	opacity: 1;
	width: 60px;
}

#clients-carousel .carousel-control:hover{
	color: #004C22;
}

.carousel-inner blockquote {
  border-left: 0 none;
  margin: 20px;
  padding: 0;
  text-align: left;
}

.carousel-inner blockquote p {
	color: #43484E;
	font-size: 18px;
	font-weight: 400;
}

#clients-carousel .carousel-inner {
	display:inline-block;
	padding-bottom: 0px;
	width: 60%
}

#clients-carousel .carousel-inner img {
	border-right:2px solid#eee;
	padding-right:0px
}

#clients-carousel .item {
	background: #dadada;
}



/*====================
======Contact CSS=====
======================*/

#contact {
	background-color: #004c22;
	color: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
}

.social-icons a {
	color: #A2A2A2;
	font-size: 20px;
	border: 1px solid #A2A2A2;
	border-radius: 50%;
	text-align: center;
	padding: 6px;
	width: 44px;
	height: 44px;
	display: inline-block;
	margin: 2px;
}


.social-icons a:hover {
  color: #004c22;
  border: 1px solid #004c22;
}

.contact-address .social-icons,
.contact-address address {
	z-index:2;
	position:relative
}

.contact-address  p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:18px
}

.contact-address  p span {
	color: #004c22;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:500;
	font-size:34px
}

#contact-form-section {
	padding:35px;
	background-color: #FFF;
}
#contact-form-section .btn-primary {
	background-color:#004c22;
	border-color:#f6f6f6;
	border-radius:0;
	padding:10px 35px;
	text-transform:uppercase;
	font-size: 16px;
	font-weight:300;
	transition: all 0.9s ease 0s;
	  -moz-transition: all 0.9s ease 0s;
	  -webkit-transition: all 0.9s ease 0s;
	  -o-transition: all 0.9s ease 0s;
}

#contact-form-section .btn-primary:hover {
	background-color:#43484E
}

#contact-form input,
#contact-form textarea,
#contact-form .btn-primary  {
	position:relative;
	z-index:2;
}

#contact-form .name-field,
#contact-form .mail-field  {
	width:49%;
}

#contact-form .name-field {
	margin-right:2%;
	float:left
}

#contact-form .mail-field {

}

#contact-form-section .form-control {
	border-radius:0;
	-webkit-box-shadow:none;
	box-shadow:none;
}

#contact-form-section textarea {
	resize:none
}

#contact-form-section .form-control:focus {
	border-color: #004c22;
	outline: 0;
	-webkit-box-shadow:none;
	box-shadow:none;
}



/*====================
======Footer=====
======================*/

#footer{
	background-color: #262626;
	color: #FFF;
	padding: 30px 0 20px 0;
}

#footer .list-inline{
	margin-top: 10px;
}

#footer .handicaplogo{
	margin-right: 40px;
}

#footer .fairhousinglogo{
	margin-left: 40px;
}



/*============================
======Carousel Effect CSS=====
==============================*/


.carousel.scale .carousel-inner > .item.left > div:nth-child(1),
.carousel.scale .carousel-inner > .item.right > div:nth-child(1) {
  -webkit-animation: fadeOutDown 300ms linear 0ms both;
  animation: fadeOutDown 300ms linear 0ms both;
}
.carousel.scale .carousel-inner > .item.next > div:nth-child(1),
.carousel.scale .carousel-inner > .item.prev > div:nth-child(1) {
  -webkit-animation: fadeInDown 300ms linear 75ms both;
  animation: fadeInDown 300ms linear 75ms both;
}

.carousel.scale .carousel-inner > .item.left > div:nth-child(2),
.carousel.scale .carousel-inner > .item.right > div:nth-child(2) {
  -webkit-animation: fadeOutDown 300ms linear 75ms both;
  animation: fadeOutDown 300ms linear 75ms both;
}
.carousel.scale .carousel-inner > .item.next > div:nth-child(2),
.carousel.scale .carousel-inner > .item.prev > div:nth-child(2) {
  -webkit-animation: fadeInDown 300ms linear 150ms both;
  animation: fadeInDown 300ms linear 150ms both;
}

.carousel.scale .carousel-inner > .item.left > div:nth-child(3),
.carousel.scale .carousel-inner > .item.right > div:nth-child(3) {
  -webkit-animation: fadeOutDown 300ms linear 150ms both;
  animation: fadeOutDown 300ms linear 150ms both;
}
.carousel.scale .carousel-inner > .item.next > div:nth-child(3),
.carousel.scale .carousel-inner > .item.prev > div:nth-child(3) {
  -webkit-animation: fadeInDown 300ms linear 225ms both;
  animation: fadeInDown 300ms linear 225ms both;
}

.carousel.scale .carousel-inner > .item.left > div:nth-child(4),
.carousel.scale .carousel-inner > .item.right > div:nth-child(4) {
  -webkit-animation: fadeOutDown 300ms linear 225ms both;
  animation: fadeOutDown 300ms linear 225ms both;
}
.carousel.scale .carousel-inner > .item.next > div:nth-child(4),
.carousel.scale .carousel-inner > .item.prev > div:nth-child(4) {
  -webkit-animation: fadeInDown 300ms linear 300ms both;
  animation: fadeInDown 300ms linear 300ms both;
}


/*==================================
====== Isotope Recommended CSS=====
====================================*/

/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */




/*==================================
====== Portfolio Hover effect=======
====================================*/

.view:hover{
	background-color: #005221;
}

/*.efffect img {
   -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;
}*/
.efffect .mask {
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.efffect h4 {
   background: transparent;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.efffect .view-inner h3 {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   font-size:16px;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
.mask a i {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform:rotate(-180deg);
   -moz-transform:rotate(-180deg);
   -o-transform:rotate(-180deg);
   -ms-transform:rotate(-180deg);
   transform:rotate(-180deg);
   -webkit-transition:all 0.5s linear 0.7s;
   -moz-transition: all 0.5s linear 0.7s;
   -o-transition:all 0.5s linear 0.7s;
   -ms-transition:all 0.5s linear 0.7s;
   transition:all 0.5s linear 0.7s;
}
/*.efffect:hover img {
   -webkit-transform: scale(10);
   -moz-transform: scale(10);
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}*/
.efffect:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.efffect:hover h4,.efffect .view-inner:hover h3,.efffect:hover a i {
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}

/*==================================
====== Misc=======
====================================*/

.xs-display{
    display: none;
}






/*popup*/


÷


/*
@media only screen and (max-width: 1400px) {
    #wd1_nlpopup .ebook { margin:1.5em 2em;  }
}
@media only screen and (max-width: 1280px) {
    #wd1_nlpopup img.ebookpic { display: none; }
    #wd1_nlpopup .ebook { margin:1.5em 4em;  }
    #wd1_nlpopup { width:775px; margin-left:-30%; }
}
@media only screen and (max-width: 1080px) {
    #wd1_nlpopup h2 { margin: 0.8em 2em; }
    #wd1_nlpopup .graybg { padding:10px 30px; }
    #wd1_nlpopup .ebook { margin:1.5em 2em;  }
}

@media only screen and (max-width: 1024px) {
    #wd1_nlpopup { width:775px; margin-left:-37.5%; }
    #wd1_nlpopup .ebook { margin:1.5em 4em;  }
}
@media only screen and (max-width: 860px) {
    #wd1_nlpopup .ebook { display: none; }
}
@media only screen and (max-width: 800px) {
    #wd1_nlpopup .textinput {display: none;  }
}
@media only screen and (max-width: 780px) {
    #wd1_nlpopup { display: none;  }
    #wd1_nlpopup h2 { display: none;  }
    #wd1_nlpopup img.ebookpic { display: none;  }
    #wd1_nlpopup p.centered { display: none;  }
    #wd1_nlpopup p.arrowbelow { display: none;  }
    #wd1_nlpopup .nlsubscribe:before { display:none; }
}

@media only screen and (max-width: 704px) {
    #wd1_nlpopup .spaceforbook { display: none;  }
    #wd1_nlpopup .ebook { display: none;   }
}
@media only screen and (max-width: 675px) {
    #wd1_nlpopup img.ebookpic { display:none; }
    #wd1_nlpopup .spaceforbook { display: none;  }
    #wd1_nlpopup .ebook { display: none;  }
    #wd1_nlpopup .nlsubscribe { display: none; }
    #wd1_nlpopup .textinput { display: none;  }
    #wd1_nlpopup .btn { display: none;  }
}
@media only screen and (max-width: 600px) {
    #wd1_nlpopup { display: none;  }
    #wd1_nlpopup h2 { display: none;  }
    #wd1_nlpopup .graybg p.quote:before { display:none; }
    #wd1_nlpopup .graybg p { display: none; }
    #wd1_nlpopup .ebook { display: none;  }
}
@media only screen and (max-width: 500px) {
    #wd1_nlpopup { display: none;  }
}
@media only screen and (max-width: 425px) {
    #wd1_nlpopup .graybg img { display: none;  }
    #wd1_nlpopup .graybg p { display: none;  }
    #wd1_nlpopup .ebook {display: none; }
    #wd1_nlpopup .ebook p { display: none;  }
    #wd1_nlpopup ul.bulletdots { display: none;  }
    #wd1_nlpopup p.centered { display: none;  }
    #wd1_nlpopup_close { display: none; }

}*/

