@charset "utf-8";

/* =Reset CSS (v2.0) http://meyerweb.com/eric/tools/css/reset/ License: none (public domain)
-------------------------------------------------------------------------------------------- */

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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end reset */

/* =IMPORT
---------------------------------- */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700&subset=latin,latin-ext);

/* =BASE
---------------------------------- */

html {
	height: 100%;
}

body {
	background: #3aa434;
	color: #666;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 87.5%; /*14px*/
	line-height: 1.5em;
	
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

hr {
	background: #3aa434;
	border: none;
	clear: both!important;
	color: #3aa434;
	float: none;
	height: 1px;
	width: 100%;
}

/* =BASIC TYPOGRAPHY
---------------------------------- */

/* =headlines */
h2, h3, h4, h5, h6 {
	font-weight: 600;
	color: #555;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.714em; /* 24px*/
	margin-top: 25px;
	padding-bottom: 5px;
	margin-bottom: 25px;
}
	#ribbon h2 {
		color: #fff;
}
	.home-img h2 {
		margin-top: 30px;
}
h3 {
	font-size: 1.429em; /*20px*/
	margin-top: 30px;
	padding-bottom: 5px;
	margin-bottom: 25px;
}
h4 {
	font-size: 1em;
	margin: 0;
	padding: 30px 0 20px;
}
#footer h4 {
	font-size: 1.167em; /*14px (default pro footer je 12px*/
}
h5 {
	font-size: 0.857em; /*12px*/
}
h6 {
	font-size: 0.714em; /*10px*/
}

#mobilni-aplikace, 
#webovy-portal {
	text-transform:uppercase;
	padding-left: 70px;
	line-height: 48px;
}
#mobilni-aplikace {
	background: transparent url(images/mobil-icon.png) no-repeat left top;
}
#webovy-portal {
	background: transparent url(images/web-icon.png) no-repeat left top;
}


/* =text a odkazy */	
p {text-align: left;
	margin-bottom: 30px;
}
.single-line-text {
	margin: 10px 0;	
}

a {
	color: #3aa434; 
	text-decoration: none;
}
	a:hover {
		 color: #ff9900;
}

b,
strong {
	font-weight: 700;
}
.uppercase {
	text-transform: uppercase;
}

/* ----------------------------------
	PAGE ELEMENTS
---------------------------------- */
#header, #ribbon, #content, #footer {
	min-width: 990px;
}

/* =HEADER
---------------------------------- */
#header {
	background-color: #FFF;
	padding: 20px 0;
}
.logo {
	float: left;
	display: block;
}
.menu {
	float: right;
	margin-top: 16px;
}
.menu li {
	display: inline;
	margin: 0 30px;
}
.menu li a {
	font-size: 1.143em; /*16px*/
}
.active a{color: #666;}

/*	=GREEN RIBBON
---------------------------------- */
#ribbon {
	color: #fff;
	background: #3aa434 url(images/ribbon-bgr.jpg) bottom center repeat-x;
	border-top: solid 1px #2d8029;
	border-bottom: solid 1px #2d8029;
}
#ribbon p {
	text-align: left;
}
.home-img {
	background: transparent url(images/home-img.png) top center no-repeat;
	height: 200px;
}
.subpage-img {
	background: transparent url(images/subpage-img.png) center center no-repeat;
}
.annotation {
	border-left: solid 1px #fff;
	padding-left: 30px;
	margin: 25px 0;
}

/*	=CONTENT
---------------------------------- */
#content {
	min-height: 400px;
	background-color: #fff;
	padding: 10px 0 30px;
}
#content ul {
	padding-bottom: 20px;
}	
#content li {
	background: transparent url(images/green-disc.png) no-repeat 0 8px;
	padding-left: 25px;
	margin-bottom: 5px;
}

/*=news*/
#content .news {
	font-size: 0.857em; /*12px*/
	color: #888888;
}

/*=features list*/
#content .features {
	padding-bottom: 0;
}
#content .features li {
	margin: 0;
	padding: 0;
	background: none;
	line-height: 48px;
	margin-bottom: 15px;
	color: #3aa434;
	font-size: 1.071em; /*15px*/;
	cursor: help;
	position: relative;
}	
#content .features li:hover {
	color: #ff9900;
}
.icon {
	width: 48px;
	height: 48px;
	overflow: hidden;
	float: left;
	margin-right: 20px;
}
.ico-01 {
	background: transparent url(images/icons.png) no-repeat 0 0;
}
#content .features li:hover > .ico-01 {
	background-position: 0 -48px;
}
.ico-02 {
	background: transparent url(images/icons.png) no-repeat 0 -96px;
}
#content .features li:hover > .ico-02 {
	background-position: 0 -144px;
}
.ico-03 {
	background: transparent url(images/icons.png) no-repeat 0 -192px;
}
#content .features li:hover > .ico-03 {
	background-position: 0 -240px;
}
.ico-04 {
	background: transparent url(images/icons.png) no-repeat 0 -288px;
}
#content .features li:hover > .ico-04 {
	background-position: 0 -336px;
}
.ico-05 {
	background: transparent url(images/icons.png) no-repeat 0 -384px;
}
#content .features li:hover > .ico-05 {
	background-position: 0 -432px;
}
.ico-06 {
	background: transparent url(images/icons.png) no-repeat 0 -480px;
}
#content .features li:hover > .ico-06 {
	background-position: 0 -528px;
}


