/* ==== Google font ==== */
@import url('//fonts.googleapis.com/css?family=Lato:400,300,700,900');
/* === fontawesome === */
@import url('font-awesome.css');
/* ==== overwrite bootstrap standard ==== */
@import url('overwrite.css');
@import url('animate.css');
/*==========================================================================
  General
  ========================================================================== */

html, body, head {
	max-width: 100%;
	height: 100%;
	overflow-x: hidden;
}

body {
	color:#777;
	background: #ffffff;
	font-size: 16px;
	line-height: 1.6em;
	font-weight: 300;
	text-shadow: none;
}

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Lato', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	color:#222;
}

h1,h3,h5,h6 {
	font-style: normal;
	margin: 0 0 30px 0;
}

h2 {
	font-style: normal;
	margin: 0 0 30px 40px;
	color:#444;
	letter-spacing: 0.1em;
}

input[type=checkbox] {
    -webkit-transform: scale(3,3); /* safari and chrome */   
}

.matrix3d {
    -webkit-transform: matrix3d(1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1); /* safari and chrome */
}

.toggle-box {
  display: none;
  overflow-y: hidden;
}

.toggle-box + label {
  cursor: pointer;
  display: block;
  font-weight: bold;
  line-height: 21px;
overflow-y: hidden;
}

.toggle-box + label + div {
  display: none;
  margin-bottom: 2%;
overflow-y: hidden;
}

.toggle-box:checked + label + div {
  display: block;
overflow-y: hidden;
}

.toggle-box + label:before {
  background-color: #80b438;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #FFFFFF;
  content: "+";
  display: block;
  float: left;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  margin-right: 5px;
  text-align: center;
  width: 20px;
}

.toggle-box:checked + label:before {
  content: "\2212";
}

body { -webkit-animation: bugfix infinite 2s; }
@-webkit-keyframes bugfix { from { padding: 0; } to { padding: 0; } }

h4 {
	font-style: normal;
	font-weight: 600;
	margin: 0 0 5px 0;
}

h1 { font-size: 40px; line-height: 30px; }
h2 { font-size: 32px; }
h3 { font-size: 24px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
.txt-light { font-weight: 300; }
.txt-regular { font-weight: 400; }
.txt-bold { font-weight: 700; }
.txt-uppercase { text-transform: uppercase; }

blockquote {
	font-family: Georgia, serif;
}

blockquote.bigquote {
	border: none;
	font-size: 48px;
	font-weight: 700;
	line-height: 1.1em;
}

.text-bold {
	font-weight: 900;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}


small {
	font-size: 70%;
	font-weight: 100;
}

a {
	text-decoration: none;
	color: #80b438;
	font-weight: 600;
}

a:hover, a:active {
	text-decoration: none;
	color: #888;
	font-weight: 600;
}

:focus {
	outline: none;
}

.color-white.txt-shadow {
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.t-uppercase {
	text-transform: uppercase;
}

/*page-wrap*/

#page-wrap { width: 100%; margin: 0 0 0 0;
		padding: 0;
		background: #fff3c9
		font-family: 'Lato', sans-serif; color: #fff; 
		display: block; }

/*photobanner*/
 
.photobanner {
    margin-bottom: 0;
	overflow: hidden;
}
/*keyframe animations*/
.first {
    -webkit-animation: bannermove 60s linear infinite;
       -moz-animation: bannermove 60s linear infinite;
        -ms-animation: bannermove 60s linear infinite;
         -o-animation: bannermove 60s linear infinite;
            animation: bannermove 60s linear infinite;
}
 
@keyframes "bannermove" {
 0% {
    margin-left: 0px;
 }
 100% {
    margin-left: -2125px;
 }
 
}
 
@-moz-keyframes bannermove {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -2125px;
 }
 
}
 
@-webkit-keyframes "bannermove" {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -2125px;
 }
 
}
 
@-ms-keyframes "bannermove" {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -2125px;
 }
 
}
 
@-o-keyframes "bannermove" {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -2125px;
 }
 
}


/* ----- Content ----- */

