/* ======================================================================= */
/* MAGICWALL STYLES
/* ======================================================================= */
.magicwall {width: 100%;
  height: 360px; margin:0 auto; position:relative;}
  .magicwall.magicwall-loading:before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    z-index: 9999;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    background: url(images/loading.gif) center center no-repeat rgba(200, 200, 200, 0.05);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
  .magicwall .magicwall-grid {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 30px;
    left: 0;
    overflow: hidden;
    list-style: none;
    font-size: 0;
    background: #0d1825; }
    .magicwall .magicwall-grid > li {
      position: absolute;
      display: block;
      margin: 0;
      padding: 0; }
      .magicwall .magicwall-grid > li > .magicwall-wrap {
        display: inline-block;
        width: 100%;
        height: 100%; }
        .magicwall .magicwall-grid > li > .magicwall-wrap > .magicwall-thumb {
          display: block;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          bottom: 0;
          right: 0;
          left: 0;
          background: rgba(0, 0, 0, 0.5); }
      .magicwall .magicwall-grid > li.magicwall-loading > .magicwall-wrap:before {
        content: "";
        display: block;
        width: 40px;
        height: 40px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -20px;
        margin-left: -20px;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg class='lds-balls' width='40px' height='40px' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'%3E%3Ccircle cx='67.8023' cy='59.9068' r='6' fill='%2351CACC'%3E%3Canimate attributeName='cx' values='75;57.72542485937369' keyTimes='0;1' dur='1s' repeatCount='indefinite'%3E%3C/animate%3E%3Canimate attributeName='cy' values='50;73.77641290737884' keyTimes='0;1' dur='1s' repeatCount='indefinite'%3E%3C/animate%3E%3Canimate attributeName='fill' values='%2351CACC;%239DF871' keyTimes='0;1' dur='1s' repeatCount='indefinite'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='46.0792' cy='69.9923' r='6' fill='%239DF871'%3E%3Canimate attributeName='cx' values='57.72542485937369;29.774575140626318' keyTimes='0;1' dur='1s' repeatCount='indefinite'%3E%3C/animate%3E%3Canimate attributeName='cy' values='73.77641290737884;64.69463130731182' keyTimes='0;1' dur='1s' repeatCount='indefinite'%3E%3C/animate%3E%3Canimate attributeName='fill' values='%239DF871;%23E0FF77' keyTimes='0;1' dur='1s' repeatCount='indefinite'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='29.7746' cy='52.4491' r='6' fill='%23E0FF77'%3E%3Canimate attributeName='cx' values='29.774575140626318;29.774575140626315' keyTimes='0;1' dur='1s' repeatCount='indefinite'%3E%3C/animate%3E%3Canimate attributeName='cy' values='64.69463130731182;35.30536869268818' keyTimes='0;1' dur='1s' repeatCount='indefinite'%3E%3C/animate%3E%3Canimate attributeName='fill' values='%23E0FF77;%23DE9DD6' keyTimes='0;1' dur='1s' repeatCount='indefinite'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='41.4208' cy='31.5213' r='6' fill='%23DE9DD6'%3E%3Canimate attributeName='cx' values='29.774575140626315;57.72542485937368' keyTimes='0;1' dur='1s' repeatCount='indefinite'%3E%3C/animate%3E%3Canimate attributeName='cy' values='35.30536869268818;26.22358709262116' keyTimes='0;1' dur='1s' repeatCount='indefinite'%3E%3C/animate%3E%3Canimate attributeName='fill' values='%23DE9DD6;%23FF708E' keyTimes='0;1' dur='1s' repeatCount='indefinite'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='64.9232' cy='36.1304' r='6' fill='%23FF708E'%3E%3Canimate attributeName='cx' values='57.72542485937368;75' keyTimes='0;1' dur='1s' repeatCount='indefinite'%3E%3C/animate%3E%3Canimate attributeName='cy' values='26.22358709262116;49.99999999999999' keyTimes='0;1' dur='1s' repeatCount='indefinite'%3E%3C/animate%3E%3Canimate attributeName='fill' values='%23FF708E;%2351CACC' keyTimes='0;1' dur='1s' repeatCount='indefinite'%3E%3C/animate%3E%3C/circle%3E%3C/svg%3E");
        background-repeat:no-repeat;
        background-position:center center;
        background-color:rgba(13,24,37,1);}
.magicwall li a{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  -webkit-transition: background-color 150ms ease-out;
  -moz-transition: background-color 150ms ease-out;
  transition: background-color 150ms ease-out; cursor:pointer;



}

.magicwall li a:hover{
  background-color:rgba(13,24,37,.7);
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='44px' height='44px' viewBox='234 234 44 44' enable-background='new 234 234 44 44' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23FFFFFF' d='M256,234c-12.151,0-22,9.849-22,22c0,12.15,9.849,22,22,22c12.15,0,22-9.85,22-22 C278,243.849,268.151,234,256,234z M256,274.563c-10.252,0-18.563-8.311-18.563-18.563s8.311-18.563,18.563-18.563 s18.563,8.311,18.563,18.563S266.252,274.563,256,274.563z'/%3E%3C/g%3E%3C/g%3E%3Cpolygon fill='%23FFFFFF' points='250.266,248.223 263.735,255.999 250.266,263.777 '/%3E%3C/g%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-position:center center;
}
.magicwall li a.text-popup:hover{background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='44px' height='44px' viewBox='234 234 44 44' enable-background='new 234 234 44 44' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23FFFFFF' d='M256,234c-12.151,0-22,9.849-22,22c0,12.15,9.849,22,22,22c12.15,0,22-9.85,22-22 C278,243.849,268.151,234,256,234z M256,274.563c-10.252,0-18.563-8.311-18.563-18.563s8.311-18.563,18.563-18.563 s18.563,8.311,18.563,18.563S266.252,274.563,256,274.563z'/%3E%3Cpath fill='%23FFFFFF' d='M260.716,255.891c-3.476,0-6.288,1.898-6.288,4.231c0,1.039,0.874,2.224,1.798,2.962l-0.897,2.541 l2.724-1.673c0.813,0.255,1.71,0.399,2.663,0.399c3.471,0,6.284-1.891,6.284-4.229C267,257.789,264.187,255.891,260.716,255.891z' /%3E%3Cpath fill='%23FFFFFF' d='M256,246.375c-6.075,0-11,3.458-11,7.725c0,1.896,1.528,4.059,3.142,5.408l-1.57,4.638l4.773-3.057 c0.623,0.204,1.284,0.365,1.963,0.486c-0.278-0.545-0.451-1.112-0.451-1.644c0-3.049,3.518-5.519,7.858-5.519 c2.325,0,4.399,0.724,5.839,1.854c0.284-0.688,0.445-1.415,0.445-2.167C267,249.833,262.074,246.375,256,246.375z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");}
.magicwall li a:focus{
  outline: none;
}