/* GENERAL */
html {
	height: 100%;
}
body {
	height: 100%;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
    font-size: 16px;
	color: #666666;
	background-color: #ffffff;
}
header {
	z-index: 1000;
}
section {
	position: relative;
	padding-top: 5em;
	padding-bottom: 5em;
}
.section-gray {
	background-color: #f4f4f4;
}
.section-green {
	background-color: #7fa82e;
}

.border-bottom{
	max-width:1600px;
	margin:0 auto;
	border-bottom:1px solid #eeeeee;	
}
.padding-bottom{
	padding-bottom:7.5em;
}

.live{
	overflow:hidden;
	position:relative;
}

.live:after{
	display:block;
	content:'';
	width:95%;
    max-width: 1000px;
	position:absolute;
	bottom:50px;
	left:50%;
	top:250px;
	background:url(../img/live.png) 50% 100% no-repeat;
	background-size:contain;
}


/* INTRO */

.intro {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 600px;
	text-align: center;
	color: #fff;
	overflow:hidden;
}
	.intro hgroup {
		margin-top: 5em;
		margin-bottom: 5em;
		color: #fff;
	}	
		.intro h1 {
			font-size: 6em;
			font-weight:600;
			text-transform:uppercase;
			color: #fff;
			margin:0;
			line-height:1;
		}	
			.intro h1 img {
				height: 0.75em;
				vertical-align:baseline;
				position:relative;
				bottom:-1px;
			}
		
	.intro .subteaser {
		font-family: 'Roboto Condensed', sans-serif;
		text-transform:uppercase;
		font-weight:300;
		font-size: 3.4em;
		line-height:1;
	}
		
	.intro p {
		font-size: 2.25em;
		color: #fff;
		text-align: center;
	}


	#background {
		position: absolute;
		top: 50%;
		left: 50%;
		min-width: 100%;
		min-height: 100%;
		width: auto;
		height: auto;
		z-index: -100;
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
		background-size: cover;
	}
	
		.intro.video-background .overlay {
			display: block;
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			z-index: 2;
			background: #000;
			opacity: 0.5;
			filter: alpha(opacity=50);
		}

	.intro .content {
		position: relative;
		width: 100%;
		top: 50%;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
		z-index: 3;
	}

	.intro .icon {
		position: absolute;
		bottom: 40px;
		left: 50%;
		margin-left: -20px;
		width: 40px;
		height: 40px;
		line-height: 40px;
		border: solid 2px #fff;
		border-radius: 20px;
		z-index: 3;
		color: #fff;
	}

.intro a,
.intro a:hover,
.intro a:focus {
	color: #fff;
}


/* FONTS */

h1{
	font-weight:700;	
}

h2{
	font-size:4em;
	font-weight:300;
}

a {
  color: #7fa82e;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #98c73d;
  text-decoration: underline;
  outline:none;
}

.section-green h2{
	color:#fff;
	font-size:3em;
	text-align:center;
	font-weight:400;
}

.section-green p{
	color:#fff;
	text-align:center;
	font-weight:400;
}

.section-green a{
	color:#fff !important;
	white-space:nowrap;
}

/* COPYRIGHT */

footer {
	padding-top: 2.5em;
	padding-bottom: 2.5em;
	color: #cecece;
	text-align: center;
}

hgroup{
	margin-bottom:3.5em;
	line-height:1;
	color:#333333;
}
	hgroup .sup{
		font-size:1.5em;
		font-weight:400;
	}
	hgroup h2{
		font-size:3em;		
		margin:0;
	}
	hgroup h3{
		font-size:1.5em;
		font-weight:300;
		color:#666666;
		margin:1em 0 0;
	}

	p{
		margin:0;
		color:#000000;
		text-align:justify;
		font-size:1.125em;
	}	

/* NAVBAR */

.header {
	width: 100%;
}

.navbar{
	padding:5px 0 0;
	background:#fff;
}

.navbar-collapse {
	position: relative;
	z-index: 1003;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 1.25em;
	color:#666666;
	background:#fff;
}

	.navbar-collapse a {
	  -webkit-transition: all 0.2s ease-out;
	  -moz-transition: all 0.2s ease-out;
	  transition: all 0.2s ease-out;
	}

.navbar-header {
  position: relative;
  z-index: 1004;
}

.navbar-brand {
	float: left;
	padding: 0 15px;
	line-height: 1;
	height: 50px;
	margin-top: 5px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-toggle {
  padding: 9px 10px !important;
  margin-right: 15px;
  border-radius: 0;
}

.navbar-nav {
  margin: 0 -15px;
}

.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background: transparent;
}

