/*** Loading fonts ***/
/*@font-face {
    font-family: 'Source Sans Pro';
    src: url('../../font/SourceSansPro/EOT/SourceSansPro-Regular.eot');
    src: url('../../font/SourceSansPro/EOT/SourceSansPro-Regular.eot?#iefix') format('embedded-opentype'),
         url('../../font/SourceSansPro/WOFF/TTF/SourceSansPro-Regular.ttf.woff') format('woff'),
         url('../../font/SourceSansPro/SVG/SourceSansPro-Regular.svg') format('svg');
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../../font/SourceSansPro/EOT/SourceSansPro-It.eot');
    src: url('../../font/SourceSansPro/EOT/SourceSansPro-It.eot?#iefix') format('embedded-opentype'),
         url('../../font/SourceSansPro/WOFF/TTF/SourceSansPro-It.ttf.woff') format('woff'),
         url('../../font/SourceSansPro/SVG/SourceSansPro-It.svg') format('svg');
    font-style: italic;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../../font/SourceSansPro/EOT/SourceSansPro-Bold.eot');
    src: url('../../font/SourceSansPro/EOT/SourceSansPro-Bold.eot?#iefix') format('embedded-opentype'),
         url('../../font/SourceSansPro/WOFF/TTF/SourceSansPro-Bold.ttf.woff') format('woff'),
         url('../../font/SourceSansPro/SVG/SourceSansPro-Bold.svg') format('svg');
    font-style: normal;
    font-weight: bold;
}*/

/*** CSS RESET  ***/
table {
    border-spacing: 0;
    width:100%;
    border-collapse: collapse;
}
img,a img {
    border:0px;
}

a[href^="error:"] {
    background: red;
    color: white;
}

input[type="text"], textarea {
    border: 1px #d3d3d3 solid;
    background-color: #f6f6f6;
    color: #606060;
    width: 169px;
    height: 26px;
    padding-left: 3px;
}

#main a {
    color: #012202;
    text-decoration: underline;
}

#main a:hover {
    color:#0eca00;
    text-decoration: underline;
}

/* Formularova tlacitka, formulare */
input[type="submit"],input[type="button"] {
    border:1px #0eca00 solid;
    background-color: #f6f6f6;
    font-weight: bold;
    width: 122px;
    height: 30px;
    color: #0eca00;
    cursor:pointer;
    padding:2px 8px 2px 8px;
}
input[type="submit"]:hover,input[type="button"]:hover {
    background:#eeeeee;
}

/*** HOMEPAGE ***/

body #homepage {
    background-color: #042f04;
}

#homepage #content {
    height: 370px;
    background: url('../../img/frontend/hp-world.png') no-repeat center left transparent;
    width: 980px;
    margin: 0px auto;
}

#homepage #lang-content {
    width: 980px;
    margin: 0px auto;
    position: relative;
    height: 102px;
	margin-bottom: 50px;
}

#homepage #lang-content #select-language {
    background: url('../../img/frontend/select-languages.png') no-repeat center right transparent;
    width: 360px;
    position: absolute;
    top: 0px;
    padding: 35px 0;
    color: #98b999;
    line-height: 15px;
}

#homepage #lang {
    float: none;
    padding: 10px 0px;
    margin-top: 10px;
    font-size: 0;
    
    position: absolute;
    top: 23px;
    left: 389px;
}

#homepage #footer_box {
    background: none;
    margin-top: 70px;
}

#homepage #footer {
    height: 80px;
}

#homepage #copyright {
    position: absolute;
    top: 43px;
    left: 0px;
    right: auto;
    bottom: auto;
    text-align: right;
    font-size: 10px;
    color: #98b999;
}



/*** LAYOUT ***/

html, body{
    margin:0;
    padding:0;
    color: #555555;
    font-family: "Lucida Sans Unicode", "Lucida Grande", 'Calibri';
    /*font-family: Arial, Helvetica, sans-serif; 'Source Sans Pro', */
    font-size: 13px;
    /*height: 100%;*/
    background-color: #042F04;
}

body {
/*    
    background-image: url('../../img/frontend/world_big.png'), url('../../img/frontend/top_white_background.jpg');
    background-repeat: no-repeat, repeat-x;
    background-position: top center, top left;
    */
    background-color: #dcdcdc;
    
    /*border-top: 20px #DCDCDC solid;*/
}

#header{
    min-width: 980px; /* header after main */
    margin-left: auto;
    margin-right: auto;
    background-color: #042f04;
    /*height:100px;*/
    /*
    position:absolute; /* header after main */
}

