﻿/********************************************************************/
/****************   PARKS.CZ  | Created by studio WPJ ***************/
/********************************************************************/
* {
   margin: 0;
   padding: 0;
   border:0px;
}
/************************ GENERAL STYLES ****************************/
html{height:100%;}
body {
   background-color: #FFF;
   font-family:Arial, Helvetica, sans-serif;
   color:#737373;
   font-size:14px;
   text-align:left;
   height:100%;
}
a:link {
   color: #2bbdf6;
   text-decoration: none;
}
a:visited {
   color: #2bbdf6;
   text-decoration: none;
}
a:hover {
   color: #2bbdf6;
   text-decoration: underline;
}
h1 {
   color: #000;
   font-size: 30px;
   padding: 15px 5px 5px;
   font-weight:normal;
   font-family: "HelveticeBold", Arial, Helvetica, sans-serif;
}
h2 {
   color: #2bbdf6;
   font-size: 24px;
   padding: 10px 5px 5px 5px;
   font-weight:normal;
   font-family: "HelveticeBold", Arial, Helvetica, sans-serif;
}
h3 {
   font-size: 20px;
   padding: 15px 5px 5px 5px;
   font-weight:normal;
   font-family: "HelveticeBold", Arial, Helvetica, sans-serif;
}
h4 {
   margin: 0;
   padding: 5px 5px 3px;
   font-size:16px;
   font-weight:bold;
}
h5 {
   margin: 0;
   padding: 5px 5px 3px;
   font-size:14px;
   font-weight:bold;
}
p{
	line-height:22px;
   padding:5px;
}
#content ul, #content ol {
   line-height:25px;
   margin-left:10px;
   list-style-position:inside;
}

/* Cleaner */
.cleaner {
   clear:both;
   padding:0;
   margin:0;
   background:none;
}
/* Divider */
.divider{
   background: url("../images/page_divider.gif") no-repeat top center;
   height:23px;
   margin:15px 0px;
}
/* Font */
@font-face {
   font-family: "HelveticeBold";
   src: url("../styles/fonts/HelveticaBold.eot");
   src: url("../styles/fonts/HelveticaBold.otf") format("opentype"),  url("../styles/fonts/HelveticaBold.woff") format("woff");
}
a.button{
   font-family: "HelveticeBold";
   display:inline-block;
   font-size:30px;
   padding:15px 30px 15px 10px;
	background: #47c800 url("../images/title_arrow2.png") no-repeat 95% 50%;
   display:inline-block;
   border-radius:3px;
   color:#FFF;
}
a.button:hover{
   color:#fff;
   background: #494949 url("../images/title_arrow3.png") no-repeat 95% 50%;
   text-decoration:none;
}

/*************************** MAIN LAYOUT *****************************/
#body_wrapper{
	min-height:100%;
   position:relative;
}
#page_wrapper{
	padding-bottom:80px;
}
#page {
   margin:0 auto;
   width: 970px;
   padding:0px 5px 0px 5px;
   position: relative;
}
#header {
   position:relative;
   width:980px;
   height:93px;
   margin:0px auto;
}
#header a.logo {
   position:absolute;
   z-index:2;
   top:0px;
   left:2px;
   display: block;
   width: 437px;
   height: 93px;
}
/*********** MAIN MENU ****************/
#menu {
   margin:43px 0 0;
   float:right;
   position:relative;
}
#menu ul {
   margin: 0;
   list-style:none;
}
#menu ul li {
   display:block;
   float:left;
}
#menu ul li a {
   display:block;
   float:left;
   color: #000;
   font-size:16px;
   text-decoration:none;
   float:left;
   padding:5px 9px;
   font-family: "HelveticeBold", Arial, Helvetica, sans-serif;
   text-transform:lowercase;
   margin:0px 1px;
}
/* Tlačítko po najetí a aktivní */
#menu ul li a.selected, #menu ul li a:hover {
   border-radius:3px;
   color:#FFF;
   background-color:#00adee;
}
/*********** MAIN MENU END ****************/


/*********** SUB CONTENT ****************/
#sub-content-wrapper {
   width:100%;
   background-color:#000;
   padding:11px 10px;
}
#sub-content {
   width:960px;
   margin:0px auto;
}
/* 1. úroveň menu */
#sub-content ul {
   list-style:none;
}
#sub-content ul li { 
	float:left;
   padding-right:2px;
}
#sub-content ul li a {
   font-size:18px;
   color:#fff;
   display:block;
   padding:8px 10px;
   text-decoration: none;
   font-family: "HelveticeBold", Arial, Helvetica, sans-serif;
}
#sub-content ul li a:hover, #sub-content ul li a.selected {
	background-color:#00adee;
   border-radius:3px;   
}
/* 2. úroveň menu */
#sub-sub-content {
   width:960px;
   margin:0px auto;
}
#sub-sub-content ul {
   list-style:none;
}
#sub-sub-content ul li { 
	float:left;
   padding-right:2px;
}
#sub-sub-content ul li a {
   font-size:18px;
   color:#fff;
   display:block;
   padding:8px 10px;
   text-decoration: none;
   font-family: "HelveticeBold", Arial, Helvetica, sans-serif;
}
#sub-sub-content ul li a:hover, #sub-sub-content ul li a.selected {
	background-color:#00adee;
   border-radius:3px;   
}
/********* SIDE - KONTAKT END **********/

