

/* ------------------------------------------ INTERACTIVE SVG FEATURE ------------------------------------------ */
  /*#drawing1 {width:100%; height:auto; }*/
#asia, #nam, #latam, #mideast, #europe, #africa {cursor: pointer;}

/* Set fixed sizes for SVG - IE 10+ hack */

/* xs */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) and  (min-width: 576px) {
  #drawing2 svg {width:400px; height:951px }
}

/* sm */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) and  (min-width: 768px) {
  #drawing1 svg {width:767px; height:359px }
}

/* md */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) and (min-width: 992px) {
  #drawing1 svg {width:991px; height:348px; }
}

/* lg */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) and  (min-width: 1200px) {
  #drawing1 svg {width:1140px; height:400px; }

}


.flippo {
  transform: rotate(-180deg);
}		
.item .hover-fade:hover,
.item .hover-fade:focus {
	opacity: .5;
    filter: saturate(3);
filter: brightness(2);
}


/* MUURI - sortable grid layout */



.filter-controls {
  text-align: center;
  margin-bottom: 30px;
}
.filter-controls .control {
  display: inline-block;
  width: 44%;
  margin: 0 2% 10px 2%;
}
.filter-controls .control * {
/*  box-sizing: border-box;*/
}
.filter-controls .control .form-control {
  width: 100%;
  height: 40px;
  padding: 0 20px;
/*  border: 2px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  color: #666;
  font-size: 16px;*/
/*  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;*/
}
.filter-controls .control .form-control:focus {
/*  outline: 0;
  border-color: #0CAAF5;*/
}

.grid {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.item {
  position: absolute;
  width: 18%;
  height: 250px;
  margin: 1%;
  z-index: 1;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease;
}

.item-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: table;
}

.custom-content {
  height:200px;
  padding:15px;
}

.content-link-icon {
	padding:15px;
}
.content-link-icon img {
	width:30px;
	height:30px;
	padding-right:10px;
}

.item.muuri-item-dragging {
  z-index: 3;
  transition: none;
}

.item.muuri-item-releasing {
  z-index: 2;
}


/* md */
@media (max-width: 1199px) {

.item {
  width: 23%;
  height: 250px;
}
}
/* sm */
@media (max-width: 991px) {

.item {
  width: 31.33%;
  height: 250px;
}

	
}
/* xs */
@media (max-width: 767px) {
 
.item {
  width: 48%;
  height: 200px;
}
	
.custom-content {
  height:150px;
overflow: hidden;
}
}
/* xxs */
@media (max-width: 575px) {
.item {
  width: 98%;
  height: 200px;
	}
.filter-controls .control {
  display: inline-block;
  width: 100%;
  margin: 0 2% 10px 2%;
}
.custom-content {
  height:150px;
}
}