.section {margin:0 0 0 0; padding:0; background:#FFF;}
.section .header {margin:0 0 15px 0; padding:10px; border-top:5px solid #000; border-bottom:1px solid #000; overflow:hidden;}
.section .header .view {float:right; margin:0px 0 0 0; font-size:14px; color:#e50527; text-decoration:none; text-transform:uppercase; font-family:'BebasRegular';}
.section .content {position:relative; padding:0 10px 5px 10px; border-bottom:1px solid #000; overflow:hidden;}
.section .content .intro {font-size:14px;}
.section .content .column {float:left; width:335px; margin:0 10px 0 0;}
.section .content .column.last {margin:0;}
.section .content .header {width:700px; margin-top:15px; margin-left:-10px;}

#content .section .header h1, #content .section .header h2, #content .section .header h3, #sideCol .section .header h1, #sideCol .section .header h2, #sideCol .section .header h3 {float:left; margin:0;}
#content .section .header .view, #sideCol .section .header .view {color:#e50527; text-decoration:none;}
#content .section .header .view:hover, #content .section .header .view:active, #content .section .header .view:focus, #sideCol .section .header .view:hover, #sideCol .section .header .view:active, #sideCol .section .header .view:focus {color:#000;}
#content .section .header .mandatoryInfo {float:right; margin:5px 0 0 0; font-size:11px;}

#contentWrap {width:100%; background:#e9e7e8;}
#contentContainer {position:relative; width:980px; margin:0 auto; padding:50px 0 20px 0;}
#content {float:left; width:720px; font-size:13px; color:#000;}
#content .section {width:700px;}

#content h1, #content h2, #content h3 {color:#000; text-transform:uppercase; font-family:'BebasRegular'; word-spacing:0.2em;}
#content h1 a, #content h2 a, #content h3 a {color:#000; text-decoration:none;}
#content h1 {margin:0 0 10px 0; font-size:16px; color:#000;}
#content h2 {margin:0 0 10px 0; font-size:14px;}
#content h3 {margin:0 0 10px 0; font-size:12px;}

#content p {margin:0 0 15px 0;}
#content a {color:#000; text-decoration:underline;}
#content a.external {display:inline-block; padding:0 15px 0 0; background:url('http://communitascoalition.org/img/icons/external.png') right 5px no-repeat;}
#content .details a.external {padding-right:13px; background-position:right 3px;}
#content a:hover, #content a:active, #content a:focus {color:#e50527;}
#content hr {clear:both; width:720px; margin:0 0 15px -10px; height:1px; border:none; background:#000;}

#content ul, #content ol {margin:0 0 15px 0;}
#content ul li, #content ol li {margin:0 0 5px 0;}
#content ul li {padding:0 0 0 12px; background:url('http://communitascoalition.org/css/img/bullets/black-dash.png') 0 4px no-repeat;}
#content ol li {margin-left:20px; list-style:decimal; background:none;}

#content table {width:699px; margin:0 0 15px -10px; border-top:1px solid #A2A2A2; border-left:1px solid #A2A2A2; background:#FFF;}
#content table th, #content table td {padding:5px; border-right:1px solid #A2A2A2; border-bottom:1px solid #A2A2A2;}
#content table th {padding:10px 5px; font-weight:normal; text-align:center; border-color:#A2A2A2; background:#e9e7e8;}

#content blockquote {clear:both; width:680px; margin:0 0 15px -10px; padding:25px 10px 10px 30px; background:url('http://communitascoalition.org/css/img/blockquote-open.png') 10px 10px no-repeat #EAEAEA;}
#content blockquote p {margin:0; padding:0 20px 15px 0; font-weight:bold; background:url('http://communitascoalition.org/css/img/blockquote-close.png') bottom right no-repeat;}

#content pre {display:block; width:auto; margin:0 0 15px 0; padding:10px; font-size:13px; color:#111; border:1px dotted #555; background:#EEE;}

#content .section .content .buttons {width:720px; margin:0 0 10px -10px; overflow:hidden;}
#content .section .content .buttons li {float:left; width:355px; margin:0 0 5px 10px; padding:0; background:none;}
#content .section .content .buttons li.first {margin-left:0;}
#content .section .content .buttons li a {width:100%; padding-right:0; padding-left:0; color:#FFF; font-size:12px; word-spacing:0.2em; text-decoration:none; text-align:center;}

#content .footer {width:720px; margin:0; color:#000; background:#FFF; overflow:hidden;}
#content .footer .social {float:left;}
#content .footer .social p {float:left; margin:0; padding:11px 5px 5px 35px; font-size:14px; text-transform:uppercase; font-family:'BebasRegular'; background:url('http://communitascoalition.org/css/img/share-footer.png') 15px 13px no-repeat;}
#content .footer .social ul {float:left; margin:0 0 0 10px; padding:0; border-left:1px solid #666; }
#content .footer .social ul li {float:left; margin:0; padding:5px 6px; border-right:1px solid #666; background:none;}
#content .footer .social ul li a {display:block; width:30px; height:30px; color:#000; text-indent:-9999px; background:url('http://communitascoalition.org/css/img/content-social-footer.png'); background-repeat:no-repeat;}
#content .footer .social ul li a:hover, #content .footer .social ul li a:active, #content .footer .social ul li a:focus {color:#E50527;}
#content .footer .social ul li.twitter a {background-position:-30px 0;}
#content .footer .social ul li.twitter a:hover, #content .footer .social ul li.twitter a:active, #content .footer .social ul li.twitter a:focus {background-position:-30px -30px;}
#content .footer .social ul li.google a {background-position:-60px 0;}
#content .footer .social ul li.google a:hover, #content .footer .social ul li.google a:active, #content .footer .social ul li.google a:focus {background-position:-60px -30px;}
#content .footer .social ul li.linkedin a {background-position:-90px 0;}
#content .footer .social ul li.linkedin a:hover, #content .footer .social ul li.linkedin a:active, #content .footer .social ul li.linkedin a:focus {background-position:-90px -30px;}
#content .footer .social ul li.email a {background-position:-120px 0;}
#content .footer .social ul li.email a:hover, #content .footer .social ul li.email a:active, #content .footer .social ul li.email a:focus {background-position:-120px -30px;}
#content .footer .social ul li.more {padding:0 10px;}
#content .footer .social ul li.more a {width:auto; height:auto; line-height:40px; padding:0; font-size:14px; text-transform:uppercase; text-decoration:none; font-family:'BebasRegular'; text-indent:0; background:none;}


/*==========================================================================
  Misc & Adjust 
 ========================================================================== */
.row {
	z-index: 9999;
}

.big {
	font-size: 20pt;
	font-weight: 300;
}


.blink:hover {
	opacity: 0.9;
}

.half-offset {
	margin-bottom: 75px !important;
}

.no-offset {
	margin: 0 !important;
	padding: 0;
}

.content {
	overflow: hidden;
	width:100%;
}

.container {
	overflow: hidden;
	min-width: 100%;
	max-width: 100%;
}

.logocontainer {
	overflow: hidden;
	width:100%;
}

.trans {
	border: 0 !important;
	background: 0 !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

.nobg {
	background: 0;
	border: 0;
}

.noborder {
	border: 0 !important;
}

.color-white {
	color: #fff;
}

.theme-bg {
	background-color: #ff7701 !important;
}

.normalize-font-top {
	padding-top: 25px;
}



/* --- float --- */
.float-left {
	float: left;
}

.float-right {
	float: right;
}

/* --- align --- */
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
.align-justify {
	text-align: justify;
}

/* ---- padding ---- */
/* top */
.pad-top0 {
	padding-top: 0;
}
.pad-top5 {
	padding-top: 5px;
}

.pad-top10 {
	padding-top: 10px;
}

.pad-top15 {
	padding-top: 15px;
}
.pad-top20 {
	padding-top: 20px;
}
.pad-top25 {
	padding-top: 25px;
}
.pad-top30 {
	padding-top: 30px;
}
.pad-top35 {
	padding-top: 35px;
}
.pad-top40 {
	padding-top: 40px;
}
/* bottom */
.pad-bot0 {
	padding-bottom: 0;
}
.pad-bot5 {
	padding-bottom: 5px;
}

.pad-bot10 {
	padding-bottom: 10px;
}

.pad-bot15 {
	padding-bottom: 15px;
}
.pad-bot20 {
	padding-bottom: 20px;
}
.pad-bot25 {
	padding-bottom: 25px;
}
.pad-bot30 {
	padding-bottom: 30px;
}
.pad-bot35 {
	padding-bottom: 35px;
}
.pad-bot40 {
	padding-bottom: 40px;
}


/* ---- margin --- */
.mar-left5 { margin-left: 5px; }
.mar-left10 { margin-left: 10px; }
.mar-left15 { margin-left: 15px; }
.mar-left20 { margin-left: 20px; }
.mar-left25 { margin-left: 25px; }
.mar-left30 { margin-left: 30px; }

.mar-right5 { margin-right: 5px; }
.mar-right10 { margin-right: 10px; }
.mar-right15 { margin-right: 15px; }
.mar-right20 { margin-right: 20px; }
.mar-right25 { margin-right: 25px; }
.mar-right30 { margin-right: 30px; }

/* top */
.mar-top0 {
	margin-top: 0;
}
.mar-top5 {
	margin-top: 5px;
}

.mar-top10 {
	margin-top: 10px;
}

.mar-top15 {
	margin-top: 15px;
}
.mar-top20 {
	margin-top: 20px;
}
.mar-top25 {
	margin-top: 25px;
}
.mar-top30 {
	margin-top: 30px;
}
.mar-top35 {
	margin-top: 35px;
}
.mar-top40 {
	margin-top: 40px;
}


/* bottom */
.mar-bot0 {
	margin-bottom: 0;
}
.mar-bot5 {
	margin-bottom: 5px;
}

.mar-bot10 {
	margin-bottom: 10px;
}

.mar-bot15 {
	margin-bottom: 15px;
}
.mar-bot20 {
	margin-bottom: 20px;
}
.mar-bot25 {
	margin-bottom: 25px;
}
.mar-bot30 {
	margin-bottom: 30px;
}
.mar-bot35 {
	margin-bottom: 35px;
}
.mar-bot40 {
	margin-bottom: 40px;
}


/*===========================
  --- Sections ----
=========================== */

section.section {
	margin:0;
	padding: 6.5% 0 0 0;
}

.bg-white {
	background-color: #fff;
}

section .caption {
    display: inline;
    position: relative;
    overflow: hidden;
    margin-top: 1%;
    margin-bottom: 1%;
    max-width:33%;
    min-width:33%;
    text-align: left;
}

section .caption a {
    background-color: #80b438;
}

section .caption__media {
    max-width:100%;
    min-width:100%;
    height: auto;
}

section .caption__overlay {
    position: absolute;
    font-family: 'Lato', sans-serif;
    font-size: 1.25em;
    line-height: 1.25em;
    height: 100%;
    width: 100%;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    color: #fff;
    opacity: 0;
}

section .caption__overlay:hover {
    position: absolute;
    font-family: 'Lato', sans-serif;
    font-size: 1.25em;
    height: 100%;
    width: 100%;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    color: #fff;
    opacity: 1;
    transition: transform .35s ease-out;
}

section .caption__overlay__content {
    padding-right: 5%;
}

section .caption__overlay__title {
    margin: 0;
    opacity: 0;
    padding: 0 0 12px;
    transform: translateY( calc(-100% - 10px) ); /* +10px overlay padding */
    transition: transform .35s ease-out;
}
section .caption:hover .caption__overlay__title {
    transform: translateY(0);
    opacity: 1;
}
section .caption::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: background .35s ease-out;
}
section .caption:hover::before {
    background: #80b438;
}
section .caption {
    ...
    transform: translateZ(0);
}

/* --- section heading --- */
.section-header {
	text-align: center;
	margin-top: 60px;
}
.section-header h2.section-heading {
	text-transform: uppercase;
	font-weight: 700;
}

.section-about {
	margin-left:none;
	position:static;
	width:100%;
	display: table;
}

.section-about h2.section-heading {
	text-transform: uppercase;
	font-weight: 700;
}

.section-about ul {
	font-weight: 400;
}

.section-about img {
	vertical-align:middle;	

}

.section-about li {
	margin-left: 0;
	padding-top: 0.25em;
}

.section {
	margin-left:none;
	position:static;
	width:100%;
	display: table;
}

.section h2.section-heading {
	text-transform: uppercase;
	font-weight: 700;
}

.section ul {
	font-weight: 400;
}

.section li {
	padding-top: 0.25em;
}

.section-contact {
	margin-left:none;
	position:static;
	width:100%;
	display: table;
	background: #fff;
}

.section-contact h2.section-heading {
	text-transform: uppercase;
	font-weight: 700;
}

.section-contact ul {
	font-weight: 400;
}

.section-contact img {
	vertical-align:middle;	

}

.section-contact li {
	margin-left: 0;
	padding-top: 0.25em;
}


.corepartners {
	width: 100%;
	display: table-row;
}

.partnerlogo h2 {
	text-transform: uppercase;
	font-weight: 700;
}

.partnerlogo {
	font-weight: 400;
	float:left;
	width: 18%;
	display: inline;
	vertical-align: text-middle;

}

.partnerlogo img {
	width: 100%;
	vertical-align: text-middle;
}

.partnertext {
	display: inline;
	font-weight: 400;
	font-size: 0.95em;
	text-align: justify;
	padding-right: 2%;
	vertical-align: text-middle;
	float:right;
	padding-top: 2%;
	padding-bottom: 2%;
	list-style-type: none;
	width: 78%;
}

#advisorylogos
	{
	font-family: 'Lato', sans-serif;
	width: 100%;
	padding-left: 22%;
	padding-right: 22%;
	display: block;	
	vertical-align: text-middle;
	text-align: center;
	background: #FFF;
	color: #202020;
	font-weight: 600;
	overflow: hidden;
	height: 2em;
	}

#advisorylogos img
	{
	max-height: 2em;
	vertical-align: text-middle;
	text-align: center;
	padding-left: 3.5%;
	overflow: hidden;
	}

#advisorylogos a
	{
	font-weight: bold;
	color: #202020;
	}


/* ==========================
 --- Parallax ---
============================= */

#parallax1{	
	background-image: url(../img/parallax/img1.jpg);
}
#parallax2{	
	background-image: url(../img/parallax/img2.jpg);
}
#testimonials{	
	background-image: url(../img/parallax/img3.jpg);
}
/*===========================
  --- Header & menu ----
=========================== */
.navbar {
	line-height: 100px;
	height: 100px;
	background-color: rgba(0,0,0,0.3);
	display: block;
	vertical-align: middle;
	text-align: center;
	margin-bottom: 0;
	font-family: 'Lato', sans-serif;
	padding-bottom:0;
	padding-left:2%;
}

.navbar .navbar-collapse {
	margin-bottom: 0;
	padding-bottom:0;
}

.nav li {
	height: 100%;
	line-height: 100%;
	margin-bottom: 0;
	padding-bottom:0;
}

.nav>li>a {
	display: table-cell;
	height: 100%;
	line-height: 100%;
	vertical-align: middle;
	color: #FAFAFA;
	font-weight: 800;
	font-size: 13.5px;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.nav>li>a:hover {
	color: #fff;
	background: none;
}

.navbar-nav {
	float: right;
	margin-bottom: 0;
	padding-bottom:0;	
}

.navbar .navbar-nav > .active > a {
	color: #fff;
}
.navbar .navbar-nav > .active > a {
	padding-bottom: 22px;
}

h1 a.navbar-brand {
	font-size: 33.75px;
	color: #333;
	font-weight: 900;
	text-shadow: none;
	letter-spacing: .33em;
}

.navbar-brand {
	padding: 0;
	display: table-cell;
	vertical-align: middle;
	line-height: 90px;
	position: relative;
}

.navbar-brand img {
	vertical-align: middle;
}

.navbar-toggle {
	padding: 0;
	margin: 0;
	width: 80px;
}

.navbar-collapse.in {
	margin-top: -5px !important;
}



/*===========================
  --- Featured section ----
=========================== */

section.featured {
	padding: 1.5% 0 0 0;
	background: #fff;
	color: #fdfdfd;
	overflow: hidden;
	width: 100%;
}

section.featured img {
	position: relative;
	width:100%;
	overflow: visible;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='img/communitas_final.jpg',
	sizingMethod='scale');	
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;

}


section.featured h2.slogan {
	color: #fff;
	font-size: 48px;
	font-weight: 900;
}

 /* wrappers */

#wrapper9
	{
	font-family: 'Lato', sans-serif;
	font-size: 0.85em;
	font-weight: 600;
	line-height: 1em;
	color: #333;
	position: static;
	padding-left: 1%;
	padding-right: 1%;
	padding-top: 1%;
	padding-bottom: 7.5%;
	width: 100%;
	height: 5.5em;
	background: #fff;
	text-align: left;
	vertical-align: middle;
	}

#wrapper5
{
	font-family: 'Lato', sans-serif;
	width: 50%;
	display: inline-block;
	overflow: hidden;
	vertical-align: text-middle;	
	text-align: left;
	float: left;
	background: #FFF;
}

#wrapper5 img
{
	padding-right: 3.33%;
	max-height: 4em;
	height: auto;
	vertical-align: middle;
}

#wrapper11
	{
	font-family: 'Lato', sans-serif;
	width: 25%;
	display: inline-block;	
	vertical-align: text-middle;
	background: #FFF;
	color: #202020;
	font-weight: 600;
	overflow: hidden;
	}

#wrapper11 img
	{
	max-height: 2em;
	vertical-align: text-middle;
	text-align: left;
	padding-left: 5%;
	overflow: hidden;
	margin-top: 0.5em;
	margin-bottom: 20em;
	}

#wrapper11 a
	{
	font-weight: bold;
	color: #202020;
	}

#wrapper12
	{
	width: 25%;
	float: right;
	display: inline-block;	
	padding-left: 5%;
	vertical-align: text-middle;
	background: #FFF;
	color: #202020;
	overflow: visible;
	font-weight: 600;
	}

#wrapper12 img
	{
	max-height: 2.75em;
	vertical-align: text-middle;
	text-align: left;
	}

#wrapper12 a
	{
	font-weight: bold;
	color: #202020;
	}

#wrapper68
	{
	background: #FFF;
	font-family: 'Lato', sans-serif;
	font-size: 0.85em;
	font-weight: 600;
	line-height: 2em;
	color: #333;
	margin: 0;
	padding-bottom: 0;
	position: static;
	overflow: hidden;
	width: 100%;
	text-align: left;
	vertical-align: middle;
	}

#wrapper69
{
	font-family: 'Lato', sans-serif;
	width: 75%;
	display: block;
	overflow: hidden;
	vertical-align: text-middle;	
	text-align: left;
	float: left;
	margin: 0;
	padding: 0;
}

#wrapper69 .caption {
    display: inline;
    width: 50%;
    position: relative;
    overflow: hidden;
}