/************* LEFT CONTENT ***************/
/* 3. úroveň menu */
#side_menu{
	float:left;
   width:190px;
   border-right:1px solid #d7d7d7;
   font-family: "HelveticeBold", Arial, Helvetica, sans-serif;
   padding:0 0 8px;
}
#side_menu ul{
	list-style:none;
   margin:0px;
}
#side_menu ul li{
   padding:4px 6px;
}
#side_menu ul li a{
	font-size:16px;
   color:#000;
   padding:5px 5px 5px 10px;
   display:block;
   background-color:#fff;
}
#side_menu ul li a:hover, #side_menu ul li a.selected{
	border-radius:3px;
   background-color:#00adee;
   text-decoration:none;
   color:#fff;
}
/*********** LEFT CONTENT END *************/


/*********** RIGHT CONTENT ****************/
/* Pokud je 3.ů úroveň menu, zobrazí se right_content */
#right_content{
	float:right;
   width:740px;
}

#main_content{
   background: url("../images/content_back.gif") repeat-x top left;
   min-height:298px;
}
#content {
   padding:5px 10px;
   width:960px;
   margin:0px auto;
}
#content.wide {
   float: none;
   width: 100%;
   padding: 0 0px 0;
}
#main-content { }
#content > table {
   margin:10px 3px 10px 3px;
   border-collapse:collapse;
   font-size:12px;
}
#content > table td {
   border:1px solid #d7d7d7;
   padding:8px 10px;
   background-color:#fff;
}
#content > table th {
   text-align:center;
   padding:8px 10px;
   border:1px solid #d7d7d7;
   color:#000;
   font-weight:bold;
   background-color:#e2e2e2;
}
/********** RIGHT CONTENT END *************/


/*********** FOOTER ICONS *****************/
#footer_icons{
	margin:0px auto;
   width:400px
}
#footer_icons a{
   display:block;
   width: 60px;
   height: 60px;
   background: #2bbdf6; 
   -moz-border-radius: 30px; 
   -webkit-border-radius: 30px; 
   border-radius: 30px;
   position:relative;
   float:left;
   margin:5px 10px;
   cursor:pointer;
}
#footer_icons a:hover, #footer_icons a.opened{
   background: #000; 
}
#footer_icons a#fb{
   background-image: url("../images/footer_fb.png");
   background-repeat:no-repeat;
   background-position:21px 13px;
}
#footer_icons a#inst{
   background-image: url("../images/footer_instagram.png");
   background-repeat:no-repeat;
   background-position:16px 15px;
}
#footer_icons a#vimeo{
   background-image: url("../images/footer_vimeo.png");
   background-repeat:no-repeat;
   background-position:15px 17px;
}
#footer_icons a#mail{
   background-image: url("../images/footer_mail.png");
   background-repeat:no-repeat;
   background-position:13px 19px
}
#footer_icons a#phone{
   background-image: url("../images/footer_phone.png");
   background-repeat:no-repeat;
   background-position:17px 15px;
}
#footer_icons a span{
   font-size:20px;
   color:#2bbdf6;
   font-family: "HelveticeBold", Arial, Helvetica, sans-serif;
   background-color:#fff;
   display:block;
   border:2px solid #d7d7d7;
   position:absolute;
   border-radius:10px;
   width:185px;
   padding:10px 10px 5px;
   top:8px;
   left:80px;
   display:none;
   z-index:5;
}
#footer_icons a span:after {
   content: "";
   position: absolute;
   left: -10px;
   top: 11px;
   width: 15px;
   height: 15px;
   border-left:2px solid #d7d7d7;
   border-bottom:2px solid #d7d7d7;
   -webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   -o-transform: rotate(45deg);
   tranform: rotate(45deg);
   background-color:#FFF;
}
/********* FOOTER ICONS END ***************/

/********* FOOTER SPONSORS ****************/
div.dividers_sponsors{
   text-align:center;
   background: url("../images/page_divider.gif") no-repeat top center;
   height:23px;
   margin:15px 0px;
}
div.dividers_sponsors span{
   background-color:#FFF;
   font-size:16px;
   color:#d7d7d7;
   font-family: "HelveticeBold", Arial, Helvetica, sans-serif;
   display:inline-block;
   padding:0px 10px 2px;
}
/******* FOOTER SPONSORS END **************/

/**** SPONSORS - PRODUCTS CAROUSEL ****/
#sponsors_slider_wrapper{
	width:866px;
   height:72px;
   margin:0px auto;
   position:relative;
   padding:0px 57px 30px;
}
#sponsors_slider > a{
   height:72px;
   float:left;
   margin: 0 12px;
   position:relative;
   width:156px;
}
#sponsors_slider_wrapper .prev{
   position:absolute;
   top:20px;
   left:4px;
   display:block;
	height:32px;
   width:32px;
   background: url("../images/footer_arrows.png") -1px 0px;
}
#sponsors_slider_wrapper .prev:hover{background-position: -1px -33px}
#sponsors_slider_wrapper .prev.disabled{visibility:hidden;}
#sponsors_slider_wrapper .next{
   position:absolute;
   top:20px;
   right:4px;
   display:block;
	height:32px;
   width:32px;
   background: url("../images/footer_arrows.png") -34px 0px;
}
#sponsors_slider_wrapper .next:hover{background-position: -34px -33px}
#sponsors_slider_wrapper .next.disabled{visibility:hidden;}

