/********************************************************************/
/*********   MALOTRAKTORYSILESIA.CZ | Created by studio WPJ *********/
/********************************************************************/
* {
   margin: 0;
   padding: 0;
   border:0px;
}
/************************ GENERAL STYLES ****************************/
body {
   background: url('../images/bg.jpg') no-repeat center center fixed;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   color:#4f4f4f;
   font-family: "proxima-nova", Arial, Verdana, Geneva, Helvetica, sans-serif;
   font-size:14px;
   line-height: 22px;
}
a:link,
a:visited {
   color: #669900;
   text-decoration: none;
}
a:hover {
   color: #03601e;
   text-decoration: underline;
}
h1 {
   color: #2a2a29;
   font-size: 26px;
   padding: 15px 0 6px;
   font-weight:800;
   font-family: "proxima-nova", Arial, Helvetica, Verdana, sans-serif;
}

h2 {
   color: #03601e;
   font-size: 20px;
   padding: 20px 0 6px ;
   font-weight:600;
   font-family: "proxima-nova", Arial, Helvetica, Verdana, sans-serif;
}

h3 {
   font-size: 16px;
   padding: 15px 0px 6px;
   font-family: "proxima-nova", Arial, Helvetica, Verdana, sans-serif;
   font-weight: 600;
}
h4 {
   color: #03601e;
   margin: 0;
   padding: 5px 0px 2px 0px;
   font-size:14px;
   font-weight:bold;
}
h5 {
   margin: 0;
   padding: 5px 0px;
   font-size:12px;
   font-weight:bold;
}
p{
   line-height:22px;
   padding:4px 0px;
}

/* Cleaner */
.cleaner {
   clear:both;
   padding:0;
   margin:0;
   background:none;
}
/* Divider */
.divider{
   background: #e7e7e7;
   height:2px;
   margin:10px 0px;
   width: 100%;
}
/*************************** MAIN LAYOUT *****************************/
#wrapper {
   background-color:#ffffff;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5),0px 5px 5px 0px rgba(0, 0, 0, 0.3);
   -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5),0px 5px 5px 0px rgba(0, 0, 0, 0.3);
   box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5),0px 5px 5px 0px rgba(0, 0, 0, 0.3);
   margin:15px auto 15px;
   width: 960px;

}

#page-left {
   float: left;
   width: 265px;
   padding-bottom: 15px;
}

#page-right {
   float: right;
   padding: 0 30px 15px 9px;
   _padding: 0 15px 15px 9px;
   width: 656px;
}

/************* HEADER *****************/

#header {
   background: #f0f0f0;
   background: -moz-linear-gradient(top, #fff 0%, #e6e6e6 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top, #fff 0%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top, #fff 0%, #e6e6e6 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(top, #fff 0%, #e6e6e6 100%); /* IE10+ */
   background: linear-gradient(to bottom, #fff 0%, #e6e6e6 100%); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
   -webkit-border-top-left-radius: 10px;
   -webkit-border-top-right-radius: 10px;
   -moz-border-radius-topleft: 10px;
   -moz-border-radius-topright: 10px;
   border-top-left-radius: 10px;
   border-top-right-radius: 10px;
   -webkit-box-shadow: 0px 2px 6px 0px rgba(186,186,186,1);
   -moz-box-shadow: 0px 2px 6px 0px rgba(186,186,186,1);
   box-shadow: 0px 2px 6px 0px rgba(186,186,186,1);
   height: 82px;
   margin-bottom: 23px;
   padding: 25px 30px 20px;
   position: relative;
}

#header .logo { float:left; }

#header .tagline {
   float: left;
   margin: 14px 40px 14px 30px;
   *margin: 14px 20px 14px 30px;
}

#header .tagline p {
   color: #4f4f4f;
   font-size: 18px;
   font-style: italic;
   line-height: 22px;
}

#header .tagline .second { padding-left: 75px; }
#header .number {
   padding-top: 25px;
   float: right;
}

