.contactButton a {
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    background-color: #cf2f44;  
    padding: 5px 10px;
    white-space: normal;
		color:#fff;
}

.contactButton .btn {
    
	text-decoration: none;
}

.countryselectorDesktop{
     position:absolute;
     background-color:#fff;
     z-index:9999;
     left:15px;
     -webkit-box-shadow: 0px 11px 24px -10px rgba(0,0,0,0.75);
     -moz-box-shadow: 0px 11px 24px -10px rgba(0,0,0,0.75);
     box-shadow: 0px 11px 24px -10px rgba(0,0,0,0.75);
}
 .full-width {
     width: 100vw;
}
 .triangle-with-shadow {
     position: absolute;
     width: 0;
     height: 0;
     border-left: 15px solid transparent;
     border-right: 15px solid transparent;
     border-bottom:15px solid #fff;
     right: 60px;
     top: 30px;
     display:none;
}
 .countryselectorDesktop .menuClose{
     background-color:#747678;
     color:#fff;
     padding:15px;
     font-size:40px;
}
 @media(min-width:992px){
     .countryselectorDesktop .padding{
         padding:40px;
    }
     .countryselectorDesktop{
         top:55px;
    }
}
 .countryLanguage{
     color:#1a4b94!important;
}
 .countryLanguage:hover{
     color:#cf2f44;
}
 @media(max-width:992px){
     .countryselectorDesktop .tablet-margin{
         margin-top:40px;
    }
     .countryselectorDesktop{
         top:0px;
    }
     .countryInfo{
         padding: 5px 0px 5px 0px;
    }
}
 .countryselectorDesktop .thumbs ul li a span{
     margin-top:0!important;
}
 .countryselectorDesktop .thumbs ul li {
     margin: 0 0 20px!important;
}
 @media(max-width:768px){
     .countryselectorDesktop .thumbs ul li {
         border-bottom:1px solid #F2F2F2;
         padding: 0px 0px 20px 0px;
    }
}
 .countryselectorDesktop .padding {
     padding: 40px 30px;
}
 .countryselectorDesktop .countryName{
     font-size:14px;
     color:#000;
}


@media (min-width:1024px){

	.oneColNav{
	width:250px!important;
	}
	.twoColNav{
	width:500px!important;
	}
	.threeColNav{
	width:750px!important;
	}
	.fourColNav{
	width:900px!important;
	}
	.fiveColNav{
	width:1150px!important;
	}

} 
@media (max-width: 1200px)
.oneColNav, .twoColNav, .threeColNav, .fourColNav, .fiveColNav {
    width: 250px!important;
}

