	/* Variables & Mixins
   ======================================================================== */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* Default styles
   ======================================================================== */
html,
body {
  min-height: 100%;
  height: 100%;
  background: #f3f3f3;
  font-size: 13px;
}
img {
  max-width: 100%;
}
.button {
  display: inline-block;
  color: #fff;
  background: #ed2024;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 16px;
}
.button:hover {
  text-decoration: none;
  color: #fff;
  background:#ff3333 ;
}


::selection {
  background: #ff3333; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #ff3333; /* Gecko Browsers */
}

.contact-info ::selection {
  background: #000; /* WebKit/Blink Browsers */
}

.contact-info ::-moz-selection {
  background: #000; /* Gecko Browsers */
}


/* Typography
   ======================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
p {
  line-height: 1.7;
  margin: 0 0 1.5em;
}
a {
  color: #ed2024;
}
a:hover {
  color: #666;
}
ul.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.7;
}
h4 {
  font-size: 13px;
  font-weight: bold;
}
/* Layout
   ======================================================================== */
.page-loading {
  /* display:none; */
  height: 100%;
  width: 100%;
  background: #ed2024 url(../images/loading-bg.png) no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1000;
  border-bottom: 10px solid #ed2024;
  cursor: pointer; cursor: hand;
}
.center-logo {
pointer-events: none;
  position: fixed;
  z-index:1001;
  top: 50%;
  left: 50%;
  margin: -92px 0 0 -135px;
  -moz-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  width: 270px; 
  height: 185px;
}
.page-project .center-logo { opacity: 0.1; }
.center-logo:hover, .center-logo.transplogo {
	opacity: 0.4 !important;
}

.center-logo:hover {
		opacity: 0 !important;

}
.header {
  position: fixed;
  z-index: 100;
  width: 100%;
  background: #000000;
  color: #fff;
}
.header h2 {
  margin: 0;
  font-size: 20px;
  line-height: 1;
  margin: 25px 0;
  float: left;
}
.header h2 a {
	color:#fff;
}
.header h2 a:hover {
	color:#ed2024;
	text-decoration:none;
}
.header .menu {
  float: right;
}
.header .menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header .menu ul li {
  display: inline-block;
}
.header .menu ul li a {
  display: inline-block;
  font-size: 20px;
  line-height: 70px;
  height: 70px;
  font-weight: bold;
  color: #fff;
  padding: 0 10px;
}
.header .menu ul li a:hover {
  color: #ed2024;
  text-decoration: none;
}
.header .menu ul li.active a {
  color: #ed2024;
}



.header .menu ul li#menuitem4 a
,
.header .menu ul li#menuitem4.active a
 {
  padding: 0 30px;
  color: #fff;
  background-color: #171717;
  margin: 0 0 0 20px;
  -webkit-transition: background 0.5s linear;
	-moz-transition: background 0.5s linear;
	-o-transition: background 0.5s linear;
	transition: background 0.5s linear;
}

.header .menu ul li.contact a:hover {
  color: #fff;
}

.header .menu ul li#menuitem4 a:hover, .header .menu ul li#menuitem4.active a {
  background: #ed2024;
}



.header .tags {
  position: fixed;
  z-index: 100;
  width: 100%;
  background: rgba(255, 255, 255, 0.85);
  color: #000;
  padding: 20px 0;
}
.header .tags .submit {
  color: #000;
  margin: -20px 0 0;
}
.header .tags .submit:hover {
  color: #ed2024;
  text-decoration: none;
}
.header .tags ul li {
  color: #000;
  display: inline-block;
  padding: 0 10px;
}
.header .tags ul li a {
  color: #000;
}
.header .tags ul li a:hover {
  color: #ed2024;
  text-decoration: none;
}