#sponsors_slider_wrapper .product-item img{
   /* Animation */
   transition-property: opacity;
   transition-duration:0.2s;
   transition-timing-function:linear;
   /* Animation Safari */
   -webkit-transition-property: opacity;
   -webkit-transition-duration:0.2s;
   -webkit-transition-timing-function:linear;
}
#sponsors_slider_wrapper .product-item:hover img{
   opacity:0.5;
   filter:alpha(opacity=50);
}
/*** SPONSORS - PRODUCTS CAROUSEL END ***/

/*********** FOOTER CONTENT ****************/
#footer-wrapper {
   background: url("../images/copyright_back.gif") ;
   border-top:1px solid #dadada;
   position:absolute;
   bottom:0;
   height:80px;
   width:100%;
}
#footer {
   margin:0px auto;
   width:976px;
   padding:0;
   height:80px;
   position:relative;
}
#footer p {
   font-size:11px;
   padding:25px 0 0;
   color:#a4a4a4;
   line-height:14px;
}
#footer p img {
   float:left;
   margin-right:20px;
}
/* Back to top */
#back-top {
	position: absolute;
	top: 25px;
	right: 0px;
}
#back-top a {
   background:url("../images/footer_arrows.png") no-repeat top right;  
	width: 33px;
   height: 33px;
	display: block;
}
#back-top a:hover {
   background:url("../images/footer_arrows.png") no-repeat bottom right;  
}
/* Back to top END */

/*********** FOOTER CONTENT END **************/


/*************************** MAIN LAYOUT END *****************************/

/**************************** GALERIE ************************************/
#fotogalerie {
   margin:10px 0 0;
   clear:both;
}
#fotogalerie img {
   display: block;
}
#fotogalerie a.imgbox {
   float:left;
   margin:6px 7px;
   display:block;
   position:relative;
}
#right_content #fotogalerie a.imgbox {
   margin:6px 10px;
}
.jquery-lightbox-title { /* větší text u popisu fotek lightboxu */ font-size:18px !important; line-height:24px !important;}

/************************** GALERIE END *************************************/

/************************ ÚVODNÍ STRÁNKA *************************************/
#home_page{
   background: #000 url("../images/background.gif") repeat-x bottom left;
   border-bottom: 1px solid #000000;
   margin-bottom:15px;
}
#home_cats{
   width:980px;
   margin:0px auto;
   padding:18px 0 8px 0;
}
#home_cats .cat_item{
	width:315px;
   height:215px;
   float:left;
   background-color:#000;
   position:relative;
   margin:0 6px 9px 5px;
   display:block;
}
#home_cats.snowparks .cat_item{
	width:478px;
   height:250px;
}
#home_cats .cat_item img{
	position:absolute;
   top:0px;
   left:0px;
   opacity:0.4;
   filter:alpha(opacity=40);
   transition-property: opacity;
   transition-duration: 0.8s;
   transition-timing-function:ease-out;
   /* Safari */
   -webkit-transition-property:opacity;
   -webkit-transition-duration:0.8s;
   -webkit-transition-timing-function:ease-out;
}
#home_cats .cat_item:hover img{
   opacity:1.0;
   filter:alpha(opacity=100);
}
#home_cats .cat_item span.title{
   font-size:28px;
   color:#fff;
   display:block;
   position:absolute;
   top:10px;
   left:0px;
   padding:8px 11px 8px 22px;
   font-family: "HelveticeBold", Arial, Helvetica, sans-serif;
   border-radius:0 3px 3px 0;
   line-height:30px;
   max-width:250px;
}
#home_cats .cat_item span.title:hover{
   text-decoration:none;
}
#home_cats .cat_item:hover span.title{
	background: #00aeef url("../images/cat_title_back.gif") no-repeat bottom left;
}
#home_cats .cat_item span.button{
	background: #494949 url("../images/button_plus.png") no-repeat 10px 10px;
   font-size:20px;
   color:#fff;
   display:block;
   position:absolute;
   bottom:10px;
   right:10px;
   padding:5px 15px 6px 36px;
   border-radius:3px;
   font-family: "HelveticeBold", Arial, Helvetica, sans-serif;
}
#home_cats .cat_item span.button:hover{
   text-decoration:none;
}
#home_cats .cat_item:hover span.button{
	background-color: #00aeef;
}
#facebook{
	float:right;
   width:305px;	
}
#facebook h2{
   padding:0px 0 0;
}
#facebook h2 a{
   font-size:30px;
   padding:8px 30px 8px 10px;
	background: url("../images/title_arrow.png") no-repeat 155px 16px;
   display:inline-block;
   border-radius:3px;
}
#facebook h2 a:hover{
   color:#FFF;
	background: #2bbdf6 url("../images/title_arrow2.png") no-repeat 155px 16px;
   text-decoration:none;
}

/********************* ÚVODNÍ STRÁNKA END ************************************/

/******************************** NOVINKY **************************************/

/*********** NEWS BOX ****************/
#news-box {
   padding: 0;
   position:relative;
   float:left;
   width:654px;
}
#news-box h1{
   padding:0px 0 10px;
}
#news-box h1 a{
   font-size:30px;
   padding:8px 30px 8px 10px;
	background: url("../images/title_arrow.png") no-repeat 130px 16px;
   display:inline-block;
   border-radius:3px;
}
#news-box h1 a:hover{
   color:#FFF;
	background: #2bbdf6 url("../images/title_arrow2.png") no-repeat 130px 16px;
   text-decoration:none;
}
.news-content {
   float:left;
   width:311px;
   height:275px;
   margin:0 8px 0 8px;
   position:relative;
   font-size:12px;
}
.news-content a.imgbox {
   margin:0 15px 0 0;
   display:block;
   position:relative;
}
.news-content img {display: block;}
.news-content p.date {
   position:absolute;
   right:0px;
   top:95px;
   color:#FFF;
   font-size:20px;
   font-family: "HelveticeBold", Arial, Helvetica, sans-serif;
   background-color:#01aff0;
   border-right:5px solid #009bd5;
   padding:7px 7px 8px;
}
.news-content h3 {
   padding: 8px 5px 0px;
   font-size:16px;
}
.news-content p {
   line-height:19px;
   text-align:left;
}
/*********** NEWS BOX END *************/

