/*---------------------------------------
   1. IMPORT GOOGLE WEB FONTS                
-----------------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300italic,300,400italic,900);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300);
@font-face {
    font-family: 'Lane';
    src: url('../fonts/lanenar_lane-webfont.eot');
    src: url('../fonts/lanenar_lane-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lanenar_lane-webfont.woff2') format('woff2'),
         url('../fonts/lanenar_lane-webfont.woff') format('woff'),
         url('../fonts/lanenar_lane-webfont.ttf') format('truetype'),
         url('../fonts/lanenar_lane-webfont.svg#webfontregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* --------------------------------------
=========================================
   2. GLOBAL STYLES
=========================================
-----------------------------------------*/

/*---------------------------------------
   2.1 GENERAL STYLES                
-----------------------------------------*/

html {
	font-size: 100%;
}

body {
	background: #ffffff;
	color: #313131;
	overflow-x: hidden !important;
	margin: auto !important;
	font-family: 'Roboto',sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #313131;
    line-height: 28px;
    text-align: center;
}

/*---------------------------------------
   2.3 ANCHOR AND BOLD TEXT           
-----------------------------------------*/
a {
	text-decoration: none;
	-webkit-transition: all ease 0.25s;
	transition: all ease 0.25s;
}

a:hover {
	text-decoration: underline;
}

a:focus {
	outline: inherit;
	color: inherit;
}

strong {
	font-weight: 700;
}

.strong {
	font-weight: 700;
}


/*---------------------------------------
   2.4 MISC FIXES         
-----------------------------------------*/
@-webkit-viewport {
	width: device-width;
}

@-moz-viewport {
	width: device-width;
}

@-ms-viewport {
	width: device-width;
}

@-o-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ul,
ol {
	padding-left: 0 !important;
}

li {
	list-style: none;
}

/* --------------------------------------
=========================================
   3. COMPONENTS 
=========================================
-----------------------------------------*/

/*---------------------------------------
   3.1 BACKGROUND COLORS AND LINE               
-----------------------------------------*/

.dark-bg {
	background: #323232;
	color: #ffffff;
}

.color-bg {
	color: #ffffff;
}

.bgcolor-2 {
	background: #f7f8fa;
}

.bgcolor-white {
	background: #ffffff;
}

.colored-line {
	height: 1px;
	width: 165px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}


/*---------------------------------------
   3.2 TYPOGRAPHY               
-----------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Lane', sans-serif;
	color: #313131;
	margin-bottom: 0;
	margin-top: 0;
}

h1 {
	font-size: 3.75rem;
	line-height: 4.688rem;
	font-weight: 500;
}

h2 {    
	font-size: 3.125rem;
    line-height: 4.063rem;
	font-weight: 500;
}

h3 {
	font-size: 1.5rem;
	line-height: 2.375rem;
	font-weight: 600;
}

h4 {
	font-size: 1.25rem;
	line-height: 2rem;
	font-weight: 600;
}

h5 {
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
}

h6 {
	font-size: 16px;
	line-height: 25px;
	font-weight: 700;
}


/*---------------------------------------
   3.3 BUTTONS               
-----------------------------------------*/
.btn:focus,
.btn:active,
.btn,
.open .dropdown-toggle.btn {
	outline: inherit;
	border-color: inherit;
}

.standard-button {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 400;
	border-radius: 3px;
	padding: 14px 25px;
	border: 0;
	margin: 4px;
	line-height: inherit;
	-webkit-transition: all ease 0.25s;
	transition: all ease 0.25s;
}

.secondary-button {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 3px;
	padding: 15px 30px;
	border: 0;
	margin: 5px;
	border: 1px solid #727272;
	color: #323232;
	background: #ffffff;
	line-height: inherit;
	-webkit-transition: all ease 0.25s;
	transition: all ease 0.25s;
}

.secondary-button-white {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 3px;
	padding: 14px 30px;
	border: 0;
	margin: 5px;
	border: 1px solid #727272;
	color: #ffffff;
	background: transparent;
	line-height: inherit;
	border: 1px solid rgba(255,255,255,0.5)
	-webkit-transition: all ease 0.25s;
	transition: all ease 0.25s;
}

.secondary-button-white:hover {
    border: 1px solid rgba(255,255,255,1);
    color: #ffffff;
}

/* --------------------------------------
=========================================
   4. SECTION SPECIFIC CSS
=========================================
-----------------------------------------*/

/*---------------------------------------
   4.1 SECTIONS PADDING AND COLOR OVERLAY                
-----------------------------------------*/
.section1,
.section2,
.section3,
.section4,
.section5,
.section6,
.section7 {
	padding-top: 110px;
	padding-bottom: 110px;
}


/*========================================
   4.2 SECTION: HOME                
==========================================*/

/*---------------------------------------
   4.2.1 BASIC STYLES               
-----------------------------------------*/
header {
	background: url(../images/bg-image-1.jpg) no-repeat center top fixed;
	-webkit-background-size: cover;
	background-size: cover;
	min-height: 900px;
}

header .vertical-registration-form {
	margin-top: 60px;
}

.navigation-header {
	padding-top: 47px;
	padding-bottom: 14px;
}

.intro-section {
	margin-top: 214px;
	margin-bottom: 137px;
}

.intro {
	color: #313131;
}

.intro-section .sub-heading {
    font-size: 18px;
    padding-right: 10%;
    padding-left: 10%;
    color: #313131;
    margin-top: 30px;
    line-height: 30px;
    font-weight: 400;
}

.button-container {
    margin-top: 32px;
    margin-bottom: 25px;
}

.navbar-header img {
	max-height: 34px;
}


/*---------------------------------------
   4.2.2 NAVIGATION                
-----------------------------------------*/
/* NAV RESETS */
.navbar-nav > li > a:hover {
	background: inherit;
}