@media (max-width: 767px) {
  .header .tags ul {
    margin: 0 0 15px;
  }
  .header .tags ul li.tag {
    display: none;
  }
  .header .tags .submit {
    float: none !important;
    clear: left;
    margin: 0 0 0 10px;
  }
}
.content {
  padding-top: 70px;
  background: #fff;
  font-size: 15px;
  overflow:hidden;
}
.footer {
  background: #000000;
  color: #c1c1c1;
  position:relative;
  z-index:11;
}
.footer > .container {
  padding-top: 55px;
  padding-bottom: 65px;
}
.footer > .container h4 {
  margin-top: 0;
  color: #fff;
  line-height: 22px;
	margin-bottom: 5px;
	font-size: 13px;
}
.footer > .container p { line-height: 22px; }
.footer > .container a {
  color: #c1c1c1;
}
.footer > .container a:hover {
  text-decoration: none;
  color: #ed2024;
}
.footer > .container strong {
  color: #fff;
}
.footer > .container .social a {
  display: inline-block;
  width: 19px;
  height: 19px;
  background-image: url(/static/images/social-icons.png);
  background-repeat: no-repeat;
}
.footer > .container .social a.behance { background: url(/static/images/Behance_icon-19px.png) no-repeat; }
.footer > .container .social a.behance:hover { background: url(/static/images/Behance_icon-19px-hover.png) no-repeat; }
.footer > .container .social a.facebook {
  background-position: 0 0;
}
.footer > .container .social {
	margin-top: 4px;
}
.footer > .container .social a.facebook:hover {
  background-position: 0 -19px;
}
.footer > .container .social a.twitter {
  background-position: -19px 0;
}
.footer > .container .social a.twitter:hover {
  background-position: -19px -19px;
}
.footer > .container .social a.tumblr {
  background-position: -38px 0;
}
.footer > .container .social a.tumblr:hover {
  background-position: -38px -19px;
}
.footer > .container .social a.vimeo {
  background-position: -57px 0;
}
.footer > .container .social a.vimeo:hover {
  background-position: -57px -19px;
}
.footer > .container .social a.linkedin {
  background-position: -76px 0;
}
.footer > .container .social a.linkedin:hover {
  background-position: -76px -19px;
}
.footer .copy {
  color: #c1c1c1;
  background: #272727;
}
.footer .copy div {
  line-height: 40px;
  height: 40px;
}
.project-grid .row {
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .project-grid .row {
    margin-bottom: 0;
    text-align: center;
  }
}
@media (min-width: 767px) {
  .project-grid .row > div.bottom + div.col-sm-16.col-sm-offset-1 {
    left: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1219px) {
  .project-grid .row {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .project-grid .row {
    margin-bottom: 30px;
  }
}
.project-grid .row > div a {
  position: relative;
  display: block;
  width: 100%;
  text-decoration: none;
}
.project-grid .row > div a.videolink {
  position: relative;
}
.project-grid .row > div a.videolink:after {
  width: 265px;
  height: 265px;
  background: url('../images/Play_icon.png') no-repeat center center;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -132px;
  margin-left: -132px;
  z-index: 10;
  content: "";
}
.project-grid .row > div a img {
  width: 100%;
}
@media (max-width: 767px) {
  .project-grid .row > div a {
    display: inline-block;
    margin: 0 auto 20px;
    text-align: left;
  }
  .project-grid .row > div a span {
    display: block;
    color: #4e4e4e;
    font-size: 24px;
    margin: 5px 0 0;
  }
  .project-grid .row > div a span strong {
    font-weight: normal;
  }
  .project-grid .row > div a span br {
    display: none;
  }
}
@media (min-width: 768px) {
  .project-grid .row > div a span {
    display: block; 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
  }
   
  .project-grid .row > div a span strong {
    text-transform: uppercase;
    position: absolute;
    margin: auto;
    top: 50%;
    width: 100%;
    left: 0;
    font-size: 50px;
    line-height: 1;
    font-family: "HelveticaNeueW02-85Heav", "Helvetica Neue Heavy", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .project-grid .row > div a span.red {
    background: #ed2024;
    color: #fff;
    -moz-opacity: 0.0;
    -khtml-opacity: 0.00;
    -webkit-opacity: 0.00;
    opacity: 0.00;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=00);
    filter: alpha(opacity=00);
  }
  .project-grid .row > div a span.white {
    background: #fff;
    color: #ed2024;
    -moz-opacity: 0.0;
    -khtml-opacity: 0.00;
    -webkit-opacity: 0.00;
    opacity: 0.00;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
    filter: alpha(opacity=00);
  }
   
}
@media (min-width: 992px) and (max-width: 1219px) {
  .project-grid .row > div a span strong {
    font-size: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .project-grid .row > div a span strong {
    font-size: 30px;
  }
}
.project-grid .row > div.bottom {
	height: 100%;
	display: inline-block;
	vertical-align: bottom;
	float: none;
}
.project-grid .row > div.bottom:first-child { 
	margin-left: 12%; 
}
.project-grid .row > div.bottom + div { 
	float: none; 
	display: inline-block; 
	vertical-align: bottom;  
}
.project-grid .row > div { 
	display: inline-block; 
	float: none; 
	vertical-align: top; 
}
.page-project .project-grid .row > div + div.bottom { 
	margin-left: 3.33333333%; 
}
.page-project .project-grid .row > div.col-sm-9.col-sm-offset-1 { 
margin-left: 9.65%; 
}
@media (min-width: 992px) and (max-width: 1219px) {
  .project-grid .row > div.bottom {
/*     height: 337px; */
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .project-grid .row > div.bottom {
/*     height: 257px; */
  }
}
@media (max-width: 767px) {
	.page-project .project-grid .row > div + div.bottom, .page-project .project-grid .row > div.col-sm-9.col-sm-offset-1 { margin-left: 0; }
  .project-grid .row > div.bottom {
    height: auto;
  }
  .project-grid .row > div.bottom a {
    position: relative !important;
  }
}
.project-grid .row > div.bottom a {
  
}
/* Pages
   ======================================================================== */
.page-index .content {
  position: relative;
  padding: 115px 0 0;
  min-height: 500px;
  background: #ededed;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #c3c3c3), color-stop(1, #fbfbfb));
  background: -ms-linear-gradient(bottom, #c3c3c3, #fbfbfb);
  background: -moz-linear-gradient(center bottom, #c3c3c3 0%, #fbfbfb 100%);
  background: -o-linear-gradient(#fbfbfb, #c3c3c3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#c3c3c3', GradientType=0);
}
.page-index .content .logo-overlay {
  position: absolute;
  z-index: 10;
  top: 235px;
  left: 50%;
  margin-left: -130px;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
@media (min-width: 992px) and (max-width: 1219px) {
  .page-index .content .logo-overlay {
    width: 200px;
    top: 200px;
    margin-left: -100px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-index .content .logo-overlay {
    width: 150px;
    top: 170px;
    margin-left: -75px;
  }
}
@media (max-width: 767px) {
  .page-index .content .logo-overlay {
    display: none;
  }
}
.page-index .content .load-more {
  display: block;
  color: #fff;
  background: #ed2024;
  font-size: 30px;
  font-weight: bold;
  line-height: 2.3;
  margin: 20px 0 0;
  text-align: center;
}
.page-index .content .load-more:hover {
  text-decoration: none;
}
.page-project .content {
  background: #e7821f;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e75914), color-stop(1, #e79825));
  background: -ms-linear-gradient(bottom, #e75914, #e79825);
  background: -moz-linear-gradient(center bottom, #e75914 0%, #e79825 100%);
  background: -o-linear-gradient(#e79825, #e75914);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e79825', endColorstr='#e75914', GradientType=0);
}
.page-project .content .container {
  position: relative;
}
.page-project .content .text-overlay {
  text-align: center;
  color: #fff;
  font-family: "HelveticaNeueW02-85Heav", "Helvetica Neue Heavy", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  padding: 59px 0 59px;
}
.page-project .content .text-overlayanimated {
  transition: margin-top 1s ease-in;
}
.page-project .content .text-overlay p {
  font-size: 20px;
  margin: 0;
  font-weight:normal;
}
.page-project .content .text-overlay h1 {
  font-size: 80px;
  line-height: 0.9;
  margin: 20px;
}
.page-project .content .project-info-toggle {
  transition:1s all;
  color: #fff;
  text-decoration: none;
  font-size: 21px;
  font-weight: bold;
  position: fixed;
  z-index: 10;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.25);
  white-space: nowrap;
}
.page-project .content .project-info {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 11;
  background: #fff;
  margin: 0;
  padding: 10px 20px 40px;
  width:100%;
  max-height: 80%;
  overflow: visible;
}
.page-project .content .project-info .row {
  text-align: left;
}
.page-project .content .project-info h2 {
  font-weight: bold;
  margin-bottom: 5px;
}
.page-project .content .project-info p.info {
  color: #b7b7b7;
}
.page-project .content .project-info .close {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 24px;
  padding: 10px 20px 10px 20px;
  position: absolute;
  right: 0;
  bottom: 60px;
  background:#000;
}
.page-project .content .project-info .close i {
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;	
	width:30px;
	height:30px;
	display:inline-block;
	background: url(../images/menu-x.png) no-repeat;
	background-size: 30px 30px;
	margin:0 0 -7px 10px;
}


@media (min-width: 768px) {
	.page-project .content .project-info .close i {
		margin:20px 0 0 20px;
	}
}
.page-project .content .project-info .close:hover i {
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	transform:rotate(90deg);
	-webkit-transition:0.2s all;
	-moz-transition:0.2s all;
	transition:0.2s all;
}

.page-project .content .project-info.open {
  display: block;
}
@media (min-width: 768px) {
  .page-project .content .project-info {
    margin: 0;
    padding: 0;
	width:100%;
	background:#fff;
	background-image: url('../images/footerback.png');
	background-position: 56% center;  

  }
  .page-project .content .project-info .row {
    margin-bottom: 0;
  }
  .page-project .content .project-info h2 {
    font-size: 18px;
  }
  .page-project .content .project-info .left {
    padding-top: 20px;
    margin-bottom: 10px
  }
  .page-project .content .project-info .right {
    color: #c1c1c1;
  }
  .page-project .content .project-info .right > div {
    background: #262626;
    padding: 40px 20px 30px 30px;
  }
    .page-project .content .project-info .left > h2 {
		padding-top: 24px;
    margin-top: 0;
	}
  .page-project .content .project-info .close {
    height: 70px;
    width: 70px;
    left: 0;
    bottom: 0;
    padding: 0;
    background-position: center;
  }
  .page-project .content .project-info .close span {
    display: none;
  }
}
@media (min-width: 768px) {
  .page-project .content .text-overlay {
   position: absolute;
    z-index: 10;
    width: 790px;
    left: 50%;
    margin: 180px 0 0 -395px;
    background: #fff;
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;
    -webkit-opacity: 0.85;
    opacity: 0.85;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
    filter: alpha(opacity=85);
    color: #e7821f;
  }
 
 
  .page-project .content .project-info-toggle {
    left: 50%;
    right: auto;
    top: auto;
	   bottom:40px;
    padding: 0;
	 margin:0 0 0 -580px;
    background: none;
    font-size: 14px;
    text-transform: uppercase;
  }
  .page-project .content .project-info-toggle:hover { color: #dadada; } 
}

@media (min-width: 992px) and (max-width: 1219px) {
  .page-project .content .text-overlay {
    margin-top: 180px;
	
  }
  .page-project .content .project-info-toggle {
    top: auto;
	margin:0 0 0 -455px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-project .content .text-overlay {
    margin-top: 100px;
  }
  .page-project .content .text-overlay h1 {
    font-size: 60px;
  }
  .page-project .content .project-info-toggle {
    transition: 1s all;
color: #fff;
text-decoration: none;
font-size: 21px;
font-weight: bold;
position: fixed;
z-index: 10;
right: 0;
bottom: 0;
padding: 10px 20px;
background: rgba(0, 0, 0, 0.25);
white-space: nowrap;
left: auto;
margin: 0;
text-transform: none;
  }
}

.page-contact #contact-map {
  min-height: 300px;
}
@media (max-width: 767px) {
  .page-contact #contact-map {
    height: 300px;
  }
  .page-project .content .text-overlay h1 { font-size: 55px; margin:0; }
  .page-project .content .project-info .container { padding: 0 !important;}
  .page-project .content .project-info .container .close { right: -20px; bottom: -40px;}
}
@media (max-width: 515px) {
  .page-project .content .text-overlay h1 { font-size: 40px; }
  }
.page-contact .contact-info {
  background: #ed2024;
  padding: 25px 0;
  color: #fff;
  font-size: 24px;
}
@media (max-width: 767px) {
  .page-contact .contact-info div + div {
    margin-top: 20px;
  }
}
.page-profile .content .row > .left .intro {
  position: relative;
  background: #272727;
  color: #fff;
  padding: 40px 150px 40px 0;
}
.page-profile .content .row > .left .intro h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.25;
}
.page-profile .content .row > .left .intro:before {
  content: "";
  display: block;
  background: #272727;
  position: absolute;
  z-index: 10;
  left: -1000px;
  top: 0;
  width: 1000px;
  height: 100%;
}
.page-profile .content .row > .left .text {
  padding: 0 100px 60px 0;
  font-size: 15px;
}
.page-profile .content .row > .left .text h2 {
  margin: 50px 0 0;
}
.page-profile .content .row > .right .first-col,
.page-profile .content .row > .right .second-col {
  padding: 0;
  color: #fff;
  background: #1a1a1a;
}
.page-profile .content .row > .right .first-col a,
.page-profile .content .row > .right .second-col a,
.page-profile .content .row > .right .first-col p,
.page-profile .content .row > .right .second-col p,
.page-profile .content .row > .right .first-col h1,
.page-profile .content .row > .right .second-col h1,
.page-profile .content .row > .right .first-col h2,
.page-profile .content .row > .right .second-col h2,
.page-profile .content .row > .right .first-col h3,
.page-profile .content .row > .right .second-col h3,
.page-profile .content .row > .right .first-col ul,
.page-profile .content .row > .right .second-col ul {
  color: #fff;
  margin: 0;
}
.page-profile .content .row > .right .first-col > div,
.page-profile .content .row > .right .second-col > div {
  padding: 50px 35px;
}
@media (min-width: 992px) and (max-width: 1219px) {
  .page-profile .content .row > .right .first-col > div,
  .page-profile .content .row > .right .second-col > div {
    padding: 40px 25px;
  }
}
@media (max-width: 991px) {
  .page-profile .content .row > .right .first-col > div,
  .page-profile .content .row > .right .second-col > div {
    padding: 40px 25px;
  }
}
.page-profile .content .row > .right .first-col .networking,
.page-profile .content .row > .right .second-col .networking {
  background: #ed2024;
}
.page-profile .content .row > .right .first-col .working-on,
.page-profile .content .row > .right .second-col .working-on {
  background: #e6e6e6;
  color: #000;
}
.page-profile .content .row > .right .first-col .working-on h2,
.page-profile .content .row > .right .second-col .working-on h2 {
  color: #000;
}
.page-profile .content .row > .right .first-col .working-on h2 span,
.page-profile .content .row > .right .second-col .working-on h2 span {
  font-weight: normal;
}
.page-profile .content .row > .right .second-col {
  background: #8e8e8e;
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-profile .content .row .left .intro {
    padding-right: 20px;
  }
  .page-profile .content .row .left .text {
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .page-profile .content {
    overflow: hidden;
  }
  .page-profile .content .row > .left .photos {
    margin: 0 -20px;
  }
  .page-profile .content .row > .left .photos img {
    width: 100%;
  }
  .page-profile .content .row > .left .intro:after {
    content: "";
    display: block;
    background: #1a1a1a;
    position: absolute;
    z-index: 10;
    right: -1000px;
    top: 0;
    width: 1000px;
    height: 100%;
  }
  .page-profile .content .row > .left .text {
    padding-bottom: 0;
	padding-right: 20px;
  }
  .page-profile .content .row > .right {
    margin: 0 -20px;
  }
  .page-profile .content .row > .right .first-col,
  .page-profile .content .row > .right .second-col {
    height: auto !important;
  }
  .page-profile .content .row > .right .first-col > div,
  .page-profile .content .row > .right .second-col > div {
    padding: 30px 20px;
  }
}


@media (min-width: 768px) {
  .page-profile .content .row > .left {
    padding-right: 0;
  }
  .page-profile .content .row > .right {
    padding-left: 0;
  }
}
.page-blog .content {
  padding: 150px 0 40px;
}
.page-blog .content .entry {
  display: block;
  margin: 0 2.5% 20px;
  width: 95%;
}
.page-blog .content .entry img {
  width: 100%;
  display: block;
}
@media (max-width: 767px) {
  .page-blog .content .entry {
    margin: 0 0 20px;
    width: 100%;
  }
}
/* Media queries
   ======================================================================== */

@media (max-width: 991px) {
  .footer > .container {
    padding: 40px 0 0;
  }
  .footer > .container > .row > div {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .row {
    margin-left: 0;
    margin-right: 0;
  }
  .header .menu-toggle {
    width: 70px;
    height: 70px;
    background: #ed2024;
    display: block;
    float: left;
    margin: 0 20px 0 -15px;
    padding: 22px 0 0;
    text-align: center;
  }
  .header .menu-toggle span {
    display: block;
    width: 35px;
    height: 4px;
    background: #fff;
    margin: 0 auto 6px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  .header .menu-toggle.active {
    background: #FFF url(../images/menu-x2.png) no-repeat center;
  }
  .header .menu-toggle.active:hover {
    background: #ed2024 url(../images/menu-x.png) no-repeat center;
  }
  .header .menu-toggle.active span {
    display: none;
  }
  .header .close {
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    margin: 25px 0;
    float: left;
	cursor: pointer;

  }
  .header .close.hidden {
	display: none !important;
  }
  .header .menu {
    display: none;
    float: none;
    clear: both;
    margin: 0 -15px;
    padding: 0 0 20px;
    position: fixed;
	height: 100%;
    z-index: 100;
    top: 70px;
    width: 100%;
    background: #000;
  }
  .header .menu ul li {
    display: block;
    margin: 4px 0 0;
  }
  .header .menu ul li a,
  .header .menu ul li.contact a {
    display: block;
    padding: 0 0 0 92px !important;
    background: #ed2024 !important;
    margin: 0 !important;
	height: 102px; 
	line-height: 102px;
	font-size: 30px;
  }
  .header .menu ul li.active a,
  .header .menu ul li a:hover {
    color: #000 !important;
  }
  .header .menu.open {
    display: block;
  }
  .center-logo, .page-loading { display: none; }
  .project-grid .row > div.bottom:first-child { margin-left: 0; }
  .page-project .content .text-overlay { 
   color: #FFF !important;
   margin-bottom: 20px;
   position: static;
}
.page-profile .content .row > .left .intro {
	margin-left: -20px;
	margin-right: -20px;
	padding-left: 20px;
	padding-right: 20px;
}

}
@media (max-width: 880px) {
	.center-logo, .page-loading { display: none; }
}
@media (max-height: 381px) {
	.header .menu ul li a{ height: 60px; line-height: 60px; }
}

#logo {
	height: 150px;
	width: 219px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -110px;
	margin-top: -75px;
}

.header h2 a {
	color: #fff;
	transition: color .2s ease-out;
}

.header a {
		transition: color .2s ease-out;
}

.header h2 a:hover {
	text-decoration: none;
	color: #ed2024;
}

.text-overlay h1 {
	letter-spacing: -.03em !important;
}

.actions {
	position:relative;
	background:#171717;
	border-bottom:3px solid #e75914;
	z-index:11;
}
.actions .sep {
	position:absolute;
	z-index:1;
	left:50%;
	margin:0 0 0 -1px;
	height:100%;
	width:3px;
	background:#e75914;
}
.prev-next a {
	position:relative;
	z-index:2;
	background-color:#171717;
	float:left;
	color:#fff;
	font-size:18px;
	position:relative;
	padding:45px 0;
}
.prev-next a:hover {
	color:#ed2024; 
	text-decoration:none;
}
.prev-next a > * {
	display:block;
}
.prev-next a > strong {
	font-weight:bold;
	font-size:18px;
}
.prev-next a > span {
	font-size:14px;
}
.prev-next a.prev {
	padding-left:65px;
	background:url(../images/chevron-left.png) no-repeat left center;
}
.prev-next a.next {
	padding-right:65px;
	text-align:right;
	background:url(../images/chevron-right.png) no-repeat right center;
}
.prev-next a.prev:hover {
	background:url(../images/chevron-left-hover.png) no-repeat left center;
}
.prev-next a.next:hover {
	background:url(../images/chevron-right-hover.png) no-repeat right center;
}
img {
	height: auto !important;
}

.hunderd {
	margin-left: 100px;
}
#sample_goal { width: 100%; height: 10px; background: #FFF; position: absolute; bottom: -10px; left: 0; }
div.progressBar {
	background: #ed2024;
	display: block;
	overflow: hidden;
	width: 10px;
	text-indent: -99999px;
	height: 10px;
}
span.goalAmount {
	display: none;
	text-indent: -9999px;
}
@media (min-width: 1009px) and (max-width: 1222px) {

	.page-project .content .project-info .row .hunderd {
	margin-left: 74px;
	}
	.page-project .content .project-info .right { position: absolute; height: 100%; }
	.page-project .content .project-info .right > div { height: 100%; }
	.page-project .project-grid .row > div.col-sm-9.col-sm-offset-1 { margin-left: 9.55%; }
}
 
@media (max-width: 768px)  {
.page-project .content .project-info { overflow: auto; }
.page-project .content .project-info .row .hunderd {
	margin-left: 0;
	}
	.page-project .content .project-info .row .col-sm-offset-5 {
		margin-left: 0;
	}
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {

   /* your css rules for ipad portrait */
   .center-logo, .page-loading { display: none; }
  .project-grid .row > div.bottom:first-child { margin-left: 0; }
  .page-project .content .text-overlay { 
   color: #FFF !important;
   position: static; 
   width: auto;
   left: 0;
   top: 0;
   margin: 0 0 20px;
   opacity: 1;
   background: none;
}
.page-project .content .project-info-toggle {
transition: 1s all;
color: #fff;
text-decoration: none;
font-size: 21px;
font-weight: bold;
position: fixed;
z-index: 10;
right: 0;
bottom: 0;
padding: 10px 20px;
background: rgba(0, 0, 0, 0.25);
white-space: nowrap;
}

}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
   /* your css rules for ipad landscape */
   .center-logo, .page-loading { display: none; }
  .project-grid .row > div.bottom:first-child { margin-left: 0; }
  .page-project .content .text-overlay { 
   color: #FFF !important;
   position: static; 
   width: auto;
   left: 0;
   margin: 0 0 20px;
   opacity: 1;
   background: none;
}
.page-project .content .project-info-toggle {
transition: 1s all;
color: #fff;
text-decoration: none;
font-size: 21px;
font-weight: bold;
position: fixed;
z-index: 10;
right: 0;
bottom: 0;
padding: 10px 20px;
background: rgba(0, 0, 0, 0.25);
white-space: nowrap;
}
}
.center-logo.hiddenlogo {
	opacity: 0 !important;
}

@media (min-width: 768px) and (max-width: 1008px) {
.page-project .project-grid .row > div.col-sm-9.col-sm-offset-1 {
margin-left: 6%;
}
.page-project .content .project-info .row .hunderd {
  margin-left: 74px;
  }
  .page-project .content .project-info .row .col-sm-offset-5 {
    margin-left: 6%;
  }
  .page-project .content .project-info-toggle {
    top: auto;
    margin: 0 0 0 -379px;
    }
    .page-project .content .project-info .right { position: absolute; height: 100%; }
    .page-project .content .project-info .right > div { height: 100%; }
}

@media (min-width: 881px) {
  .page-project .content .project-info .left > p { width: 125% }
}
.page-contact .contact-info p { margin-bottom: 0; font-size: 24px;
line-height: 30px; }

#blogframe {
	width: 100%;
	border: none;
	height: 1600px;
}

/*
.row {
    display: table;
    border: 4px solid #c00;
}

.row [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
    border: 4px solid #00c;
}*/



#vimeooverlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba( 0, 0, 0, .8 );
	z-index: 8000;
	background-attachment: fixed;
	display: none;
}

#vimeoplayer {
	height: 652px;
	width: 1190px;
	max-width: 100%;
	background-color: #0d0a13;
	top: 50%;
	left: 50%;
	margin-left: -595px;
	margin-top: -326px;
	position: absolute;
}
@media (max-width: 1190px) {
#vimeoplayer { margin-left: -400px; margin-top: -219px; }
#vimeoplayer, #vimeoplayer  iframe  { width: 800px; height: 438px; }
}
@media (max-width: 800px) {
#vimeoplayer { margin-left: -300px; margin-top: -164px; }
#vimeoplayer, #vimeoplayer  iframe  { width:600px; height: 329px; }
}
@media (max-width: 600px) {
#vimeoplayer { margin-left: -200px; margin-top: -110px; }
#vimeoplayer, #vimeoplayer  iframe  { width:400px; height: 219px; }
}
@media (max-width: 1025px) {
  .project-grid .row > div a.videolink:after{
    background-size: cover;
    width: 206px;
    height: 206px;
    margin-left: -103px;
    margin-top: -103px;
  }
}
@media (max-width: 770px) {
  .project-grid .row > div a.videolink:after{
    background-size: cover;
    width: 25%;
    height: 46%;
    margin-left: -12%;
    margin-top: -12%;
  }
}

/* Clearfix */
.clearfix {
	display: inline-block;
}
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0
}
.clearfix {
	display:block;
}
@media (min-width: 767px) {
.page-profile .content .row  { position: relative; }
.page-profile .content .row > .right { z-index: 99; }
.container .cols-bg { position: absolute; height: 100%; right: 0; top: 0; z-index: 0; padding-left: 0; }
.container .cols-bg div { min-height: 100%; background:#8e8e8e; }
.container .cols-bg div:first-child { background: #1a1a1a;}

}
@media (max-width: 767px) {


.text-overlay {
	padding: 40px 0 20px 0 !important;	
}


.container .cols-bg { display: none; }


.page-project .content .text-overlay p {
	margin: 17px 0;
}
}

.videolink img:hover, .videolink:hover img {
	opacity: .7;
}

@media (min-width: 767px) {
.hidden-text-overlay {
	margin-top: -400px !important;
}
}


#blogbanner {
	margin: 0;
	padding: 0;
	padding-top: 60px;
	line-height: 320px;
	color: #fff !important;
	font-size: 50px;
	text-align: center;
	background-color: #ed2024;
}

#submenu {
	background-color: #fff;
	padding: 22px 0;	
	padding-bottom: 15px;
}

#submenu img {
	vertical-align:top;
}

#submenu a {
	color: #000;
	margin-left: 12px;
	line-height: 18px;
	font-size: 15px;
}
#submenu a:hover {
	color: #ed2024;	
}
