
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300);
html { 
    background: rgb(255,255,255);
    background: -moz-radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(224,224,233,1) 73%, rgba(188,199,201,1) 100%);
    background: -webkit-radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(224,224,233,1) 73%, rgba(188,199,201,1) 100%);
    background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(224,224,233,1) 73%, rgba(188,199,201,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#bcc7c9",GradientType=1);
}

.main{
    background-color: transparent;
    padding-bottom: 20px;
   /*  opacity: 0.8; */
}
.strip{
    background-color: transparent;
    width: 100%;
    padding-bottom: 1em;
    margin-bottom: 1em;
    color: #000;
}
.right{
    width: 120px;
    float: right;
    margin-right: 5em;
   /*  background-color: #555; */
    min-height: 40px;
}
.inside{
    width: 300px;
}
.clear{
    clear: both;
}

.language-switcher{
    padding: 0;
    margin-top: 1em;
   margin-left: 0px;
   padding-left: 0em;
}
.language-switcher li {
    content: "";
    display: inline-block;
    height: 15px;
    list-style: none outside none;
    overflow: hidden;
    width: 20px;
    margin-left: 5px;
    background-image: url('../images/sprite_lang.png');
    color: rgba(0, 0, 0, 0);
    cursor: pointer;
}
.language-switcher li.en-US { background-position: -1px -15px; }
.language-switcher li.nl-NL { background-position: -1px -1px; } 
.language-switcher li.fr-FR { background-position: -1px -29px; } 
.language-switcher li.de-DE { background-position: -1px -43px; } 

.language-switcher li > a {
    color: rgba(0, 0, 0, 0);
}
li.current{
    opacity: 0.5;
}
li.current, .language-switcher {
  cursor: default;
}
.language-switcher li.hide{
    display: none;
}
.main_banner{
    width: 100%;
   /*  height: 200px; */
    position: relative;
}
.logo_container {
    /* padding: 2em; */
    width: 100%;
    /* text-align: center; */
    /* margin: 0 auto; */
    padding: 0 5em;
    padding-bottom: 1em;
    padding-top: 1em;
    /* background-color: #545454; */
}
.logo_container img{
    margin: 1em auto;
    height: 56px;
}
.img-cont {
    height: 165px;
    display: block !important;
    width: 100%;
    background-size: cover !important;
}
.contrast h3 {
    min-height: 50px;
}
h1, h2, h3, p {

    font-family: 'Open Sans'; text-align: center;
    text-rendering: optimizeLegibility;
}
h1.message{
    padding: 1em;
    min-height: 60px;
}
h1 {
  font-size: 33px;
  background: -webkit-linear-gradient(#ff9b21, #e26009);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h1, h2 {
    font-weight: 600;
    /* padding-bottom: 1em; */
    padding-top: 0;
   /*  width: 66%; */
}
.uc h1{
    color: #333;
    padding: 1em;
}
/* h1.wit {
    border-bottom: 1px solid #fff;
    color: #fff;
} */
h2 {
    color: transparent;
}
h3, p {
   /*  display: block; */
    color: #fff;
    font-size: 16.5px;
    font-style: normal;
    padding: 10px;
    font-weight: 300;
}
p {
    font-size: 14px;
    font-style: normal;
    font-weight: 200;
    padding: 10px 25px;
}

.main_banner{
    position: relative;
    width: 100%;
    }
.panel_container{
   padding-top: 10px;
   padding-bottom: 30px;
    display: block !important;
    margin: 0 auto;
    position: relative;
}
.panel {
    position: relative;
    float: left;
    margin: 2%;
    min-width: 20.5%;
    min-height: 400px;
    height: auto;
    padding-top: 30px;
    cursor: pointer;
}

.panel:hover {
    margin-top: -10px;
    border-radius: 5px;
    -webkit-transition: margin-top .2s;
}

.panel h2 {
    display: block;
    margin: 20px auto;
    width: 231px;
    height: 76px;
    color: transparent;
    background-image: url('../images/sprite.png');
}
.content{
    position: absolute;
    top: 120px;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out; 
    transition: opacity 0.5s ease-in-out;

}
.content:hover{
-webkit-transition: opacity 0.5s ease-in-out;
-moz-transition: opacity 0.5s ease-in-out;
-o-transition: opacity 0.5s ease-in-out;
-ms-transition: opacity 0.5s ease-in-out; 
transition: opacity 0.5s ease-in-out;
}
.content_a{
    opacity: 1;
    width: 100%;
}
.content_b{
   /*  display: none; */
    opacity: 0;
}
.panel:hover .content_a{
    
   /*  display: none; */
   opacity: 0;
}
.panel:hover .content_b{
    opacity: 1;
}

.vercom h2 {
    background-position: -2px -1px;
}
.bigbags h2 {
    background-position: -2px -1px;
}
.asgro h2 {
    background-position: -1px -200px;
}
.speedcover h2 {
    background-position: -1px -273px;
}

.vercom {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7dc460+0,00a747+100 */
    background: #7dc460; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #7dc460 0%, #00a747 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #7dc460 0%,#00a747 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #7dc460 0%,#00a747 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7dc460', endColorstr='#00a747',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.asgro {
    background-color: #d51426;

}
.bigbags {
    background-color: #357ca2 !important;
}
.speedcover {
    background-color: #007de1 !important;
    margin-right: 0 !important;
}


.vercom .img-cont {
    background: url('../images/vercom-cont.jpg');
}
.asgro .img-cont {
    background: url('../images/asgro-cont.jpg');
}
.bigbags .img-cont {
    background: url('../images/bigbags_cont.jpg');
}
.speedcover .img-cont {
	background: url('../images/speedcover_cont.jpg');
}

.uc{
    background-color: #fff;
}

@media (max-width:1200px){ 
    .panel_container {
        width: 98%;
    }
    .panel {
        margin-right: 2%;
        width: 32%;
    }
}
@media (max-width:870px){ 
    .panel h2 {
        background-size: 160px;
        background-repeat: no-repeat;
        width: 160px;
        height: 24px;
    }
    .asgro h2 {
        background-position: -1px -137px;
    }
    .panel {
        height: 400px;
    }
}
@media (max-width:780px){
    .content p, .img-cont {
        display: none !important;
    }
    .panel {
        max-height: 220px;
        min-height: inherit;
    }
    .panel h3 {
        font-size: 13px;
    }
}
@media (max-width:640px){ 
    .panel_container {
        padding: 15px 0;
        width: 270px;
        margin: 0 auto;
    }
    .logo_container img {
        margin: auto;
        height: 51px;
    }
    .logo_container {
        width: auto;
        padding-top: 0.5em;
    }
    .panel {
        min-width: 270px;
        margin: 5px 0;
        max-height: 130px;
        padding-top: 0;
        display: block;
    }
    .content {
        top: 50px;
    }
    .strip {
        display: none;
    }
    .right {
        float: none;
        margin: 5px auto 0; }
    #lang {
        top: 15px;
        position: relative; }
}