#wrapper69 .caption__media {
    min-width: 100%;
    max-width: 100%;
    height: auto;
    border:0.1em dotted #555;
}

#wrapper69 .caption__overlay {
    position: absolute;
    font-family: 'Lato', sans-serif;
    font-size: 2em;
    top: 15px;
    right: 0;
    bottom: 0;
    left: 15px;
    color: #fff;
    opacity: 0;
}

#wrapper69 .caption__overlay:hover {
    position: absolute;
    font-family: 'Lato', sans-serif;
    font-size: 2em;
    top: 15px;
    right: 0;
    bottom: 0;
    left: 15px;
    color: #fff;
    opacity: 1;
    transition: transform .35s ease-out;
}

#wrapper69 .caption__overlay__content {
    padding-right: 5%;
}

#wrapper69 a {
    background-color: #80b438;
}

#wrapper69 .caption__overlay__title {
    margin: 0;
    opacity: 0;
    padding: 0 0 12px;
    transform: translateY( calc(-100% - 10px) ); /* +10px overlay padding */
    transition: transform .35s ease-out;
}
#wrapper69 .caption:hover .caption__overlay__title {
    transform: translateY(0);
    opacity: 1;
}
#wrapper69 .caption::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: background .35s ease-out;
}
#wrapper69 .caption:hover::before {
    background: #80b438;
}
#wrapper69 .caption {
    ...
    transform: translateZ(0);
}