/*********** NEWS LIST ****************/
.pagination {
   padding:5px 15px;
   clear:both;
}
.news-list-content {
   float:left;
   width:311px;
   height:285px;
   margin:0 4px 15px;
   position:relative;
   font-size:12px;
}
.news-list-content a.imgbox {
   margin:0 15px 0 0;
   display:block;
   position:relative;
   height:136px;
   width:311px;
   background-color:#d7d7d7;
}
.news-list-content img {display: block;}

.news-list-content p.date {
   position:absolute;
   right:0px;
   top:95px;
   color:#FFF;
   font-size:20px;
   font-family: "HelveticeBold", Arial, Helvetica, sans-serif;
   background-color:#01aff0;
   border-right:5px solid #009bd5;
   padding:7px 7px 8px;
}
.news-list-content h3 {
   padding: 8px 5px 0px;
   font-size:16px;
}
.news-list-content p {
   line-height:19px;
   text-align:left;
}

/********** NEWS LIST END ***********/

/******************************** NOVINKY END *******************************************/

/***********************************  OBJEDNÁVKA V2 ********************************************/

#order_form {margin:5px 0; width:980px;}
#order_form .group {background:url("../images/copyright_back.gif") 0 0; padding:20px 15px 10px; border:1px solid #d7d7d7; margin:0 0 10px 0;}
#order_form .group .group_divider{ border-bottom:1px solid #d7d7d7; clear:both; margin:10px 0;}

#order_form .group h2{padding:0px 5px 0px;}

#order_form .block {float:left; width: 230px; margin:10px 5px 5px 0px;position:relative; text-align:right;}
#order_form .block label{padding:0 10px 0px 0px; display:inline-block; font-size:12px;}
#order_form label[for=agree]{padding:0 0 5px 10px; display:inline-block; color:#0161A9; font-weight:bold;}
#order_form .block input[type=text]{ 
	 border:#d7d7d7 solid 1px;
	 padding:8px 6px;
	 -webkit-border-radius: 3px;
	 -moz-border-radius: 3px;
	 -o-border-radius: 3px;
	 border-radius: 3px;
	 -moz-box-shadow: inset 0 2px 3px #e7e7e7;
	 -webkit-box-shadow: inset 0 2px 3px #e7e7e7;
	 -o-box-shadow: inset 0 2px 3px #e7e7e7;
	 box-shadow: inset 0 0 3px #e7e7e7;
	 width:130px;
    float:right;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-top: -8px;
}
#order_form .block select{ 
	 border:#d7d7d7 solid 1px;
	 padding:5px 7px;
	 -webkit-border-radius: 5px;
	 -moz-border-radius: 5px;
	 -o-border-radius: 5px;
	 border-radius: 5px;
	 -moz-box-shadow: inset 0 2px 3px #e7e7e7;
	 -webkit-box-shadow: inset 0 2px 3px #e7e7e7;
	 -o-box-shadow: inset 0 2px 3px #e7e7e7;
	 box-shadow: inset 0 0 3px #e7e7e7;
	 width:130px;
    float:right;
    margin-bottom: 10px;
    margin-top: -8px;
}
#order_form .block select option{
	 padding:2px 3px;
}

#order_form .block input[type=checkbox]{
	 margin:0 5px;
}
#order_form .block input[type=text]:focus, #order_form .block textarea:focus{
	 -moz-box-shadow: none;
	 -webkit-box-shadow: none;
	 -o-box-shadow: none;
	 box-shadow: none;
    background-color:#f5f5f5;
}
/* Upravy pro policka */
#order_form .block.field_user-captcha label{position:relative; top:-15px;}
#order_form .block input#id_user-captcha_1{ width:30px;}

#order_form .block input#id_mira_delka, #order_form .block input#id_mira_ramena, #order_form .block input#id_mira_rukav, #order_form .block input#id_mira_hrudnik,
#order_form .block input#id_mira_pas, #order_form .block input#id_mira_boky, #order_form .block input#id_mira_vyska{ width:35px;}
#order_form .block select#id_mira_obleceni{ width:65px;}
/* Upravy pro policka END */

/* Upravy pro bloky */

/* Tvar mikiny */
#order_form .block.field_param_shape, #order_form .block.field_param_shape_woman{width:950px; text-align:left; margin-right:0px; margin-bottom:0px;}
#order_form .block.field_param_shape ul li, #order_form .block.field_param_shape_woman ul li{text-align:center; width:90px; position:relative;}
#order_form .block.field_param_shape ul li label, #order_form .block.field_param_shape_woman ul li label{font-size:11px; width:80px;}
#order_form .block.field_param_shape ul li label input, #order_form .block.field_param_shape_woman ul li label input{position:relative; display:block; left:30px; top:-3px;}
#order_form .block.field_param_shape > label, #order_form .block.field_param_shape_woman > label{display:none;}
#order_form .block.field_param_shape label, #order_form .block.field_param_shape_woman label{padding:0px;}
#order_form .group #shape_images a{margin:0 2px 5px 10px; display:block; float:left; border:1px solid #D7D7D7;}
#order_form .group #shape_images img{display:block;}

