/***************************/
/*******SHARE SETTINGS******/
/***************************/

body {
	margin: 0;
        padding: 0;
	width: 100%;
	background-color: #fff;
	font-family: Tahoma,Verdana,sans-serif,Arial;
}

header{
    height: 60px;
    background-color: #fff;
}

main{
     
}

footer{
    margin-top: 20px;
    height: auto;
    min-height: 200px;
    background-color: #D8D8D8;
}

.cleaner {
    clear: both;
    height: 0;
    font-size: 0;
    visibility: hidden;
}

#first-header-wrapper {
    display: block;
    height: 50px;
    margin: 0px 0px 0px 0px;
    background-color: #25D2A4;
    border-bottom: #D8D8D8 solid 2px;
}

.center-wrapper{
    display: block;
    width: 1170px;
    margin: 0 auto 0 auto;
    padding: 0px 0px 0px 0px; 
    text-align: left;
}

#first-header-wrapper .content{
    color: #fff;
    font-size: 13px;
    padding-top: 15px;
}

#second-header-wrapper 
{
    display: block;
    height: 108px;
    margin: 0px 0px 0px 0px;
}

#second-header-wrapper .center-wrapper .left-panel{
    display: block;
    float: right;
    padding-top: 50px;
}

#second-header-wrapper .center-wrapper .left-panel .search-panel{
    
}
#second-header-wrapper .center-wrapper .left-panel .search-panel #search-button{
    

    background-color: #005a9f;
    background-image: linear-gradient(to bottom, #0064b1, #004a84);
    background-repeat: repeat-x;
 
    box-shadow: 1px 1px 0 0 rgba(255, 255, 255, 0.2) inset;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 3px;
    height: 26px;
    width: 20px;
    line-height: 28px;
    margin: 0 0 0 -5px;
    text-align: center;
    text-decoration: none !important;
    vertical-align: top;
 

}
#second-header-wrapper .center-wrapper .left-panel .search-panel #search-button:hover{
    background-color: #005496;
    background-image: linear-gradient(to bottom, #004a84, #0064b1);
    background-repeat: repeat-x;
}


#second-header-wrapper .center-wrapper .left-panel .search-panel input.search-form_it {
    background: none repeat scroll 0 0 #06233A;
    border: 1px solid #0064a1;
 
    color: #fff;
    height: 19px;
    margin: 0;
    padding: 4px 40px 4px 10px;
    vertical-align: top;
    width: 130px;
    font-size: 12px;
}




#third-header-wrapper 
{
    display: block;
    height: 65px;
    margin: 0px 0px 0px 0px;
}

#third-header-wrapper ul, li{
    margin: 0;
    padding: 0;
    list-style: none;
}

footer {
    padding-top: 40px;
    padding-bottom: 40px;
}
footer .footer-menu {
    display: inline-block;
    width: 270px;
    height: auto;
    float: left;
    
}

footer .footer-menu ul, li{
    margin: 0;
    padding: 0;
    list-style: none;
}

footer .footer-menu a.footer-title{
    color: #fff;
    display: block;
    height: 30px;
    font-size: 15px;
    text-decoration: none;
}

footer .footer-menu a.footer-title:hover{
    
}

footer .footer-menu ul>li a{
    color: #808990;
    font-size: 15px;
    text-decoration: none;
}

footer .footer-menu ul>li a:hover{
    color: #fff;
}

footer .sign{
    margin-top: 20px;
    font-size: 13px;
    display: block;
    color: #fff;
  
}

footer .sign a{
    color: #fff;
    text-decoration: none;
}

#third-header-wrapper li.links{
    display: inline-block;
    margin: 0px;
    padding: 0px;
}

#third-header-wrapper li.links>a{
    display: block;
    margin:0;
    width: 194px;
    height: 41px;
    padding-top: 25px;
    background-image: URL(../design/topmenu.jpg);
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13px;
}

#third-header-wrapper li.links>a:hover{
    background-image: URL(../design/topmenu_hover.jpg);
}

#third-header-wrapper li.links>a.active{
    background-image: URL(../design/topmenu_hover.jpg);
}

#third-header-wrapper li.links>a.usualy{
        margin-left: -4px;
}

#third-header-wrapper li.links>a.first{
 
}

#third-header-wrapper li.links>a.last{
 
        margin-left: -4px;
}

#third-header-wrapper ul.submenu{
    display: none;
    position: absolute;
    margin-left: -4px;
    background-color: #0090d3;
    padding: 15px;
    min-width: 200px;
 
    z-index: 400;
}

#third-header-wrapper ul.submenu>li{
    display: block;
    padding: 5px;
    border-bottom: dotted 1px #a0e1ff;
}