#wrapper70
	{
	font-family: 'Lato', sans-serif;
	width: 25%;
	display: inline-block;	
	overflow: hidden;
	float: right;
	vertical-align: text-middle;
	color: #202020;
	font-weight: 600;
	margin-bottom: 0;
	padding-bottom: 0;
	line-height: 2em;
	}

#wrapper70 img
	{
	max-height: 2em;
	vertical-align: text-middle;
	text-align: left;
	padding-left: 5%;
	margin-top: 0.5em;
	margin-bottom: 15em;
	}

#wrapper70 a
	{
	font-weight: bold;
	color: #202020;
	}

 /* inner heading */
section.featured.inner {
	background: #eee;
	padding: 0;
}
  


/*==========================
About
=========================== */

.member-photo {
	box-sizing:border-box;
	-webkit-border-radius:50%;
		-moz-border-radius:50%;
			border-radius:50%;	
	margin: 0 0 20px 0;
}
.member-photo img {
	-webkit-border-radius:50%;
		-moz-border-radius:50%;
			border-radius:50%;	
}

.team-detail {
	line-height: 1.2em;
}

.team-detail a {
	color: #80b438;
}

.team-detail a:hover, a:active {
	color: #888;
}

.team-detail h4 {
	font-weight: 700;
}

.team-detail p {
	font-size: 1em;
	text-align: justify;
	color: #000;
}

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

