/*
Theme Name: Alpaca Expo Group
Description: Official Theme for Alpaca Expo Group
Author: Gutjahr Solutions
Version: 0.2 | Release: 2018-08-14
	based upon:
	HTML/CSS/JS-Kickstart
	by Gerrit van Aaken (http://praegnanz.de)
*/


/*

Farbdefinitionen

darkblue		#003753		rgba(0,55,83,1)
red				#EB2B1C		rgba(235,43,28,1)
contrastblue		#11A5C7		rgba(17,165,199,1)

*/




/* --------------------------  Typogrophy */


h1, h2, h3 {
	text-transform: uppercase; 
    color: #003753;
}

h1 {
    font-size: 28px; 
    line-height: 33px;
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 40px;
    color: #fff;
}
h2 {
	font-size: 50px; 
    font-weight: 700;
	line-height: 52px;
	position: relative;
	margin-bottom: 40px;
}

h3 {
	font-size: 28px; 
    line-height: 33px;
    position: relative;
    margin-bottom: 40px;
}

h4 {
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 30px;
	color: #003753;
	font-size: 16px;
	margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

h4:after {
    content: " ";
    display: block;
    height: 3px;
    width: 75px;
    background: #003753;
    position: absolute;
    bottom: 0;
}

h5 {
	text-transform: uppercase;
    font-weight: 800;
	font-size: 16px;
	margin-bottom: 0;
}

h6 {
    font-weight: 700;
}

p {
	    line-height: 26px;
	    margin-bottom: 8px;
}

p.small {
	font-size: 12px;
	line-height: 16px;
}

strong, b {
	font-weight: 700;
}

i, em {
    font-style: italic;
}

a {
	text-decoration: none;
	transition: all .2s ease;
	color: #003753;
	display: inline-block;
	transition: all .1s ease-in;
}

a:hover {
	/*transform: translateY(-2px); */
}


p a {
  display:inline-block;
  text-decoration:none;
  color: rgba(17,165,199,1);
}
  p a:hover {
    color: rgba(17,165,199,1)
  }
    p a:hover:after {
      background:rgba(17,165,199,1);
    }
  p a:after {
    display:block;
    content:'';
    width:100%;
    height:1px;
    background:rgba(17,165,199,.2);
    margin-top:-3px;
  }

  p a.more-link {
  	    font-weight: 700;
    text-transform: uppercase;
  }

  p.centered {
    text-align: center;
    font-size: 80%;
    margin-top: 20px
}


hr {
    clear: both;
    margin-bottom: 50px;
}



/* -------------------------- GRID */

.one-col, .two-col, .three-col, .four-col, .five-col, 
.six-col, .seven-col, .eight-col, .nine-col, .ten-col {
    float: left;
}

.one-col    { width: 6.666%; }
.two-col    { width: 13.333%; }
.three-col  { width: 19.889%; }
.four-col   { width: 26.667%;}
.five-col   { width: 33.333%;}
.six-col    { width: 40%;}
.seven-col  { width: 46.667%;}
.eight-col  { width: 53.333%;}
.nine-col   { width: 60%;}
.ten-col    { width: 66.667%;}


.mrgn-left-one { margin-left: 6.666%; }
.mrgn-left-two { margin-left: 13.333%; }
.mrgn-right-one { margin-right: 6.666%; }
.mrgn-right-two { margin-right: 13.333%; }

.clearfix:after {
    display: block;
    content: "";
    clear: both;
    float: none;
}

.half-width {
    width: 50%;
    float: left;
}



/* --------------------------  General styles */


body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #003753;
}

a img:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,.2);
    transform: translateY(-0) scale(1.01);

}

a img {
    transition: all .2s ease;
}



.float-left div {
	float: left;
}

.softgray {
    background: #f7f7f7;
}

.shadow {
    box-shadow: 0px 3px 30px rgba(0,0,0,.2);
}


.darkblue {
	background: rgba(0,55,83,1);
}

.red {
	background: rgba(235,43,28,1);
}