#order_form .group table.prices{border:0px; width:470px; margin:0; clear:both}
#order_form .group table.prices.prices-woman{ width:570px;}
#order_form .group table.prices td{font-weight:bold; font-size:12px; text-align:center; padding:0px;}


/* My idea */
#order_form .block.field_param_shape ul li:first-child{position:absolute; top:430px; left:15px;}
#order_form #my_idea_wrapper #myidea{ cursor:pointer; float:left; margin:40px 15px 20px 0;}
#order_form #my_idea_wrapper #myidea img{border:none; margin-left:0;}
#order_form #my_idea_wrapper {width:915px; margin:10px 0px 15px 5px; background-color:#fff; border:1px solid #d7d7d7; padding:10px;}
#order_form #my_idea_wrapper .block.field_photo{width:380px; border-top: 1px solid #D7D7D7; padding-top:10px; margin-top:5px;}
#order_form #my_idea_wrapper img { border: 1px solid #D7D7D7; display: block; margin:5px 5px 5px 10px;}
/* Tvar mikiny END */

/* Barva mikiny */
#order_form .block.field_param_barva input[type=checkbox], #order_form .block.field_param_barva_softshell input[type=checkbox], #order_form .block.field_param_barvad input[type=checkbox], #order_form .block.field_param_barvad_softshell input[type=checkbox] {
	 margin:0 15px 8px;
    position:relative;
    top:8px;
    display:block;
}
#order_form .block.field_param_barva, #order_form .block.field_param_barva_softshell, #order_form .block.field_param_barvad, #order_form .block.field_param_barvad_softshell{width:950px; text-align:left; margin-right:0px;}
#order_form .block.field_param_barva > label, #order_form .block.field_param_barva_softshell > label, #order_form .block.field_param_barvad > label, #order_form .block.field_param_barvad_softshell > label{display:none;}
#order_form .block.field_param_barva ul li, #order_form .block.field_param_barva_softshell ul li, #order_form .block.field_param_barvad ul li, #order_form .block.field_param_barvad_softshell ul li{text-align:center; width:55px; position:relative;}
#order_form .block.field_param_barva ul li label, #order_form .block.field_param_barva_softshell ul li label, #order_form .block.field_param_barvad ul li label, #order_form .block.field_param_barvad_softshell ul li label{font-size:11px;}
#order_form .block.field_param_barva ul li label:after, #order_form .block.field_param_barva_softshell ul li label:after, #order_form .block.field_param_barvad ul li label:after, #order_form .block.field_param_barvad_softshell ul li label:after{content:""; height:32px; width:32px; border:1px solid #D7D7D7; display:inline-block; margin-top:-5px;}
/* Barvy teplakovina */
#order_form .block.field_param_barva ul li label[for=id_param_barva_0]:after, #order_form .block.field_param_barvad ul li label[for=id_param_barvad_0]:after{background-color:#0b0c0e;}
#order_form .block.field_param_barva ul li label[for=id_param_barva_1]:after, #order_form .block.field_param_barvad ul li label[for=id_param_barvad_1]:after {background-color:#fff;}
#order_form .block.field_param_barva ul li label[for=id_param_barva_2]:after, #order_form .block.field_param_barvad ul li label[for=id_param_barvad_2]:after {background-color:#ffddef;}
#order_form .block.field_param_barva ul li label[for=id_param_barva_3]:after, #order_form .block.field_param_barvad ul li label[for=id_param_barvad_3]:after{background-color:#d0276f;}
#order_form .block.field_param_barva ul li label[for=id_param_barva_4]:after, #order_form .block.field_param_barvad ul li label[for=id_param_barvad_4]:after{background-color:#1ea8bd;}
#order_form .block.field_param_barva ul li label[for=id_param_barva_5]:after, #order_form .block.field_param_barvad ul li label[for=id_param_barvad_5]:after{background-color:#004ec5;}
#order_form .block.field_param_barva ul li label[for=id_param_barva_6]:after, #order_form .block.field_param_barvad ul li label[for=id_param_barvad_6]:after{background-color:#56338e;}
#order_form .block.field_param_barva ul li label[for=id_param_barva_7]:after, #order_form .block.field_param_barvad ul li label[for=id_param_barvad_7]:after{background-color:#f1bc1a;}
#order_form .block.field_param_barva ul li label[for=id_param_barva_8]:after, #order_form .block.field_param_barvad ul li label[for=id_param_barvad_8]:after{background-color:#e9601d;}
#order_form .block.field_param_barva ul li label[for=id_param_barva_9]:after, #order_form .block.field_param_barvad ul li label[for=id_param_barvad_9]:after{background-color:#5cc22f;}
#order_form .block.field_param_barva ul li label[for=id_param_barva_10]:after, #order_form .block.field_param_barvad ul li label[for=id_param_barvad_10]:after{background-color:#d61616;}
#order_form .block.field_param_barva ul li label[for=id_param_barva_11]:after, #order_form .block.field_param_barvad ul li label[for=id_param_barvad_11]:after{background-color:#a8abb3;}
#order_form .block.field_param_barva ul li label[for=id_param_barva_12]:after, #order_form .block.field_param_barvad ul li label[for=id_param_barvad_12]:after{background-color:#3c4344;}
#order_form .block.field_param_barva ul li label[for=id_param_barva_13]:after, #order_form .block.field_param_barvad ul li label[for=id_param_barvad_13]:after{background-color:#3a2c1e;}