nav#filter a {
	background-color: #EEE;
	color:#555;
}
nav#filter a:hover, nav#filter a.current {
	background-color: #68a5d0;
	color:#fff;
}

/* ------- */

.isotopeWrapper article{
    margin-bottom: 30px;
}

#portfolio img  {
	width:100%;
}

#portfolio article p {
	margin-bottom:1.45em;/*set next row on the baseline*/
}
nav#filter {
	margin-bottom:1.5em;
}

nav#filter li {
	display:inline-block;
	margin:0 0 0 5px;
}
nav#filter a {
	padding: 4px 12px;
	line-height: 20px;
	text-decoration: none;
}


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

.portfolio-item {
	display: block;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.portfolio-item img {
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;

}
.portfolio-item .portfolio-desc {
    display: block;
    opacity: 0;
    position: absolute;
    width: 100%;
	left: 0;
	top: 0;
	color: rgba(220, 220, 220);
}


.portfolio-item:hover .portfolio-desc {
	padding-top: 20%;
	height: 100%;
    transition: all 200ms ease-in-out 0s;
	opacity: 1;
}

.portfolio-item .portfolio-desc a {
	color: #fff;
}
.portfolio-item .portfolio-desc a:hover {
	/*text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.7);*/
	text-decoration: none;
}
.portfolio-item .portfolio-desc .folio-info {
	top:-20px;
	padding: 30px;
	height: 0;
    opacity: 0;
    position: relative;
}

.portfolio-item:hover .folio-info{
	height: 100%;
    opacity: 1;
    transition: all 500ms ease-in-out 0s;
	top:5px;
}



.portfolio-item .portfolio-desc .folio-info h5 {
	text-transform: uppercase;
}
.portfolio-item .portfolio-desc .folio-info p {
	color: #ffffff;
	font-size: 12px;
}


/* google map */
#map {
	height: 500px;
}