#third-header-wrapper ul.submenu>li>a{
    display: block;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
}

#third-header-wrapper ul.submenu>li>a:hover{
    color: #a0e1ff;
}

#content-wrapper{
    padding-top: 12px;
    color:#333333;
    font: 13px Arial,Helvetica,sans-serif;
}



#content-wrapper .center-wrapper .content_clear{
    display: block;
    width: 100%;
    height: auto;
    padding: 0px; 
    margin: 0px;
    margin-top: 10px;
}
#content-wrapper .center-wrapper .content_box{
    display: block;
    width: 100%;
    height: auto;
    padding: 20px;
    margin: 10px;
}


#content-wrapper .center-wrapper .content_border_box{
    display: block;
    width: auto;
    height: auto;
    padding: 20px;
    margin-top: 10px;
    border: 1px solid #e5e7e8;
 
}

#content-wrapper .center-wrapper .right_side{
    display: block;
    width: 70%;
    float: left;
}

#content-wrapper .center-wrapper .left_side{
    display: block;
    float: left;
    width: 30%;
}
#content-wrapper .center-wrapper .left_side a{
    background-repeat: no-repeat;
}
 

h1, h2, h3, h4, h5, h6{
    margin: 9px 0;
    padding: 0;
 
}

#content-wrapper .standard-navigation{
    color: #999;
    font-size: 11px;
}
#content-wrapper .standard-navigation a{
    color: #0090d3;
    text-decoration: none;
}

#content-wrapper .standard-navigation a:hover{
    color: #005596;
    text-decoration: underline;
}

#content-wrapper .center-wrapper .left_side .widget{
    left: 0;
    position: relative;
    right: auto;
    top: 0;
    width: 80%;
    margin-bottom: 20px;
    margin-top: 10px;
 
    padding: 20px 20px 10px;
    border: 1px solid #cfcfcf;
         
    
}
 

#content-wrapper .center-wrapper .left_side .widget h3{
     margin-top: 0;
     color: #21B092;
     font: 25px/30px Tahoma;
}

#content-wrapper .center-wrapper .left_side .category-box{
     background: none repeat scroll 0 0 #e5e7e8;
}

#content-wrapper .center-wrapper .left_side .category-box ul {
    margin: 0;
    padding: 0;
 
    
    
}



#content-wrapper .center-wrapper .left_side .category-box li{
    
    font-size: 14px;
    list-style: outside none none;
    margin: 0;
    overflow: hidden;  
}

#content-wrapper .center-wrapper .left_side .category-box li a{
    color: #0090d3;
    text-decoration: none;
    border-top: 1px dotted #ccc;
    display: block;
      padding-top: 5px ;
      padding-bottom: 5px;

}

#content-wrapper .center-wrapper .left_side .category-box li a:hover{
    color: #005596;
    text-decoration: none;
}

#content-wrapper .center-wrapper .left_side .category-box li a.active{
    color:#005596;
    text-decoration: none;
}

#content-wrapper .center-wrapper .left_side li .g_active a{
    color: #005596;
}

.title-section  {
    margin: 0 0 30px;
}
.title-section .title-header {
    margin: 0 0 10px;
}

.title-header {
    -moz-hyphens: auto;
    margin-bottom: 1em;
    overflow: hidden;
    word-wrap: break-word;
}
.content_border_box h1 {
    color: #797979;
    font: 30px/35px Tahoma;
}

.content_border_box h3 {
    color: #21B092;
    font-size: 22px;
    font-family: Tahoma;
    font-weight: normal
}

.btn{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #0078bb;
    background-image: linear-gradient(to bottom, #0090d3, #005596);
    background-repeat: repeat-x;
    border-color: #0090d3 #0090d3 #006da0;
    border-image: none;
 
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 12px !important;
    font-weight: normal;
    line-height: 18px !important;
    margin-bottom: 0;
    margin-top: 15px;
    padding: 4px 12px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    vertical-align: middle;
    outline: medium none;
}

.btn:hover, .btn:focus {
    background-color: #0497e9;
    background-image: linear-gradient(to bottom, #07b0ff, #0072c9);
    background-repeat: repeat-x;
    color: #fff;
    text-decoration: none;
}
.btn:focus {
    text-decoration: none;
}

a.logo{
    display: inline-block;
    height: 120px;
    width: 260px;
    background-image:URL(../img/logo_czechphone.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    margin-top: 10px;
}

a.logocv{
    display: inline-block;
    height: 77px;
    width: 60px;
    background-image:URL(../img/cesky-vyrobek-white.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    margin-top: 15px;
    margin-left: 290px;
}

#cesky_vyrobek{
    display: block;
    position: absolute;
    top: 240px;
    right: 30px;
    height: 80px;
    width: 64px;
 
 
    background-image:URL(../img/logocv.png);
    background-size: 100%;
    background-repeat: no-repeat;
 
}


#back-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
}

#back-top a {
    width: 64px;
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #bbb;

    /* spomalování */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
#back-top a:hover {
    color: #000;
}

/* obrázek s šikou (tég span) */
#back-top span {
    width: 64px;
    height: 64px;
    display: block;
    margin-bottom: 7px;
    background: #ddd url(../img/up-arrow.png) no-repeat center center;
    background-size: 35%;

 

    /* spomalování */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
#back-top a:hover span {
    background-color: #777;
} 

