a{
	color: #0070e0;
}
ul.dropdown-menu.africa {
   width: 740px !important;
   max-width: 100%;
   left: 114px !important;
}

ul.dropdown-menu.africa::after {
   left: 46% !important;
}

@media (min-width: 768px) {
   .dropdown-menu.africa .col-sm-2{
      width: 20%;
   }
}

ul.dropdown-menu.asia {
   width: 640px !important;
   max-width: 100%;
   left: 210px !important;
}

ul.dropdown-menu.south-america::after {
   left: 40% !important;
}

ul.dropdown-menu.south-america {
   width: 420px !important;
   max-width: 100%;
   left: auto !important;
   right: 20px !important;
}

ul.dropdown-menu.south-america::after {
   left: 60% !important;
}

ul.dropdown-menu.oceania {
   width: 420px !important;
   max-width: 100%;
   left: auto !important;
   right: 20px !important;
}

ul.dropdown-menu.oceania::after {
   left: 95% !important;
}

ul.dropdown-menu.europe {
   width: 640px !important;
   max-width: 100%;
   left: auto !important;
   right: 100px !important;
}

ul.dropdown-menu.europe::after {
   left: 40% !important;
}

ul.dropdown-menu.north-america {
   width: 640px !important;
   max-width: 100%;
   left: auto !important;
   right: 50px !important;
}

ul.dropdown-menu.north-america::after {
   left: 52% !important;
}

.navbar-nav li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li a:hover {
   color: #000;
   background: #eee;
   padding-left: 20px; 
}

.admin {
    padding: 6px;
    text-align: right;
}

.form-group label {
   margin: 15px 0 0;
}

#gallery {
   display: table;
}

a.image-container {
   display: table-cell;
   text-align: center;
   padding-bottom: 30px;
   padding: 1px;
   height: 140px;
}

a.image-container img {
   vertical-align: middle;
   border-radius: 4px;
   padding: 20px;
   box-sizing: content-box;
   background: #f7f7f7;
}

.row.sources {
   margin-top: 60px;
}

.row.sources li {
   font-size: 80%;
}

.slick-prev, .slick-next
{
    width:40px;
    height:40px;
}
.slick-next {
    right: 20px;
}
.slick-prev {
    left: 20px;
}