/* Barvy softshell */
#order_form .block.field_param_barva_softshell ul li label[for=id_param_barva_softshell_0]:after, #order_form .block.field_param_barvad_softshell ul li label[for=id_param_barvad_softshell_0]:after{background-color:#362e63;}
#order_form .block.field_param_barva_softshell ul li label[for=id_param_barva_softshell_1]:after, #order_form .block.field_param_barvad_softshell ul li label[for=id_param_barvad_softshell_1]:after{background-color:#5a439a;}
#order_form .block.field_param_barva_softshell ul li label[for=id_param_barva_softshell_2]:after, #order_form .block.field_param_barvad_softshell ul li label[for=id_param_barvad_softshell_2]:after{background-color:#31458a;}
#order_form .block.field_param_barva_softshell ul li label[for=id_param_barva_softshell_3]:after, #order_form .block.field_param_barvad_softshell ul li label[for=id_param_barvad_softshell_3]:after{background-color:#48291a;}
#order_form .block.field_param_barva_softshell ul li label[for=id_param_barva_softshell_4]:after, #order_form .block.field_param_barvad_softshell ul li label[for=id_param_barvad_softshell_4]:after{background-color:#99d24f;}
#order_form .block.field_param_barva_softshell ul li label[for=id_param_barva_softshell_5]:after, #order_form .block.field_param_barvad_softshell ul li label[for=id_param_barvad_softshell_5]:after{background-color:#d61616;}
#order_form .block.field_param_barva_softshell ul li label[for=id_param_barva_softshell_6]:after, #order_form .block.field_param_barvad_softshell ul li label[for=id_param_barvad_softshell_6]:after{background-color:#e0657d;}
#order_form .block.field_param_barva_softshell ul li label[for=id_param_barva_softshell_7]:after, #order_form .block.field_param_barvad_softshell ul li label[for=id_param_barvad_softshell_7]:after{background-color:#d6326f;}
#order_form .block.field_param_barva_softshell ul li label[for=id_param_barva_softshell_8]:after, #order_form .block.field_param_barvad_softshell ul li label[for=id_param_barvad_softshell_8]:after{background-color:#d672a4;}
#order_form .block.field_param_barva_softshell ul li label[for=id_param_barva_softshell_9]:after, #order_form .block.field_param_barvad_softshell ul li label[for=id_param_barvad_softshell_9]:after{background-color:#2a2b2e;}
#order_form .block.field_param_barva_softshell ul li label[for=id_param_barva_softshell_10]:after, #order_form .block.field_param_barvad_softshell ul li label[for=id_param_barvad_softshell_10]:after{background-color:#686a70;}
#order_form .block.field_param_barva_softshell ul li label[for=id_param_barva_softshell_11]:after, #order_form .block.field_param_barvad_softshell ul li label[for=id_param_barvad_softshell_11]:after{background-color:#bfbfbf;}
#order_form .block.field_param_barva_softshell ul li label[for=id_param_barva_softshell_12]:after, #order_form .block.field_param_barvad_softshell ul li label[for=id_param_barvad_softshell_12]:after{background-color:#fff;}
#order_form .block.field_param_barva_softshell ul li label[for=id_param_barva_softshell_13]:after, #order_form .block.field_param_barvad_softshell ul li label[for=id_param_barvad_softshell_13]:after{background-color:#55b6da;}
#order_form .block.field_param_barva_softshell ul li label[for=id_param_barva_softshell_14]:after, #order_form .block.field_param_barvad_softshell ul li label[for=id_param_barvad_softshell_14]:after{background-color:#4cb9ab;}
#order_form .block.field_param_barva_softshell ul li label[for=id_param_barva_softshell_15]:after, #order_form .block.field_param_barvad_softshell ul li label[for=id_param_barvad_softshell_15]:after{background-color:#e3c922;}
/* Barva mikiny END */

/* Vlastnosti mikiny */
#order_form .block.field_param_mat ul{margin:0px 0 0 20px;}
#order_form .block.field_param_mat{text-align:left;}
#order_form .block.field_param_mat > label{padding-left:20px; font-weight:bold;}
#order_form .block.field_param_typ ul{margin:0px 0 0 20px;}
#order_form .block.field_param_typ{text-align:left;}
#order_form .block.field_param_typ > label{padding-left:20px; font-weight:bold;}
#order_form .block.field_param_main_shape > label{font-weight:bold; display:block;}
#order_form .block.field_param_main_shape{text-align:left;}
#order_form .block.field_param_main_shape select{float:none; margin:3px 0 10px 0;}

#order_form .block.field_param_typ > label{padding-left:20px; font-weight:bold;}


#order_form .block.field_mira_delka, #order_form .block.field_mira_ramena, #order_form .block.field_mira_rukav, #order_form .block.field_mira_hrudnik, #order_form .block.field_mira_pas, #order_form .block.field_mira_boky, #order_form .block.field_mira_vyska{ width:195px;}
#order_form .block.field_mira_obleceni{ width:300px;}
#order_form .block.field_mira_sirsi_rukav{width:150px;}
/* Upravy pro bloky END */

/* Doplńky */
#order_form .block.field_param_kapsy > label{font-weight:bold; display:block;}
#order_form .block.field_param_kapsy{text-align:left;}
#order_form .block.field_param_kapsy select{float:none; margin:3px 0 10px 0;}

