@font-face {
    font-family: 'OpenSansLight';
    src: url('fonts/OpenSans-Light-webfont.eot');
    src: url('fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
    font-weight: 400;
    font-style: normal;

}

body {
	font-family: "OpenSansLight", 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	color: #444;
	clear: both;
}

::-moz-selection {
	background: #ffffcc;
	color: #444;
	text-shadow: none;
}

::selection {
	background: #ffffcc;
	color: #444;
	text-shadow: none;
}

a, a:active, a:focus, a:link {
	text-decoration: underline;
	color: #444;
	transition: all 0.5s ease 0s;
}

a:hover {
	text-decoration: none;
}

p {
	padding: 0;
	margin: 0 0 1em 0;
}

h1 {
	font-size: 4em;
	line-height: 1em;
	margin:  0 0 0.75em 0;
}

h2 {
	font-size: 2.875em;
	line-height: 1.0435em;
	margin: 0 0 1.217em 0;
}

h3 {
	font-size: 2em;
	line-height: 1em;
}

h4 {
	font-size: 1.313em;
	line-height: 1.143em;
}

h5 {
	font-size: 1em;
	line-height: 1.5em;
}

h6 {
	font-size: 0.625em;
	line-height: 1.6em;
}
img {
	max-width: 100%;
}
.button {
	background: #e44126;
	color: #fff;
	text-decoration: none !important;

	display: inline-block;
	padding: 8px 20px;
	border: none;
	border-radius: 8px;
	cursor: pointer;
}
	.button:hover { 
		background: #C33720; 
		transition: all 0.5s ease 0s;
	}

.clear 	{ clear: both; }

.left 	{ float: left; }
.right 	{ float: right; }
.center { display: block; margin: 0 auto; }

.text-center 	{ text-align:  center; }
.text-right 	{text-align: right;}

header #header{
	padding: 0 1em; 
	border: none;
}
	header #logo {
		margin: 27px 0 50px;
		display: block;
		float: left;
	}
	header .blackbox{
		display: block;
		float: right;
		padding: 32px 16px 16px;
		background: #222;		
	}
	#logo img, #lumean_logo img {
		display: block;
		max-height: 100%;
	}

#banner {
	font-size: 1em;
	line-height: 1.5em;

	position: relative;
	height: 464px;
	overflow: hidden;
	color: #fff;
	
	padding: 0;
	clear: both;
	background: #222;
}
#banner .banner-content {
	max-width: 932px;
	margin: 0 auto;
	padding: 0 1em;
}
	#banner img {
		max-width: 55%;

		position: absolute;
		top: 0;
		left: 45%;
		z-index: 0;
	}
	#banner .banner-text {
		position: relative;
		width: 50%;
		max-width: 458px;
		padding: 0 1em;
		z-index: 10;
	}
	#banner .title {
		margin-top: 1em;
	}

	#banner .description {
		font-size: 1.313em;
		line-height: 1.4em;
		margin: 0 0 1.905em 0;
		color: #ddd;
	}

	#banner a {
		color: #fff;
	}

#nav_menu {
	clear: both;
	background: #eee;
}
	#nav_menu #expand_menu {
		background: url("../images/menu.svg") no-repeat center center;

		width: 32px;
		height: 32px;

		margin: 12px 16px 0 0;

		float: right;
		display: none;
	}

	#nav_menu ul {
		background: #eee;
		padding: 0;
		list-style-type: none;
	}
	#nav_menu ul li {
		margin: 0;
		padding: 0;
		display: inline-block;
	}
	#nav_menu ul li a {
		color: #888;
		text-decoration: none;
		display: block;
		padding: 19px 28px;
		text-align: center;
	}
		#nav_menu ul li a:hover {
			background: #fff;
			color: #e44126;
		}

#nav_menu.small {
	height: 56px;
	position: relative;
}

	#nav_menu.small #expand_menu {
		display: block;
	}

	#nav_menu.small ul {
		max-width: 100%;
		padding: 0;

		position: absolute;
		top: 56px;
		left: 0;
		right: 0;
		z-index: 100;
		display: none;
	}

	#nav_menu.small ul li {
		display: block;
		text-align: center;
	}

	#nav_menu.small ul li a {
		width: auto;
		border-bottom: 1px solid #ddd;
		padding: 16px 0;

		background: #f4f4f4;
	}
		#nav_menu.small ul li:last-child a {
			border-bottom: none;
			padding-bottom: 17px;
		}
		#nav_menu.small ul li a:hover {
			background: #fff;

		}



