.menu-btn{
	cursor: pointer;
	height: 74px;
	left: 0;
	position: absolute;
	top: 0;
	width: 74px;
}

.menu-icon{
	border-top: 2px solid #fef2f7;
	border-bottom: 2px solid #fef2f7;
	display: inline-block;   
	height: 18px;
	position: relative;
	top: 50%;
	left: 50%;
	width: 18px;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.menu-icon:before{
	background-color: #fef2f7;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* ========================================================================== */
/* SIDEBAR NAVIGATION
/* ========================================================================== */

.sidebar-navigation{
	background-color: #eeeeee;
	bottom: 0;
	height: 100%;
	left: 0;
	opacity: 0;
	overflow: scroll;
	padding: 0 0 150px 0;
	position: fixed;
	text-align: center;
	top: 75px;
	width: 100%;
	z-index: 9;
	-webkit-overflow-scrolling: touch; 
	-webkit-transform: translate3d(0,-120%,0);
	transform: translate3d(0,-120%,0);
	-webkit-transition: -webkit-transform .4s ease-in-out .1s,opacity .1s .4s,z-index .4s .4s;
	transition: transform .4s ease-in-out .1s,opacity .1s .4s,z-index .4s .4s;

}

.sidebar-navigation.open{
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition: -webkit-transform .4s ease-in-out 150ms,opacity .1s;
	transition: transform .4s ease-in-out 150ms,opacity .1s;
}

.sidebar-menu,
.sidebar-menu li{
	overflow: visible;
	width: 100%;
}

.sidebar-menu{
	background-color: #fbfbfb;
    padding-top: 50px;
    padding-bottom: 50px;
}

.sidebar-menu a{
	color: #273350;
	display: block;
	overflow: visible;
	padding-top: 15px;
	padding-bottom: 13px;
	position: relative;
	width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
}

a.sidebar-btn,
.sidebar-menu a{
	font-family: Arial, sans-serif;
	font-size: 25px;
}

a.sidebar-btn{
	font-size: 13px;
}

.sidebar-menu a:active,
.sidebar-menu a:focus,
.sidebar-menu a:hover{
	color: #7785a7;
}

.sidebar-menu .hideme{
	display: none !important;
}

.sidebar-navigation li.hide-desktop{
	display: inline-block;
}

.sidebar-menu ul{
	background-color: #eeeeee;
	display: none;
	margin: 0;
}

.sidebar-menu ul a{
	color: #707070;
	font-family: Arial, sans-serif;
	font-size: 22px;
}

.sidebar-navigation .address{
	margin-top: 45px;
	font-size: 12px;
}

.sidebar-navigation .social{
	font-size: 12px;
}

.sidebar-navigation .social i{
	font-size: 14px;
	margin-right: 2px;
}

.sidebar-navigation .address li,
.sidebar-navigation .address a,
.sidebar-navigation .social li,
.sidebar-navigation .social a{
	color: #7c7c7c;
}

.sidebar-navigation .social a{
	color: #3b5998;
	display: inline-block;
	vertical-align: middle;
}
/* ========================================================================== */
/* MEDIA QUERIES */
/* ========================================================================== */

/* ========================================================================== */
/* PHONES */
/* ========================================================================== */

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

	/* HAMBURGUER BTN RESIZE */

	.menu-btn{
		height: 74px;
		width: 74px;
	}

	.menu-icon{
		height: 18px;
		width: 22px;
	}

	.menu-icon:before{
		width: 22px;
	}

}

/* ========================================================================== */
/* TABLETS */
/* ========================================================================== */

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

	h1 {
		font-size: 45px;
	}

	section.testimonial blockquote{
		font-size: 20px;
	}
	
	cite{
		font-size: 14px;
	}	
	.divider {
		height: 55px;
		margin-top: 40px;
	}
	.divider i:before {
		font-size: 100px;
	}
	.divider:before,
	.divider:after {
		top: 50px;
		width: calc((100% - 50px) / 2);
	}
	header > div,
	section > div,
	footer > div{
		padding: 0 50px;
	}
	section.main,
	.main.withsidebar{
		padding-top: 92px;
		padding-bottom: 92px;
	}
	.feature{
		margin-top: 92px;
	}
	.feature > div{
		float: left;
		margin-left: 45px;
		width: calc((100% - 90px) / 3);
	}
	.feature > div:first-child{
		margin-left: 0;
	}
	section.testimonial{
		padding-bottom: 92px;
		padding-top: 92px;
	}
	section.qualified{
		max-height: 658px;
		overflow: hidden;
		text-align: left;
	}
	section.qualified > div{
		padding-top: 92px;
		padding-bottom: 92px;
		position:relative;
	}
	section.qualified > div:before{
		background-image: url("../_img/qualified-banner.jpg");
		background-repeat: no-repeat;
		background-position: 100% top;
		position:absolute;
		content:'';
		display:block;
		height: 608px;
		width: 1030px;
		z-index: -1;
		top: 0;
		right: 42%;
	}	
	section.qualified h2{
		font-size: 30px;
	}
	section.qualified .content{
		float: right;
		max-width: 60%;
	}	
	.list > div{
		float: left;
		margin-left:40px;		
		width: calc((100% - 40px) / 2);
	}
	.list > div:first-child{
		margin-left:0;
	}
	.productlogos {
		text-align: left;
	}
	.main.withsidebar{
		margin: auto;
		max-width: 1180px;
	}
	.main.withsidebar > div{
		float: left;
		width: 60%;
	}
	aside{
		background-color: transparent;
		float: left;
		margin-top: 0;
		padding: 0;
		position: relative;
		width:40%;
	}
	aside > div{
		position: relative;
		padding: 40px;
	}
	aside:before{
		background-color: #eeeeee;
		content: '';
		display: block;
		height: 100%;
		position: absolute;
		width: 100vw;
	}
	.highlighted {
		position: relative;
		left: -8px;
		width: calc(100% + 16px);
	}

	.highlighted > div {
		float: left;
		margin-left: 8px;
		margin-right: 8px;
		width: calc((100% - 32px) / 2);
	}
	.completedprojects{
		padding-bottom: 92px;
		padding-top: 92px;
	}
	.completedprojects > div > div > ul{
		float: left;
		margin-left: 45px;
		margin-top: 0;
		width: calc((100% - 90px) / 3);
	}
	.completedprojects > div > div > ul:first-child{
		margin-left: 0;
	}
	.details .info,
	.details .calltoaction{
		float: left;
		margin-top: 40px;
		width: 50%;
	}
	.details .calltoaction{
		padding-left: 45px;
	}
	.toolbar a span{
		display: inline;
	}
	footer{
		padding-top: 70px;
	}
	footer .top > div{
		display: block;
		float: left;
		width: 50%;
	}
	footer .bottom .copyright{
		float: left;
	}
	footer .bottom .license{
		float: right;
	}
	.btn-footer{
		display: none;
	}	
}