#order_form .group table {margin:10px 20px 10px 15px; float:left; width:560px;}
#order_form .group table td{text-align:left; vertical-align:middle; padding:2px 20px 2px 0;}
#order_form .group table td div{float:none; margin:0; text-align:left; width:100%;}
#order_form .group table td div input{float:right;}
/* Doplńky END */

/* Rozmer mikiny */
#size_field_wrapper{
   margin-right:20px;
   float:left;
}
#size_field_wrapper img{
   border: 1px solid #D7D7D7;
   display: block;
   float: left;
   margin: 0 2px 15px 10px;
}
/* Rozmer mikiny END */

/* Chyba ve formulari */
#order_form .block.error input[type=text], #order_form .block.error select{ 
	border:1px solid #DF0059
}
#order_form .block.error label{ 
	color: #DF0059
}
#order_form .block.error span{ 
	color: #eb0000;
	font-size:11px;
	display:none;
}
/* Chyba ve formulari END */

/* Vyzadovane pole */
#order_form .block.required > label:after{content:" *"; color:#df0059; font-size:16px;}
p span.star{color:#bfa77c; font-size:14px;}
/* Vyzadovane pole END */

/* Poznámky */
#order_form .group.g_notes {float:left; width:500px;}
#order_form .group.g_notes .block.field_notes{text-align:left; margin:5px 0px 10px 5px;}
#order_form .group.g_notes .block.field_notes label{display:none;}
#order_form .block textarea{ 
	 border:#d7d7d7 solid 1px;
	 padding:5px 7px;
	 -webkit-border-radius: 3px;
	 -moz-border-radius: 3px;
	 -o-border-radius: 3px;
	 border-radius: 3px;
	 -moz-box-shadow: inset 0 2px 3px #e7e7e7;
	 -webkit-box-shadow: inset 0 2px 3px #e7e7e7;
	 -o-box-shadow: inset 0 2px 3px #e7e7e7;
	 box-shadow: inset 0 0 3px #e7e7e7;
	 height:70px;
	 width:475px;
}
/* Poznámky END */

/* Vložené poznámky */
#order_form div.notation{
   font-size:12px;
   font-weight:bold;
   padding:3px 10px;
}
/* Vložené poznámky END */

#order_form .block ul{ 
	list-style:none;
}
#order_form .block ul li{ 
	display:inline-block;
}
#order_form .error_message {
   clear: both;
   display: none;
   padding: 8px 10px;
	border-radius: 5px;
	background-color:#df0059;
   color:#FFF;
	margin-bottom:10px;
   font-weight:bold;
}
/* Captcha */
label[for=captcha_id]{
   position:relative;
   top:-10px;
}
img.captcha{
	padding:6px 4px 6px;
   border:1px solid #d7d7d7;
   border-radius:3px;
   background-color:#FFF;
   position:relative;
   top:0px;
   margin-left:10px;
}
#order_form input#id_captcha_1{
	width:50px;
   margin-top:0px;
}
/* Submit */
#order_form .submit_block{
   text-align:center;
   float:right;
   width:435px;
   border:1px solid #d7d7d7;
   height:189px;
}
#order_form .submit_block .block{
   width:300px;
   margin:40px auto 15px;
   float:none;
}
#order_form .submit_block #submit{
   font-family: "HelveticeBold";
   display:inline-block;
   font-size:20px;
   padding:10px 30px 10px 10px;
	background: #47C800 url("../images/title_arrow2.png") no-repeat 96% 50%;
   display:inline-block;
   border-radius:3px;
   color:#FFF;
   cursor:pointer;
}
#order_form .submit_block #submit:hover{
   color:#fff;
   background: #494949 url("../images/title_arrow3.png") no-repeat 96% 50%;
   text-decoration:none;
}
/* Submit END */

/*********************************  OBJEDNÁVKA V2 END ******************************************/

/********************************* PŘIHLÁŠKA DO KEMPU ******************************************/
/* Kemp */

/* Kontaktní údaje */
#order_form .block.field_login_birth{width:280px;}
#order_form .block.field_login_psc{width:135px;}
#order_form .block.field_login_psc input{width:45px;}

/* Ostatní ůdaje */
#order_form .block.field_login_referer{width:280px;}
#order_form .block.field_login_alreadywas{width:320px;}
#order_form .block.field_login_denywakeboard{width:385px;}
#order_form .block.field_login_denypaintball{width:215px;}

/* Poznámky */
#order_form .group.g_notes .block.field_login_notes label{display:none;}
#order_form .group.g_notes .block.field_login_notes textarea{height:95px;}

/* Submit */
#order_form .submit_block_login{
   float:right;
   width:405px;
   border:1px solid #d7d7d7;
   padding:10px 15px;
}
#order_form .submit_block_login .block.field_login_acceptpersonality, #order_form .submit_block_login .block.field_login_acceptconditions{width:300px; margin:3px 0;}

#order_form .submit_block_login .block.field_login_captcha{width:270px; margin:10px 0 10px 40px;}
#order_form .submit_block_login .block.field_login_captcha input{width:80px; margin:0px 0 0 5px;}
#order_form .submit_block_login .block.field_login_captcha label{float:left; margin:5px 0 0;}

#order_form .submit_block_login #submit{
   font-family: "HelveticeBold";
   display:block;
   font-size:20px;
   padding:10px 30px 10px 10px;
	background: #47C800 url("../images/title_arrow2.png") no-repeat 96% 50%;
   display:inline-block;
   border-radius:3px;
   color:#FFF;
   cursor:pointer;
}
#order_form .submit_block_login #submit:hover{
   color:#fff;
   background: #494949 url("../images/title_arrow3.png") no-repeat 96% 50%;
   text-decoration:none;
}
/* Submit END */