.contrastblue {
	background: rgba(17,165,199,1);
	overflow: auto;
}

.darkblue h1, .darkblue h2, .darkblue h3, 
.darkblue h4, .darkblue h5, .darkblue p, .darkblue a,
.red h1, .red h2, .red h3, 
.red h4, .red h5, .red p, .red a,
.contrastblue h1, .contrastblue h2, .contrastblue h3, 
.contrastblue h4, .contrastblue h5, .contrastblue p, .contrastblue a {
	color: #fff;
}

.red h2:after, .contrastblue h2:after { background: #fff; }


.scale {
	    transition: all .2s ease;
	    display: inline-block;
	    -webkit-backface-visibility: hidden;
	    -webkit-transform: translateZ(0) scale(1.0, 1.0);
	    transform: translateZ(0);
}

.scale:hover {
	transform: scale(1.02) translateY(-5px);
	box-shadow: 0 3px 30px rgba(0,0,0,.2);
}


/* --------------------------  Template specific styles */


header {
	z-index: 999;
	position: fixed;
	top: 0;
	width: 100%;
    height: 85px;
background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
background: linear-gradient(
                to bottom,
                hsla(0, 0%, 0%, 0.55) 0%,
                hsla(0, 0%, 0%, 0.543) 8.1%,
                hsla(0, 0%, 0%, 0.523) 15.5%,
                hsla(0, 0%, 0%, 0.493) 22.5%,
                hsla(0, 0%, 0%, 0.454) 29%,
                hsla(0, 0%, 0%, 0.407) 35.3%,
                hsla(0, 0%, 0%, 0.356) 41.2%,
                hsla(0, 0%, 0%, 0.302) 47.1%,
                hsla(0, 0%, 0%, 0.248) 52.9%,
                hsla(0, 0%, 0%, 0.194) 58.8%,
                hsla(0, 0%, 0%, 0.143) 64.7%,
                hsla(0, 0%, 0%, 0.096) 71%,
                hsla(0, 0%, 0%, 0.057) 77.5%,
                hsla(0, 0%, 0%, 0.027) 84.5%,
                hsla(0, 0%, 0%, 0.007) 91.9%,
                hsla(0, 0%, 0%, 0) 100%
              );
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );

}


#logo {
    width: 230px;
    position: absolute;
    top: 0;
    left: -60px;
}

header nav {
float: right;
width: 100%;
text-align: center;
margin-top: 20px;
}


nav li {
    display: inline-block;
    text-align: center;
    height: auto;
    padding: 0 10px;
    position: relative;
}


nav a {
	color: #fff;
	text-decoration: none;
	display: block;
    line-height: 16px;
    padding: 7px 2px;
    text-shadow: 0 2px 6px rgba(0,0,0,.3);
}

.nav-item .active {
    border-bottom: 2px solid rgba(255,255,255,.3);
}

nav ul {
    transition: all .2s ease;
}




section.hero {
    min-height: 100vh;
    background: #F7F7F7 no-repeat;
    position: relative;
    width: 100%;
    background-size: cover;
    position: relative;
}

.hero-content {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 150px;
    color: #fff;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.01) 0%, rgba(0,0,0,0.65) 100%);
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.01) 0%,rgba(0,0,0,0.65) 100%);
background: linear-gradient(
                to top,
                hsla(0, 0%, 0%, 0.8) 0%,
                hsla(0, 0%, 0%, 0.79) 8.1%,
                hsla(0, 0%, 0%, 0.761) 15.5%,
                hsla(0, 0%, 0%, 0.717) 22.5%,
                hsla(0, 0%, 0%, 0.66) 29%,
                hsla(0, 0%, 0%, 0.593) 35.3%,
                hsla(0, 0%, 0%, 0.518) 41.2%,
                hsla(0, 0%, 0%, 0.44) 47.1%,
                hsla(0, 0%, 0%, 0.36) 52.9%,
                hsla(0, 0%, 0%, 0.282) 58.8%,
                hsla(0, 0%, 0%, 0.207) 64.7%,
                hsla(0, 0%, 0%, 0.14) 71%,
                hsla(0, 0%, 0%, 0.083) 77.5%,
                hsla(0, 0%, 0%, 0.039) 84.5%,
                hsla(0, 0%, 0%, 0.01) 91.9%,
                hsla(0, 0%, 0%, 0) 100%
              );

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03000000', endColorstr='#a6000000',GradientType=0 );

}

