*{
    margin: 0;
    padding: 0;
}
body{
    width: 100%;
    height: 100%;
    font-family: 'PT Sans', sans-serif;
    color: #FFFFFF;
    overflow: hidden;
}
.background-image{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0px;
    left:0px;
    z-index: -100;
}
.header{
    width: 960px;
    margin-top: 5%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.header img{
    cursor: pointer;
}
.header .language_bar{
    position:absolute;
    right:12px;
    top:15px;
}
.header .language_bar .language{
    cursor: pointer;
    font-size: 15px;
}
.header .language_bar .inactive{
    color: #FFFFFF;
}
.lang-ro{
    color: #F03251;
}
.lang-en{
    color: #FFD447;
}
.content-holder{
    width: 960px;
}
.content{
    width: 960px;
    /*height: 480px;*/
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
.content *{
    margin: 0;
    padding: 0;
}
.homepage{
    width: 960px;
    height: 1500px;
}
.clearfix{
    clear:both;
}
.live-tile a:hover {
    color: rgb(158 211 237) !important;
}
.live-tile{
    cursor: pointer;
}
.normal-tile{
    width: 150px;
    height: 150px;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: #f03251;
    float: left;
}
.normal-tile .tile-slide{
    width: 120px;
    height: 120px;
    padding: 15px;
    background-color: #F03251;
    font-family: 'PT Sans', sans-serif;
    font-size: 24px;
    position: relative;
}
.normal-tile .tile-slide .tile-image img{
    width:30px;
}
.normal-tile .tile-slide .tile-text{
    margin-top: 75px;
    line-height: 25px;
}
.double-tile{
    width: 310px;
    height: 150px;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: #f03251;
    float: left;
    line-height: 15px
}
.double-tile .tile-slide{
    width: 290px;
    height: 120px;
    padding: 15px;
    background-color: #f03251;
    font-size: 24px;
    position: relative;
}
.parteneri .tile-slide{
    background-color: #9DCFE2;
}
.companie .tile-slide{
    background-color: #FFD447;
}
.contact-tile .tile-slide{
    background-color: #8EC848;
}
.newsletter .tile-slide{
    background-color: #393936;
}
.home .tile-slide{
    background-color: #FFFFFF;
    color: #373737;
}
.subcategory-tile{
    background-color: #3A3A3A;
}
.subcategory-tile .tile-slide{
    background-color: #3A3A3A;
	padding-top: 5px;
	padding-bottom: 25px;
    font-size: 12px;
}
.product-tile .tile-slide{
    background-color: #3A3A3A;
	padding-top: 5px;
	padding-bottom: 25px;
    font-size: 12px;
}
.active-product-tile .tile-slide{
    background-color: #F03251;
}
.category-tile .tile-slide{
    font-size: 14px;
}
.category-tile .tile-slide .tile-text{
    margin-top: 0px;
}
.tile-slide a {
    font-size: 12px;
}
.tile-slide.flex-slide {
    display: flex;
    flex-direction: column;
}
.tile-slide.flex-slide *:first-child {
    margin-bottom: auto;
}
.content-tile{
    width: 270px;
    height: 430px;
    padding: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #373737;
    background-color: #EFEFEF;
    float: left;
    cursor: auto;
}
.small-content-tile{
    width: 270px;
    height: 270px;
    padding: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #373737;
    background-color: #EFEFEF;
    float: left;
    cursor: auto;
}
.company p{
    margin-bottom: 10px;
}

.content-tile p{
    padding: 0px;
    line-height: 18px;
}
.content-tile h1{
    width: 290px;
    height: 40px;
    position:relative;
    left: -20px;
    top: -20px;
    padding-left: 20px;
    padding-top: 35px;
    background-color: #FFD447;
    font-size: 20px;
    font-weight: normal;
    color: #FFFFFF;
}
.partner-content-tile h1{
    background-color: #97CCE1;
}
.partner-content-tile p{
    margin-bottom: 25px;
}
.sponsor-content-tile h1{
    background-color: #0058A2;
}
.sponsor-content-tile img.sponsorlogo{
    position: relative;
    top: -20px;
    left: -20px;
    width: 310px;
    height: 75px;
}
.sponsor-content-tile img{
    position: absolute;
    top: 75px;
    left: 0px;
    height: 235px;
}
.sponsor-content-tile p{

}
.sponsor-content-tile .sponsorship-text-content{
    margin-top: 300px;
    padding: 20px;
    width: 275px;
}
.partners .content-tile p{
    line-height: 20px;
}
.contact-tile h1{
    background-color: #8DC651;
}
.contact-tile p{
    margin-bottom: 10px;
}
.category-description-tile h1{
    background-color: #F53658;
}
.content-tile a:link{
    color: #373737;
    text-decoration: none;
}
.content-tile a:visited{
    color: #373737;
    text-decoration: none;
}
.content-tile a:hover{
    text-decoration: underline;
}
.category-description-tile p{
    line-height: 12px;
    margin-bottom: 10px;
    font-size: 12px;
}
.contact-form-tile{
    background-color: #323232;
}
.contact-form-tile input[type=text]{
    width: 250px;
    height: 10px;
    padding: 10px;
    margin-bottom: 10px;
    background-color: transparent;
    color: #8FC753;
    border: 1px solid #5D5D5D;
}
.contact-form-tile textarea{
    width: 250px;
    height: 75px;
    padding: 10px;
    background-color: transparent;
    color: #8FC753;
    border: 1px solid #5D5D5D;
}
.contact-form-tile p{
    color: #FFFFFF;
    margin-top: 10px;
    margin-bottom: 10px;
}
.newsletter-tile{
    background-color: #323232;
}
.newsletter-tile p{
    font-size: 12px;
    color: #FFFFFF;
    line-height: 20px;
    margin-bottom: 30px;
    width: 260px;
    padding: 0px;
}
.newsletter-tile input{
    width: 240px;
    height: 20px;
    font-size: 24px;
    padding: 10px;
    color: #373737;
    background-color: #FFFFFF;
    border: none;
    margin-bottom: 20px;
}
.content-tile h2{
    font-size: 24px;
    color: #FFFFFF;
    font-weight: normal;
    margin-top: 15px;
    margin-bottom: 20px;
}
.small-content-tile h2{
    font-size: 24px;
    color: #FFFFFF;
    font-weight: normal;
    margin-top: 15px;
    margin-bottom: 20px;
}
div.sendbutton{
    width: 310px;
    height: 50px;
    position:relative;
    left: -20px;
    padding-top: 25px;
    background-color: #8DC651;
    font-size: 24px;
    font-weight: normal;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}
div.product-description-box{
    width: 270px;
    background-color: #393936;
    font-weight: normal;
    color: #FFFFFF;
    position: absolute;
    top: initial;
    bottom: 0px;
	top: auto;
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 10px;    
    display: none;
}
.online-shop .tile-slide{
    
}
.contact .online-shop .tile-text{
    margin-top: 50px;
}
.category .online-shop .tile-text{
    margin-top: 50px;
}
.subcategory .online-shop .tile-text{
    margin-top: 50px;
}
.home  .tile-slide .tile-text{
    margin-top: 70px;
}
.double-tile .tile-slide .tile-text{
    margin-top: 75px;
}
.catalog-tile .tile-slide{
    background-color: #393936;
}
.catalog-tile .tile-slide .tile-text{
    margin-top: 45px;
}
.next-tile .tile-slide .tile-text{
    margin-top: 70px;
}
.back-tile .tile-slide .tile-text{
    margin-top: 70px;
}
.slider{
    width: 630px;
    height: 310px;
    margin-right: 10px;
    margin-bottom: 0px;
    background-color: #f0f0f0;
    overflow: hidden;
    float: left;
}
.slider div.wide-slide{
    width: 2520px;
}
.slider div.wide-slide>img{
    display: block;
    float: left;
}
.subcategory-description img{
    position: relative;
    left: -20px;
    top: -20px;    
    height: 310px;
    border: none;
}
.subcategory-description a{
    text-decoration: none;
    border: none;
}
.product-description-box p {
    margin-bottom: 0px;
}
.loader{
    width: 150px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -65px;
}
.loader img{
    opacity: 0;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.loader .fourthbox{
    margin-right: 0px;
}
.slide-back{
    background-color: #FFFFFF;
}
a.onlineshoplink{
    color: #F53658;
    font-size: 13px;
    font-weight: normal;
    position: relative;
    top: 5px;
}
a.onlineshoplink:visited{
    color: #F53658;
}
a.onlineshoplink:link{
    color: #F53658;
}

.project .content-tile {
    width: 100%;
    height: 480px;
    overflow-y: scroll;
    box-sizing: border-box;
}
.project .content-tile p {
    font-size: 16px;
}
.project li {
    list-style-position: inside;
}
.project li li {
    padding-left: 15px;
}
.project h4 {
    margin-top: 10px;
}
.project h4.red-title {
    color:red;
}
.project a {
    color: red !important;
}

@media screen and (max-width: 960px){
    html{
        width: 100%;
        height: auto;
        min-height: 100%;
        overflow: auto;
        position: relative;
        overflow-x: hidden;
        
    }
    body {
        width:100%;
        height: 100%;
        overflow: auto;
        overflow-x: hidden;
    }
    .header{
        margin-left: auto;
        margin-right: auto;
    }
    .background-image{
        height: 100%;
        display: table;
    }
    .content{
        width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }
    .content-holder{
        width: 100%;
        height: auto;
    }
    .homepage{
        width: 100%;
        height: auto;
    }
    .homepage .slider{
        width: 310px;
        height: 150px;
        margin-bottom:10px;
    }
    .homepage .slider img{
        width: 310px !important;
        height: 150px !important;
    }
}
@media screen and (min-width: 495px) and (max-width: 650px){
   .homepage .slider{
        width: 470px;
        height: 230px;
        margin-bottom:10px;
    }
    .homepage .slider img{
        width: 470px !important;
        height: 230px !important;
    }
}
@media screen and (min-width: 960px) and (max-height: 700px){
        html{
        width: 100%;
        height: auto;
        min-height: 100%;
        overflow: auto;
        position: relative;
        overflow-x: hidden;
        
    }
    body {
        width:100%;
        height: 100%;
        overflow: auto;
        overflow-x: hidden;
    } 
}
@media screen and (max-width: 495px){
    .content{
        width: 310px;
        overflow: hidden;
    }
    .header{
        width: 310px;
        overflow: hidden;
    }
    .inner-content{
        width: 320px;
    }
    .header .language_bar{
        position: relative;
        top: 0px;
        right: 0px;
    }    
}

@media screen and (min-width: 500px) and (max-width: 650px){
    .content{
        width: 470px;
        overflow: hidden;
    }
    .header{
        width: 470px;
        overflow: hidden;
    }
    .inner-content{
        width: 480px;
    }  
}
@media screen and (min-width: 655px) and (max-width: 960px){
    .content{
        width: 630px;
        overflow: hidden;
    }
    .header{
        width: 630px;
        overflow: hidden;
    }
    .inner-content{
        width: 640px;
    } 
}