@charset "utf-8";
/* CSS Document */
/*General CSS structure and layout*/
/*---------------------------------------------------------------------------
----------Default styles----------

1. typography and default
2. basic columns and margin adjust classes
3. image styles
4. text align style
5. button styles
----------Index page styles----------
6. top_header
7. header
	7.1 header_top
	7.2 header_middle
			- slider
			- buttons
	7.3 header_bottom
8. content_wrapper
		- content
			- content_top
			- content_middle
   --------whole content div is repeated for features, subscribe, pricing, screenshots, contact
   		- sub_footer
			- 3 columns
9. footer
---------------------------------------------------------------------------*/
body {
	background: url(../images/background/tiny_grid.png) repeat #efefef;
	font-family: Tahoma, Verdana, Arial, Geneva, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #8a8a8a;
	line-height: 1.5em;
	text-shadow: 0px -1px 0px #ffffff;
}
.clear {
	clear:both;
}
/*1.typography and default*/
/*---------------------------------------------------------------------------*/

h1, h2, h3, h4, h5 {
	color: #616161;
	font-family: "Open Sans Semibold";
}
h1 {
	color: #8F8F8F;
	font-size: 1.6em;
	margin-bottom: 18px;
}
h2 {
	font-size: 1.3em;
    text-shadow: none;
    color: white;
}
h3 {
	font-size: 1.7em;
	/*		color: #FF8809; */
}
h4 {
	font-size: 1.3em;
	margin-bottom: 14px;
}
h5 {
	font-size: 1.5em;
	line-height: 32px;
	color: #288DA6;
}
a {
	color: #8a8a8a;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}
p {
	color: #8f8f8f;
}
p span.light {
	color: #616161;
}
h4.blue {
	color: #288DA6;
}
/*2.basic columns and margin adjust classes*/
/*---------------------------------------------------------------------------*/
/*columns below you can use to display content in "#content_middle"*/
/*two columns*/
.column_2 {
	width: 400px;
	margin-right: 20px;
	float: left;
}
/*three columns*/
.column_3 {
	width: 250px;
	margin-right: 15px;
	float: left;
}
/*three columns, stretched to two */
.column_3_2 {
	width: 515px;
	margin-right: 15px;
	float: left;
}
.nested {
	float: left;
}
/*-----margin adjust classes-----*/
.alpha {
	margin-right: 0px !important;
}
.beta {
	padding-bottom: 0px !important;
}
/*3.image styles*/
/*---------------------------------------------------------------------------*/
.image_service {
	float: left;
	margin-right: 15px;	
}
.image_bullet {
	float: left;
	margin-right: 10px;
}
/*4.text align style*/
/*---------------------------------------------------------------------------*/
.align_center {
	text-align: center;
}
/*----------------------------------------*/
/*Index page style*/
/*----------------------------------------*/
/*6.top_header*/
/*---------------------------------------------------------------------------*/
#top_header {
	width: 830px;
	padding-top: 30px;
	margin: 0 auto;
}
.logo {
	float: left;
}
#top_header p {
	float: right;
	font-size: 14px;
	font-weight: bold;
}
#top_header p span {
	font-size: 9px;
	font-weight: normal !important;
	line-height: 2.6em;
	padding-right: 5px;
	float: left;
}
/*7.header*/
/*---------------------------------------------------------------------------*/
#header {
	width: 990px;
	margin: 25px auto 30px auto;
	text-align: center;
	z-index: 99;
}
/*----------header_box----------*/
#header_box {
	background-color: white;
	padding: 25px 0 20px 0;
	width: 760px;
	margin: 0 auto;
	
	-moz-box-shadow: 0px 0px 10px #E6E6E6;
	-webkit-box-shadow: 0px 0px 10px #E6E6E6;
	box-shadow: 0px 0px 10px #E6E6E6;
	-o-box-shadow: 0px 0px 10px #E6E6E6;
	-ms-box-shadow: 0px 0px 10px #E6E6E6;
}
#header_box p {
	padding: 0 10px;
}
#header_box p.last {
	color: #616161;
	margin-top: 20px;
	font-size: 1.2em;
	font-weight: 100;
	font-family: "Open Sans";
	font-weight: 400;
}
#header_box p.last .emp {
	color: #288DA6;
}
/*8.content_wrapper*/
/*---------------------------------------------------------------------------*/
#content_wrapper {
	width: 820px;
	margin: 0 auto;
}
.content {
	width: 820px;
	margin-bottom: 35px;
	
	-moz-box-shadow: 0px 0px 10px #d4d4d4;
	-webkit-box-shadow: 0px 0px 10px #d4d4d4;
	box-shadow: 0px 0px 10px #d4d4d4;
	-o-box-shadow: 0px 0px 10px #d4d4d4;
	-ms-box-shadow: 0px 0px 10px #d4d4d4;
	
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.content.highlighted {
	-moz-box-shadow: 0px 0px 10px #288DA6;
	-webkit-box-shadow: 0px 0px 10px #288DA6;
	box-shadow: 0px 0px 10px #288DA6;
	-o-box-shadow: 0px 0px 10px #288DA6;
	-ms-box-shadow: 0px 0px 10px #288DA6;
}

.content.last {
	margin-bottom: 5px;
}
/*----------content_top----------*/
.content_top {
	background-color: #288DA6;
	width: 820px;
	padding: 14px 0;
	text-align: center;
	float: left;
}
/*----------content_middle----------*/
.content_middle {
	background: #ffffff;
	width: 780px;
	padding: 25px 20px 30px 20px;
	float: left;
}
/**--services--**/
ul.services {
	overflow: hidden;
}
ul.services li {
	width: 250px;
	margin-right: 15px;
	margin-bottom: 25px;
	float: left;
}
ul.services li .more {
	margin-top: 6px;
}
ul.services li .more a {
	color: #7FAAFF;
	font-size: 0.8em;
}
ul.services li p {
	color: #616161;
}
/**--services.details--**/
ul.details {
	list-style-type: square;
	font-size: 0.82em;
	margin-top: 10px;
	
	position: relative;
	left: 14px;
}
ul.details li{
	margin: 0px;
}
/**--detail--**/
.detail {
	display: none;
	margin-bottom: 25px;
}
/* characteristics */
.content_middle.chara h3 {
	font-size: 1.6em;
}
.content_middle.chara p {
	margin-bottom: 13px;
}
form#subform input.error {
	border: 1px solid #f7a8a8;
}
form#contact #result_sub {
	width: 340px;
	text-align: center;
}
.note {
	font-family: "Open Sans";
	font-size: 0.9em;
	font-weight: 400;
	margin-bottom: 10px;
	color: #288da6;
}
.gettingready {
	position: relative;
	top: -10px;
	text-align: center;

	font-size: 0.87em;
	color: #C0C0C0;
}