.hero-content-inner {
    max-width: 800px;
    margin: 0 auto;
}

.hero-content-inner img {
    width: 410px;
    float: left;
    margin-right: 30px;
}




.padded, .top-padded, .bottom-padded {  padding: 75px 0; }
.top-padded { padding-bottom:0; }
.bottom-padded { padding-top:0; }



img.thumbnail {
    margin: 10px 0;
}

#threesixty {
    max-width: 100%;
    max-height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: ew-resize;
    background-position: center bottom;
    margin: 0 auto;
    position: relative;
}

#threesixty::after {
    display: block;
    content: '';
    position: absolute;
    bottom: 20px;
    width: 300px;
    height: 50px;
    background: url(https://alpacaexpogroup.com/wp-content/themes/alpacaexpogroup/src/img/scroll-arrows.png) no-repeat;
    left: 50%;
    transform: translateX(-50%);
    background-size: contain;
    opacity: .3;
}

#threesixty .onLoadingDiv {
    background: rgba(255,255,255,.5);
    opacity: .8;
    color: #003753;
    padding: 20%;
}

.intro p {
    margin-bottom: 60px;
}

.content ul li {
    position: relative;
    margin-left: 40px;
    margin-bottom: 10px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid; 
	font-size: 20px;
}

.content ul li:before {
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    background: url(/wp-content/themes/alpaca/img/icon-plus.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: -40px;
}

.gallery li {
    float: left;
    width: 33.333%;
}




footer {
	background: rgba(0,55,83,.2);
	padding: 60px 0;
	position: relative;
}

.footer-cta {
    position: absolute;
    top: -22px;
    height: 35px;
    padding: 10px 20px 10px 45px;
    background: rgba(0,55,83,1);
    line-height: 100%;
    color: #fff;
    font-weight: 700;
    border-radius: 3px 10px 3px 3px;
    left: -9px;
    box-shadow: 0 3px 30px rgba(0,0,0,.3);
    transition: all .1s ease;
}

.footer-cta:hover { 
	background: rgba(17,165,199,1); 
    box-shadow: 0 3px 30px rgba(0,0,0,.6);
}

.footer-cta:before  {
    content: '';
    display: block;
    background: url(src/img/icon-contact-wht.png) no-repeat;
    position: absolute;
	height: 16px;
    width: 42px;
    background-size: contain;
    top: 8px;
    left: 12px;
}

.footer-cta a.cta-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.footer-logo-container {
	position: relative;
}

#footer-logo {
    width: 300px;
    position: absolute;
    left: -80px;
    top: -15px;
}

.footer-nav-container {
	width: 40%;
	margin-left: 220px;
	float: left;
}

.footer-nav > li {
    float: left;
    display: block;
    width: 20%;
}

.footer-nav > li > a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 10px;
    color: #94A8B2;
}


.footer-nav li ul {
	margin-top: 5px;
}

.footer-nav li li {
	font-size: 12px;
	margin-bottom: 5px;
}



.footer-contact {
	width: 100%;
    float: none;
    padding: 25px;
    background: rgba(17,165,199,1);
    border-radius: 0 4px 30px 4px;
    color: #fff;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}

.footer-contact .one-col {
    width: 33%;
}

.footer-contact h3 {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 700;
}

.footer-contact h3, 
.footer-contact a,
.footer-contact a:hover {
	color: #fff;
}

.footer-contact h4 {
    font-size: 10px;
    font-weight: 700;
    color: rgba(255,255,255,.6);
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-top: 0;
    padding-bottom: 0;
}

.footer-contact h4:after { display: none;}


.footer-contact a:after {
	background-color: rgba(255,255,255,.2);
}
.footer-contact a:hover:after {
	background-color: rgba(255,255,255,.4);
}
.footer-contact p { margin-bottom: 0; font-size: 14px;}
.footer-contact p br { display: none; }


.footnote {
    font-size: 10px;
    text-align: center;
    margin: 20px 0;
}

#menu-footer-menu li {
    display: inline-block;
}