#logo_box {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
}

#logo_box a#logo {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 27px 0px 27px 0px;
}

#lang {
    float: right;
    padding: 10px 0px;
    margin-top: 10px;
    font-size: 0;
}

#lang a {
    display: inline-block;
    width: 21px;
    height: 15px;
    margin-left: 10px;
    color: #98b999;
}

/*.lang.cz {
    background: url('../../img/frontend/flags.png') no-repeat scroll 0px 0px transparent;
}
.lang.en {
    background: url('../../img/frontend/flags.png') no-repeat scroll -31px 0px transparent;
}
.lang.ru {
    background: url('../../img/frontend/flags.png') no-repeat scroll -62px 0px transparent;
}
.lang.hu {
    background: url('../../img/frontend/flags.png') no-repeat scroll -93px 0px transparent;
}
.lang.afganisthan {
    background: url('../../img/frontend/flags.png') no-repeat scroll -124px 0px transparent;
}
.lang.ir {
    background: url('../../img/frontend/flag-ir.png') no-repeat scroll transparent center center;
} */


.lang.cz {
 /*   background: url('../../img/frontend/flags/flag-cz.png') no-repeat scroll transparent center center;
*/
}
.lang.en {
/*    background: url('../../img/frontend/flags/flag-en.png') no-repeat scroll transparent center center;
*/
}
.lang.ru {
    background: url('../../img/frontend/flags/flag-ru.png') no-repeat scroll transparent center center;
}

.lang.de {
    background: url('../../img/frontend/flags/flag-de.png') no-repeat scroll transparent center center;
}
.lang.fa {
    background: url('../../img/frontend/flags/flag-fa.png') no-repeat scroll transparent center center;
}
.lang.ar {
    background: url('../../img/frontend/flags/flag-ar.png') no-repeat scroll transparent center center;
}

/*** CONTENT ***/

#pagewidth{
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 50px;
    /*background: url('../../img/frontend/left_column_background.png') repeat-y top left transparent;*/
    /*background: url('../../img/frontend/pagewidth-background.jpg') repeat-y top left transparent;*/
    background: url('../../img/frontend/pagewidth-background-with-left-col.jpg') repeat-y top left transparent;
}

#leftcol{
    width:240px;
    float:left;
    margin-right:10px;
    /*display: none;*/
    
}

#middlecol{
    margin: 0px 0px;
    width:480px;
    float:left;
    position:relative;
    background-color: #f5f5f5;
    
}
#rightcol{
    margin-left: 10px;
    width:240px;
    float:left;
}

/*** COLUMNS ***/
.column_block, .column_sledovani {
    padding-top: 1px;
    padding-bottom: 1px;
    /*margin-bottom: 2px;*/
    background-color: #f5f5f5;
}

#rightcol .column_block {
    border-bottom: 10px #DCDCDC solid;
}

#rightcol .column_block {
    font-size: 0;
}

#rightcol .column_block input[type="submit"], .sledovani_zasilky input[type="submit"]{
    width: 30px;
    height: 30px;
    color: transparent;
    border: none;
}
.sledovani_podtext {
    color:#ffffff !important;
    margin:25px 0 8px 0 !important;
    padding-left:20px;
}
.sledovani_podtext2 {
    color:#cac8c8 !important;
    background:#686868;
    font-size:11.5px;
    display:block;
    margin-top:45px !important;
    padding-top:13px;
    padding-bottom:13px;
    padding-left:20px;
}
.sledovani_zasilky input[type="submit"]{
    background: url('../../img/frontend/submit-icons.png') no-repeat scroll 0px 0px transparent;
}
.sledovani_zasilky textarea {
    color:#000000;
    width:198px;
    height:65px;
    border:none;
    font-family: "Lucida Sans Unicode", "Lucida Grande", 'Calibri';
}

.column_block a {
    color: #012202;
    text-decoration: underline;
}

.column_block a:hover {
    color:#0eca00;
    text-decoration: underline;
}


body .column h1, body .column .right-h1 {
    margin: 20px 0px 15px;
}

body .column_block .podnadpis {
    margin: 0px 0px 15px;
    padding-left: 20px;
    color: #012202;
    font-size: 15px;
    font-weight: normal;
}

.column h1 {
    font-weight: normal;
}

.column h2 {
    margin: 0px;
    font-size: 14px;
/*    font-weight: bold;*/
    font-weight: normal;
    color: #012202;
}

