@charset "utf-8";
/*ZÁHLAVÍ VČ. TEXTU*/
/*MENU HLAVNÍ*/
/*LOGA PARTNERŮ*/
/*PATIČKA*/
/*OBSAH*/
	/*OBSAH HP*/
		/*newsletter hp*/
		/*captcha hp*/
		/*rozcestník produkty*/
		/*pruh o nás*/
	/*PODSTRANY*/
/*KONTAKTNÍ FORMULÁŘ*/
/*CHYBOVÉ HLÁŠKY*/
/*DROBEČEK*/
body {
	font-family: 'Open Sans', Arial;
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
	background-color:#FFF;
	color: #000000;
}
h1 {
	color:#404041;
	font-size:50px;
	line-height:55px;
	font-weight:800;
}
h2 {
	color:#3a5e83;
	font-size:22px;
	line-height:26px;
	font-weight:600;
}
h3 {
	color:#3a5e83;
	font-size:14px;
	line-height:18px;
	font-weight:600;
}

.centered {
	position: relative;
	width: 1000px;
	margin: 0px auto 0px auto;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.floatend {
	clear: both;
}
strong {
	font-weight: 700;
}
.extrabold {
	font-weight:800;
}
.semibold {
	font-weight:600;
}
.bigger_font {
	font-size:15px;
	line-height:21px;
}
.italic { font-style:italic;
}
.uppercase {
	text-transform:uppercase;
}
.green {
	color:#a0bd0c;
}
.blue {
	color:#3a5e83;
}
.move_out {
	margin-right:-85px;
}
.indent_content_side {
	padding-left:25px;
	padding-right:25px;
}
.indent_content_top {
	padding-top:25px;
	padding-bottom:25px;
}
.indent_extra_bottom {
	padding-bottom:45px;
}
.indent_top {
	padding-top: 25px;
}
a {
	color:#a0bd0c;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a.link_green	{
	display:inline-block;
	padding:6px 14px;
	background-color:#93ac10;
	color:#FFF;
	font-weight:600;
}
#b1 { background:url(../images/body_background_1.jpg) top center no-repeat; }
#b2 { background:url(../images/body_background_2.jpg) top center no-repeat; }

/*ZÁHLAVÍ VČ. TEXTU*/
#header {
	position:relative;
	height:168px;
	background:url(../images/header_background.jpg) top center no-repeat;
	color:#FFF;
}
a#logo {
	position: absolute;
	left: 0px;
	top: 0px;
}
#unique_description {
	font-size:14px;
	margin:36px 0 0 315px;
}
#unique_description p:first-child {
	font-size:18px;
	line-height:20px;
	margin-bottom:5px;
}
#quick_contact {
	margin:25px 45px 0 0;
	text-align:right;
}
#quick_contact p:first-child {
	font-size:33px;
	line-height:35px;
	margin-bottom:5px;
}
#quick_contact a {
	font-size:15px;
	color:#FFF;
}
/*END ZÁHLAVÍ VČ. TEXTU*/

/*MENU HLAVNÍ*/
#menu_top {
	position:absolute;
	bottom:0px;
	height:50px;
	width:100%;
	list-style: none;
	white-space: nowrap !important;
	background:url(../images/menu_top_background.jpg) top center no-repeat;
}
#menu_top ul {
	margin:9px 30px 0 0;
}
#menu_top li {
	float: left;
}
#menu_top li a {
	color: #FFFFFF;
	font-size: 14px;
	font-weight:600;
	display: block;
	text-decoration: none;
	padding: 7px 17px;
	border-left:#757575 1px solid;
}
#menu_top li:first-child a {
	border-left:none;
}
#menu_top li:hover a, #menu_top li.active a {
	color:#a0bd0c;
}
#menu_top p {
	font-size:14px;
	margin:16px 0 0 50px;
}
/*Fixní menu*/
#menu_top.fixed {
	position:fixed !important;
	top:0;
	margin:0px !important;
	height:50px;
	width:1000px;
	z-index:10 !important;
}
/*END MENU HLAVNÍ*/

