/*-----------------
1. Reset.css
2. Helper Classes
3. Home page banner
4. Pitch Section
5. Features Section
6. Review
7. Pricing
8. Subscribe form
9. Media Queries
------------------*/

/*----- 1. Reset.css -----*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* --- Common Styles ---*/

h1 {
  font-size: 16px;
}

/*----- Helper Classes -----*/

::-webkit-scrollbar {
	display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
}

p {
	font-family: 'Roboto', sans-serif;
}

.nopadding {
	padding: 0;
}

.custompadding {
	padding-left: 5px;
	padding-right: 5px;
}

.no-margin {
	margin-right: 0;
	margin-left: 0;
}

.underline {
	display: inline;
	border-bottom: 3px solid #111;
	padding-bottom: 0;
}

.sup-title {
	display: inline-block;
	font-size: 1em;
	padding: 4px;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF;
	background: #000000;
	margin: 0 0 20px 0;
}

#loading {
   width: 100%;
   height: 100%;
   top: 0px;
   left: 0px;
   position: fixed;
   opacity: 1;
   background-color: #F2F2F2;
   z-index: 9999;
   text-align: center;
}

#loading-image {
	display: inline;
    top: 40%;
    position: relative;
  z-index: 9999;
}

.logo {
  margin: 0 auto;
	padding: 0px 0px;
	z-index: 111;
}

.logo:hover, .logo:focus {
	text-decoration: none;
	color: #FFF;
}

/* ------ Navbar Styling Starts ----- lišta naváděcí*/

.navbar {
	font-size: 14px;
  font-family: 'Roboto', sans-serif;
	font-weight: 400;
	text-transform: capitalize;
	padding-top: 25px;
	letter-spacing: 1px;
	height: 80px;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

.navbar-default {
  transition: all 0.6s ease;
	border-color: transparent;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-radius: 0px;
  border-color: transparent;
}

.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}

.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #111111;
}

.navbar-default .navbar-brand .navbar-toggle .collapsed {
    padding: 4px 6px;
    font-size: 14px;
    color: #111111;
  }

.navbar-default .navbar-brand {
	padding-top: 0px;
	color: #111111;
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
	-o-transition: 200ms;
	transition: 200ms;
}

.navbar-default .navbar-brand:hover {
  transition: 1s;
}

.navbar-default .navbar-nav > li > a {
  color: rgb(227, 18, 18);
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5;
  transition: all 0.5s;
  font-size: 15px;
  font-weight: bold;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #A1A1A1;
}

.navbar-default .navbar-nav > .active > a {
  background: transparent;
  color: #222222;
  }
.navbar-default .navbar-nav > .active > a:hover {
    background: transparent;
    color: #333333;
}

.navbar-default .navbar-nav > .active > a:focus {
	background: transparent;
  color: #111111;
}

.navbar-default .navbar-collapse {
	border-color: transparent;
  background-color: transparent;
}

.navbar-default .navbar-nav .open .dropdown-toggle {
  color: #111111;
}

.navbar-default .nav-white > li > a {
	color: #FFFFFF;
}

.navbar-default .nav-white > li > a:hover {
	color: #999999;
}

.navbar-default .navbar-brand.nav-white {
	padding-top: 15px;
	color: #FFFFFF;
	font-size: 21px;
	letter-spacing: 1px;
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
	-o-transition: 200ms;
	transition: 200ms;
}

/* ------------------------------------------------------
-------------- Main Section Styling Starts --------------
--------------------------------------------------------*/

#main {
  height: 100%;
}

/*---------------- Form Home Styling ------------------- */

.form .hero-section {
	background:url(../images/header-bg.jpg);
	background-size: cover; 
	background-position: center;
	background-repeat: no-repeat;
}

.form .hero-content {
	padding: 50px 0 50px 0;
	overflow: hidden;
}

.form img {
	margin: 0 auto;
}

.form .hero-content h1 {
	font-size: 34px;
	font-weight: 900;
	color: rgb(227, 18, 18);
	line-height: 1.2;
	letter-spacing: -1px;
	margin: 0 0 20px 0;
}
.form .hero-content h2 {
	color:white;
	line-height: 1.2;
	letter-spacing: -1px;
	margin: 0 0 20px 0;
}

.form .hero-content p {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: rgb(227, 18, 18);
	font-weight: 400;
	line-height: 1.5;
	margin: 0 0 25px 0;
}

/*----------------------------------------------------
----------- Pitch Section Styling Starts  ikony----------
-----------------------------------------------------*/

.pitch {
	padding: 120px 0 150px 0;
	background:  #FFFFFF;
}

.pitch-intro {
	max-width: 650px;
	margin: 0 auto;
	padding: 0 0 100px 0;
}

.pitch-intro h1 {
	font-size: 37px;
	font-weight: 900;
	line-height: 1.2;
	color: rgb(227, 18, 18);
	margin: 0 0 30px 0;
}


.pitch-intro p {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #222225;
	letter-spacing: 0;
}

.pitch-icon {
	margin: 0 0 10px 0;
	background: rgb(227, 18, 18);
	width: 60px;
	height: 60px;
	display: inline-block;
	border-radius: 50%;
}

.pitch-icon i {
	font-size: 34px;
	color: #FFFFFF;
	position: absolute;
	left: 0;
	right: 0;
	top: 13px;
}

.pitch-content {
	padding: 10px 0 50px 0;
}