#standlayout ul {
  display: flex;
  width: 100%;
}
#standlayout .gallery li {
float: left;
width: 50%;
text-align: center;
padding-left: 40px;
padding-right: 40px;
}

#conceptdetails .padded {
  text-align: center;
}

#liveoverview .padded {
  text-align: center;
  max-width: 885px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}


#liveoverview .manager-icon {
  position: absolute;
  top: 75px;
  right: 0;
  width: 117px;
  height: 117px;
  overflow: hidden;
}

#ourteam .padded {
  text-align: center;
}

#ourteam .list-team {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 0;
}


#ourteam  img{
  width: 120px;
  height: auto;
  margin-bottom: 10px;
}

#ourteam .list-team-item{
width: 250px;
padding-left: 20px;
padding-right: 20px;
}

#ourteam p.name{
  font-weight: bold;
  margin-bottom: 0;
}


#conceptdetails .conceptdetails-second {
  padding-top: 0;
}


#backexpo {
  position: absolute;
  right: 0;
}

#backexpo a{
color: #fff;
border: 1px solid;
padding: 5px 10px 5px 10px;
margin-top: 10px;
margin-right: 20px;
width: 136px;
position: relative;

}

#backexpo a img{
    display: inline-block;
    margin-bottom: -3px;
    margin-right: 0;
    margin-left: auto;
	position: absolute;
right: 13px;
top: 2px;
}
body header {
background: rgb(0,55,83);
background: linear-gradient(0deg, rgba(0,55,83,0) 0%, rgba(0,55,83,0.6699054621848739) 50%, rgba(0,55,83,1) 100%);
}



.intro .intr-item1 {
  width: 100%;
  height: 66px;
}


#standlayout li p {
  font-weight: bold;
  font-size: 26px;
  line-height: 34px;
  text-align: center;
}
#standlayout li a {
  display: block;
}
#standlayout li a img{
  width: 100%;
  height: auto;
}

#conceptdetails .padded {
  display: flex;
}

#conceptdetails .padded a{
  display: block;
  width: 50%;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
}


#liveoverview .overview-text {
  margin-left: 6.666%;
  max-width: 600px;
}



#benefits .padded  {
  padding-top: 0;
}




#benefits .padded-0 {
  display: flex;
}
#benefits .padded-0 .six-col {
  width: 65%;
  padding-right: 40px;
}
#benefits .padded-0 .six-col.mrgn-left-one{
  margin: 0;
  width: 35%;
      padding-right: 0;
    padding-left: 40px;
	    position: relative;
}
#benefits .padded-0 .six-col.mrgn-left-one:before{
	content: '';
	height: 360px;
	width: 2px;
	background: #000;
	position: absolute;
	left: 0;
	top: 10px;
}


#benefits .padded  strong{
  display: block;
}

.protector{
	padding-top: 200px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 100px;
    min-height: 70vh;

}

.protector input[type="submit"]{ 
    background: rgb(0, 55, 83);
    color: #fff;
    padding: 11px 20px;
}


.protector input[type="password"]{ 
    background: #ffffff;
    border: 1px solid #999;
    color: #333333;
    padding: 10px;
}


#open-areas .four-images{
    display: flex;
}




.edfg345  {
  position: relative;
height: 684px;
}

.tablet-view{
	display: block;
width: 500px;
position: absolute;
bottom: 0;
}

.mobile-view-1 {
position: absolute;
width: 150px;
bottom: 0;
left: 470px;
}

.mobile-view-2{
  position: absolute;
bottom: 0;
  width: 230px;
left: 250px;
}

.mobile-view-3 {
position: absolute;
bottom: 0;
width: 180px;
left: 370px;
}

