/*gradient přes proužek nad článkem*/
.stripgradient {
  display:inline-block;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 10%,rgba(255,255,255,1) 100%); /* W3C */ 
}
/*******************************SEZNAMY********************************************/
 
ul {
  list-style: none;
  padding-right: 20px;
}
ul li {
  padding-left: 1.3em;
}

ul li:before {
color:#333; 
  content: "\f0c6"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}




/**********************************************FORMULARE***************************/
 
.input_text
{
    width:100%;
    border:1px solid #c0c0c0;
    padding:6px 12px;
       font-family: inherit;
   font-size: inherit;
}

.input_button
{
   color:#fff;
    border:1px solid #c0c0c0;
    padding:6px 12px;
    background-color:#cc3333;
       font-family: inherit;
   font-size: inherit;white-space: nowrap;

}

.input_textarea
{
    width:100%;
    border:1px solid #c0c0c0;
    padding:6px 12px;
       font-family: inherit;
   font-size: inherit;
}

.form-group{
    margin-bottom:15px;}



/*****************************TEXTY****************************/
 
 h1 {
    font-weight:100;
 font-size:36px;
line-height:100%;
padding-top:0px;
 
}
 h2 {
    font-weight:100;
 font-size:24px;
}
 
.greentext
{
color:#cc3333;    
    
}
.graytext
{
color:#333;    
    
}
.lighttext
{
color:#666;    
    
}

.bold{
    font-weight:600;
}

.zvyrazneni{
    font-weight:600;
}
.center {text-align:center;}


/***********************BOXY********************************/
.kontakt
{border:0px solid red;
width:50%;
float:left;
text-align:left;
 
min-height:200px;
min-width:400px;
}

.kontakt .telefon
{
display:block;font-size:200%;padding-bottom:0px;    
}



 



 

.group h1
{color:#333;}







.back2top {
position:relative;
    height: 40px;
    margin-top:60px;
    line-height: 40px;
    display: block;
    text-align: right;
    vertical-align: middle;
    margin-right:2%
}

 /******************ODKAZY*/

.back2top a {
    padding-right: 50px;
    display: inline-block;
    background: url('../picz/sipka.png') top right no-repeat transparent;
    background-size: 40px 40px;
    text-decoration: none;
    border: 0;
    outline: 0;
}

a{color:#cc3333; text-decoration:none;}

.reference_polozka a
{color:#333;font-weight:100;font-size:24px;padding-right:20px;padding-bottom:0px;text-align:left;margin-bottom:20px;}

 

 
a:hover
{
text-decoration:none;
    font-weight:bold;
}