.clearfix a {
	text-decoration: none;
	color: #80b438;
	font-weight: 600;
}

.clearfix a:hover, a:active {
	text-decoration: none;
	color: #888;
	font-weight: 600;
}

#across3 {
	margin-left: 2%;
	margin-right: 2%;
}

#across3 .caption {
    float: left;
    display: inline;
    width: 33%;
    position: relative;
    overflow: hidden;
}

#across3 .caption__media {
    min-width: 100%;
    max-width: 100%;
    height: auto;
}

#across3 .caption__overlay {
    position: absolute;
    font-family: 'Lato', sans-serif;
    top: 15px;
    right: 0;
    bottom: 0;
    left: 15px;
    color: #fff;
    opacity: 0;
}

#across3 .caption__overlay:hover {
    position: absolute;
    font-family: 'Lato', sans-serif;
    font-size: 1.15em;
    top: 15px;
    right: 0;
    bottom: 0;
    left: 15px;
    color: #fff;
    opacity: 1;
    transition: transform .35s ease-out;
}

#across3 .caption__overlay__content {
    padding-right: 5%;
}

#across3 a {
    background-color: #80b438;
}

#across3 .caption__overlay__title {
    margin: 0;
    opacity: 0;
    padding: 0 0 12px;
    transform: translateY( calc(-100% - 10px) ); /* +10px overlay padding */
    transition: transform .35s ease-out;
}

