html {
	height: 100%;
	width: 100%;
}

body {
	height: 100%;
	width: 100%;
	background-color: #fff;
	font-family: 'PT Sans', sans-serif;
	position: relative;
  -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
}

#main-menu {
	position: fixed;
  left: 3%;
	height: 100%;
	background: none;	
	width: 240px;
	top: 0;
	z-index: 10;
}

#main-menu.menu-open {
	background: rgba(0, 0, 0, .8);
}

@media(min-width: 768px) {
  .menu-header {
    z-index: 11;
    position: relative;
    background: rgba(0, 0, 0, .8);
    padding-top: 20px;
    margin-bottom: 5px;
  }
  
  #main-menu.menu-open .menu-header {
    background: none;
  }
  
  #menu-button  {
    padding: 10px 25px;
    width: 100%;
    background: rgba(0, 0, 0, .2);
    position: relative;
  }
}

@media(max-width: 768px), (max-height: 400px) {  
  #main-menu {
    left: 0;
  }
  
  .menu-header {
    position: fixed;
    background: rgba(0, 0, 0, .8);
    padding-top: 2px;
    margin-bottom: 5px;
    width: 100%;
  }
  
  #menu-button  {
    padding: 17px;
    position: absolute;
    right: 3px;
    top: 0px;
    z-index: 12;
  }
}

.menu-header a:hover {
	text-decoration: none;
}

#menu-button .menu-btn:before,
#menu-button .menu-btn:after {
  position: absolute;
  content: '';
}

#menu-button .menu-btn,
#menu-button .menu-btn:before,
#menu-button .menu-btn:after {
  width: 15px;
  height: 1px;
  background-color: #fff;
  display: block;
}

#menu-button .menu-btn:before {
  margin-top: -5px;
}

#menu-button .menu-btn:after {
  margin-top: 5px;
}

.logo {
	overflow: hidden;
	font-family: 'Lato', sans-serif;
	color: #fafafa;
	font-size: 50px;
	font-weight: 200;
	letter-spacing: -4px;
	padding-left: 18px;
}

.menu-content {
  padding: 10px 17px;
  -webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}

#main-menu .menu-content {
	display: none;
}

#main-menu.menu-open .menu-content {
	display: block;
}

.menu-content ul {
	list-style-type: none;
  padding: 0;
}

.menu-content ul li:hover{
	background: rgba(100,100,100,.1);
}

.menu-content .second-level-opened {
	background: rgba(50,50,50,.1);
}

.menu-content ul ul {
	padding-left: 15px;
}

.menu-content a {
	text-decoration: none;  
  color: rgba(255, 255, 255, 0.8);
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 14px;
	font-weight: 400;
	padding: 5px;
	width: 100%;
	text-transform: uppercase;  
  display: inline-block;
}

.menu-content .first-level {
  letter-spacing: 2px;
}

.menu-content .second-level-opened a.first-level {
	color: #fff;
}

.menu-content a:hover {
	color: #fff;
	border-left: 1px solid #fff;
	margin-left: 2px;
}

.menu-content a:active {
	font-weight: 700;
	color: #fff;
}

.menu-content ul ul a {
	text-transform: initial;
}

.menu-content ul .second-level {
	display: none;
}

.menu-content .second-level-opened ul li.second-level {
	display: block;
}

.language-btn {
  position: absolute;
  left: 96px;
  top: 24px;
  background: none;
  border: none;
  color: #fff;
}

.language-btn:hover {
  text-decoration: none;
  color: rgba(255,255,255,.5);
}

.first-level .fa {
  margin-left: 5px;
}

.menu-footer {
	display: none;
  position: absolute;
  bottom: 10px;
  width: 100%;
	padding: 20px 20px;
}

@media(max-width: 768px), (max-height: 400px) {
	.logo {
		font-size: 25px;
    padding-left: 30px;
    text-align: left;
	}
	
	#main-menu {
		width: 100%;
    height: auto;
    text-align: center;
	}
  
  .menu-content {
    padding-top: 50px;
  }
  
  .menu-content .first-level {
    font-size: 15px;
    letter-spacing: 4px;
  }
  
  .menu-content .first-level.language {
    margin-top: 20px;
  }
    
  .menu-footer {
    position: relative;
    padding: 0;
  }
  
  .language.hide-xs {
    display: none;
  }
  
  .language.show-xs {
    display: block;
  }
}

