.dist_wrapper
{
	color: #fff;
	padding:20px;
	margin-bottom:20px;
}

.dist_wrapper_single
{
    width:1010px;
    margin:0 auto;
}


.dist_data
{
	float: left;
    margin: 0 25px 20px 0;
    width: 340px;
}

.dist_list
{
	margin: 0 auto;
	margin-top:50px;
    width: 100%;
}

.dist_list h2
{
	margin:5px 0 3px;
        

}

.dist_wrapper h2
{
    color:#fff !important;
}

.dist_data a
{
    color:#888888 !important;
}

.dist_data a:hover
{
    color:#ed7713 !important;
}

#continent-select
{
	width:100%;
	margin:0 auto;
	margin-top:20px;

}

#continent-inner-wrap
{
	padding:20px;
        text-align: center;
        margin-bottom: 20px;
	
}

.continent-inner-wrap-column
{
        display:inline-table;
        width:48%;
}

#continent-select a
{
	color:#ed7713;
	margin-left: 40px;
        margin-right: 40px;
	cursor:pointer;
	font-size:24px;

}

#continent-select a:hover
{
	color:#fff;
}

.continent-active
{
     color:#fff !important;
}

.clear
{
    clear:both;
}

.alpha80
{
    background-color:#101010;
}


.distributor-shop-icon
{
    width:57px;
    margin-top:5px;
}


.distributor-shop-icon-div
{
    float:left;
}


@media screen and (max-width: 1000px) {

    .dist_data
    {

        width: 320px;
    }
}


@media screen and (max-width: 700px) {
    
   .continent-inner-wrap-column
    {  
        display:block;
        width:auto;
    }
    


    
}

@media screen and (max-width: 919px) {
    
    .distributor-shop-icon-p
    {
        text-align:center;
    }
    
    .dist_data 
    {
        width:100%;
        float:none;
    }
    
    .distributor-shop-icon-div
    {
        /*width:100%;*/
        float:none;
    }
        
        
    
}



