﻿/* 1.0 General
/* -------------------------------------------------- */

body {
	position: relative;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	white-space: normal;
}

section,
.section {
	position: relative;
	overflow: hidden;
	padding: 90px 0;
}

.container {
	position: relative;
}

img {
	max-width: 100%;
}


/* 2.0 Typography
/* -------------------------------------------------- */

body {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 28px;
	color: #333;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
	font-family: 'Roboto', Helvetica, sans-serif;
	margin-top: 0;
	margin-bottom: 15px;
	position: relative;
	color: #333;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #333;
}

h1,
.h1 {
	font-size: 42px;
	line-height: 52px;
	font-weight: 700;
}

h2,
.h2 {
	font-size: 32px;
	line-height: 42px;
	font-weight: 300;
}

h3,
.h3 {
	font-size: 24px;
	line-height: 32px;
	font-weight: 500;
}

h4,
.h4 {
	font-size: 21px;
	line-height: 32px;
	font-weight: 500;
}

h5,
.h5 {
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
}

h6,
.h6 {
	font-size: 12px;
	line-height: 24px;
	font-weight: 700;
}

/* Heading Uppercase */
.heading-uppercase {
	text-transform: uppercase;
	font-weight: 700;
}

h1.heading-uppercase,
.h1.heading-uppercase {
	letter-spacing: 4px;
	margin-right: -4px;
}

h2.heading-uppercase,
.h2.heading-uppercase {
	letter-spacing: 4px;
	margin-right: -4px;
}

h3.heading-uppercase,
.h3.heading-uppercase {
	letter-spacing: 4px;
	margin-right: -4px;
}

h4.heading-uppercase,
.h4.heading-uppercase {
	letter-spacing: 4px;
	margin-right: -4px;
}

h5.heading-uppercase,
.h5.heading-uppercase {
	font-weight: 700;
	letter-spacing: 2px;
	margin-right: -2px;
}

h6.heading-uppercase,
.h6.heading-uppercase {
	font-weight: 700;
	letter-spacing: 2px;
	margin-right: -2px;
}

p {
	margin-bottom: 20px;
}

a {
	cursor: pointer;
	color: #3c55e6;
	text-decoration: none;
}

a, .btn {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

a:hover, a:focus {
	text-decoration: none;
	outline: 0;
	color: #3c55e6;
}

a, button {
	outline: none;
}


/* 2.1 Main Header
/* -------------------------------------------------- */
.main-header {
	position: relative;
	z-index: 999;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	opacity: 1;
	background: #000;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.main-header .header-wrapper {
	position: relative;
	width: auto;
	max-width: 100%;
	margin: 0;
	padding: 0;
}

.main-header.scrolled {
	opacity: 0;
	position: absolute;
}

.main-header.header-sticky {
	position: fixed;
	opacity: 1;
}

.main-header.scrolled {
	padding-top: 0;
}

.main-header.header-sticky {
	background-color: #fff;
}

.main-header.transparent-light {
	box-shadow: inset 0 -1px 0 rgba(255,255,255,0.21);
}

.main-header.transparent-dark {
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.13);
}

/* Navbar */
.navbar {
	border: 0;
	border-radius: 0;
	margin: 0;
	min-height: 70px;
}

.navbar-brand {
	color: #333;
	border-right: 1px solid rgba(0,0,0,0.13);
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
	height: 70px;
	line-height: 30px;
	padding: 19px 25px;
	margin-right: 15px;
}

