
.lightbox{
    
position: fixed;
	background-color: rgba(0,0,0,.5);
	z-index: 10000;
	display: none;
	opacity: 0;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height:auto;
	width: auto;
    
}

.lightbox-wrapper{
    
    position:relative;
    background-color:#FF7900;
    font-size:13px;
    color:#FFF;
    line-height: 16px;
    width:130px;
    height:auto;
    box-sizing:border-box;
    padding:15px;
    margin-left:auto;
    margin-right:auto;
    top:50%;
    text-align:center;
    margin-top:2px;
    margin-bottom:2px;
    border-radius:3px;
    box-shadow: 0px 0px 10px rgba(0,0,0,.3);

}

.lightbox-container{
    
    position:relative;
    text-align:center;
    width:100%;
    box-sizing:border-box;
    height:auto;
    font-size:16px;
    font-weight:400;
}

body{
        margin: 0;
        padding: 0;
        color:#737373;
        font-family: 'Questrial', sans-serif;
        background-image: url(../imgs/pattern.jpg);
        line-height:19px
    }
        
.logo{
        
        position: relative;
        background-image: url(../imgs/logo.png);
        float: left;
        height: 182px;
        left: 10px;
        position: relative;
        top: 15px;
        width: 190px;
        
    }
        
    .live-star{

        position:absolute;
        right:180px;
        bottom:0px;
        width:240px;
        height: 143px;
        background-image: url(../imgs/live-star.png);
        display:none;

    }

    .empty-area{
        position:relative;
        float:left;
        height:15px;
        width:100%;
    }

    .area{
        
        position:relative;
        float:left;
        width: 100%;
        box-sizing: border-box;
        
    }

    .area-header{
        
        position:relative;
        float:left;
        width: 100%;
        box-sizing: border-box;
        margin-top:38px;
        
    }

    /*.area-menu{
        
        position:relative;
        float:left;
        width: 100%;
        box-sizing: border-box;
        
    }*/