/**--contact form--**/
#contact_form {
	width: 380px;
	float: left;
}
#contact {
	padding: 18px 0 15px 0;
}
form#contact fieldset {
	border: none;
	background: none;
}
form#contact fieldset p {
	background: none;
	padding: 0;
	margin: 0;
	display: block;
}
form#contact label {
	width: 340px;
	font-family: "Open Sans Semibold";
	color: #288da6;
	text-align: left;
	padding-bottom: 5px;
	float: left;
}
form#contact input {
	background: #ffffff;
	width: 328px;
	height: 23px;
	padding: 5px;
	margin: 0px 0px 15px 0px;
	font-family: Tahoma, Arial, Geneva, sans-serif;
	color: #616161;
	font-size: 0.85em;
	line-height: 1.8em;
	border: 1px solid #288da6;
	outline: none;
	float: left;
}
form#contact textarea {
	width: 328px;
	max-width: 328px;
	height: 100px;
	padding: 5px;
	margin: 0px 0px 15px 0px;
	font-family: Tahoma, Arial, Geneva, sans-serif;
	color: #616161;
	font-size: 0.85em;
	line-height: 1.4em;
	border: 1px solid #288da6;
	outline: none;
	float: left;
}
form#contact input.submit {
	background-color: #288da6;
	width: 340px;
	height: 40px;
	margin: 0px 0px 10px 0px;
	padding: 0;
	color: white;
	font-size: 1.1em;
	border: 2px solid #7faaff;
	cursor: pointer;
	outline: none;
	display: block;
	float: left;
	font-family: "Open Sans Semibold";
}
form#contact input.error {
	border: 1px solid #cc0000;
}
form#contact textarea.error {
	border: 1px solid #cc0000;
}
form#contact .errormsg {
	float: left;
	position: relative;
	top: -12px;
	color: #cc0000;
}
#result {
  display: none;
  width: 328px;
  border: 1px solid;
  margin: 25px 0px;
  padding: 20px 10px;
  color: #4F8A10;
  background-color: #DFF2BF;
  font-size: 1.1em;
}
.mailbig {
	padding: 20px 0 0 20px;
}
.mailbig a {
	font-size: 1.8em;
	font-family: "Open Sans Semibold";
	color: #7faaff;
}
ol li {
	margin-bottom: 10px;
}

/*Proc SkvelýText.cz? box*/
#whyus {
	overflow: hidden;
}
#whyus ol li {
	margin-bottom: 10px;
}
#whyus ol li p {
	margin-left: 42px;
	position: relative;
	top: -2px;
	color: #616161;
}
/**--sub_footer--**/
.sub_footer {
	background: #ffffff;
	width: 780px;
	padding: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0px 0px 10px #d4d4d4;
	-webkit-box-shadow: 0px 0px 10px #d4d4d4;
	-o-box-shadow: 0px 0px 10px #d4d4d4;
	-ms-box-shadow: 0px 0px 10px #d4d4d4;
	box-shadow: 0px 0px 10px #d4d4d4;
	float: left;
}
/*list for payment and social*/
.client {
	font-size: 0.85em;
	font-style: italic;
	padding-bottom: 5px;
	display: block;
}
ul.footer_list {
	padding-top: 10px;
}
ul.footer_list li {
	padding-right: 5px;
	background: none;
	list-style: none;
	float: left;
}
/*9.footer*/
/*---------------------------------------------------------------------------*/
#footer {
	width: 780px;
	font-size: 0.85em;
	padding: 10px 25px 30px 25px;
	margin: 0 auto;
}
#footer p {
	float: left;
}
#footer ul {
	float: right;
}
#footer ul li {
	padding-left: 10px;
	background: none;
	list-style: none;
	float: left;
}

/*10.font-face*/
/*---------------------------------------------------------------------------*/
@font-face {font-family:"Open Sans Semibold";src:url("OpenSans-Semibold.eot?") format("eot"), url("OpenSans-Semibold.svg#OpenSansSemibold") format("svg"), url("OpenSans-Semibold.woff") format("woff"),url("OpenSans-Semibold.ttf") format("truetype");font-weight:normal;font-style:normal;}