	@import url(http://fonts.googleapis.com/css?family=Exo+2:500,700);
html {
	font-size: 100%;
}
img {
	width: 100%;
	height: auto;
}
body {
	background: #ffffff;
	font-family: 'Exo 2', sans-serif;
	font-size: 16px;
	color: #727272;
	line-height: 25px;
	text-align: center;
	overflow-x: hidden !important;
	margin: auto !important;
}
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fefefe;
	z-index: 99999;
	height: 100%;
	width: 100%;
	overflow: hidden !important;
}
.status {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(../css/loading.gif);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	margin: -20px 0 0 -20px;
}
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, .strong {
	font-weight: 700;
}
@-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;
}
.dark-bg {
	background: #323232;
	color: #ffffff;
}
.color-bg {
	color: #ffffff;
}
.bgcolor-white {
	background: #ffffff;
}
.colored-line {
	height: 1px;
	width: 70px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
h2, h3, h4, h5, h6 {
	font-family: 'Exo 2', sans-serif;

	margin-bottom: 20px;
	margin-top: 0;
}
h1 {
	font-size: 2.813rem;
	line-height: 3.75rem;
	font-weight: 400;
}
h2 {
	font-size: 2.188rem;
	line-height: 3.125rem;
	font-weight: 400;
}
h3 {
	font-size: 1.5rem;
	line-height: 2.375rem;
	font-weight: 400;
}
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;
}
.btn:focus, .btn:active, .btn, .open .dropdown-toggle.btn {
	outline: inherit;
	border-color: inherit;
}


/* sekce */

section {
	margin-top: 50px;
	padding-bottom: 50px;
}

#kontakt ul{
text-align:left;
margin-left:40px;
}

input[type="text"], input[type="email"], textarea {
  display: block;
  margin: 0;
  width: 100%;
  appearance: none;
  border-radius: 3px;
  border: 1px solid silver;
  padding:5px;
  transition: box-shadow 0.3s, border 0.3s;
}
input[type="text"]:focus, input[type="email"]:focus, textarea:focus {
  outline: none;
  box-shadow: 0 0 5px 1px #1a78ff;
}



.color-overlay {
	background: rgba(0, 0, 0, 0.6);
}
header {
	background: white;
	-webkit-background-size: cover;
	background-size: cover;
}
header .vertical-registration-form {
	margin-top: 60px;
}
header .home-screenshot {
	margin-top: 60px;
}
.navigation-header {
	padding-top: 47px;
	padding-bottom: 28px;
}
.intro-section {
	margin-top: 65px;
	margin-bottom: 137px;
}
.intro {
	color: #ffffff;
	text-transform: uppercase;
}
.intro-section .sub-heading {
	color: #ffffff;
	margin-top: 20px;
	font-size: 18px;
	line-height: 28px;
}
.button-container {
	margin-top: 40px;
	margin-bottom: 25px;
}
.button-container .standard-button {
	margin-left: 0;
}
.navbar-header img {
max-height: 73px;
    margin-top: -17px;
    width: auto;
}
.navbar-header span {
	display: block;
	font-size: 1em;
	position: relative;
	top: -9px;
	right: -8px;
	font-weight: bold;
}
.bowler {
	max-width: 270px;
}
/*---------------------------------------   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;
}
 /*---------------------------------------   posunutí loga v menu od shora             -----------------------------------------*/
.navbar-brand{
margin-top: 9px;
}