.tablet-view .project_name{
position: absolute;
top: 113px;
left: 130px;
width: 240px;
text-align: center;
font-size: 14px;
}



.mobile-view-2 .project_name{
  position: absolute;
  top: 58px;
  left: 30px;
  width: 160px;
  text-align: center;
  overflow: hidden;
font-size: 11px;
}

.mobile-view-3 .project_name{

    position: absolute;
    top: 50px;
    left: 10px;
    width: 140px;
    text-align: center;
    font-size: 11px;
    overflow: hidden;
    line-height: 1;

}


.mobile-view-1 .project_name{
  position: absolute;
  top: 43px;
  left: 5px;
  width: 140px;
  text-align: center;
  font-size: 8px;
  overflow: hidden;
  line-height: 1;
}

.tablet-view-image {
  position: absolute;
  left: 55px;
  top: 143px;
  width: 385px;
}



.tablet-view-image-2 {
  position: absolute;
  left: 55px;
  bottom: 113px;
  width: 188px;
}


.mobile-view-1-image {
  position: absolute;
  top: 67px;
  width: 160px;
  left: 10px;
}


.mobile-view-2-image {
  position: absolute;
  width: 77px;
  top: 196px;
  left: 10px;
}


.mobile-view-3-image {
  position: absolute;
  width: 77px;
  bottom: 35px;
  left: 10px;
}

#open-areas .four-images a{
    padding: 5px;	
}


#relevantexperience .four-images {
    display: flex;
    flex-wrap: wrap;
}
#relevantexperience .four-images a{
    width: 25%;
    padding: 5px;
}

#relevantexperience .four-images img.thumbnail {
    margin: 0px 0;
}




@media only screen and (max-width: 1190px) {

.softgray .six-col.mrgn-left-one{
  width: 30%;
}
.edfg345 {
 
  width: 50%;
}

}



@media only screen and (max-width: 1190px) {
nav li {
  padding: 0 5px;
}

}
@media only screen and (max-width: 1090px) {
	
	
.softgray .six-col.mrgn-left-one{
    width: calc(100% - 12%);
}
.edfg345 {
  position: relative;
  height: 684px;
  width: calc(100% - 12%);
  margin-left: 6.666%;
  margin-top: 40px;
}
	
nav ul {
position: absolute;
width: 0;
height: 0;
overflow: hidden;
left: 0;
}
.menu-togler{
  display: block !important;
  width: 25px;
height: 25px;
margin-left: auto;
margin-right: 200px;
background: transparent;
 
position: relative;
cursor: pointer;
margin-top: 5px;
}

.menu-togler .line-1{
  display: block;
  position: absolute;
  width: 25px;
  height: 1px;
  background: #fff;
  top: 0;
  left: 0;
}

.menu-togler .line-2{
  display: block;
  position: absolute;
  width: 25px;
  height: 1px;
  background: #fff;
  top: 12px;
left: 0px;
}

.menu-togler .line-3{
  display: block;
  position: absolute;
  width: 25px;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: 0;
}

.nav.show .navbar-nav{
  display: flex;
  position: fixed;
  width: 100%;
  left: 0;
  top: 100px;
  height: 100%;
  background: #0D4A69;
  flex-wrap: wrap;
  flex-direction: column;
}
nav li {
  padding: 10px 5px;
}
nav a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  line-height: 16px;
  padding: 7px 2px;
  text-shadow: 0 2px 6px rgba(0,0,0,.3);
}
.nav-item .active {
  border-bottom: 2px solid rgba(255,255,255,.3);
  display: inline-block;
}

.nav.show .menu-togler .line-1 {
  transform: rotate(45deg);
  top: 12px;
}
.nav.show .menu-togler .line-2{
  opacity: 0;
}
.nav.show .menu-togler .line-3 {
  transform: rotate(-45deg);
  bottom: 12px;
}

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

}
 
@media only screen and (max-width: 910px) {
	
	.edfg345 {
  position: relative;
  height: 684px;
  width: 100%;
  margin-left: 0px;
  margin-top: 40px;
  overflow: hidden;
}


#liveoverview .padded {
 
  margin-left: 6.666%;
  margin-right: 6.666%;
  position: relative;
}	