.column p {
    margin: 0px;
    font-size: 13px;
    /*color: #012202;*/
    color: #555;
}

#rightcol .block {
    /*text-align: center;*/
}

.column .block {
    margin: 15px 15px 15px 19px
}

#rightcol input[type="text"] {
    /*margin: 13px 0px;*/
}

#rightcol textarea {
    margin: 13px 0px;
    height: 63px;
}

#rightcol #hlavni_kancelar {
    margin-bottom: 0px;
    border-bottom-width: 0px;
}

#hlavni_kancelar h1, #hlavni_kancelar .mceContentBody h1, #hlavni_kancelar .right-h1, #hlavni_kancelar .mceContentBody .right-h1 {
    margin-bottom: 0px;
    margin-top:29px;
}
#hlavni_kancelar .right-h1, #hlavni_kancelar .mceContentBody .right-h1 {
  display:block;
}

/*** FOOTER ***/
#footer_box {
    margin-left: auto;
    margin-right: auto;
    background: #DCDCDC;
    min-width: 980px;
}

#footer_box1 {
    width: 980px;
    margin: 0px auto;
}

#footer {
    height: 122px;
    padding: 0px 10px 0px 13px;
    font-size: 11px;
    clear: both;
    position: relative;
    color: gray;
}

#footer a {
    color: gray;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

#footer_logo {
    /*float: right;*/
    position: absolute;
    top: 30px;
    left: 6px;
}

#footer_logo a {
    display: block;
}

#links {
    /*margin-bottom: 5px;*/
    position: absolute;
    top: -30px;
    left: 7px;
}

#copyright {
    position: absolute;
    top: -30px;
    right: 10px;
    text-align: right;
}


#main {
    /*background-color: white;*/
    padding: 20px 20px;
    /*margin-top: 2px;*/
    /*border-top: 2px #dcdcdc solid;*/
}
#company_info {
    padding-top:10px;
    padding-bottom:12px;

    margin-left:-5px;
    font-size:9px;
    color: gray;
}

#wrapper { 
    padding-top:102px; /* header after main */ 
}

#maincol{
    float: left;
    display:inline;
    position: relative;
    width:580px;
    /*z-index:1000;*/
}
#footer{
    clear:both;
}

#footer-text {
    position: absolute;
    left: 254px;
    top: 33px;
}

/* *** Float containers fix:
http://www.csscreator.com/attributes/containedfloat.php *** */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */


/*** GLOBAL STYLES ***/

textarea.mceFrontend {
    min-height:100px;
}
a, .mceContentBody a {

}
a:hover, .mceContentBody a:hover {

}
#main, .mceContentBody {
    text-align:left;
}
#main, .mceContentBody, .mceContentBody table, .mceContentBody td, .mceContentBody th, #main table, #main table td, #main table th, #main table td span  {
    font-size:12px; /* velikost fontu v mainu musi byt nastavena i pro vypis tabulek v editoru */
}
#main p:first-of-type:first-line , .mceContentBody p:first-of-type:first-line {
/*    color:#0eca00;
    font-size:13px;
    line-height:165%;*/
}
#main p, .mceContentBody p, .mceContentBody table, .mceContentBody td, .mceContentBody th, #main table, #main table td, #main table th{
    line-height:120%;
    margin:0;
}

#main h1, .mceContentBody h1, .column h1, .column_sledovani .sledovani-title, .column .right-h1, .mceContentBody .right-h1 {
    background: url('../../img/frontend/h1-arrow.png') no-repeat center left transparent;
    padding-left: 20px;
    /*margin-left: -20px;*/
    margin: 10px 0px 0px -20px;
    /*color: #0eca00;*/
    color: #042f04;
    font-size: 18px;
    font-weight: normal;
}
#main h2, .mceContentBody h2 {
    color: #0eca00;
    font-size: 18px;
    font-weight: normal;
    margin-bottom:0;
}

#main h3, .mceContentBody h3 {
    color: #0eca00;
    font-size: 17px;
    font-weight: normal;
    margin-bottom:0;
}

#main h4, .mceContentBody h4 {
    color: #0eca00;
    font-size: 16px;
    font-weight: normal;
    margin-bottom:0;
}

#main h5, .mceContentBody h5 {
    color: #0eca00;
    font-size: 15px;
    font-weight: normal;
    margin-bottom:0;
}

#main h6, .mceContentBody h6 {
    color: #0eca00;
    font-size: 14px;
    font-weight: normal;
    margin-bottom:0;
}
#main h1+p, #main h2+p, #main h3+p, #main h4+p, #main h5+p, #main h6+p  {
    margin-top:0;
}

