﻿
#contactUs{
  max-width:1080px;
  height:70px;
  position: relative;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  /*background-color: #000;*/
  font-size: 0.8em;
  margin:0 auto  0 auto;
  text-align:center; 
  /*padding-top:60px;*/
}
#contactUs #countrySelection {
  position: relative;
}

#contactUs #countrySelection #countrySelection-wrapper {
  overflow: hidden;
  padding: 0 30px;
}

#countrySelection-items {
    margin: 0 20px;
    padding: 1px 0;
    list-style: none;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
}
#countrySelection-items img{
width:165px;height:65px;text-align:center;
}

#contactUs #countrySelector {
  position: relative;
  margin-left: -5px;
  top: -1px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #EFEBE8;
}
.active p, .active a{
  color: #ff5454 !important;
}

#contactUs #countrySelection ul li {
    display: inline-block;
    margin: 0 1%;
}

#contactUs p, #contactUs a{
  color: #EFEBE8;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}



.icon-chevronleft {
    background-image: url('/ArtCommon/images/left-arrow.png');
    background-repeat: no-repeat;
    background-size: 20px;
}
.icon-chevronright {
    background-image: url('/ArtCommon/images/right-arrow.png');
    background-repeat: no-repeat;
    background-size: 20px;
}
.countrySelection-paddle-left, .countrySelection-paddle-right {
    cursor: pointer;
    border: none;
    position: absolute;
    top: 13px;
    background-color: transparent;
    width: 25px;
    height: 25px;
    margin-left: auto;
    margin-right: auto;
}
.slick-next, .countrySelection-paddle-right {
    right: 0;
}
.slick-prev, .countrySelection-paddle-left {
    left: 0;
}