@media(min-width: 768px) {  
  .language.hide-xs {
    display: block;
  }
  
  .language.show-xs {
    display: none;
  }
}

@media(max-height:556px) {
  .menu-footer {
    padding-bottom: 10px;
  }
}

.copyright-container {
  background: rgba(0, 0, 0, .5);
  bottom: 0;
  width: 100%;
  font-size: 9px;
  font-weight: 100;
  color: rgba(255,255,255, .5);
  z-index: 11;
}

.copyright {
  position: relative;
  left: 3%;
  padding-left: 20px;
}

#main-menu.menu-open .menu-footer {
	display: block;
}

/* .description {
	font-family: 'PT Sans', sans-serif;
	color: #000;
	font-size: 16px;
} */


/* @media screen and (max-height: 26.375em){
	.menu-vertical {
		font-size: 90%;
		width: 190px;
	}
} */

/* @media(min-width:768px) {
	#mobile-menu-button {
		display: none;
	}
} */

/* Content */
.intro {
	position: fixed;
	height: 100%;
	width: 100%;
	overflow: hidden;
  background-color: #000;
}

.project-slider-wrapper {
  position: relative;
  height: 90%;
  width: 100%;
  background-color: #000;
}

@media(max-width: 500px) {
  .project-slider-wrapper {
    height: 70% !important;
  }
}

/* 
#video-intro {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
} */

/* SLIDERS */
.project-slider-wrapper .bx-viewport, 
.intro .bx-viewport,
.bx-wrapper {
  position: relative;
  width: 100%;
  height: 100% !important;
  top: 0;
  left: 0;
  background-color: #000;
}

.bxslider, 
.bxslider li {
  height: 100% !important;
}

.bxslider {
  padding: 0;
}

.bxslider li {
  background-repeat: no-repeat;
}

.bxslider li.cover {  
  background-size: cover;
}

.bxslider li.contain {  
  background-size: contain;
}

.bxslider li.center-x {
  background-position-x: center;
}

.bxslider li.center-y {
  background-position-y: center;
}

.bxslider li.left-x {
  background-position-x: left;
}

.bxslider li.right-x {
  background-position-x: right;
}

.bxslider li.top-y {
  background-position-y: top;
}

.bxslider li.bottom-y {
  background-position-y: bottom;
}

.bx-wrapper .bx-viewport {
  border: none !important;
}

.bx-wrapper .bx-controls-direction a {
  width: 45px;
  height: 45px;  
}

.bx-wrapper .bx-controls-direction .bx-next {
  background: url('../js/plugins/jquery.bxslider/images/arrow-next2.png') no-repeat;
  background-size: contain;
  right: 0;
}

.bx-wrapper .bx-controls-direction .bx-prev {
  background: url('../js/plugins/jquery.bxslider/images/arrow-back2.png') no-repeat;
  background-size: contain;
  left: 0;
}

@media(max-width:500px){
  .bx-wrapper .bx-controls-direction a {
    width: 35px;
    height: 35px;  
  }
}
/*end slider styles*/

/* Pages */
.content-wrapper {
  z-index: 1;
}

.contact-info ,
.about-us {
  margin-top: 10px;
  padding: 20px;
  color: white;
  background: rgba(0, 0, 0, .8);
}

@media(max-width: 768px) {
	.contact-info,
  .about-us  {
		margin-top: 55px;
	}
}

.contact-info span {
  color: rgba(255, 255, 255, .6);
}

.contact-info .email,
.contact-info .mobile {
  text-decoration: none;
  color: #fff;
}

.contact-info .social-btns {
  margin-top: 20px;
}

.about-us h4 {
  margin-top: 20px;
}

/* Project pages */
.project-title {
  color: #801515;
}

.project-description,
.project-info {
  margin-top: 30px;
  font-size: 16px;
  margin-bottom: 40px;
}

.project-info span {
  display: block;  
}

@media(max-width: 992px) {
  .project-description {
    margin-bottom: 0px;
  }
  
  .project-info {
    margin-top: 15px;
  }
}

@media (min-width: 992px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  
  .project-info.position-bottom {
    position: absolute;
    bottom: 0;
  }
}