.area-menu{
        
        position:absolute;
        top:0px;
        float:left;
        width: 100%;
        box-sizing: border-box;
        z-index: 6000
        
    }
        
    .area-container{
    
        position: relative;
        margin-left:auto;
        margin-right: auto;
        box-sizing: border-box;
        max-width: 900px
        
    }
    
    .section-header{
        
        position: relative;
        float: left;
        height: auto;
        /*padding: 15px;*/
        box-sizing: border-box;
        width:100%;
        padding-bottom:30px
        
    }
    
    .section-body{
        
        position: relative;
        float: left;
        height: auto;
        /*padding: 15px;*/
        box-sizing: border-box;
        width:100%;
    
    }
    
    .section-footer{
        
        position: relative;
        float: left;
        height: auto;
        /*padding: 15px;*/
        box-sizing: border-box;
        width:100%;
        margin-bottom:20px;
        font-size:13px;
    
    }
        
    .section-menu{
        
        position: relative;
        float: left;
        width:100%;
        padding: 8px
    
    }
        
    .section-menu-item{
        
        position: relative;
        float: left;
        font-size: 18px; 
        cursor:pointer;
    
    }  
        
    .section-menu-item-high{
        
        position: relative;
        float: left;
        font-size: 18px;
        cursor:pointer;
        color:#FD7022
    
    }

    .section-area{
    
        background-color: #fff;
        position: relative;
        float: left;
        padding: 20px;
        box-sizing: border-box;
        
    }

    .bigthumb{
        box-sizing: border-box;
        margin-left:auto;
        margin-right:auto;
        padding: 10px 30px 0;
        position: relative;
        width: 60%;
    }
        
    .section-col1x1{

        position: relative;
        float: left;
        width: 100%;
        position: relative;
        padding: 10px;
        box-sizing: border-box;
        padding-bottom: 0;
        
        
    }     

    .section-col1x2{

        position: relative;
        float: left;
        width: 100%;
        position: relative;
        box-sizing: border-box;
        padding-bottom: 5px;
        padding-top: 5px;
        
    }
    
    .highlights-col1x2{

        position: relative;
        float: left;
        width: 50%;
        position: relative;
        box-sizing: border-box;
        padding: 10px;
        padding-bottom: 5px;
        padding-top: 5px;
        
    }
    
    .highlights-image{
    
        box-sizing: border-box;
        position: relative;
        float: left;
        width: 100%;
        background-color: #fff;
        height:250px;
        text-align:center
    
    }
        
     .highlights-title{
    
        box-sizing: border-box;
        position: absolute;
        width: 100%;
	    color:#767f81;
        background-color: rgba(255,255,255,.7);
        padding:15px;
        bottom: 0;
        text-align: left;
    
    }

    .section-shop-col1x3{
        
        position: relative;
        float: left;
        width: 50%;
        position: relative;
        padding: 10px;
        box-sizing: border-box;
        padding-bottom: 0;
        text-aign:center;
        
    }
    
    .section-shop-col1x3 img{
	
    	height: 200px;
    	width: auto;
    	position: relative;
    	left: 50%;
		-webkit-transform: translate(-50%, 0%);
		-moz-transform: translate(-50%, 0%);
		-ms-transform: translate(-50%, 0%);
		-o-transform: translate(-50%, 0%);
		transform: translate(-50%, 0%);
		
	}


    .section-col1x3{

        position: relative;
        float: left;
        width: 33.3%;
        position: relative;
        padding: 10px;
        box-sizing: border-box;
        padding-bottom: 0;
        
    }
        
    .section-col1x4{

        position: relative;
        float: left;
        width: 100%;
        position: relative;
        padding: 10px;
        box-sizing: border-box;
        padding-bottom: 0;
        text-align: center;
        
    }
    
     .section-col1x3-thumbs{

        position: relative;
        float: left;
        width: 33.3%;
        position: relative;
        padding: 10px;
        box-sizing: border-box;
        padding-bottom: 0;
        
    }
        
    .box-container{
        position: relative;
        float: left;
        width: 100%;
        position: relative;
        padding: 10px;
        box-sizing: border-box;
        background-color: #fff;
        }
    
    .section-empty{
        position: relative;
        float: left;
        width: 100%;
        height:15px;
        box-sizing:border-box;
    }    
    
    .slide{
        
        box-sizing: border-box;
        position: relative;
        float: left;
        width: 100%;
        background-color: #fff;
        /*height:240px;*/
        text-align:center;
        padding:0;
        
    } 

    .slide img{
    
        width:100%;
    }

    /*.slide-image{
        position:relative;
        float:left;
        width:100%;
        height:100%;
        background-position:center;
        background-size:cover;
        background-repeat: no-repeat;
    }*/
        h1{
            font-size: 15px;
            color:#f67f00;
            margin-bottom:20px
        }
        
    .article{
        
        box-sizing: border-box;
        position: relative;
        float: left;
        width: 100%;
        background-color: #fff;
        
    }
        
    .article-image{
    
        box-sizing: border-box;
        position: relative;
        float: left;
        width: 100%;
        background-color: #fff;
        height:200px;
        text-align:center
    
    }
        
     .article-title{
    
        box-sizing: border-box;
        position: relative;
        float: left;
        width: 100%;
        color:#6a6a6a;
        background-color: #dededc;
        padding:15px;
    
    }
        
    .article-short{
    
        box-sizing: border-box;
        position: relative;
        float: left;
        width: 100%;
        background-color: #72d2e0;
        color:#FFF;
        padding:15px;
    
    }
        
    .article-footer{
    
        box-sizing: border-box;
        position: relative;
        float: left;
        width: 100%;
        color:#f67f00;
        padding:15px;
        background-color: #72d2e0;
        padding-top:0;
    
    }        
        
.social-placeholder {
        position: absolute;
        right: 10px;
        top: 20px;
        width: 85px;
    }

        
    .social-icon{

        position: relative;
        float: left;
        padding:4px;
        box-sizing: border-box;
        margin: 3px;
        border-radius:3px;
        background-color: #fff;
        cursor:pointer;
        
    }
        
    .shopping-kart{
        position: relative;
        float: left;
        padding:4px;
        box-sizing: border-box;
        margin-top:5px;
        text-align:center;
        width:100%;
        cursor:pointer;
    }
        
    .lang-selection{
        position: relative;
        float: left;
        padding:4px;
        box-sizing: border-box;
        text-align:center;
        width:100%;
        color:#fff;
        font-size:20px;
        cursor:pointer;
        margin-bottom:5px;
        padding-top:5px;
    }
        
     .lang-selection span{    
         color:#f67f00;
     }
        
    hr{
        position:relative;
        float:left;
        width:100%;
        border:0px;
        border-bottom:0;px dashed #f67f00;
        background-color: #72d2e0;
        padding:0px;
        margin:0px;
        font-size:15px;
        height:6px;
        background-image: url(../imgs/orange-dotted-line.png)
      
    }


	.thumbs{
		width:100%;
		position:relative;
		float: left;
		height: 120px;
		width:120px;
	}

    hr{
        position:relative;
        float:left;
        width:100%;
        border:0px;
        background-color: #72d2e0;
        padding:0px;
        margin:0px;
        font-size:15px;
        height:6px;
        background-image: url(../imgs/orange-dotted-line.png)
      
    }

