@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,300,400,700);
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 115%;   
}
#header
{
    max-width: 1200px; 
    margin: auto; 
    padding: 0 0 0 0;
}

.menu-element-large
{
    border-bottom: 2px solid rgba(255,255,255,0);
    transition: border-bottom 0.4s;
    font-size: 30px;
}

.menu-element-large:hover
{
   /* border-bottom: 2px solid #2c2c2c;*/
    border-bottom: 2px solid #da314b;
    cursor: pointer;
}

#menu-small
{
    background: none;
}

#menu-small-ul li
{
    background-color: none;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    transition: border-bottom 0.4s;
}

#menu-small-ul li:hover
{
    background-color: none;
    border-bottom: 1px solid white;
}

#menu-small-ul a
{
    background-color: none;
    color: white;
}

.menu-element-small:hover
{
    background-color: red;
}

.header-part-1
{
    color: white;
    padding-right: 20px;
    padding-left: 40px;
    /*padding-top: 30px;*/
    padding-top: 10px;
}

.header-part-1 h2,h3,p
{
    color: white;
}

.header-part-2
{
    height: 490px;
    padding-left: 10px;
    padding-right: 10px;
}

#slideshow {
    position: relative; 
    height: 490px;
}

#slideshow img
{
    height: 570px;
}

#slideshow > div { 
    position: absolute; 
}

.front-panel
{
    margin-top: 20px;
    
    border-width: 1px; border-style: solid; -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(44, 44, 44, 0.2)), to(rgba(0, 0, 0, 0))) 1 100%; -webkit-border-image: -webkit-linear-gradient(rgba(44, 44, 44, 0.2), rgba(0, 0, 0, 0)) 1 100%; -moz-border-image: -moz-linear-gradient(rgba(44, 44, 44, 0.2), rgba(0, 0, 0, 0)) 1 100%; -o-border-image: -o-linear-gradient(rgba(44, 44, 44, 0.2), rgba(0, 0, 0, 0)) 1 100%; border-image: linear-gradient(to bottom, rgba(44, 44, 44, 0.2), rgba(0, 0, 0, 0)) 1 100%;
    
    border-color: rgba(44, 44, 44, 0.2);
    
    border-top: none;
    border-right: none;
    
    margin-right: 5px;
}

.front-panel h3
{
    text-align: center;
}

.front-panel img
{
    max-height: 150px;
    margin-left: 10px;
}

.front-panel p
{
    color: black;
}

.hr-left
{
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,1), rgba(88,88,88,1), rgba(255,255,255,0.8)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,1), rgba(88,88,88,1), rgba(255,255,255,0.8)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,1), rgba(88,88,88,1), rgba(255,255,255,0.8)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,1), rgba(88,88,88,1), rgba(255,255,255,0.8)); 
    text-align: center;
}

.section
{
    padding-top: 30px;
    padding-bottom: 15px;
}

.section h1
{
    color: black;
    padding-top: 10px;
}

.section h1,h2,h3,p
{
    color: black;
}

.step
{
    /*border-right: 1px solid rgba(44,44,44,0.2);*/
    margin-top: 20px;
    padding-top: 5px;
    padding-bottom: 10px;
}

#Kako-poceti
{
    padding-bottom: 30px;
}

#Kontakt
{
    text-align: center;
}

#Kontakt h2
{
    color: white;
}

#Kontakt p
{
    color: white;
}

#log-in-modal div
{
    
}

#log-in-modal input
{
    margin-top: 10px;
}

#log-in-modal button
{
    margin-top: 10px;
}

.password-tip
{
    cursor: pointer;
}

.password-tip:hover
{
    cursor: pointer;
}


@media screen and (max-width: 767px) 
{
    .front-panel
    {
        border: none;
    }
}

@media screen and (max-width: 959px) 
{
    #fullHeader
    {
        background-image: url(../images/newLogo/logo_black.png);
        background-size: cover;
    }
}



/* USER CSS */

.activeMenuItem
{
    border-bottom: 2px solid rgba(255, 0, 0, 0.3);
}

.referal-li
{
    padding-left: 5px;
    padding-right: 5px;
}

.level
{
    margin-bottom: 20px;
}

.noselect 
{
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently */
}

.noselect:hover
{
    cursor: default;
}

.close
{
    color: #da314b; 
    transition: color 0.3s;
    float: right;
}

.close:hover
{
    cursor: pointer;
    color: red;
}

.pageArrow
{
    border-bottom: 1px solid rgba(0,0,0,0);
    transition: font-size 0.1s;
}

.pageArrow:hover
{
    cursor: pointer;
    font-size: 120%;
}

#voucher
{
    min-height: 200px;
    background-color: #da314b; 
    color: white;
}

#voucher span
{
    padding-top: 5px;
    min-height: 35px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
   
    vertical-align: middle;
}

.regLogAccordion
{
    background-color: #da314b; 
    color: white;
}

.regLogAccordion:hover
{
    background-color: #e4354f;
    cursor: pointer;
}

.noselect 
{
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
}

#profile div
{
    padding-bottom: 5px;
    padding-top: 5px;
}

.hr-profile
{
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, #e4354f, #e4354f, rgba(255,255,255,0.8)); 
    background-image:    -moz-linear-gradient(left, #e4354f, #e4354f, rgba(255,255,255,0.8)); 
    background-image:     -ms-linear-gradient(left, #e4354f, #e4354f, rgba(255,255,255,0.8)); 
    background-image:      -o-linear-gradient(left, #e4354f, #e4354f, rgba(255,255,255,0.8)); 
    text-align: center;
}

#changeDiv
{
    margin-top: 20px;
    /*border: 1px solid #e4354f;*/
}

#changeDiv input
{
    margin-top: 5px;
    margin-bottom: 5px;
}

.changeUserInfo
{
    color: #da314b;
}

.changeUserInfo:hover
{
    cursor: pointer;
}