/*LOGA PARTNERŮ*/
#partners {
	border-top:#ecebe6 2px solid;
	background:url(../images/partners_background.jpg) repeat-x top left #FFF;
	padding:25px 0px;
}
#partners table {
	border-spacing:0;
	border-collapse: collapse;
	border:none;
	width:100%;
}
#partners td {
	padding:0;
}
#partners td:first-child {
	padding:0 10px;
}
/*END LOGA PARTNERŮ*/

/*PATIČKA*/
#footer {
	border-top:#4068a8 2px solid;
	height:47px;
	color:#FFF;
	font-size:11px;
	background:url(../images/footer_background.jpg) no-repeat top center;
}
#footer p {
	margin:12px 7px 0 7px;
}
#footer p.floatright, #footer p.floatleft strong {
	font-size:13px;
}
/*END PATIČKA*/

/*OBSAH HP*/
#content_hp {
}
#content_hp_first {
	padding-top:40px;
}
#content_hp_first h1 {
	color:#000;
	font-size:45px;
	line-height:52px;
}
#content_hp_first h2 {
	color:#000;
	font-size:27px;
	line-height:30px;
}
#content_hp_first p {
	width:500px;
	margin-top:15px;
}
#content_hp_first a.link_green {
	margin-top:15px;
}
/*newsletter hp*/
#newsletter_wrapper {
	margin-top:50px;
	color:#FFF;
}
#newsletter_right {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 131px 0 0 50px;
	border-color: transparent transparent transparent #7c6981;
	opacity:0.6;
}
#newsletter_content {
	position:relative;
	height:102px;
	/*background-color:rgba(124, 105, 129);*/
	background-color:rgba(124, 105, 129, .6);
	padding:14px 20px;
}
#newsletter_left {
	width:10px;
	height:130px;
	background:url(../images/newsletter_stripe.jpg) no-repeat top left #366da7;
}
#newsletter_text {
	width:380px;
	margin-right:25px;
}
#newsletter_content p {
	display:inline-block;
}
#newsletter_content p:first-child {
	font-size:23px;
	line-height:26px;
	margin-bottom:2px;
}
#newsletter_content p:nth-child(2) {
	font-size:27px;
	line-height:30px;
	margin-bottom:4px;
}
/*END newsletter hp*/

/*captcha hp*/
#recaptcha_image, #recaptcha_image img {
	width: 237px !important;
	height:55px;
}
#recaptcha_image img {
	border: solid 1px #8f8a9d;
}
#recaptcha_widget a {
	color:#FFFFFF;
	float:right;
	font-size:12px;
}
#newsletter_formular tr:first-child td {
	vertical-align:top;
}
#newsletter_formular table {
	border-spacing:0;
}
#newsletter_formular td  {
	padding:1px;
}
#newsletter_formular input {
	border: solid 1px #8f8a9d;
	padding:0;
	margin-bottom:2px;
	width:150px;
	height:25px;
}
#newsletter_formular input[type=submit] {
	float:left;
	margin-top:8px;
	padding:0 5px;
	height:auto;
}
#newsletter_formular .chybova_hlaska {
	padding:5px;
	margin:2px 0;
	display:inline-block;
}
#newsletter_formular #chybove_hlaseni {
	position:absolute;
	top:-75px;
	right:20px;
	text-align:right;
}
/*END captcha hp*/