.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: 75px;
	background: #ffffff;
	-webkit-backface-visibility: hidden;
	border: 0;
  	border-bottom: 1px solid #ccc;
	-webkit-box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.4);
	box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.4);
}
.sticky-navigation .navbar-header {
	padding-top: 2px;
}
.sticky-navigation .main-navigation {
	padding-top: 13px;
}
.sticky-navigation .main-navigation .current a {
	-webkit-backface-visibility: hidden;
	outline: inherit;
	position: relative;
}
.sticky-navigation .navbar-nav > li > a {
	font-family: sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #323232;
}
/*========================================   4.3 SECTION WITH LEFT / RIGHT SCREENSHOT             ==========================================*/
/*---------------------------------------   4.3.1 BASIC STYLES               -----------------------------------------*/
.side-screenshot, .side-screenshot2 {
	max-width: 532px;
}
.brief h2 {
	margin-top: 0;
	margin-bottom: 10px;
}
.brief p {
	margin-top: 45px;
}
/*---------------------------------------   4.9.2 SUBSCRIBE FORM           -----------------------------------------*/
.subscribe-section {
	margin-top: 75px;
}
.subscription-form .input-box {
	width: 300px;
	margin-top: 25px;
	margin-bottom: 25px;
	height: 55px;
	border-radius: 3px;
	font-size: 16px;
	color: #000000;
	box-shadow: inherit;
}
.subscription-success, .subscription-error {
	color: #FFFFFF;
}
/*========================================   4.10 SECTION: CONTACT US             ==========================================*/
/*---------------------------------------   4.10.1 BASIC STYLES        -----------------------------------------*/
.contact-us {
	padding-top: 75px;
	padding-bottom: 75px;
}
.contact-us .heading {
	margin-bottom: 10px;
}
.contact-link {
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 50px;
	font-family: 'Exo 2', sans-serif;
}
.contact-link:hover {
	text-decoration: none;
}
.contact-link span {
	margin-right: 10px;
}
/*---------------------------------------   4.10.2 CONTACT FORM        -----------------------------------------*/
.contact-form {
	margin-top: 25px;
}
.contact-form .success, .contact-form .error {
	display: none;
}
.contact-form .input-box, .contact-form .textarea-box {
	margin-bottom: 15px;
	margin-top: 15px;
	outline: 0;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #e3e3e3;
	border-radius: 3px;
	color: #727272;
	padding-left: 12px;
	font-size: inherit;
	line-height: auto;
}
.contact-form .input-box {
	min-height: 50px;
}
.contact-form .textarea-box {
	min-height: 200px;
	-webkit-backface-visibility: hidden;
}
.contact-form .input-box:active, .contact-form .textarea-box:active, .contact-form .input-box:focus, .contact-form .textarea-box:focus {
	color: #323232;
}
.contact-form .btn {
	margin-top: 25px;
}
/*========================================   4.11 SECTION: FOOTER             ==========================================*/
footer {
	padding-top: 75px;
	padding-bottom: 75px;
	background: #333;
}
.footer-logo {
	max-width: 180px;
	margin: auto;
}
.copyright {
	margin-top: 15px;
	margin-bottom: 15px;
}
.social-icons li {
	display: inline;
	margin: 2px;
}
.social-icons li a {
	font-size: 25px;
	color: #919191;
}
.social-icons li a:hover {
	text-decoration: none;
}
.colored-line {
	background: #00ab66;
}
.colored-text {
	color: #00ab66 !important;
}
.color-bg {
	background: #BB0B0B;
}
a {
	color: #BB0B0B;
}
.non-sticky .navbar-nav > li > a:hover {
	color: #BB0B0B;
}
.standard-button {
	background: #BB0B0B;
	color: #ffffff;
}
.standard-button:hover {
	color: #ffffff;
	background: #01995c;
}
.secondary-button:hover {
	color: #BB0B0B;
	border-color: #BB0B0B;
}
.sticky-navigation .main-navigation .current a {
	color: #BB0B0B !important;
}
.sticky-navigation .navbar-nav > li > a:hover {
	color: #BB0B0B;
}
.feature-list-1 li .icon-container {
	background: #00ab66;
}
.feature-list-2 li .icon-container {
	background: #BB0B0B;
}
.feature .icon {
	color: #BB0B0B;
}
.vertical-registration-form .input-box {
	border-top: 1px solid rgba(0, 171, 102, 0.4);
	border-bottom: 1px solid rgba(0, 171, 102, 0.4);
	border-right: 1px solid rgba(0, 171, 102, 0.4);
	border-left: 3px solid #00ab66;
}
.vertical-registration-form .input-box:focus, .vertical-registration-form .input-box:active {
	border-color: #00ab66;
}
.subscription-form .input-box:focus, .subscription-form .input-box:active {
	border-left: 3px solid #00ab66 !important;
}
.input-box:active, .textarea-box:active, .input-box:focus, .textarea-box:focus {
	border-left: 3px solid #00ab66 !important;
}
.screenshots .owl-theme .owl-controls .owl-page span {
	background: #00ab66;
}
.contact-link {
	color: #00ab66;
}
.contact-link:hover {
	color: #01995c;
}
.social-icons li a:hover {
	color: #00ab66;
}
.feature2-item .feature-icon {
	color: #00ab66;
}
.main .pricing-item-inner {
	border-color: #00ab66;
	border-color: #00ab66;
	background: #00ab66;
	color: #fff;
}
.pricing-icon {
	color: #00ab66;
}
.pricing-num {
	color: #00ab66;
}
.pr-per {
	color: #00ab66;
}
.testimonies .carousel-indicators .active {
	background-color: #00ab66;
}
.testimonies .carousel-indicators li {
	border: 1px solid #00ab66;
}

.miniatura{
width:200px;
height:auto;
margin:3px;
}