/* NORMAL NAVIGATION WITH SOCIAL ICON AND LOGO ONLY */
.non-sticky .navbar-nav.navbar-right:last-child {
	margin-right: 0;
}

.non-sticky .navbar-nav > li > a {
	font-size: 25px;
	padding: 0;
	padding-left: 5px;
	padding-top: 3px;
	color: #ffffff;
}

/* STICKY NAVIGATION */
.sticky-navigation {
	min-height: 60px;
	background: #ffffff;
	-webkit-backface-visibility: hidden;
	border: 0;
	-webkit-box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
	box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
}

.sticky-navigation .navbar-header {
	padding-top: 0px;
}

.sticky-navigation .main-navigation {
	padding-top: 8px;
}

.sticky-navigation .main-navigation .current a {
	-webkit-backface-visibility: hidden;
	outline: inherit;
	position: relative;
}

.sticky-navigation .navbar-nav > li > a {
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 400;
	color: #999;
}

/*---------------------------------------
BASIC STYLES               
-----------------------------------------*/
.side-screenshot,
.side-screenshot2 {
	max-width: 532px;
}

.brief h2 {
	margin-top: 0;
	margin-bottom: 10px;
}

.brief p {
	margin-top: 40px;
}

/*========================================
PRODUCTS                
==========================================*/
.products {
	margin-top: 35px;
}

.products {
	margin-top: 40px;
	margin-bottom: 35px;
}

.products .icon {
	font-size: 50px;
	margin-bottom: 30px;
}

.products h4 {
	margin-bottom: 10px;
}



/*========================================
CALL TO ACTION              
==========================================*/
.cta-section {
	background: url(../images/bg-image-2.jpg) no-repeat center fixed;
	-webkit-background-size: cover;
	background-size: cover;
}

.cta-section h4 {
	color: #ffffff;
}

.cta-section h2 {
	color: #ffffff;
	font-weight: 700;
	margin-top: 15px;
	margin-bottom: 40px;
}

.cta-section h3 {
	color: #ffffff;
}

.cta-section .color-overlay {
	padding-top: 125px;
	padding-bottom: 125px;
}


/*---------------------------------------
CALL TO ACTION FOOTER          
-----------------------------------------*/
.cta-section-footer {
	background: url(../images/bg-image-3.jpg) no-repeat center fixed;
	-webkit-background-size: cover;
	background-size: cover;
}

.cta-section-footer h2 {
	color: #313131;
	font-weight: 400;
	margin-top: 15px;
	margin-bottom: 40px;
}

.cta-section-footer h4 {
	color: #313131;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
	font-family: 'Roboto Condensed';
}

.cta-section-footer .color-overlay {
	padding-top: 125px;
	padding-bottom: 125px;
}


/*========================================
FOOTER             
==========================================*/
footer {
	padding-top: 75px;
	padding-bottom: 35px;
    color: #808080;
    font-weight: 400;
}

.footer-logo {
	max-width: 100%;
	margin: auto;
	margin-top: 70px;
}

.copyright {
	margin-top: 15px;
	margin-bottom: 15px;
}


.signup-button {
    border-radius: 50%;
    margin: auto;
    position: relative;
    font-size: 30px;
    line-height: 35px;
    vertical-align: middle;
    margin-top: -125px;
    background: #fffffc;
    -webkit-box-shadow: 0px 0px 0px 3px #ffffff;
    box-shadow: 0px 0px 0px 3px #ffffff;
    -webkit-backface-visibility: hidden;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    width: 100px;
    height: 100px;
    padding-top: 10px;
    display: block;
    cursor: pointer;
}


.testimonial {
	max-width: 750px;
	margin: auto;
    font-size: 18px;
    font-style: italic;
    margin-top: 40px;
    margin-bottom: 30px;
    font-weight: 400;
    font-family: 'Roboto Condensed';
}

.testimonial-author {
	margin: auto;
	font-size: 16px;
	font-family: 'Roboto Condensed';
	font-weight: 400;
	margin-top: 14px !important;
}
.feature p {
	font-size: 14px;
}

/* MAILCHIMP Styling */
#mc_embed_signup {
	padding: 24px !important;
}
div#mc_embed_signup h2 {
    font-size: 24px !important;
    line-height: 28px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    padding: 15px !important;
    margin-top: 0;
}
.mc-field-group {
    text-align: left !important;
    /*margin-left: 44px !important;*/
}
input {
    padding: 13px !important;
    margin: 8px !important;
    width: 100% !important;
}
input[type=submit] {
    width: 95% !important;
    height: auto !important;
    color: #fff !important;
    font-size: 24px !important;
    margin-left: 2% !important;
    text-align: center !important;
}

img {
	max-width: 100%;
}

@media (max-width: 991px) {
	body {
	    font-size: 15px;
	    line-height: 26px;
	}
}	

@media (max-width: 767px) {
	header {
		min-height: 10px;	
	}
	.intro-section {
		margin-top: 9%;
		margin-bottom: 9%;
	}
	h1 {
	    font-size: 2.8rem;
	    line-height: 2.9rem;
	}
	h2 {
	    font-size: 2.5rem;
	    line-height: 2.6rem;
	}
}
@media (max-width: 480px) {
	h1 {
    font-size: 2.4rem;
    line-height: 2.5rem;
	}
	h2 {
    font-size: 2.1rem;
    line-height: 2.2rem;
	}

}
@media (min-width: 480px) and (max-width: 1000px) {
	ul.nav.navbar-nav.navbar-right.main-navigation {
	    display: block !important;
	    margin: 0 auto !important;
	    float: none !important;
	    text-align: center !important;
	    margin-left: 110px !important;
	}
}