/*rozcestník produkty*/
#product_select {
	width:100%;
	height:345px;
	background-color:#356ca5;
	margin-top:-1px;
	float:left;
}
#product_select div {
	position:relative;
}
/*#product_select div:hover a {
	opacity:0.9;
}*/
#product_select div:hover h2 a {
	text-decoration:underline;
	color:#000;
}
#product_select p {
	position:absolute;
	bottom:25px;
	left:25px;
	color:#FFF;
	font-size:35px;
	line-height:38px;
	z-index:9 !important; 
}
#product_select h2 {
	position:absolute;
	font-size:35px;
	line-height:38px;
	font-weight:600;
	
}
#product_select h2 a {
	background:none !important;
	width:auto;
	height:auto;
	text-indent:0 !important;
	border:none !important;
	color:#3a5e83;
	padding:25px;
}
#product_select h2 a:hover {
	color:#000;
}
#product_isolation a {
	display:block;
	width:264px;
	height:345px;
	background:url(../images/hp_link_3.jpg) no-repeat top center;
	text-indent:-9999px;
	border-left:#9a5941 1px solid;
}
#product_profile a {
	display:block;
	width:246px;
	height:345px;
	background:url(../images/hp_link_2.jpg) no-repeat top center;
	text-indent:-9999px;
	border-left:#9a5941 1px solid;
}
#product_packaging a {
	display:block;
	width:295px;
	height:345px;
	background:url(../images/hp_link_1.jpg) no-repeat top center;
	text-indent:-9999px;
}
#product_packaging h2 a {
	padding:25px 25px 25px 45px;
}
/*END rozcestník produkty*/

/*pruh o nás*/
#about_belt {
	background-color:#eee9e1;
	text-align:center;
	padding:27px 0 36px 0;
	margin-top:20px;
	-webkit-box-shadow:inset 0 10px 20px 0 #dad7d0;
	box-shadow:inset 0 10px 20px 0 #dad7d0;
}
#about_belt h3 {
	color:#000;
	font-size:26px;
	line-height:30px;
	margin-bottom:22px;
}
/*END pruh o nás*/
/*END OBSAH HP*/

/*PODSTRANY*/
#menu_vertical_wrapper {
	width:22%;
}
#menu_vertical {
	width:100%;
	background-color:#010101;
	color:#FFF;
}
#menu_vertical p {
	padding:20px 18px;
	font-size:16px;
	text-transform:uppercase;
}
#menu_vertical li {
	background-color:#162731;
	margin:1px 3px;
}
#menu_vertical li a {
	color:#FFF;
	display:block;
	padding:15px 20px;
}
#menu_vertical li a.active {
	color:#a0bd0c;
}
#content_less {
	width:78%;
}
.general_content {
	padding-bottom:20px;
}
.general_content h1 {
	margin-bottom:10px;
}
.general_content h2, .general_content h3 {
	margin-bottom:15px;
}
.general_content p {
	margin-bottom:20px;
}
.general_content ul {
	margin:15px 0 0 20px;
}
.general_content li {
	list-style-image:url(../images/list_style_image.jpg);
	list-style-position:outside;
}
.two_column_wrapper {
	width:50%;
	float:left;
}
.two_column_left {
	padding-right:15px;
}
.two_column_right {
	padding-left:15px;
}
.general_content td {
	vertical-align: middle;
	font-size: 13px;
	padding: 4px 5px 4px 0;
	border: none !important;
}
.general_content td.nadpis {
	vertical-align: top;
	color: #708508;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	padding: 4px 10px 4px 0px;
}
.general_content td.jmeno {
	font-size: 14px;
}
.general_content td.doprava {
	text-align: right;
}
/*END PODSTRANY*/

/*GALERIE*/
.gallery {
	text-align:center;
	margin-top:40px;
}
.gallery h3 {
	text-align:left;
}
.gallery a img {
	padding:10px;
	border:#4c81ba 1px solid;
	margin:0 3px 3px 0;
}
.gallery a:hover img {
	border:#3b71aa 1px solid;
	opacity:0.7;
}
/*END GALERIE*/