/* Smartphones (portrait) ----------- */
@media only screen and (min-width : 220px) and (max-width : 480px) and (orientation : portrait) {

    
    .logo{
        float:none;
        position: relative;
        background-image: url(../imgs/logo.png);
        height:182px;
        width:190px;
        margin-left:auto;
        margin-right:auto;
        top:15px;
        right:inherit;
        
    }
    
    .live-star{

        display:none;

    }
    
    hr{
       
        margin-bottom:0px;
       
    }
    
    .social-placeholder {
        position: relative;
        right: 0px;
        top: 20px;
        width: 160px;
        margin-right:auto;
        margin-left:auto;
    }
    
    .area{
        
        position:relative;
        float:left;
        width: 100%;
        box-sizing: border-box;
        
    }	
    .area-header{
        
        position:relative;
        float:left;
        width: 100%;
        box-sizing: border-box;
        margin-top:38px;
        
    }

    .area-menu{
        
        position:absolute;
        top:0px;
        float:left;
        width: 100%;
        box-sizing: border-box;
        z-index: 6000
        
    }
    
    .bigthumb{
        box-sizing: border-box;
        margin-left:auto;
        margin-right:auto;
        padding: 10px 30px 0;
        position: relative;
        width: 80%;
    }
    
    .section-col1x1{

        position: relative;
        float: left;
        width: 100%;
        position: relative;
        padding: 0;
        box-sizing: border-box;
        padding-bottom: 0;
        
        
    }     

    .section-col1x2{

        position: relative;
        float: left;
        width: 100%;
        position: relative;
        padding-bottom: 5px;
        padding-top: 5px;
        box-sizing: border-box;
        
    }
    
    .highlights-col1x2{

        position: relative;
        float: left;
        width: 100%;
        position: relative;
        box-sizing: border-box;
        padding: 10px;
        padding-bottom: 5px;
        padding-top: 5px;
        
    }
    
    .section-shop-col1x3{
        
        position: relative;
        float: left;
        width: 100%;
        position: relative;
        padding: 10px;
        box-sizing: border-box;
        padding-bottom: 0;
        
    }    
        
    .section-col1x3{

        position: relative;
        float: left;
        width: 100%;
        position: relative;
        padding: 0;
        box-sizing: border-box;
        padding-bottom: 0;
        
    }
        
    .section-col1x4{

        position: relative;
        float: left;
        width: 100%;
        position: relative;
        padding: 0;
        box-sizing: border-box;
        padding-bottom: 0;
        
    }
    
     .section-col1x3-thumbs{

        position: relative;
        float: left;
        
        position: relative;
        padding: 10px;
        box-sizing: border-box;
        padding-bottom: 0;
        
        
    }
    
    .thumbs{
		width:33%;
		position:relative;
		float: left;
		height: 80px;
		width:80px;
	}
    
    hr{
        position:relative;
        float:left;
        width:100%;
        border:0px;
        background-color: #72d2e0;
        margin-bottom:0;
        font-size:15px;
        height:6px;
        background-image: url(../imgs/orange-dotted-line.png)
      
    }
}
	

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 220px) and (max-width : 480px) and (orientation : landscape) 
{
    
    .logo{
        
        position: relative;
        background-image: url(../imgs/logo.png);
        float: left;
        height: 182px;
        left: 10px;
        position: relative;
        top: 15px;
        width: 190px;
        
    }
    
    
    .live-star{

        display:none;

    }
    
    .area{
        
        position:relative;
        float:left;
        width: 100%;
        box-sizing: border-box;
        
    }
    
    .social-placeholder {
        position: absolute;
        right: 10px;
        top: 20px;
        width: 85px;
    }
    
    .area-header{
        
        position:relative;
        float:left;
        width: 100%;
        box-sizing: border-box;
        margin-top:38px;
        
    }

    .area-menu{
        
        position:absolute;
        top:0px;
        float:left;
        width: 100%;
        box-sizing: border-box;
        z-index: 6000
        
    }
    
    .bigthumb{
        box-sizing: border-box;
        float: left;
        padding: 10px 10px 0;
        position: relative;
        width: 50%;
    }
    
    .section-col1x1{

        position: relative;
        float: left;
        width: 100%;
        position: relative;
        padding: 10px;
        box-sizing: border-box;
        padding-bottom: 0;
        
        
    }
    
    .section-shop-col1x3{
        
        position: relative;
        float: left;
        width: 100%;
        position: relative;
        padding: 10px;
        box-sizing: border-box;
        padding-bottom: 0;
        
    }    

    .section-col1x2{

        position: relative;
        float: left;
        width: 100%;
        position: relative;
        padding: 10px;
        box-sizing: border-box;
        padding-bottom: 0;
        
    }
    
    .highlights-col1x2{

        position: relative;
        float: left;
        width: 100%;
        position: relative;
        box-sizing: border-box;
        padding: 10px;
        padding-bottom: 5px;
        padding-top: 5px;
        
    }    
        
    .section-col1x3{

        position: relative;
        float: left;
        width: 33.3%;
        position: relative;
        padding: 10px;
        box-sizing: border-box;
        padding-bottom: 0;
        
    }
        
    .section-col1x4{

        position: relative;
        float: left;
        width: 100%;
        position: relative;
        padding: 10px;
        box-sizing: border-box;
        padding-bottom: 0;
        text-align: left;
    }
    
    
        
    .section-col1x3-thumbs{

        position: relative;
        float: left;
        width: 33.3%;
        position: relative;
        padding: 10px;
        box-sizing: border-box;
        padding-bottom: 0;
        
    }
    
        .thumbs{
		width:33%;
		position:relative;
		float: left;
		height: 80px;
		width:80px;
	}

}