#header .number p {
   color: #4f4f4f;
   float: left;
   font-size: 20px;
   font-weight: 600;
}

#header .number .telefon {
   width: 23px;
   height: auto;
   padding: 3px 7px 0 0;
   float: left;
}

#vlajky {position: absolute; top: 12px; right: 15px;}
#vlajky ul {list-style-type: none;}
#vlajky li { display: inline;}
#vlajky img { float: left;margin: 0 3px; border: 2px solid #e7e7e7;}
#vlajky .lang-active {border: 2px solid #03601e;}
#vlajky img:hover {border: 2px solid #669900;}
/*********** MAIN MENU ****************/
#menu ul {
   list-style: none;
}

#menu ul li {
   height: auto;
   width: 228px;
}

#menu ul li:nth-child(2) a,#menu ul li:nth-child(3) a,#menu ul li:nth-child(4) a,#menu ul li:nth-child(5) a,#menu ul li:nth-child(6) a{
   background: #d4d4d4;
   font-weight:bold;
}
#menu ul li a {
   background-color: #e7e7e7;
   color: #2a2a29;
   display:block;
   float:left;
   height:auto;
   font-family: "proxima-nova", Arial, Helvetica, sans-serif;
   font-size: 16px;
   line-height: 20px;
   margin: 0px 15px 3px 22px;
   _margin: 0 10px 3px 10px;
   padding: 5px 30px;
   position: relative;
   text-decoration:none;
   width: 168px;
}
#menu ul li a::before {
   content:'';
   display:block;
   width: 0;
   height: 0;
   border-style: solid;
   border-width: 5px 0 5px 8px;
   border-color: transparent transparent transparent #03601e;
   position: absolute;
   left: 13px;
   top: 10px;
}

#menu ul li a.selected, #menu ul li a:hover {
   background-color: #03601e;
   color: #fff;
}

#menu ul li a:hover::before, #menu ul li a.selected::before {
   content:'';
   display:block;
   width: 0;
   height: 0;
   border-style: solid;
   border-width: 5px 0 5px 8px;
   border-color: transparent transparent transparent #fff;
   position: absolute;
   left: 13px;
   top: 10px;
}
/*********** MAIN MENU END ****************/

/*********** 2. ÚROVEŇ CONTENT *******************/
#menu .li_sel li a {
   background-color: #e7e7e7;
   color: #2a2a29;
   display:block;
   float:left;
   height:auto;
   font-size: 16px;
   line-height: 20px;
   padding: 5px 30px 5px 60px;
   position: relative;
   text-decoration:none;
   width: 138px;

}

#menu .li_sel li a::before {
   content:'';
   display:block;
   width: 0;
   height: 0;
   border-style: solid;
   border-width: 5px 0 5px 8px;
   border-color: transparent transparent transparent #03601e;
   position: absolute;
   left: 43px;
   top: 10px;
}

#menu .li_sel li a.selected, #menu .li_sel li a:hover {
   background-color: #4f4f4f;
   color: #fff;
}

#menu .li_sel li a:hover::before, #menu .li_sel li a.selected::before {
   content:'';
   display:block;
   width: 0;
   height: 0;
   border-style: solid;
   border-width: 5px 0 5px 8px;
   border-color: transparent transparent transparent #fff;
   position: absolute;
   left: 43px;
   top: 10px;
}


/*********** LEFT CONTENT END *************/

/*********** RIGHT CONTENT ****************/

#page-right table { /*základní tabulka*/
   border-collapse:collapse;
   font-size:12px;
   line-height: 18px;
   margin:10px auto;
}

#page-right table td {
   background-color:#fff;
   border:1px solid #e7e7e7;
   color: #333;
   padding:5px 7px;
}

#page-right table th {
   background-color:#e7e7e7;
   border:1px solid #e7e7e7;
   color:#03601e;
   font-weight:600;
   padding:5px 7px;
   text-align:center;
}


#page-right .column-33 {
   box-sizing: border-box;
   float:left;
   width: 33%;
   *width: 30%;
   _width: 28%;
}