/* ========================================================================== */
/* DESKTOP */
/* ========================================================================== */

@media only screen and (min-width: 1025px) {
	header {
		background-color: rgba(26, 37, 45, 0.65);
		position: absolute;
		height: 125px;
		width: 100%;
		z-index: 10;
	}	
	header nav {
		float: right;
	    position: relative;
		text-align: right;
    	top: 50%;		
	}
	header nav .address {
		display: block;
	}
	header nav .cta {
		display: block;
	}
	header nav .menu {
		display: block;
	}
	header .logo .logo-desktop{
		display: block;
	}
	header .logo .logo-mobile,
	.menu-btn{
		display: none;
	}
	section.stage,
	section.substage{
		margin-top: 0;
	}
	section.stage{
		height: 100vh;
		max-height: 560px;
	}
	.video-play img{
		display: inline-block;
		max-width: 95px;
	}	
	section.substage {
		display: block;
		height: 100vh;
		max-height: 373px;
	}
	section.qualified > div{
		padding-top: 130px;
		padding-bottom: 130px;
	}
	section.qualified .content{
		max-width: 48%;
	}		
	.main.withsidebar > div{
		float: left;
		width: calc(100% - 440px);
	}
	aside{
		float: left;
		position: relative;
		width:440px;
	}
	aside > div{
		position: relative;
		padding: 60px 50px 60px 60px;
	}		
	.highlighted > div {
		float: left;
		margin-left: 8px;
		margin-right: 8px;
		width: calc((100% - 48px) / 3);
	}
	.details .info,
	.details .calltoaction{
		margin-top: 92px;
	}
	#carousel{
		display: block;
	}
	.calltoaction a{
		padding-top: 120px;
		padding-bottom: 120px;
	}	
	.calltoaction span{
		font-size: 20px;
		letter-spacing: 9px;
	}
	.calltoaction span strong{
		font-size: 60px;
		letter-spacing: normal;
	}
	footer{
		text-align: left;
	}
	footer .top > div{
		display: block;
		float: left;
		width: 20%;
	}
}