/* Form */
.btn{
	display:block;
	width:100%;
	max-width:320px;
	line-height:1.8;
	height:2.3em;
	font-size:1.875em;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	font-weight:500;
	background:#ff7300;
	cursor:pointer;
	transition:color 1s;	
}

	.btn.rounded{
		border-bottom:3px solid #ca5b00;
		border-radius:1.15em;	
		margin:2em 0;	
	}

	.btn:hover{
		color:#fff;	
	}
		.btn.rounded:hover{
			border-bottom:0px;
			position:relative;
			bottom:-3px;
		}
	.btn:active{
		background:#ca5b00;
	}

.subscription{
	margin:2em 0;
	position:relative;
}
	
	.subscription .text{
		display:block;
		width:60%;
		float:left;
		line-height:1.8;
		height:56px;
		background-color:#fff;
		border:2px solid #fff;
		color:#666;
		transition:color 1s;		
		border-radius:28px 0 0 28px;	
		vertical-align:top;	
		padding-left:56px;
		outline:none;
		
	}
	
		.subscription:before{
			display:block;
			position:absolute;
			left:0;
			top:0;
			line-height:56px;
			width:56px;
			text-align:center;
			content:"\f0e0";		
			font-family: FontAwesome;
			color:#cecece;
			
		}
	
	.subscription .halfrounded{		
		border-radius:0 28px 28px 0;
		height: 56px;
		line-height: 42px;
		width:40%;
		float:left;
		background:#ff7300;
		color:#fff;
		border:2px solid #fff;
		outline:none;
	}
	
/* Custom Stuff */

.right-side .row > div{
	float:right;
}

.illustration {
	float:right;
	margin-top:6em;
}
.right-side .illustration {
	float:left;
}

.about{
	color:#666666;
	text-align:left;
}

.features{
	margin: 3em 0 0;
}

	.features p{
		padding-left:90px;
		margin-bottom:36px;
	}
	
	.features .row:last-child p{
		margin-bottom:0;	
	}
	

.listed{
	text-transform:uppercase;
	margin-top:33px;
	padding-top:10px;
	border-top:2px solid #fff;
	padding-left:80px;
	position:relative;
	transition:all 1s;
}

	.listed:before{
		display:block;
		position:absolute;
		top:-32px;
		left:0;
		width:64px;
		height:64px;
		font-size:32px;
		line-height:64px;
		text-align:center;
		background:#fff;
		color:#ff7300;
		border-radius:50%;
		font-family: FontAwesome;
		content:'';
		transition:all 1s;
	}
	
		.listed.chat:before{
			content:"\f0e6";
		}
		.listed.aim:before{
			content:"\f05b";
		}
		.listed.shield:before{
			content:"\f132";
		}
		
	.listed:hover{
		border-top:2px solid #ff7300;		
	}			
		.listed:hover:before{
			color:#fff;
			background:#ff7300;		
		}	
	


/* Media */

@media (max-width:1199px){
	body{
		font-size:15px;
	}
	
}

@media (max-width:991px){
	body{
		font-size:14px;
	}
		
	.live:after{
		display:none;
}

@media (max-width:767px){
	body{
		font-size:13px;
	}

	section {
		position: relative;
		padding-top: 2em;
		padding-bottom: 2em;
	}	
	
		.intro h1 {
			font-size: 3em;
		}
		
	.intro .subteaser {
		font-size: 1.7em;
	}
		
	.intro p {
	  font-size: 1.2em;
	}	
	
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
		line-height: 36px;
	}
	

	h2{
		font-size:3em;
	}	
		
	.illustration,.right-side .illustration{
		float:none;
		margin:0 auto;
		max-width:200px;
		max-height:150px;
	}
	
	.btn.rounded{
		margin-left:auto;
		margin-right:auto;
	}
	
	.subscription .text{
		display:block;
		width:100%;
		float:none;
		line-height:1.8;
		height:56px;
		background-color:#fff;
		border:2px solid #fff;
		color:#666;
		transition:color 1s;		
		border-radius:28px 28px 0 0 ;	
		vertical-align:top;	
		padding-left:56px;		
	}
	
	.subscription .halfrounded{		
		border-radius:0 0 28px 28px;
		height: 56px;
		line-height: 42px;
		width:100%;
		max-width:inherit;
		float:none;
		background:#ff7300;
		color:#fff;
		border:2px solid #fff;
	}	
}