#liveoverview .padded video{
  width: 100%;
  height: auto;
}
	#benefits .six-col {
  width: 86.668%;
  margin-left: 6.666%;
  margin-right: 6.666%;
}

	#benefits .six-col iframe{
  border: 0;
  width: 100%;
}

}


 
@media only screen and (max-width: 767px) {
	
	
#relevantexperience {
    padding-left: 10px;
    padding-right: 10px;
}

	#benefits .padded-0 .six-col {

    padding-right: 0px;
    padding-bottom: 30px;
}


	section.hero {
    background-size: 100%;
    min-height: 400px;
}


	.padded, .top-padded, .bottom-padded {
  padding: 35px 0;
}


	#benefits .six-col {
  width: 86.668%;
  margin-left: 6.666%;
  margin-right: 6.666%;
}

	#benefits .six-col iframe{
  border: 0;
  width: 100%;
}


.hero-content-inner img {
  width: auto;
  float: none;
  margin-right: auto;
  margin-left: auto;
  display: block;
  max-width: 400px;
  margin-bottom: 20px;
}
h1 {
  font-size: 22px;
  line-height: 26px;
  padding-bottom: 0px;
  position: relative;
  margin-bottom: 40px;
  color: #fff;
  text-align: center;
}


.softgray,
#ourteam,
#benefits,
#liveoverview,
#conceptdetails,
#standlayout,
#open-areas,
#view360,
.intro.softgray {
  padding-left: 20px;
  padding-right: 20px;
}
.nine-col,
 .mrgn-left-one,
 .mrgn-right-one,
.intro.softgray .six-col {
  margin-right: 0;
  margin: 0;
  width: 100%;
}
 .mrgn-left-one,
 .mrgn-right-one,
#open-areas .mrgn-left-one,
#view360 .mrgn-left-one {
  margin-left: 0;
  margin-right: 0;
}
h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 42px;
  position: relative;
  margin-bottom: 20px;
}

#standlayout .gallery li {
  padding-left: 10px;
  padding-right: 10px;
}
#conceptdetails .padded a {
  padding-left: 10px;
  padding-right: 10px;
}
#liveoverview .overview-text {
  margin-left: 0;
  max-width: 600px;
}
#liveoverview .padded {
  margin-left: 0;
  margin-right: 0;
  position: relative;
}
#benefits .padded-0 .six-col {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
#benefits .padded-0 {
  display: flex;
  flex-wrap: wrap;
}
#benefits .padded-0 .six-col.mrgn-left-one {
  margin: 0;
  width: 100%;
  padding-left: 0;
}
h3 {
  font-size: 18px;
  line-height: 24px;
  position: relative;
  margin-bottom: 20px;
}
#standlayout li p {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

}


@media (max-width: 660px) {
	
		section.hero {
    background-size: 100%;
    min-height: 300px;
}


.edfg345 {
    position: relative;
    height: 424px;
    width: 100%;
    margin-left: 0px;
    margin-top: 40px;
    overflow: hidden;
}

#benefits .padded-0 .six-col.mrgn-left-one:before {
 
  display: none;
}
	
section.hero {
    min-height: 300px;
}
#threesixty {
    max-height: 300px;
}	
.tablet-view {
    display: block;
    width: 300px;
    position: absolute;
    bottom: 0;
}
.tablet-view .project_name {
    position: absolute;
    top: 63px;
    left: 30px;
    width: 240px;
    text-align: center;
    font-size: 10px;
}