/*KONTAKTNÍ FORMULÁŘ*/
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
/*border:#F00 1px solid !important;*/
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 15px #e45127;
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 15px #e45127;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 15px #e45127;
-webkit-transition: border linear .2s,box-shadow linear .2s;
-moz-transition: border linear .2s,box-shadow linear .2s;
-o-transition: border linear .2s,box-shadow linear .2s;
transition: border linear .2s,box-shadow linear .2s;
}
.fomular_formatovani input {
	padding: 5px;
	text-indent: 5px;
	/*border: solid 1px #8f8a9d;*/
	background-color: #FFF;
	color: #685a59;
}
.fomular_formatovani input[type=submit] {
	border: none;
	font-weight: 600;
	text-align:center;
	color: #FFF;
	padding: 5px 10px 5px 10px !important;
	background-color: #93ac10;
	cursor: pointer;
	text-indent:0px;
}
#kontaktni_formular {
	position: relative;
	margin-bottom: 30px;
}
#kontaktni_formular table {
	margin-left: 30px;
}
#kontaktni_formular tr#nodisplay {
	display: none;
}
#kontaktni_formular tr.formular input {
	border: #acacac 1px solid;
	vertical-align: middle !important;
	padding-left: 35px;
	background-color: transparent;
	background: url(../images/kontakty-formular-linka.jpg) repeat-x top left;
}
#kontaktni_formular tr.popisek td {
	height: 20px;
	padding: 0 0 5px 0;
	font-weight: bold;
}
#kontaktni_formular tr.formular td, #kontaktni_formular tr.formular input {
	height: 30px;
	width: 183px;
	
}
#kontaktni_formular tr.formular td {
	padding: 0 30px 20px 0;
}
#kontaktni_formular tr#soucet td {
	padding-bottom: 20px;
}
#kontaktni_formular tr#soucet input {
	height: 20px;
	width: 30px;
	text-align: center !important;
	padding-left: 0 !important;
	background-color: transparent;
}
#kontaktni_formular td.jmeno {
	background: url(../images/kontakty-formular-ikona1.png) no-repeat 10px 10px;
}
#kontaktni_formular td#email {
	background: url(../images/kontakty-formular-ikona2.png) no-repeat 10px 10px;
}
#kontaktni_formular td#telefon {
	background: url(../images/kontakty-formular-ikona3.png) no-repeat 10px 10px;
}
#kontaktni_formular textarea {
	width: 455px;
	max-width: 455px;
	min-width: 455px;
	height: 115px;
	max-height: 115px;
	min-height: 115px;
	border: #acacac 1px solid;
	padding: 10px 0 0 10px !important;
	text-indent: 0px !important;
	background-color: transparent;
	background: url(../image/kontakty-formular-linka.jpg) repeat-x top left;
}
/*END KONTAKTNÍ FORMULÁŘ*/

/*CHYBOVÉ HLÁŠKY*/
#chybove_hlaseni {
	width:100%;
	margin:15px 0 0 30px;
}
.chybova_hlaska {
	color: #b94a48;
	background-color: #f2dede;
	border: #eed3d7 1px solid;
	padding: 8px 35px 8px 14px;
	margin: 0px 0;
	text-shadow: 1px 2px 3px #808080;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.uspech_hlaska {
	color: #468847;
	background-color: #dff0d8;
	border-color: #d6e9c6;
	padding: 8px 35px 8px 14px;
	margin: 10px 0;
	text-shadow: 1px 2px 3px #808080;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#obsah_hp_newsletter_formular .chybova_hlaska, #obsah_hp_newsletter_formular .uspech_hlaska {
	margin: 8px 0;
	padding: 8px 10px 8px 10px;
	font-size:12px;
}
/*END CHYBOVÉ HLÁŠKY*/

/*DROBEČEK*/
#breadscrumb {
	padding:24px 22px;
	color:#404041;
}
#breadscrumb a {
	color:#336da4;
	padding-right:17px;
	margin-right:2px;
	text-decoration:underline;
	background:url(../images/breadscrumb.jpg) no-repeat center right;
}
/*END DROBEČEK*/

/*KONTAKTNÍ FORMULÁŘ*/

/*END KONTAKTNÍ FORMULÁŘ*/