form[name=form_search] {
    display:inline;
    padding:0;
    margin:0;
}







/*** MENU ***/
/* menu 1. urovne */
.menu {
	z-index:10;    
}
.menu ul { 
    list-style-type:none;
    margin:0;
    padding:0;
    z-index:10;
    
}
.menu ul > li {
    position: relative; 
    float:none; /*pokud float:left, pak je menu horizontalni, jinak vertikalni*/
} 
/* submenu */
.menu ul > li > ul{
    border:1px solid gray;
    display: none;
    position: absolute;
    top: 2px;
    left: 275px;
    width:200px;
    background-color:red;
    z-index:10;
}
.menu ul > li > ul > li {
    float:none;
    border:none;
    padding:0px;
    width:100%;
}
/* pozice pro menu >2. urovne */
.menu ul > li > ul > li > ul {
    top:-1px;
    left:200px;
    position:absolute;
}
/* vzhled odkazu celem menu */
.menu ul li a, .menu ul li span {
    display: block;
    color: gray;
    background:none;
    border:1px solid gray;
    margin: 0px;
    padding:2px;
    width:100%;
}


.menu ul li:hover a,.menu ul li:hover span {

}
.menu ul li.active a, .menu ul li.active span {

}
/* 2.uroven */
.menu ul li:hover ul { display: block; }
.menu ul li:hover ul li { border:none; }
.menu ul li:hover ul li a { margin:2px;border:none;color:gray; }
.menu ul li:hover ul li:hover a {color:black;}
.menu ul li:hover ul li.active a {color:black;}