#across3 .caption:hover .caption__overlay__title {
    transform: translateY(0);
    opacity: 1;
}
#across3 .caption::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: background .35s ease-out;
}
#across3 .caption:hover::before {
    background: #80b438;
}
#across3 .caption {
    ...
    transform: translateZ(0);
}

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

#section-footer {
	background: #242424;
	margin-top: 8%;
	padding-top: 2%;
	padding-bottom: 2%;
}

#section-footer .copyright {
	text-align: center;
}

/* footer social icons */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}

/* footer menu */
ul.footer-menu {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.footer-menu li {
	display: inline;
	margin: 0 5px;
}

a.scrollup{
	height:32px;
	width:32px;
	color:#fff;
	font-size:18px;
	line-height:32px;
	text-align:center;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	z-index:9999;
	opacity:0.5;
}
a.scrollup:hover{
	opacity:1;
	color:#fff;
}

/*===========================
  --- Template Components ----
=========================== */

/* footer social icons */

.social-network a.icoTwitter {
	background-color: #80b438;
}

.social-network a.icoTwitter:hover {
	background-color: #242424;
}

.social-network a.icoInstagram {
	background-color: #80b438;
}

.social-network a.icoInstagram:hover {
	background-color:#242424;
}

.social-network a.icoYoutube {
	background-color: #80b438;
}

.social-network a.icoYoutube:hover {
	background-color:#242424;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i, 
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 50px;
	height: 50px;
	font-size:20px;
}
.social-circle li i {
	margin:0;
	line-height:50px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}


/* stats */
.stats .icon {
	margin: 0 0 20px 0;
}

.stats strong.number {
	font-size: 38px;
}

.stats span.text {
	font-weight: 700;
	font-size: 24px;
}

/* buttons */
.btn {
	border: 0;
}

.btn.bold {
	font-weight: 600;
}

.btn-cta {
	color: #ffffff;
	border-bottom: 4px solid;
}
.btn-cta:hover {
	color: #ffffff;
}

.btn-cta {
	border-bottom: 2px solid;
}
.btn-cta.btn-lg {
	border-bottom: 4px solid;
}



/* ========================================
Media queries
========================================= */
@media (min-width: 959px) and (max-width: 1199px) {
	.navbar-nav {
		margin-top: 20px;
	}
}

@media only screen and (min-device-width : 979px) and (max-device-width : 1024px)  {

	.navbar-nav {
		margin-top: 20px;
	}
}


@media only screen and (min-width: 768px) and (max-width: 959px) {

	.navbar-nav {
		margin-top: 20px;
	}
}
@media (max-width: 767px) {

	.navbar.navbar-fixed-top {
		background-color:rgba(0,0,0,1);
	}
	.navbar .navbar-collapse ul.nav {
		background-color: #444;
		width: 100%;
		float: none;
		margin:0;
		padding:0;
	}
	.navbar .navbar-collapse ul.nav li {
		border-bottom: 1px solid #666;
	}
	section.featured {
		padding-top: 80px;
	}
	
	.team-member,.col-lg-4 {
		margin-bottom: 30px;
	}
	
	.stats .col-md-3 {
		margin-bottom: 30px;
	}
}