/******************************* PŘIHLÁŠKA DO KEMPU END  ***************************************/


/********************************* PŘIHLÁŠKA DO AKADEMIE ******************************************/
/* Akademie */
#order_form .group_academy .block{text-align:left; width:190px;}
#order_form .group_academy .block ul{margin:5px 0px 0px;}
#order_form .group_academy .block ul li{display:block}
#order_form .group_academy .block input[type="text"]{float:none; margin:5px 0 10px;}
#order_form .block.field_academy_shoe_size input{width:45px;}
#order_form .block.field_academy_gear_size input{width:45px;}

#order_form .group_academy .block.field_academy_date,
#order_form .group_academy .block.field_academy_person,
#order_form .group_academy .block.field_academy_lesson,
#order_form .group_academy .block.field_academy_type,
#order_form .group_academy .block.field_academy_for
{width:310px;}

#order_form .group_academy .block.field_academy_date input[type="text"],
#order_form .group_academy .block.field_academy_person input[type="text"],
#order_form .group_academy .block.field_academy_lesson input[type="text"]
{width:250px;}

#order_form .group_academy .block.field_academy_rent_shoe,
#order_form .group_academy .block.field_academy_rent_gear
{width:20px;}

#order_form .group_academy .block.field_academy_rent_shoe,
#order_form .group_academy .block.field_academy_shoe_size,
#order_form .group_academy .block.field_academy_rent_gear,
#order_form .group_academy .block.field_academy_gear_size
{margin-top:0px;}

#order_form .group_academy .block.field_academy_rent_shoe label,
#order_form .group_academy .block.field_academy_rent_gear label
{display:none;}
#order_form .group_academy .block.field_academy_rent_shoe input,
#order_form .group_academy .block.field_academy_rent_gear input
{margin-top:13px;}


/* Kontaktní údaje */
#order_form .block.field_academy_birth{width:135px;}
#order_form .block.field_academy_birth input{width:45px;}
#order_form .block.field_academy_psc{width:135px;}
#order_form .block.field_academy_psc input{width:45px;}

/* Poznámky */
#order_form .group.g_notes .block.field_academy_login_notes label{display:none;}
#order_form .group.g_notes .block.field_academy_login_notes textarea{height:95px;}

/* Submit */
#order_form .submit_block_login{
   float:right;
   width:405px;
   border:1px solid #d7d7d7;
   padding:10px 15px;
}
#order_form .submit_block_login .block.field_academy_login_acceptpersonality, #order_form .submit_block_login .block.field_academy_login_acceptconditions{width:300px; margin:3px 0;}

#order_form .submit_block_login .block.field_academy_login_captcha{width:270px; margin:10px 0 10px 40px;}
#order_form .submit_block_login .block.field_academy_login_captcha input{width:80px; margin:0px 0 0 5px;}
#order_form .submit_block_login .block.field_academy_login_captcha label{float:left; margin:5px 0 0;}

#order_form .submit_block_login #submit{
   font-family: "HelveticeBold";
   display:block;
   font-size:20px;
   padding:10px 30px 10px 10px;
	background: #47C800 url("../images/title_arrow2.png") no-repeat 96% 50%;
   display:inline-block;
   border-radius:3px;
   color:#FFF;
   cursor:pointer;
}
#order_form .submit_block_login #submit:hover{
   color:#fff;
   background: #494949 url("../images/title_arrow3.png") no-repeat 96% 50%;
   text-decoration:none;
}
/* Submit END */

/******************************* PŘIHLÁŠKA DO KEMPU END  ***************************************/


/********************************* ČLÁNKY (REPORTY Z KEMPŮ) **********************************/

/********** REPORTS HOMEBOX **********/
#news-box h1 a.reports_title{
   background-position:258px 16px;
}

/*********** NEWS BOX ****************/
#articles {
   padding: 0;
   position:relative;
   float:left;
   width:100%;
}
#articles h1{
   padding:0px 0 10px;
}
#articles h1 a{
   font-size:30px;
   padding:8px 30px 8px 10px;
	background: url("../images/title_arrow.png") no-repeat 260px 16px;
   display:inline-block;
   border-radius:3px;
}
#articles h1 a:hover{
   color:#FFF;
	background: #2bbdf6 url("../images/title_arrow2.png") no-repeat 260px 16px;
   text-decoration:none;
}
#articles .item {
   float:left;
   width:100%;
   height:136px;
   margin:16px 8px 0 8px;
   position:relative;
   font-size:12px;
}
#articles .item a.imgbox {
   margin:0 20px 0 0;
   display:block;
   position:relative;
   float:left;
}
#articles .item img {display: block;}
#articles .item p.date {
   position:absolute;
   top:95px;
   color:#FFF;
   font-size:20px;
   font-family: "HelveticeBold", Arial, Helvetica, sans-serif;
   background-color:#01aff0;
   border-left:5px solid #009bd5;
   padding:7px 7px 8px;
   left:0px;
}
#articles .item h3 {
   padding: 8px 5px 0px;
   font-size:16px;
}
#articles .item p {
   line-height:19px;
   text-align:left;
}
/*********** NEWS BOX END *************/


/********************************* ČLÁNKY (REPORTY Z KEMPŮ) END **********************************/