section {
	padding: 64px 0;
	border-bottom: 1px solid #ddd;
	clear: both;
}
	section > .content .left, section > .content .right {width: 50%; }


	
	#features .list {
		padding: 0;
		margin: 0;
	}
	#features .list li { 
		display: inline-block;
		list-style-type: none;

		width: 100%;
		max-width: 230px;
		padding: 0;
		margin: 2em 4% 0;
		height: 356px;

		vertical-align:top;

		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;	
	}

	#features .list .description { 
		font-size: 0.75em;
		line-height: 1.667em;

		margin-bottom: 0; 
	}


	#features .list h5 { margin-bottom: 2em; }

	#more-features {
		display: none;
		text-align: left;
		list-style-type: none;
		max-width: 790px;
		margin: 30px auto 0 auto;
		padding: 0;
	}
	#more-features li {
		display: table;
		width: 100%;
		font-size: .75em;
		padding: 1em 2em;
		background: #f4f4f4;
		border-bottom: 1px solid #ddd;

		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
		#more-features li:last-child {
			border-bottom-style:none;
		}

	#more-features span {
		display: table-cell;
		width: 74%;
	}	

	#wrap #footer > .content, section > .content, #nav_menu > ul {
		max-width: 932px;
		padding: 0 1em;
		margin: 0 auto;
	}

	#overview > .content > .right { margin-top: 14px; }

	section .avatar {
		float: left;
	}
	section .avatar img {
		height: 48px;
		width: auto;
		
		border-radius: 48px;
		margin-right: 16px;

		display: block;
		float: left;
	}
	section .avatar .name {
		display: block;
		float: left;
	}
	section#testimonials .description {
		margin-bottom: 28px;
	}
	section#testimonials .left,
	section#testimonials .right {
		width: 45%;
	}
	section#pricing .content, section#jobs .content {
		max-width: 616px;
	}

	section#tinder .button {
		background: #fff;
		color: #444;
		border: 1px solid #888;
	}
		section#tinder .button:hover {
			background: #eee;
		}

	section#jobs {
		border-bottom: none;
	}
	section#contact {
		padding: 64px 0;
		background: #eee;
		border-bottom: none;
	}
	section#contact .right {
		width: 40%;
	}
	section#clients ul {
		list-style: none;
		margin: 0;
		padding: 0;
		text-align: center;
	}
	section#clients ul li {
		display: inline-block;
		margin: 1em;
		vertical-align: middle;
	}
	section#contact .phone,
	section#contact .email {
		background: url("../images/phone.png") no-repeat 0 center;
		padding: 12px 12px 12px 67px;
		margin-top: 32px;
		display: inline-block;
	}

	section#contact .email {
		background: url("../images/email.png") no-repeat 0 center;
	}
	section#contact a { text-decoration: none; }
	section#contact a:hover { color: #e44126; }

	section#contact input[type="text"],
	section#contact textarea {
		background: #ddd;
		color: #888;

		border: none;
		padding: 20px 12px 16px;

		width: 90%;
		display: block;
		margin-bottom: 16px;
	}
		section#contact input[type="text"]:focus,
		section#contact textarea:focus {
			background: #fff;
			color: #444;
			outline: none;
		}
	section#contact textarea {
		margin-bottom: 32px;
	}



#footer {
	background: #f4f4f4;
	color: #888;
	padding: 2em 1em;
}

#btt {
	display: none;
	position: fixed;
	right: 16px;
	bottom: 16px;
	opacity: .2;
}
	#btt:hover {
		cursor: pointer;
		opacity: .5;
	}

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

	section .content br { display: none; }

}

@media only screen and (max-width: 760px) {
	
	section > .content .left, 
	section > .content .right,
	section#testimonials .left, 
	section#testimonials .right,
	section#contact .right {
		float: none;
		width: auto;
		padding: 16px 0;
	}

	.text-right { text-align: inherit; }

	section .right { margin-top: 24px; }

	section > .content, #wrap #footer > .content,
	section#overview > .content .right { max-width: 90%; }

	section#overview > .content { max-width: 100%; }
	section#overview > .content .right { margin: 0 auto;}

	#more-features span {
		display: block; 
		width: 100%; 
	}
}

@media only screen and (max-width: 650px) {
	#banner .description, #banner a { display: none; }
	#banner .title { margin-top: 2.5em; }

	header #logo { width: 100%; }
		header #logo img { margin: 0 auto; }
	header .blackbox { display: none; }
}
@media only screen and (max-width: 420px) {

	section#banner .banner-text { display: none; }
	section#banner img {
		left: 0;
		max-width: 100%;
		transition: all 0.5s ease 0s;
	}	
}

#grid {
	background: url("../images/grid.png") repeat 0 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
}

.price-container {
  max-width: 1000px;
  margin: 100px auto;
}

.price-container .pilot, .price-container .large, .price-container .bigger {
  float: left;
  width: 244px;
  background: #ecf0f1;
  text-align: center;
  border: 3px solid #fff;
}

.price-container .sme {
  float: left;
  position: relative;
  width: 250px;
  top: -50px;
  padding: 50px 0;
  background: #3498db;
  text-align: center;
  border-radius: 5px;
}
.price-container .sme > .price {
  background: #fff;
  color: rgba(0, 0, 0, 0.7);
}
.price-container .sme > h1, .price-container .sme > h2, .price-container .sme > p, .price-container .sme > span {
  color: #fff;
}

.price-container h1 {
  margin: 20px 0 10px 0;
  font-size: 1.25em;
  color: rgba(0, 0, 0, 0.8);
}

.price-container h2 {
  font-size: .75em;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 100;
  letter-spacing: 1px;
}

.price-container p {
  color: rgba(0, 0, 0, 0.4);
  margin: 10px 0;
  font-weight: 100;
  font-size: .75em;
}

.price-container span {
  margin-bottom: 20px;
  padding-bottom: 10px;
  display: inline-block;
  width: 125px;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.price-container .price {
  height: 100px;
  width: 100px;
  text-align: center;
  background-color: #e44126;
  border-radius: 50%;
  line-height: 100px;
  color: #fff;
  font-size: 1.5em;
  font-weight: 100;
  margin: 20px auto;
}

.price-container .button {
  display: block;
  margin: 20px auto;
  width: 150px;
}