/*
* Made in CreativeFactory s.r.o. - www.creativefactory.sk
*/

body {
	font-family: 'Open Sans', sans-serif;
}

::selection {
    color: white !important; 
    background: #005CC6 !important;
}

::-moz-selection {
    color: white !important;
    background: #005CC6 !important;
}

/* Navigation */

.navbar-wrapper {
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	z-index: 50;
	margin-top: 20px;
}

.navbar .navbar-brand {
	font-weight: bold;
	font-size: 1.3em;
	color: white;
}

.navbar .navbar-brand span {
	font-size: 0.7em;
	color: lightgrey;
	display: block;
}

.nav li a {
	color: white !important;
}

.nav li:hover a {
	color: #005CC6 !important;
	background-color: transparent !important;
}

/* Hero */

.hero .message a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

.hero .message a:hover {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

.hero .heading h1 {
	vertical-align: middle !important;
}

.hero h1 {
	font-size: 4em;
}

@media (max-width: 990px) {
	.hero-wrapper {
		text-align: center;	
		margin-left: 12%;
		margin-right: 12%;
	}

	.hero .iphone {
		margin-left: auto !important;
		margin-right: auto !important;
		margin-top: 40px;
	}

	.hero .message {
		font-size: 1.4em;
	}

	.hero .heading {
		margin-bottom: 30px;
	}

	.hero a img {
		width: 135px;
		height: 40px;
		display: block;
		margin-left: auto !important;
		margin-right: auto !important;
		margin-top: 40px;
		margin-bottom: 15px;
	}
}

@media (min-width: 991px) and (max-width: 1200px) {
	.hero-wrapper {
		margin-left: 10%;
		margin-right: 10%;
	}

	.hero .heading {
		margin-top: 110px;
		margin-bottom: 40px;
	}

	.hero .heading img {
		display: inline-block;
	}

	.hero a img {
		width: 155px;
		height: 60px;
		display: block;
		margin-top: 40px;
	}

	.hero .heading h1 {
		display: inline-block;
		margin-left: 20px;
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.hero .message {
		font-size: 1.6em;
	}

	.hero .iphone {
		float:right !important
	}
}

@media (min-width: 1201px) {
	.hero-wrapper {
		margin-left: 20%;
		margin-right: 20%;
	}

	.hero .heading {
		margin-top: 110px;
		margin-bottom: 40px;
	}

	.hero .heading img {
		display: inline-block;
	}

	.hero a img {
		width: 155px;
		height: 60px;
		display: block;
		margin-top: 40px;
	}

	.hero .heading h1 {
		display: inline-block;
		margin-left: 20px;
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.hero .message {
		font-size: 1.6em;
	}

	.hero .iphone {
		float:right !important
	}
}

.hero {
	background: url('../img/hero.jpg') no-repeat center bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	padding-top: 150px;
	padding-bottom: 50px;
	min-height: 500px;
	color: white;
}

.iphone {
	width: 305px;
	height: 624px;
	background: url('../img/iPhone6.png') no-repeat center center;
}

.iphone-screen {
	position: relative;
	top: 76px;
	left: 20px;
	width: 264px;
	height: 470px;
	z-index: 100;
}

.social {
	margin-top: 50px;
}

.social .twitter-share-button {
	margin-left: 15px;
	vertical-align: middle;
}

.social .fb-share-button {
	vertical-align: middle;
}

/* Features */

.features {
	background-color: #005CC6;
	color: white;
	padding-top: 50px;
	padding-bottom: 70px;
}

.features h2 {
	margin-bottom: 40px;
}

.features h3 {
	margin-bottom: 30px;
	line-height: 1.4em;
	min-height: 70px;
}

.features img {
	margin-right: 15px;	
}

.features span {
	font-weight: 300;
	font-size: 1.2em;
}

.features .row {
	margin-bottom: 50px;
}

@media (max-width: 990px) {
	.features .col-md-4 {
		margin-bottom: 60px !important;
	}

	.features {
		padding-bottom: 30px;
	}

	.features .row {
		margin-bottom: 0px !important;
	}

	.features h3 {
		min-height: 10px;
	}
}

/* Support */

.support {
	padding-bottom: 80px;
	background-color: #eeeeee;
	padding-top: 30px;
}

.support h2 {
	margin-bottom: 30px;
}

.support a {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}

.support a:hover {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}

/* Footer */

.footer {
	margin-top: 50px;
	padding-top: 30px;
	padding-bottom: 30px;
	vertical-align: middle;
}

.footer .contacts {
	margin-top: 10px;
	display: inline-block;
}

.footer a {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}

.footer a:hover {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}

@media (max-width: 997px) {
	.footer .download-small img {
		display: block;
		width: 135px;
		height: 40px;
	}

	.footer .download-small {
		width: 135px;
		height: 40px;
		display: block;
		margin-top: 40px;
		margin-bottom: 20px;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.footer .download-press-kit {
		margin-top: 20px;
	}

	.footer {
		text-align: center;
	}
}

@media (min-width: 998px) {
	.footer .download-small img {
		display: inline-block;
		float: right;
		width: 135px;
		height: 40px;
	}

	.footer .download-small {
		width: 135px;
		height: 40px;
	}

	.footer .download-press-kit {
		float: right;
		margin-right: 20px;
		margin-top: 4px;
	}
}


