#location_selector {
  overflow: hidden;
  height: 37px;
  color: #fff;
  text-align: right;
  line-height: 37px;
  font-size: 14px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  position: absolute;
  margin-top: -37px;
  z-index: 0;
  cursor: pointer;
}
#location_selector>div {
  -ms-transform: matrix(1, 0, 0, 1, 0, -37);
  -webkit-transform: matrix(1, 0, 0, 1, 0, -37);
  transform: matrix(1, 0, 0, 1, 0, -37);
  font-weight: 700;
  padding-right: 17px; /*17px*/
  padding-left: 18px;
  margin-top: 37px; /* 37px*/
  background-color: #eed461;
  display: inline-block;
  position: relative;
  color: #FFF;
}

#location_selector>div:hover {
  background-color: #dd3333;
  transition: 400ms ease;
}

#location_selector .arrow {
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  float: right;
  margin-top: 15px; /* 16px*/
  margin-left: 15px; /*10px*/
  height: 8px;
  width: 14px; /*14px */
  background-image: url(../images/arrow.png);
  background-position: 0;
  background-repeat: no-repeat;
}
#locations-panel {
  position: absolute;
  width: 100%;
  overflow: hidden;
  height:100%;
  z-index: 110;
  color: #fff;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  visibility: hidden;
  /*min-height:640px;*/
}
.smaller-panel #panel-container {
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  padding: 30px 0 0;
}
#panel-container {
  margin-top: -600px;
  -webkit-transition: margin-top 0.5s; /* For Safari 3.1 to 6.0 */
  transition: margin-top 0.5s;
  width: 100%;
  /*background-color: #d42929;*/
  background-color: #dd3333;
  position: absolute;
  padding: 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 95px;
  padding-top: 35px;
}
.location-header {
  padding-left: 50px;
}
.location-header h2 {
  float: left;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-left: -2%;
  font-size: 50px;
  line-height: 44px;
  line-height: 150%;
  display: block;
  color: #fff;
}


.smaller-panel .location-list {
  /*background-color: #d42929;*/
  background-color: #dd3333;
  width: 1140px;
}
.location-list {
  width: -webkit-calc(100% - 210px);
  width: calc(100% - 210px);
  margin: 20px auto 0;
  overflow-y: scroll;
}

@media (max-width:700px) {
    .location-header h2 {
        margin-left: -7%;
        line-height: 120%;
    }
    
    .location-list {
        margin-left: 15px;
    }
}
.location-country{
    font-size: 14px;
}
.location-item{
  height: 32px;
  line-height: 32px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  border-bottom: 1px solid #dd5454;
  cursor: pointer;
  opacity: .7;
  overflow: hidden;
  margin-right: 0px;
}
.location-item.last{
  margin-bottom: 30px;
}
.map-marker-label{
  position: absolute;
  color: #fff;
  font-size: 14px;
}
.location-country-block{
  margin-top: 30px;
}
.infowindow-content{
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  cursor: pointer;
  margin: 0;
  line-height: 1.1;
}
.locations-row-container{
  width: 17%; /*160px*/
  float: left;
  margin: 0 14px;
}

@media only screen and (max-width: 700px) {
	#locations-panel, .smaller-panel #panel-container {
		height: 460px;
	}
}

@media (max-width:500px) {   
    .smaller-panel #panel-container {
        padding-left: 15px;
    }
    
    .locations-row-container {
        max-width: 100px;
    }
    
    .location-header {
        padding-left: 40px;
    }
}

@media (max-width:650px) and (orientation:landscape) {   
    .smaller-panel #panel-container {
        padding-left: 45px;
    }
    
    .location-list {
        margin-left: 2px;
    }
}

@media (min-width:800px) and (max-width:1025px) {
    .smaller-panel .location-list {
        padding-left: 45px;
    }
}

@media (min-width:700px) and (max-width:800px) {
    .smaller-panel .location-list {
        padding-left: 40px;
    }
}