#page-right ul, #page-right ol {
   line-height:23px;
   margin-left:20px;
   *margin-left:10px;
   list-style: none;
   list-style: disc\9;
}

#page-right li {position: relative;}

#page-right li::before {
   content:'';
   display:block;
   width: 0;
   height: 0;
   border-style: solid;
   border-width: 5px 0 5px 8px;
   border-color: transparent transparent transparent #03601e;
   position: absolute;
   left: -14px;
   top: 6px;
}


#page-right ul.column-33 {
   padding: 5px 30px 15px;
   *padding: 5px 15px 15px;
   margin: 0;
}

.produkt {overflow: auto; padding: 15px 0 10px;}

.produkt .traktor {
   border: 3px solid #e7e7e7;
   display: block;
   margin: 0 auto;
   width: 194px;
}

.produkt .traktor img {
   display:block;
   margin: 0;
   padding: 0;
}

.produkt .traktor .btn {
   background-color: #03601e;
   color: #fff;
   display: block;
   font-size: 16px;
   font-weight: 500;
   height: 31px;
   line-height:31px;
   margin: 0;
   padding: 0;
   text-align: center;
   text-decoration: none;
   width: 194px;
}

.produkt .traktor a:hover, .produkt .traktor .link-hovered { background-color: #690; text-decoration: none;}

/********** RIGHT CONTENT END *************/
/*********** FOOTER CONTENT ****************/

#footer {
   border-top: 2px solid #e7e7e7;
   height: 40px;
   margin: 0 30px;
   width:900px;
}

#footer p {
   color: #4f4f4f;
   float:left;
   font-size: 12px;
   line-height:40px;
}

#footer p a{
   color: #669900;
   font-weight: bold;
   text-decoration: none;
}

#footer p a:hover{
   color: #03601e;
   text-decoration:none;
}

#footer .footer-right { float:right; }

/*********** FOOTER CONTENT END **************/

/*************************** MAIN LAYOUT END *****************************/
/**************************** GALERIE ************************************/
#fotogalerie {
   border-top: 2px solid #e7e7e7;
   margin:17px 0 auto -5px;
   padding-top:10px;
   clear:both;
   width: 670px;
}
#fotogalerie img {
   display: block;
}
#fotogalerie a.imgbox {
   border:3px solid #e7e7e7;
   display:block;
   float:left;
   margin:7px 5px;
   position:relative;
}

#fotogalerie a.imgbox:hover { border:3px solid #03601e; }

.jquery-lightbox-title { /* větší text u popisu fotek lightboxu */ font-size:18px !important; }

/************************** GALERIE END *************************************/

/************************** MAPA ********************************************/
#map_canvas { float:right;height: 350px; width:500px; margin:10px auto 20px;}
#map_content { width:200px; }
#map_content p{ padding:0px; color:#000;}
#map_content p a{ color:#bf1a2a;}
/************************* MAPA END *****************************************/

/************************** PRODUCTS ****************************************/
.img_detail_wrapper{
   margin:5px 0 10px;
}
.img_detail_wrapper > a img{
   float:left;
   display:block;
}
.img_detail_wrapper .img_gallery{
   float:left;
   width:405px;
}
.img_detail_wrapper .img_gallery a img{
   margin:0 0 10px 10px;
   display:block;
   float:left;
}
/************************ PRODUCTS END **************************************/

/************************ PRODUCTS LIST *************************************/

.traktor-product {
   box-sizing: border-box;
   width: 33%;
   float:left;
   margin: 10px 0;
}

.traktor-product:nth-child(3n+4) {clear:both;}

.traktor-product img {
   width: 190px;
   height: auto;
   border: 3px solid #e7e7e7;
}

.traktor-product h3 {padding: 0}

.traktor-product h3 a{
   background-color: #03601e;
   color: #fff;
   display: block;
   font-size: 14px;
   font-style: normal;
   font-weight: 500;
   height: auto;
   line-height:20px;
   margin: 0;
   padding: 5px;
   text-align: center;
   text-decoration: none;
   width: 186px;}