/*	=BUTTONS */
.button, 
input[type='submit'] {
	display: block;
	width: 270px;
	background: #3aa434 url(images/button.png) top left repeat-x;
	color: #fff!important;
	font-size: 1em;
	font-weight: 600;
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding: 0 20px;
	margin: 25px auto 0;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border: none;
	vertical-align: middle;
	white-space: nowrap;
	cursor: pointer;
}
.button:hover, 
input[type='submit']:hover {
	background: #3aa434 url(images/button.png) bottom center repeat-x;
}
input[type='submit'] {
	display: inline-block;
	margin-top: 30px;
	padding: 0;
}
.button-box {
	text-align: center;
	padding-top: 5px;
}
.button-box p {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 0;
}

/* =TOOLTIP*/
.tooltip {
	font-weight: 600;
	border-bottom: dotted 2px #444;
	cursor: help;
	color: #444;
}
.white {
	border-bottom: dotted 1px #fff;
	color: #fff;
}

/* =CONTACT */
#content .contact-info li{
	background: none;
	padding: 0;
}

/* =FORM */
area,
textarea, 
select,
input[type="text"], 
input[type="contact"], 
input[type='submit'] {
	font-family: 'Open Sans', Arial, sans-serif;
}

label {
	display: inline-block;
	padding: 2px 0;
	margin: 15px 0 10px;
}
fieldset {
	background: #f2f2f2 url(images/form-bgr.png) top right no-repeat;
	padding: 0 15px 15px;
	margin-bottom: 20px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

select,
input[type="text"], 
input[type="contact"] {
	background-color: #fff;
	border: 1px solid #aaa;
	border-bottom-color: #ccc;
	outline: none;
	vertical-align: middle;
	min-width: 400px;
	padding: 6px 8px;
}

select {
	height: auto;
	width: 100%;
}

area,
textarea {
	font-size: 0.929em; /*13px*/
    background-color: #fff;
	border: 1px solid #aaa;
	border-bottom-color: #ccc;
	height: auto;
	overflow: auto;
	margin: 0 15px 0 0!important;
	outline: none;
	padding: 8px 10px;
	min-width: 400px;
	box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
}
area:focus,
input:focus, 
textarea:focus {
    border: 1px solid #3aa434;
}
#message {
	min-height: 7.5em;
}
.thanks {
	text-align: center;
}
.thanks img {
	margin: 40px 0 40px;
}
.thanks p {
	text-align: center;
	font-weight: 600;
	font-size: 1.429em; /*20px*/
}
.thanks .button {
	width: 194px;
}

/* =IMAGES */

.awards img {
	margin-bottom: 30px;
	display: block;
	width: 190px;
}

.devices-img {
	position: relative;
	top: 60px;
	left: 20px;
}
.funkce-img {
	margin: 30px 0;
}
.prinosy-img {
	margin: 80px 0 20px;
}

/* ----------------------------------
	$FOOTER
---------------------------------- */
#footer {
	font-size: 0.857em; /*12px*/
	}
#footer p {
	text-align: left;
	margin-bottom: 20px;
}
#footer ul {
	margin-bottom: 20px;
}
.footer-gray {
	background-color: #f2f2f2;
	border-top: solid 1px #d9d9d9;
	border-bottom: solid 1px #2d8029;
	width: 100%;
	padding-bottom: 10px;
}
.footer-green {
	width: 930px;
	height: 3em!important;
	background-color: transparent;
	line-height: 1em;
	color: #fff;
	margin: 0 auto;
	padding: 20px 15px 0;
}

.footer-green a {
	color: #fff;
}
.footer-green a:hover {
	text-decoration: underline;
}	

.footer-green ul {
		float: left;
}
.footer-green ul li {
		float: left;
		display: inline;
		border-left: #fff solid 1px;
		padding: 0 7px;
}
	
.copyright {
	text-align: right!important;
}

.image-first-col {
	width: 20%;
	float: left;
}

.image-second-col {
	width: 80%;
	float: left;
	
}
.image-second-col-p {
	margin-bottom: 5px!important;
}

/* ----------------------------------
	$LAYOUT
---------------------------------- */
/* ---- 960px -- 12 column -- 30px gutter ---- */

.col-1-1 {
	width: 930px;
	margin: 0 auto;
	padding: 0 15px;
}

.col-1-2 {width: 450px}

.col-1-3 {width: 290px} /* 3-sloupcovy layout */

.col-2-3 {width: 610px}

.col-1-4 {width: 210px;} /* 4-sloupcovy layout */

.col-3-4 {width: 690px}

.col-1-2, .col-1-3, .col-2-3, .col-1-4, .col-3-4 {
	padding: 0 15px;
	float: left;
}
.first-col {
	margin-left: 0!important;
	padding-left: 0!important;
}
.last-col {
	margin-right: 0!important;
	padding-right: 0!important;
}
/* ----------------------------------
	$OTHER
---------------------------------- */
.center, .center p {
	text-align: center;
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.first-menu-item {
	border: 0!important;
	padding-left: 0!important;
}
.last-menu-item {
	margin-right: 0!important;
}
	
