﻿@media (min-width:768px) {
    .countrystoreheader {
        border-bottom: 1px dotted #acabab;
        font-family: Roboto, Arial, Helvetica, sans-serif;
        font-weight:700;
        font-size: 21px;
        color: #028940;
        margin-bottom: 20px;
    }

    .countryname {
        font-size: 15px;
        font-family: Roboto, Arial, Helvetica, sans-serif;     
        font-weight:400; 
        text-transform: none;
        color: #747474;
        line-height: 20px;
        
    }
    .countryname a {
        font-family: Roboto, Arial, Helvetica, sans-serif;  
        font-weight:400;    
        text-transform: none;
        color: #747474;
        text-decoration: none;
    }

    .storecount {
        font-size: 15px;
	    font-family: Roboto, Arial, Helvetica, sans-serif;
        font-weight:300;  
      text-transform: uppercase;
        color: #747474;
        line-height: 20px;
    }
}

@media (max-width:767px) {
    .countrystoreheader {
        border-bottom: 1px dotted #acabab;
        font-family: Roboto, Arial, Helvetica, sans-serif;
        font-weight:700;
        font-size: 18px;
        color: #527a4b;
        margin-bottom: 20px;
    }

    .countryname {
        font-size: 13px;
        font-family: Roboto, Arial, Helvetica, sans-serif;
        font-weight:400;  
        text-transform: uppercase;
        color: #747474;
        line-height: 20px;
        text-indent: -15px;
        margin-left: 15px;
        width: 240px;
    }

    div.row > div.countryname + div {
        margin-left: -25px;
        text-align: right;
        padding-right: 10px;
        margin-right: -5px;
    }
    
    .storecount {
        font-size: 13px;
	    font-family: Roboto, Arial, Helvetica, sans-serif;
        font-weight:300; 
        text-transform: uppercase;
        color: #747474;
        line-height: 20px;
    }
    .countryname a {
        font-family: Roboto, Arial, Helvetica, sans-serif;  
        font-weight:400;      
        text-transform: none;
        color: #747474;
        text-decoration: none;
        text-indent: 15px;
    }
}

.countryname.col-md-8.col-xs-9 img {
 margin-right: 8px;
}

.countryname a:hover {
    text-decoration: underline;
    color: #527a4b;
}

.languageLink {
    font-family: Roboto,Arial,Helvetica,sans-serif !important;
    font-weight:300; 
    text-transform: none;
    color: #747474;
    text-decoration: none;
}


.langListSpacer {
    font-size: 9px;
}

.Footer-LinkGroup:last-child {
    margin-left: 0;
    padding-right: 0;
    padding-left: 20px;
    border-right: 0 dotted #353535 !important;
    color: #353535;
    font-size: 12px;
	font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight:300;
    line-height: 15px;
}

[dir="rtl"] .col-xs-12.col-sm-6 {
    float: right;
}

[dir="rtl"] .col-md-8.col-xs-7 {
    float: right;
}

[dir="rtl"] .col-md-8.col-xs-9 {
    float: right;
}