/* 3.uroven */
.menu ul li:hover ul li ul { display: none; }
.menu ul li:hover ul li:hover ul { display: block; }
.menu ul li:hover ul li:hover ul li { border:none; }
.menu ul li:hover ul li:hover ul li a { background-color:#ffffff; color:gray; }
.menu ul li:hover ul li:hover ul li:hover a { color:black; background-color: #ffffff; }
.menu ul li:hover ul li:hover ul li.active a {color:black;}

/* 4.uroven */
.menu ul li:hover ul li:hover ul li ul { display: none; }
.menu ul li:hover ul li:hover ul li:hover ul { display: block; }
.menu ul li:hover ul li:hover ul li:hover ul li { border:none; }
.menu ul li:hover ul li:hover ul li:hover ul li a { background-color:#ffffff; color:gray; }
.menu ul li > ul li > ul li > ul li:hover a { color:black; background-color: #ffffff; }
.menu ul li > ul li > ul li > ul li.active a {color:black;}





/* STRANKOVAC, pouziva se ruzne na webu */
.paginator {
    margin: 1em 0;
    font-size: 90%;
}

.paginator a, .paginator span {
    margin-right: 0.1em;
    padding: 0.2em 0.5em;
    color: #999999;
}

.paginator a {
    border: 1px solid #9AAFE5;
    text-decoration: none;
    color: #105CB6;
}

.paginator span.button {
    border: 1px solid #DDDDDD;
}

.paginator .current {
    background: #2E6AB1;
    border: 1px solid #2E6AB1;
    color: white;
    font-weight: bold;
}


/* Flash zpravicky z Nette */
.message {
    display:block;
    border:1px solid gray;
    background:#EEEEEE;
    padding:10px;
    font-size:15px;
}
.message.done {
    color:blue;
}
.message.error {
    color:red;
}

.offices {
    margin-top: 20px;
}

.offices tr {
    line-height: 20px;
}


.menu-top {
    width: 980px;
    margin-top:-51px;
    float:right;
    text-align:right;

}

.menu-top ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-size: 0px;
    
}

.menu-top ul li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    
    margin-bottom: -1px;
    padding-left: 1px;

}


.menu-top ul li span, .menu-top ul li a {
    padding: 30px 15px 0px 15px;
    display: block;
    text-decoration: none;
    color: #0eca00;

    font-size: 12px;
    text-transform: uppercase;
}
.menu-top ul li:last-child span, .menu-top ul li:last-child a {
  padding-right:0;
}

.menu-top ul li.active span, .menu-top ul li.active a,
.menu-top ul li span:hover, .menu-top ul li a:hover {
    color: #0eca00;
}

/* menu with icons, 7. 5. 2015 */
.menu-with-icons {
  padding: 20px 20px 0 20px;
}
.menu-with-icons ul {
  padding:0;
  margin:0;
  list-style-type:none;
}

.menu-with-icons ul li {
  margin-bottom:6px;
    /*padding-bottom:8px;*/
    padding-bottom:19px;
    border-bottom:1px solid #dddddd;
}

.menu-with-icons ul li a {
  color:#012202;
  text-decoration:none;
    display:block;
    /*height:30px;*/
    height:30px;

}

.menu-with-icons ul li a:hover {
  color: #0eca00;
}
.menu-with-icons ul li a img {
  margin-right:10px;
    margin-top:6px;
    float:left;
    -webkit-mask-image:-webkit-linear-gradient(top, rgba(57, 213, 45,1.0), rgba(57, 213, 45,1.0));

}
.menu-with-icons ul li a span {
    display:inline-block;
    line-height:350%;

}

.column_sledovani {
    float:right;
    background:#555555;
    width:240px;
    height:308px;

    border-left: 10px #DCDCDC solid;
}
.column_sledovani .sledovani-title {
    color:#ffffff;
    font-weight: bold;
    padding-bottom:10px;

    background:none;
    border-bottom:1px solid #686868;
}
input[name="zasilka"] {
    width:200px;
}
.sledovani_zasilky input[type="submit"],
.formular input[type="submit"] {
    background: #42d636; /* Old browsers */
    background: -moz-linear-gradient(top,  #42d636 0%, #23931c 50%, #23931c 51%, #144f14 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#42d636), color-stop(50%,#23931c), color-stop(51%,#23931c), color-stop(100%,#144f14)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #42d636 0%,#23931c 50%,#23931c 51%,#144f14 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #42d636 0%,#23931c 50%,#23931c 51%,#144f14 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #42d636 0%,#23931c 50%,#23931c 51%,#144f14 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #42d636 0%,#23931c 50%,#23931c 51%,#144f14 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42d636', endColorstr='#144f14',GradientType=0 ); /* IE6-9 */

    color:#ffffff;
    width:80px;
    margin-right:3px;
    margin-top:10px;
    float:right;
}

.contacts-content {
    padding:20px 20px;
}
.info-head {
    color:#999999 !important;
}
.info-text {
    color:#012202;
    padding-bottom:20px;
}
.top-line {
    border-top: 1px solid #dddddd;
    padding-top:22px;
    display:block;
}

.contacts-icon {
    float:left;
    width:38px;
    height:60px;
    display:block;
}
.contacts-icon.phone {
    background:url("../../img/frontend/contacts/1437675721_phone8-1.0.png") no-repeat left 29px;
}
.contacts-icon.zdarma {
    background:url("../../img/frontend/contacts/1437675721_phone8-1.0.png") no-repeat left 29px;
}
.contacts-icon.email {
    background:url("../../img/frontend/contacts/1437675682_mail-24-1.0.png") no-repeat left 29px;
}
.contacts-icon.skype {
    background:url("../../img/frontend/contacts/skype2-1.0.png") no-repeat left 29px;
}
.contacts-icon.facebook {
    background:url("../../img/frontend/contacts/1437675603_46-facebook-1.0.png") no-repeat left 29px;
}
.contacts-icon.linkedin {
    background:url("../../img/frontend/contacts/1437675633_51-linkedin-1.0.png") no-repeat left 29px;
}
.contacts-icon.office {
    background:url("../../img/frontend/contacts/1437675818_user3-1.0.png") no-repeat left 31px;
    height:110px;
}

.contacts-icon.location {
    background:url("../../img/frontend/contacts/1437770378_location3-1.0.png") no-repeat left 29px;
}

#links a.no-link:hover {
    text-decoration: none;
}

#main table td, #main table tr {
    vertical-align: top;
}

.text-light-green {
    color:#0eca00 !important;
}
.text-dark-green {
    color:#042f04 !important;
}

/*** CAROUSEL **/
#carousel {

    width: 730px;
    height: 310px;
    background-color: #004477;
    position: relative;
}

#carousel-arrow {
    position: absolute;
    top: 80px;
    left: 0px;
    z-index: 1;
}

.carousel-indicators-wrapper2 {
    /* skryti tecek */
    width:0;
    height:0;
    overflow:hidden;

    /*padding: 7px 9px;*/
    /*font-size: 0px;*/
}

.carousel-control {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 9px;
    height: 15px;
    margin-right: 5px;
    /*margin-right: -275px;*/
}

.left.carousel-control {
    background: url('../../img/frontend/carousel_arrow_left.png') no-repeat top left transparent;
}