.pitch-content h1 {
	font-size: 17px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0;
	color: rgb(227, 18, 18);
	margin: 0 0 10px 0;
	text-transform:uppercase;
}

.pitch-content p {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #A1A1A1;
	letter-spacing: 0;
}

/*-------------------------------------------------------
------------- Split Features Section Styling - oblasti a technologie------------
--------------------------------------------------------*/
/*Komplet split-content upravuje text oblasti a technologii, ke split-content jsem si udelal kopii split-content-white ktera ma stejne parametry az na barvu textu*/
.split-features {
	background: #222225;
	padding: 120px 0 120px 0;
	overflow: hidden;
}

.signup .split-features {
	background: #F2F2F2;
}

.split-image img {
	margin: 0 auto;
}

.split-content {
	padding: 20px;
	text-align: center;
}
.split-content-white {
	padding: 20px;
	text-align: center;
}

.split-content h1 {
	font-size: 37px;
	color: rgb(227, 18, 18);
	font-weight: 900;
	letter-spacing: -1px;
	margin: 0 20px 20px 30px;
}
.split-content-white h1 {
	font-size: 37px;
	color: rgb(227, 18, 18);
	font-weight: 900;
	letter-spacing: -1px;
	margin: 0 20px 20px 30px;
}

.split-content p {
	font-size: 16px;
	line-height: 1.4;
	/*color: #222225;*/ color: #000000;
	letter-spacing: 0;
	margin: 0 30px 0 30px;
	text-align: justify;
	font-weight: bold;
}
.split-content-white p {
	font-size: 16px;
	line-height: 1.4;
  color:white;
	letter-spacing: 0;
	margin: 0 30px 0 30px;
	text-align: justify;
	font-weight: bold;
}

.split-features2 {
	background: #FFFFFF;
	padding: 120px 0 120px 0;
	overflow: hidden;
}

/* ------- Footer Section Styling Starts - zapati ------- */

.footer {
	font-family:"Open Sans";
  background-color: black;
  width: 100%;
  height: 100%;
	overflow: hidden;
	padding-top: 75px;
	padding-bottom: 20px;
	padding-left: 19%;
}

.contact {
	text-align: left;
}

.contact h1 {

	font-size: 21px;
	font-weight: 400;
	color: rgb(227, 18, 18);
	margin: 10px 0 10px 0;
	text-align: left;
}

.contact p {

	font-size: 14px !important;
	font-weight: 400;
	color: #111111;
	line-height: 1.3;
	margin: 10px 0 20px 0 !important;
	text-align: left;
}

.footer img {
	margin-bottom: 20px;
}

.footer-menu ul {
	list-style-type: none;
	margin: 10px 0;
}

.footer-menu li {
	display: block;
	line-height: 2;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	padding-right: 15px;
	text-transform: capitalize;
	color:#A1A1A1;
}

.footer-menu li a {
	color: rgb(227, 18, 18);
	text-decoration: none;
}

.footer p {

	font-size: 13px;
	font-weight: 400;
	color: white;
	line-height: 1.3;
	margin: 10px 0 30px 0;
}

/* All - Media - Queries */

@media only screen and (min-width: 767px) {
	.logo {
	  position: absolute;
	  top: 20px;
	  left: 20px;
	}

	.hero-section {
		padding: 150px 0 100px 0;
	}

	.form .hero-section {
		padding: 18% 0;
	}

	.form .hero-content {
		padding: 100px 0 100px 0;
		overflow: hidden;
	}

	.form .hero-content h1 {
		font-size: 54px;
		color: rgb(227, 18, 18);
	}

	.hero-content h1 {
		font-size: 48px;
		margin: 0 0 20px 0;
	}

	.hero-content p {
		font-size: 14px;
	}

	.about-content h2 {
		font-size: 38px;
	}
	
}


@media only screen and (max-width: 767px) {

	.navbar {
		padding-top: 5px;
		height: 60px;
	}

  .navbar-default {
    border: 0px;
	background-color: rgb(227, 18, 18);
	
  }

	.navbar-default .navbar-collapse {
		text-align: center;
		border-color: transparent;
	  background-color: white;
	}

  .navbar-default .navbar-nav > li> a {
    color: #222222;
		margin-top: 10px;
  }

	.navbar-default .navbar-nav > li> a:hover {
		color: #222222;
	}

  .navbar-default .navbar-brand {
    color: #FFFFFF;
		padding: 0px 15px !important;
  }

	.navbar-default .navbar-brand.nav-white {
		color: #FFFFFF;
	}

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #111111;
  }
}

@media only screen and (min-width: 240px) {

.navbar.past-main {
	font-size: 14px;
	padding-top: 5px;
	height: 60px;
	background-color: rgb(227, 18, 18);
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

.navbar-default.past-main .navbar-brand {
	color: #111111;
}

.navbar-default.past-main .navbar-toggle .icon-bar {
	background-color: #111111;
}

.navbar-default.past-main .navbar-nav > li > a {
  color: #000000;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.navbar-default.past-main .navbar-nav > li > a:hover {
  color: #111111;
}

.navbar-default.past-main .navbar-nav > .active > a:focus {
	background: transparent;
  color: #222222;
}

.navbar-default .nav-white .navbar-toggle .icon-bar {
	background-color: #FFFFFF;
}

.navbar-default.past-main .nav-white .navbar-toggle .icon-bar {
	background-color: #111111;
}
}