.mod-languages {
    text-align: right;
}

#rt-offline-body h1.sitename {
    font-size: 378% !important;
}

div#rt-top .rt-block {
    height: 20px !important;
    padding: 0px;
    text-align: right;
}

.component-content .rt-article-title h1 {
    background: #f5f5f5;
}

.component-content .rt-article-title > h1 {
    display: inline-block;
    margin: -8px 0;
    padding: 10px 10px 10px 0;
}

.title, .component-content h1 {
    font-size: 28px;
    line-height: 30px;
    font-weight: normal;
    letter-spacing: normal;
    margin-top: 0;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}

.sprocket-mosaic-order
{display: none;}
.fp-tab2 .rt-image img, .fp-tab4 .rt-image img {
    background: none !important;
}

.fp-roksprocket-features .sprocket-features-title {
   padding-left: 0px !important; 
}

.fp-roksprocket-features .feature-promo2{
   padding-left: 0px !important; 
}


.titulofabrica
{font-size: 24px !important;
padding-bottom: 1px !important;}
.fabrica
{margin-bottom: 20px; min-height: 150px;}

.fotofabrica
{float: left; margin-right: 15px;
    padding: 5px;
    border-style: solid;
    border-color: #D4D4D4;
    background-color: white;
    border-width: 1px;
    border-radius: 5px;
}


.wrapper { 
  overflow:hidden;
}

.wrapper div {
   padding: 10px;
}
#one {

  float:left; 
  width:30%;
}
#two { 
  overflow:hidden;
  margin:10px;
  min-height:170px;
}

@media screen and (max-width: 400px) {
   #one { 
    float: none;
    margin-right:0;
    width:auto;
    border:0;
  }
}



.mejs-container
{
width: 100% !important;

}

.jd_video_wrapper
{width: 100% !important;
height: 100% !important;
max-width: 100% !important;
max-height: 100% !important;
}


.mejs-poster, .mejs-layer
{
width: 100% !important;
height: 100% !important;
}






  .izda {
        float: left;
        width: 45%;
	margin-right:5%;
    }
    .dcha {
        float: right;
        width: 45%;
    }
   
    .grupo:after {
        content:"";
        display: table;
        clear: both;
    }
    @media screen and (max-width: 750px) {
        .izda, .dcha {
            float: none;
            width: auto;
        }
    }