.right.carousel-control {
    background: url('../../img/frontend/carousel_arrow_right.png') no-repeat top left transparent;
}



#carousel .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    /*margin-bottom: 2px;*/
    /*border-bottom: 2px #dcdcdc solid;*/
    height: 310px;
}

#carousel .carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}

#carousel .carousel-inner > .item > img,
#carousel .carousel-inner > .item > a > img {
    display: block;
    height: auto;
    /*max-width: 100%;*/
    line-height: 1;
}

#carousel .carousel-inner > .active,
#carousel .carousel-inner > .next,
#carousel .carousel-inner > .prev {
    display: block;
}

#carousel .carousel-inner > .active {
    left: 0;
}

#carousel .carousel-inner > .next,
#carousel .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

#carousel .carousel-inner > .next {
    left: 100%;
}

#carousel .carousel-inner > .prev {
    left: -100%;
}

#carousel .carousel-inner > .next.left,
#carousel .carousel-inner > .prev.right {
    left: 0;
}

#carousel .carousel-inner > .active.left {
    left: -100%;
}

#carousel .carousel-inner > .active.right {
    left: 100%;
}

#carousel .carousel-indicators-wrapper {
    /*height: 28px;*/
    /*background-color: #F1F1F1;*/
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.image_carousel {
    /*height: 283px;*/
}

.carousel_caption {
    position: absolute;
    top: 0px;
    right: 0px;
    background:#555555;

    height:100%;
    padding: 14px 25px;
}

.carousel_caption a {
    text-decoration: none;
}

.carousel_caption a:hover {
    text-decoration: none;
}
.carousel-text-green {
    text-transform: uppercase;
    color: #3BD42C;
    font-size:18px;
    text-shadow: 0px 0px 13px rgba(0, 0, 0, 1);
}
.carousel-text-white {
    text-transform: uppercase;
    color: #ffffff;
    font-size:18px;
    text-shadow: 0px 0px 13px rgba(0, 0, 0, 1);
}

.carousel-indicators-wrapper .controls {
    float: right;
}

.carousel-indicators-wrapper ol {
    padding: 0px;
    margin: 0px;
}

#carousel .carousel-indicators-wrapper ol li {
    float: left;
    display: block;
    border: 1px white solid;
    width: 15px;
    height: 15px;
    margin-right: 6px;
    /*background-color: #FFFFFF;*/
    cursor: pointer;

    -webkit-border-top-left-radius: 13px;
    -webkit-border-top-right-radius: 13px;
    -webkit-border-bottom-left-radius: 13px;
    -webkit-border-bottom-right-radius: 13px;

    -khtml-border-radius-topleft: 13px;
    -khtml-border-radius-topright: 13px;
    -khtml-border-radius-bottomleft: 13px;
    -khtml-border-radius-bottomright: 13px;

    -moz-border-radius-topleft: 13px;
    -moz-border-radius-topright: 13px;
    -moz-border-radius-bottomleft: 13px;
    -moz-border-radius-bottomright: 13px;

    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    border-bottom-right-radius: 13px;
    border-bottom-left-radius: 13px;
}

#carousel .carousel-indicators-wrapper ol li.active {
    border: 1px #063206 solid;
}

#carousel .carousel-indicators-wrapper ol li.active .in_indicator{
    margin: 2px;
    background-color: #30c723;

    width: 11px;
    height: 11px;

    -webkit-border-top-left-radius: 13px;
    -webkit-border-top-right-radius: 13px;
    -webkit-border-bottom-left-radius: 13px;
    -webkit-border-bottom-right-radius: 13px;

    -khtml-border-radius-topleft: 13px;
    -khtml-border-radius-topright: 13px;
    -khtml-border-radius-bottomleft: 13px;
    -khtml-border-radius-bottomright: 13px;

    -moz-border-radius-topleft: 13px;
    -moz-border-radius-topright: 13px;
    -moz-border-radius-bottomleft: 13px;
    -moz-border-radius-bottomright: 13px;

    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    border-bottom-right-radius: 13px;
    border-bottom-left-radius: 13px;
}


#carousel .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
}

.formular input[type="text"] {
    width:250px;
}
.formular textarea {
    height:100px;
    width:248px;
}
.formular input[type="submit"] {
    float:none;
    margin:0;
}
.formular th {
    width:200px;
}

.column_sledovani .sledovani-title {
    font-weight:normal !important;
    margin-top:10px !important;
    margin-bottom:0 !important;
    font-size:20px !important;
    color:#ffffff !important;
    margin-left:0px;
    display:block;

}