.traktor-product h3 a:hover,
.traktor-product .link-hovered {background-color: #669900;}


/************************ RUZNE *************************************/
.royalSlider {*display: none; } /*hide in IE 7 and lower */
a.button,
#order_form .button {
   background-color: #03601e;
   color: #fff;
   cursor:pointer;
   display: block;
   font-size: 16px;
   font-weight: 500;
   height: 41px;
   line-height:41px;
   margin-top: 20px;
   padding: 0;
   text-align: center;
   text-decoration: none;
   width: 194px;
}

a.button:hover,
#order_form .button:hover {
   background-color: #669900;
}

#order_form {
   padding-top: 10px;
   width: 100%;
}

#order_form .block {
   margin: 5px 0 5px 0;
}
#order_form .block label {
   display: inline-block;
   line-height: 14px;
   padding: 0 4px 0 0;
   text-align: right;
   width: 80px;
}
#order_form .block label[for=id_captcha_1] {
   width: 200px;
}
#order_form .block input[type=text],
#order_form .block input[type=email],
#order_form .block textarea,
#order_form .block select {
   border-radius: 2px;
   border: 1px solid #e7e7e7;
   padding: 2px 3px;
   width: 230px;
}
#order_form .block select {
   width: 238px;
}
#order_form .block textarea {
   height: 150px;
   vertical-align: top;
   width: 560px;
}
#order_form .block.error input[type=text],
#order_form .block.error select {
   border: 1px solid #e03d25;
}
#order_form .block.error label {
   color: #e03d25;
}
#order_form .block.error span {
   color: #e03d25;
   display: none;
   font-size: 11px;
}
#order_form .block.required label:after {
   content: " *";
   color: #e03d25;
   font-weight: bold;
   font-size: 14px;
}
#order_form .field_notes {
   width: 100%;
   clear: both;
}
#order_form .field_captcha {
   float: left;
   margin-top: 0;
}
#order_form .field_captcha .captcha {
   background-color: #ffffff;
   border: 1px solid #dedede;
   border-radius: 2px;
   margin-right: 15px;
   max-width: 65px;
   padding: 8px 3px 7px;
   position: relative;
   top: 10px;
}
#order_form .field_captcha input#id_captcha_1 {
   width: 40px;
}
#order_form .error_message {
   background-color: #e03d25;
   clear: both;
   color: #ffffff;
   display: none;
   font-weight: bold;
   margin: 0 20px 10px 0;
   padding: 10px 15px;
}
#order_form .button {
   float: none;
   line-height: 40px;
   margin-top: 20px;
   padding: 0 10px;
   margin-left: 88px;
}
#order_form .recaptcha {
   padding-top: 1px;
   padding-left: 88px;
}

.akce-heading {
   margin: 15px 0 5px;
   text-align: center;
   clear: both;
}

.akce {
   padding-left: 22px;
   clear: both;
}

.akce-text h2 {
   background-color: #03601e;
   color: #fff;
   font-size: 14px;
   font-weight: 400;
   padding: 5px;
   text-align: center;
   width: 218px;
   margin-bottom: 20px;
}


.royalSlider.akce {
   width: 228px;
   height: 360px;
   padding: 0;

}


.akce .rsArrow {
   position: absolute;
   background-image: url("../images/arrows.jpg");
   z-index: 5;
   height: 30px;
   width: 21px;
   top: 40%;
   background-size: 200%;
}

.akce .rsArrow {
   position: absolute;
   background-image: url("../images/arrows.jpg");
   z-index: 5;
   height: 30px;
   width: 21px;
   top: 40%;
   background-size: 200%;
}

.akce .rsArrow.rsArrowRight {
   background-position: right top;
   right: 0;
}

.akce .rsArrow.rsArrowLeft {
   left: 0;
}

.akce .rsArrow.rsArrowRight:hover {
   background-position: right bottom;
}