/* iPads (landscape) ----------- */
@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : landscape) {
    
    .logo{
        
        position: relative;
        background-image: url(../imgs/logo.png);
        float: left;
        height: 182px;
        left: 10px;
        position: relative;
        top: 15px;
        width: 190px;
        
    }
    
    .live-star{

        position:absolute;
        right:180px;
        bottom:0px;
        width:240px;
        height: 143px;
        background-image: url(../imgs/live-star.png);
        display:block;

    }
    
    .area{
        
        position:relative;
        float:left;
        width: 100%;
        box-sizing: border-box;
        
    }
    
    .social-placeholder {
        position: absolute;
        right: 10px;
        top: 10px;
        width: 85px;
    }
    
    .area-header{
        
        position:relative;
        float:left;
        width: 100%;
        box-sizing: border-box;
        margin-top:0;
        
    }

    .area-menu{
        
        position:relative;
        float:left;
        width: 100%;
        box-sizing: border-box;
        
    }
    
    .bigthumb{
        box-sizing: border-box;
        float: left;
        padding: 10px 30px 0;
        position: relative;
        width: 100%;
    }
        
    .section-col1x1{

        position: relative;
        float: left;
        width: 100%;
        position: relative;
        padding: 10px;
        box-sizing: border-box;
        padding-bottom: 0;
        
        
    }     

    .section-col1x2{

        position: relative;
        float: left;
        width: 50%;
        position: relative;
        padding: 10px;
        box-sizing: border-box;
        padding-bottom: 0;
        
    }
    
    .highlights-col1x2{

        position: relative;
        float: left;
        width: 50%;
        position: relative;
        box-sizing: border-box;
        padding-bottom: 5px;
        padding-top: 5px;
        
    }    
    
    .section-shop-col1x3{
        
        position: relative;
        float: left;
        width: 50%;
        position: relative;
        padding: 10px;
        box-sizing: border-box;
        padding-bottom: 0;
        
    }    
        
    .section-col1x3{

        position: relative;
        float: left;
        width: 33.3%;
        position: relative;
        padding: 10px;
        box-sizing: border-box;
        padding-bottom: 0;
        
    }
        
    .section-col1x4{

        position: relative;
        float: left;
        width: 20%;
        position: relative;
        padding: 10px;
        box-sizing: border-box;
        padding-bottom: 0;
        text-align: left;
        
    }
    
     .section-col1x3-thumbs{

        position: relative;
        float: left;
        width: 33.3%;
        position: relative;
        padding: 10px;
        box-sizing: border-box;
        padding-bottom: 0;
        
    }
    
        .thumbs{
		width:33%;
		position:relative;
		float: left;
		height: 80px;
		width:80px;
	}
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : portrait) {
    
        .logo{
        
        position: relative;
        background-image: url(../imgs/logo.png);
        float: left;
        height: 182px;
        left: 10px;
        position: relative;
        top: 15px;
        width: 190px;
        
    }

    .live-star{

        position:absolute;
        right:180px;
        bottom:0px;
        width:240px;
        height: 143px;
        background-image: url(../imgs/live-star.png);
        display:block;

    }
    
    .social-placeholder {
        position: absolute;
        right: 10px;
        top: 10px;
        width: 85px;
    }    
    
    .area{
        
        position:relative;
        float:left;
        width: 100%;
        box-sizing: border-box;
        
    }	
    .area-header{
        
        position:relative;
        float:left;
        width: 100%;
        box-sizing: border-box;
        margin-top:0;
        
    }

    .area-menu{
        
        position:relative;
        float:left;
        width: 100%;
        box-sizing: border-box;
        
    }
    
    .bigthumb{
         box-sizing: border-box;
        margin-left:auto;
        margin-right:auto;
        padding: 10px 30px 0;
        position: relative;
        width: 100%;
    } 
        
    .section-col1x1{

        position: relative;
        float: left;
        width: 100%;
        position: relative;
        padding: 10px;
        box-sizing: border-box;
        padding-bottom: 0;
        
        
    }     

    .section-col1x2{

        position: relative;
        float: left;
        width: 50%;
        position: relative;
        padding: 10px;
        box-sizing: border-box;
        padding-bottom: 0;
        
    }
    
    .highlights-col1x2{

        position: relative;
        float: left;
        width: 50%;
        position: relative;
        box-sizing: border-box;
        padding: 10px;
        padding-bottom: 5px;
        padding-top: 5px;
        
    }    
    
    .section-shop-col1x3{
        
        position: relative;
        float: left;
        width: 33.3%;
        position: relative;
        padding: 10px;
        box-sizing: border-box;
        padding-bottom: 0;
        
    }    
        
    .section-col1x3{

        position: relative;
        float: left;
        width: 33.3%;
        position: relative;
        padding: 10px;
        box-sizing: border-box;
        padding-bottom: 0;
        
    }
        
    .section-col1x4{

        position: relative;
        float: left;
        width: 25%;
        position: relative;
        padding: 10px;
        box-sizing: border-box;
        padding-bottom: 0;
                text-align: left;
        
    }
    
     .section-col1x3-thumbs{

        position: relative;
        float: left;
        width: 33.3%;
        position: relative;
        padding: 10px;
        box-sizing: border-box;
        padding-bottom: 0;
        
    }
    
        .thumbs{
		width:33%;
		position:relative;
		float: left;
		height: 80px;
		width:80px;
	}

.thumbs{
		width:100%;
		position:relative;
		float: left;
		height: auto;

	}
    
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1025px) {
    
        .logo{
        
        position: relative;
        background-image: url(../imgs/logo.png);
        float: left;
        height: 182px;
        left: 10px;
        position: relative;
        top: 15px;
        width: 190px;
        
    }
    
    .live-star{

        position:absolute;
        right:180px;
        bottom:0px;
        width:240px;
        height: 143px;
        background-image: url(../imgs/live-star.png);
        display:block;

    } 
    
    .social-placeholder {
        position: absolute;
        right: 10px;
        top: 10px;
        width: 85px;
    }    

    .area{
        
        position:relative;
        float:left;
        width: 100%;
        box-sizing: border-box;
        
    }	
    .area-header{
        
        position:relative;
        float:left;
        width: 100%;
        box-sizing: border-box;
        margin-top:0;
        
    }

    .area-menu{
        
        position:relative;
        float:left;
        width: 100%;
        box-sizing: border-box;
        
    }
    
    .bigthumb{
        box-sizing: border-box;
        margin-left:auto;
        margin-right:auto;
        padding: 10px 40px 0;
        position: relative;
        width: 100%;
    }    
        
    .section-col1x1{

        position: relative;
        float: left;
        width: 100%;
        position: relative;
        padding: 10px;
        box-sizing: border-box;
        padding-bottom: 0;
        
        
    }     

    .section-col1x2{

        position: relative;
        float: left;
        width: 50%;
        position: relative;
        padding: 10px;
        box-sizing: border-box;
        padding-bottom: 0;
        
    }
    
    .highlights-col1x2{

        position: relative;
        float: left;
        width: 50%;
        position: relative;
        box-sizing: border-box;
        padding: 10px;
        padding-bottom: 5px;
        padding-top: 5px;
        
    }    
    
    .section-shop-col1x3{
        
        position: relative;
        float: left;
        width: 33.3%;
        position: relative;
        padding: 10px;
        box-sizing: border-box;
        padding-bottom: 0;
        
    }    
        
    .section-col1x3{

        position: relative;
        float: left;
        width: 33.3%;
        position: relative;
        padding: 10px;
        box-sizing: border-box;
        padding-bottom: 0;
        
    }
        
    .section-col1x4{

        position: relative;
        float: left;
        width: 25%;
        position: relative;
        padding: 10px;
        box-sizing: border-box;
        padding-bottom: 0;
        text-align: left;
        
    }
    
     .section-col1x3-thumbs{

        position: relative;
        float: left;
        width: 33.3%;
        position: relative;
        padding: 10px;
        box-sizing: border-box;
        padding-bottom: 0;
        
    }
    
            .thumbs{
		width:100%;
		position:relative;
		float: left;
		height: auto;

	}
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
    
    .logo{
        
        position: relative;
        background-image: url(../imgs/logo.png);
        float: left;
        height: 182px;
        left: 10px;
        position: relative;
        top: 15px;
        width: 190px;
        
    }
    
    .live-star{

        position:absolute;
        right:180px;
        bottom:0px;
        width:240px;
        height: 143px;
        background-image: url(../imgs/live-star.png);
        display:block;

    }
    
    .social-placeholder {
        position: absolute;
        right: 10px;
        top: 10px;
        width: 85px;
    }
    
    .area{
        
        position:relative;
        float:left;
        width: 100%;
        box-sizing: border-box;
        
    }	
    .area-header{
        
        position:relative;
        float:left;
        width: 100%;
        box-sizing: border-box;
        margin-top:0;
        
    }

    .area-menu{
        
        position:relative;
        float:left;
        width: 100%;
        box-sizing: border-box;
        
    }
    
    .bigthumb{
        box-sizing: border-box;
        margin-left:auto;
        margin-right:auto;
        padding: 10px 40px 0;
        position: relative;
        width: 100%;
    } 
    
    .section-col1x1{

        position: relative;
        float: left;
        width: 100%;
        position: relative;
        padding: 10px;
        box-sizing: border-box;
        padding-bottom: 0;
        
        
    }     

    .section-col1x2{

        position: relative;
        float: left;
        width: 50%;
        position: relative;
        padding: 10px;
        box-sizing: border-box;
        padding-bottom: 0;
        
    }
    
    .highlights-col1x2{

        position: relative;
        float: left;
        width: 50%;
        position: relative;
        box-sizing: border-box;
        padding: 10px;
        padding-bottom: 5px;
        padding-top: 5px;
        
    }    
        
    .section-col1x3{

        position: relative;
        float: left;
        width: 33.3%;
        position: relative;
        padding: 10px;
        box-sizing: border-box;
        padding-bottom: 0;
        
    }
        
    .section-col1x4{

        position: relative;
        float: left;
        width: 25%;
        position: relative;
        padding: 10px;
        box-sizing: border-box;
        padding-bottom: 0;
        text-align: left;
        
    }
    
     .section-col1x3-thumbs{

        position: relative;
        float: left;
        width: 33.3%;
        position: relative;
        padding: 10px;
        box-sizing: border-box;
        padding-bottom: 0;
        
    }
    
     .thumbs{
		width:100%;
		position:relative;
		float: left;
		height: auto;

	}
	
}