input.error { border: 1px solid red; }
textarea.error { border: 1px solid red; }
.redspan{
    color: red;
}

.input_info{
    position: absolute;
    margin-left: 10px;
    color: red;
    background-color: #fff;
}

label.error {
    color:#ff0000;
    display: block;
    position: absolute;
    margin-top: -20px;
    margin-left: -100px;
    font-size: 10px;
}

input {
    border: 1px solid #bbbbbb;
 
    padding: 5px;
    font-size: 13px;
}

input[readonly]{
    background-color: #dddddd;
}

textarea {
    border: 1px solid #e5e7e8;
 
    padding: 5px;
}

.shop-nav ul{
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}

.shop-nav li{
    display: inline-block;
    float: left;
    padding: 0;
    margin: 0;
    margin-right: 10px;
    
}

.shop-nav a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}


.shop-nav a:hover, a:focus {
    color: #0090d3;
    text-decoration: none;
}

.right{
    float: right;
}

#loggin_info{
    color: #ff0033;
    padding-top: 10px;
    font-size: 15px;
    margin-bottom: 20px;
}


.info_mess {
    display: block;
    background-color: #ccffcc;
    opacity: 0.90;
    width: 100%;
 
    height: 40px;
    text-align: center;
    padding-top: 15px;
    z-index: 460;
    font-family: arial;
    border: 1px solid #00ff66;
    font-size: 18px;
    font-weight: bold;
    color: #000;
     
}
 
 
.err_mess {
    display: block;
    background-color: #ff9999;
    opacity: 0.90;
    width: 100%;
 
    height: 40px;
    text-align: center;
    padding-top: 15px;
    z-index: 460;
    font-family: arial;
    border: 1px solid #ff3333;
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
.err_mess h3{
    color: #ff0033;
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 5px;
}
.err_mess .mess_content{
    color: #fff;
    display: block;
    width: 900px;
    font-size: 16px;
}

.product-menu{
    display: block;
    float: right;
    height: 30px;
}
.product-menu a{
    display: inline-block;
    border: 1px solid #1F82C5;
 
    padding: 5px;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    background: none repeat scroll 0 0 #0568AC;
}

.product-menu a:hover{
    background: none repeat scroll 0 0 #084878;
}

.saveBtn{
    padding-left: 20px;
    background-image: URL(../design/save_icon&16.png);
    background-repeat: no-repeat;
    background-position: 5% 50%;
}
.deleteBtn{
    padding-left: 20px;
    background-image: URL(../design/delete_icon&16.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.widget-link{
    display: block; width: 100%; height: 270px; background-size: 100%; margin-left: -15px;
}

.center-text{
    display: block;
    text-align: center;
}

.green{
    background-color: #25D2A4;
}

.green p.title{
    font-size: 28px;
    color: #EEFECD;
}
.green p.text{
    font-size: 15px;
    color: #fff;
    padding-left: 100px;
    padding-right: 100px;
}


@media screen and (max-width: 1170px) {
    .center-wrapper{
        width: 1000px;
    }
  
    #content-wrapper .center-wrapper .content_box{
        width: 100%;
    }
    
    #third-header-wrapper li.links>a{
     
    width: 165px;
    
}
}

@media screen and (max-width: 1000px) {
    .center-wrapper{
        width: 100%;
    }
    
    .widget-link{
        display: none;
    }
  
    #content-wrapper .center-wrapper .content_box{
        width: 100%;
    }
    
    #third-header-wrapper li.links>a{
        width: 165px;
    }

    #content-wrapper .center-wrapper .right_side{
        display: block;
        width: 100%;
        float: none;
    }

    #content-wrapper .center-wrapper .left_side{
        display: block;
        width: 100%;
        float: none;
    }
    
    #content-wrapper .center-wrapper .left_side .widget{
        width: 90%;
    }
    
    
    
    
    
}