.tablet-view-image {
    position: absolute;
    left: 35px;
    top: 86px;
    width: 231px;
}
.tablet-view-image-2 {
    position: absolute;
    left: 35px;
    bottom: 68px;
    width: 112px;
}
.mobile-view-2 {
    position: absolute;
    bottom: 0;
    width: 130px;
    left: 130px;
}
.mobile-view-2 .project_name {
    position: absolute;
    top: 28px;
    left: 10px;
    width: 110px;
    text-align: center;
    overflow: hidden;
    font-size: 5px;
}
.mobile-view-3 {
    position: absolute;
    bottom: 0;
    width: 105px;
    left: 190px;
}
.mobile-view-3 .project_name {
    position: absolute;
    top: 31px;
    left: 10px;
    width: 90px;
    text-align: center;
    font-size: 5px;
    overflow: hidden;
    line-height: 1;
}
.mobile-view-1-image {
    position: absolute;
    top: 39px;
    width: 92px;
    left: 7px;
}
.mobile-view-2-image {
    position: absolute;
    width: 45px;
    top: 115px;
    left: 7px;
}
.mobile-view-3-image {
    position: absolute;
    width: 45px;
    bottom: 21px;
    left: 7px;
}
.mobile-view-1 {
    position: absolute;
    width: 70px;
    bottom: 0;
    left: 245px;
}
.mobile-view-1 .project_name {
    position: absolute;
    top: 20px;
    left: 0px;
    width: 70px;
    text-align: center;
    font-size: 5px;
    overflow: hidden;
    line-height: 1;
}


}




@media (max-width: 540px) {
	
	#relevantexperience .four-images a {
    width: 50%;
    padding: 5px;
}
#open-areas .four-images {
    display: flex;
    flex-wrap: wrap;
}
#open-areas .four-images a {
    padding: 5px;
    width: 50%;
}

	#backexpo a {
font-size: 12px;
    margin-right: 10px;
    width: 110px;
}
#backexpo a img {
    display: inline-block;
    margin-bottom: -5px;
    margin-right: 0;
    margin-left: auto;
    position: absolute;
    right: 13px;
    top: -2px;
}
header nav {
    margin-top: 15px;
}
header {
    height: 60px;
}
.nav.show .navbar-nav {

    top: 64px;

}

	#logo {
    width: 120px;
    position: absolute;
    top: 0;
    left: -5px;
}

	
	#open-areas .mrgn-left-one{
  padding-left: 10px;
  padding-right: 10px;		
	}
	section.hero {
    min-height: 250px;
}
.softgray, #ourteam, #benefits, #liveoverview, #conceptdetails, #standlayout, #open-areas, #view360, .intro.softgray {
  padding-left: 10px;
  padding-right: 10px;
}
.mrgn-left-one, .mrgn-right-one, #open-areas .mrgn-left-one, #view360 .mrgn-left-one {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
h2 {
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
  position: relative;
  margin-bottom: 20px;
}
.intro p {
  margin-bottom: 30px;
}
#liveoverview .padded {
  margin-left: 0;
  margin-right: 0;
  position: relative;
  padding-top: 10px;
}
#ourteam .list-team-item {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}

.footer-contact .one-col {
  width: 100%;
}

body header{
    background: rgba(0,55,83,1);
}

body #wrapper{
    padding-top: 60px;
}
h5 {
    font-size: 14px;
}
.hero-content-inner img,
.hero-content-inner h1{
    opacity: 0;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
}
#logo {
    width: 190px;
    position: absolute;
    top: 0px;
    left: -55px;
}
.menu-togler {
    display: block !important;
    width: 25px;
    height: 20px;
    margin-left: auto;
       margin-right: auto;
    background: transparent;
    position: relative;
    cursor: pointer;
    margin-top: 5px;
}

.menu-togler .line-2 {
    display: block;
    position: absolute;
    width: 25px;
    height: 1px;
    background: #fff;
    top: 9px;
    left: 0px;
}

}


@media (max-width: 390px) {
	section.hero {
    min-height: 220px;
}

#logo {
    width: 190px;
    position: absolute;
    top: 0px;
    left: -55px;
}

}

/*  desktopish screens */
@media only screen and (min-width: 1024px) {

}

/* -------------------------------- Browser specific CSS */

.js .element { } /* apply only on JavaScript enabled browsers */
.ie8 .element { } /* apply only on Internet Explorer 8 */
.ie9 .element { } /* apply only on Internet Explorer 9 */