.main-header.transparent-light .navbar-brand {
	color: #fff;
	border-right: 1px solid rgba(255,255,255,0.21);
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.main-header.transparent-light .navbar-brand:hover {
	color: #fff;
	border-right: 1px solid rgba(255,255,255,0.21);
}

.navbar-nav>li>a {
	display: block;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #333;
}

.main-header.transparent-light .navbar-nav>li>a {
	color: #fff;
}

.navbar-toggle {
	border-radius: 0;
	border-color: #fff;
	margin-top: 17px;
}

.navbar-toggle .icon-bar {
	border-radius: 0;
	background: #fff;
}

.navbar-collapse {
	box-shadow: inset 0 1px 0 rgba(255,255,255,.21);
}

@media (min-width: 768px){
	.main-header {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		background: transparent;
	}
	
	.navbar-nav>li>a {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.nav>li {
		padding-left: 15px;
		padding-right: 15px;
	}
	.nav>li>a {
		padding-left: 0;
		padding-right: 0;
	}
	.nav>li.active>a {
		box-shadow: inset 0 -1px 0 #4584ee;
	}

	.main-header.transparent-light .nav>li.active>a {
		box-shadow: inset 0 -1px 0 #fff;
	}
}

.nav>li>a:focus,
.nav>li>a:hover {
	color: #4584ee;
	background-color: transparent;
}

.nav>li.active>a {
	color: #4584ee;
}

.main-header.transparent-light .nav>li.active>a {
	color: #fff;
}


/* 3.0 Hero Section
/* -------------------------------------------------- */
.hero-section {
	padding: 210px 0;
}


/* 4.0 Preview Item
/* -------------------------------------------------- */
.preview-item {
	display: block;
	color: #333;
	margin-bottom: 30px;
}

.preview-item:hover img {
	box-shadow: 0 1px 8px rgba(0,0,0,.1);
	-webkit-transform: translateY(1px);
	transform: translateY(1px);
}

.preview-item img {
	width: 100%;
	height: auto;
	display: block;
    box-shadow: 0 5px 25px rgba(0,0,0,.1);
    margin-bottom: 15px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.preview-item p.title {
	margin: 0;
	text-align: center;
}


/* 5.0 Overlays
/* -------------------------------------------------- */
.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
}

.overlay-wrapper {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.no-touch .main-container .overlay .overlay-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

.overlay-inner {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}


/* 6.0 Other
/* -------------------------------------------------- */

.cover-background {
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.background-dark  {
	background-color: #000a1e;
}

.background-grey {
	background: #f7f7f7;
}

.opacity-50 {
	opacity: .5;
}

.opacity-60 {
	opacity: .6;
}

.opacity-70 {
	opacity: .7;
}

.opacity-80 {
	opacity: .8;
}

.opacity-90 {
	opacity: .9;
}

.text-white {
	color: #fff;
}

.mb-0 {
	margin-bottom: 0;
}

.mb-50 {
	margin-bottom: 50px;
}

.pt-0 {
	padding-top: 0;
}

.pt-60 {
	padding-top: 60px;
}

.pb-0 {
	padding-bottom: 0;
}

.pb-60 {
	padding-bottom: 60px;
}

/* Buttons */
.btn {
	border: 0 solid transparent;
	border-radius: 0;
	line-height: 20px;
	color: #fff;
	background-color: #2951d5;
	padding: 16px 34px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
}

.btn:focus:active,
.btn:focus,
.btn:active {
	outline: none !important;
	outline-offset: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn:hover,
.btn:focus {
	color: #fff;
	background-color: #1043cc;
}

.btn i {
	margin-right: 5px;
}

.btn.icon-right i {
	margin-right: 0;
	margin-left: 5px;
}

.btn-xs { padding: 7px 20px; font-size: 10px; line-height: 16px; }
.btn-sm { padding: 12px 24px; font-size: 12px; line-height: 18px; }
.btn-lg { padding: 21px 40px; font-size: 16px; }

.btn.btn-link,
.btn.btn-link:hover,
.btn.btn-link:focus {
	border: none;
	background-color: transparent;
	text-decoration: none;
}

.btn-group-alt {
	position: relative;
    display: inline-block;
    vertical-align: middle;
	margin: 0 -10px;
}

.btn-group-alt .btn {
	margin: 0 10px;
}

.btn-white { color: #333; background-color: #fff; }
.btn-white:hover,
.btn-white:focus { color: #333; background-color: #fff; }
.btn-white.btn-link { color: #fff; }
.btn-white.btn-link:hover,
.btn-white.btn-link:focus { color: #fff; }
.btn-white.btn-border { color: #fff; border-color: #fff; }
.btn-white.btn-border:hover,
.btn-white.btn-border:focus { color: #fff; border-color: #fff; }

/* Gradient Background */
.gradient-1 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fe7259+0,ffc456+100 */
	background: rgb(254,114,89); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(254,114,89,1) 0%, rgba(255,196,86,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(254,114,89,1) 0%,rgba(255,196,86,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(254,114,89,1) 0%,rgba(255,196,86,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe7259', endColorstr='#ffc456',GradientType=1 ); /* IE6-9 */
}

.gradient-2 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3c55e6+0,3c55e6+100 */
	background: #3c55e6; /* Old browsers */
	background: -moz-linear-gradient(left,  #3c55e6 0%, #3c55e6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #3c55e6 0%,#3c55e6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #3c55e6 0%,#3c55e6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c55e6', endColorstr='#3c55e6',GradientType=1 ); /* IE6-9 */
}

.gradient-3 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00bcd4+0,80cbc4+100 */
	background: rgb(0,188,212); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(0,188,212,1) 0%, rgba(128,203,196,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(0,188,212,1) 0%,rgba(128,203,196,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(0,188,212,1) 0%,rgba(128,203,196,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bcd4', endColorstr='#80cbc4',GradientType=1 ); /* IE6-9 */
}

.gradient-4 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8bc34a+0,cddc39+100 */
	background: rgb(139,195,74); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(139,195,74,1) 0%, rgba(205,220,57,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(139,195,74,1) 0%,rgba(205,220,57,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(139,195,74,1) 0%,rgba(205,220,57,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bc34a', endColorstr='#cddc39',GradientType=1 ); /* IE6-9 */
}

.gradient-5 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fc5a5a+0,4e76e5+100 */
	background: rgb(252,90,90); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(252,90,90,1) 0%, rgba(78,118,229,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(252,90,90,1) 0%,rgba(78,118,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(252,90,90,1) 0%,rgba(78,118,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc5a5a', endColorstr='#4e76e5',GradientType=1 ); /* IE6-9 */
}
