/*------------------------------------------------------------------

[ Table of contents ]

1. Like APP
2. Weather APP
3. OWL Slider
4. Ajax Popup

-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[ 1. Like APP ]
-------------------------------------------------------------------*/
  /* Wrapper */
  .sl-wrapper a {
    border-bottom: 0 !important;
    text-decoration: none !important;
  }


  /* Icon */
  .sl-icon {
    margin-right: 7px;
    vertical-align: middle;
  }
  .sl-icon svg {
    fill: currentColor;
    width: 10px;
    height: 10px;
  }
  .sl-icon svg:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left:0;
  }

  /* Count */
  .sl-count {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
  }

  /* Loader */
  .loader,
  .loader:before,
  .loader:after {
    background: rgba(0, 0, 0, 0.2);
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: .2em;
    height: .6em;
  }
  .loader:before,
  .loader:after {
    position: absolute;
    top: 0;
    content: '';
  }
  .loader:before {
    left: -.375em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
  }
  .loader {
    text-indent: -9999em;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    font-size: 1em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
  }
  .loader:after {
    left: .375em;
  }
  @-webkit-keyframes load1 {
    0%,
    80%,
    100% {
      box-shadow: 0 0 rgba(0, 0, 0, 0.2);
      height: .6em;
    }
    40% {
      box-shadow: 0 -.3em rgba(0, 0, 0, 0.2);
      height: 1em;
    }
  }
  @keyframes load1 {
    0%,
    80%,
    100% {
      box-shadow: 0 0 rgba(0, 0, 0, 0.2);
      height: .6em;
    }
    40% {
      box-shadow: 0 -.3em rgba(0, 0, 0, 0.2);
      height: 1em;
    }
  }

/*------------------------------------------------------------------
[ 2. Weather APP ]
-------------------------------------------------------------------*/
  @font-face {
    font-family: 'weathericons';
    src: url('../fonts/weathericons-regular-webfont.eot');
    src: url('../fonts/weathericons-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/weathericons-regular-webfont.woff') format('woff'), url('../fonts/weathericons-regular-webfont.ttf') format('truetype'), url('../fonts/weathericons-regular-webfont.svg#weathericons-regular-webfontRg') format('svg');
    font-weight: normal;
    font-style: normal;
  }

  .wi:before, .wi:after  {
    display: inline-block;
    font-family: 'weathericons';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }


  .flatWeatherPlugin {
    font-size: inherit;
    width: 100%;
  }

  .flatWeatherPlugin p, .flatWeatherPlugin h2, .flatWeatherPlugin h3, .flatWeatherPlugin ul,  .flatWeatherPlugin li {
    padding: 0;
    margin: 0;
  }

  #flatWeatherLoading.loading {
    font-size: 90px;
    text-align: center;
    padding: 10px;
    overflow: hidden;
    -webkit-animation:spin 2s linear infinite;
    -moz-animation:spin 2s linear infinite;
    animation:spin 2s linear infinite;
    opacity: 0.2;
  }
  @-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
  @-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
  @keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

  .flatWeatherPlugin h2 {
    margin: 0 0 5px 0;
  }

  .flatWeatherPlugin .wiToday {
    width: 100%;
    overflow: hidden;
  }

  .flatWeatherPlugin .wiToday > .wiIconGroup {
    float: right;
    width: 50%;
    text-align: center;
  }

  .flatWeatherPlugin .wiToday > .wiIconGroup p {
    width: 100%;
    
    line-height: 1em;
    padding: 6px 0 0 0;
  }


  .flatWeatherPlugin .wiToday .wiIconGroup div.wi {
    font-size: 400%;
    line-height: 1.45em;
    width: 100%;  
  }

  .flatWeatherPlugin .wiToday .wiIconGroup div.wi:before {
    vertical-align: text-bottom;
  } 

  .flatWeatherPlugin .clearfix:after {
    content: " ";
    display: table;
    clear: both;
  }

  .flatWeatherPlugin div.wiToday > p.wiTemperature {
    font-size: 400%;
    line-height: 1.45em;
    float: left;
    width: 50%;
    text-align: center;
    
  }

  .flatWeatherPlugin sup {
    opacity: 0.7;
    font-size: 65%;
    vertical-align: baseline;
    top: -0.5em;
    position: relative;
  }

  .flatWeatherPlugin .wiDetail {
    overflow: hidden;
    width: 100%;
    padding-bottom: 5px;
  }

  .flatWeatherPlugin.today .wiDetail {
    padding-top: 10px;
  }

  .flatWeatherPlugin .wiDetail  p.wiDay {
    font-weight: bold;
    margin: 5px 0 2px 0;
    text-align: left;
    
  }

  .flatWeatherPlugin.partial .wiToday  p.wiDay {
    text-align: center;
    font-weight: bold;
    padding: 0 0 10px 0;
    clear: both;
    width: 100%;
    
  }


  .flatWeatherPlugin .wiDetail ul {
    width: 33%;
    float: left;
    list-style: none;
    font-size: 90%;
  }

  .flatWeatherPlugin .wiDetail ul + ul {
    width: 27%;
  }

  .flatWeatherPlugin .wiDetail ul + ul + ul {
    width: 40%;
  }

  .flatWeatherPlugin .wiDetail ul li:before {
    width:30px;

  }

  .flatWeatherPlugin ul.wiForecasts{
    width: 100%;
    overflow: hidden;
  }

  .flatWeatherPlugin ul.wiForecasts li > span {
    width: 25%;
    display: inline-block;
  }

  .flatWeatherPlugin ul.wiForecasts li {
    float: left;
    width: 100%;
    overflow: hidden;
    display: inline;
  }

  .flatWeatherPlugin ul.wiForecasts ul.wiForecast {
    font-weight: normal;
    list-style: none;
    float: right;
    width: 75%;
  }

  .flatWeatherPlugin.forecast ul.wiForecasts ul.wiForecast li {
    text-align: center;
  }

  .flatWeatherPlugin ul.wiForecasts ul.wiForecast li {
    width: 33%;
    float: left;
    text-align: center;
  }

  .flatWeatherPlugin ul.wiForecasts ul.wiForecast li.wi:before {
    vertical-align: bottom;
  }

  .flatWeatherPlugin ul.wiForecasts li.wiDay {
    font-weight: bold;
    border-
    border-top: 1px solid RGBA(255,255,255,0.2);
    padding: 5px 0;
  }

  .flatWeatherPlugin.forecast ul.wiForecasts li.wiDay {
    border-bottom: 1px solid RGBA(255,255,255,0.2);
    border-top: none;
  }

  .flatWeatherPlugin ul.wiForecasts li.wiDay:last-child {
    border-bottom: none;
  }


  /*************************************************************************************************/
  /* Font mappings                                                                                 */
  /*************************************************************************************************/

  /***************************
  General
  ****************************/
  .wi.sunrise:before {
    content: "\f051";
  }

  .wi.sunset:before {
    content: "\f052";
  }

  .wi.wind:before {
    content: "\f050";
  }

  .wi.humidity:before {
    content: "\f04e";
  }

  .wi.pressure:before {
    content: "\f040";
  }

  .wi.cloudiness:before {
    content: "\f041";
  }

  .wi.temperature.metric:after {
    content: "\f03c";
  }

  .wi.temperature.imperial:after {
    content: "\f045";
  }

  .wi.loading:after {
    content: "\f04c";
  }

  /***************************
  Thunderstorm
  ****************************/

  /* thunderstorm with light rain */
  .wi.wi200:before {
    content: "\f01d";
  }

  /* thunderstorm with rain */
  .wi.wi201:before {
    content: "\f01d";
  }

  /* thunderstorm with heavy rain */
  .wi.wi202:before {
    content: "\f01e";
  }

  /* light thunderstorm */
  .wi.wi210:before {
    content: "\f010";
  }

  /* thunderstorm */
  .wi.wi211:before {
    content: "\f01e";
  }

  /* heavy thunderstorm */
  .wi.wi212:before {
    content: "\f01e";
  }

  /* ragged thunderstorm */
  .wi.wi221:before {
    content: "\f016";
  }

  /* thunderstorm with light drizzle */
  .wi.wi230:before {
    content: "\f01d";
  }

  /* thunderstorm with drizzle */
  .wi.wi231:before {
    content: "\f01d";
  }

  /* thunderstorm with heavy drizzle */
  .wi.wi232:before {
    content: "\f01d";
  }

  /***************************
  Drizzle
  ****************************/

  /* light intensity drizzle */
  .wi.wi300:before {
    content: "\f01c";
  }

  /* drizzle */
  .wi.wi301:before {
    content: "\f01c";
  }

  /* heavy intensity drizzle */
  .wi.wi302:before {
    content: "\f01c";
  }

  /* light intensity drizzle rain */
  .wi.wi310:before {
    content: "\f01c";
  }

  /* drizzle rain */
  .wi.wi311:before {
    content: "\f017";
  }

  /* heavy intensity drizzle rain */
  .wi.wi312:before {
    content: "\f017";
  }

  /* shower rain and drizzle */
  .wi.wi313:before {
    content: "\f01a";
  }

  /* heavy shower rain and drizzle */
  .wi.wi314:before {
    content: "\f01a";
  }

  /* shower drizzle */
  .wi.wi321:before {
    content: "\f01a";
  }

  /***************************
  Rain
  ****************************/

  /* light rain */
  .wi.wi500:before {
    content: "\f01a";
  }

  /* moderate rain */
  .wi.wi501:before {
    content: "\f017";
  }

  /* heavy intensity rain */
  .wi.wi502:before {
    content: "\f019";
  }

  /* very heavy rain */
  .wi.wi503:before {
    content: "\f019";
  }

  /* extreme rain */
  .wi.wi504:before {
    content: "\f018";
  }

  /* freezing rain */
  .wi.wi511:before {
    content: "\f015";
  }

  /* light intensity shower rain */
  .wi.wi520:before {
    content: "\f01a";
  }

  /* shower rain */
  .wi.wi521:before {
    content: "\f01a";
  }

  /* heavy intensity shower rain */
  .wi.wi522:before {
    content: "\f01a";
  }

  /* ragged shower rain */
  .wi.wi531:before {
    content: "\f01a";
  }

  /***************************
  Snow
  ****************************/

  /* light snow */
  .wi.wi600:before {
    content: "\f01b";
  }

  /* snow */
  .wi.wi601:before {
    content: "\f01b";
  }

  /* heavy snow */
  .wi.wi602:before {
    content: "\f01b";
  }

  /* sleet */
  .wi.wi611:before {
    content: "\f015";
  }

  /* shower sleet */
  .wi.wi612:before {
    content: "\f015";
  }

  /* light rain and snow */
  .wi.wi615:before {
    content: "\f017";
  }

  /* rain and snow */
  .wi.wi616:before {
    content: "\f017";
  }

  /* light shower snow */
  .wi.wi620:before {
    content: "\f017";
  }

  /* shower snow */
  .wi.wi621:before {
    content: "\f017";
  }

  /* heavy shower snow */
  .wi.wi622:before {
    content: "\f017";
  }

  /***************************
  Atmosphere
  ****************************/

  /* mist */
  .wi.wi701:before {
    content: "\f014";
  }

  /* smoke */
  .wi.wi711:before {
    content: "\f062";
  }

  /* haze */
  .wi.wi721:before {
    content: "\f014";
  }

  /* sand, dust whirls */
  .wi.wi731:before {
    content: "\f063";
  }

  /* fog */
  .wi.wi741:before {
    content: "\f014";
  }

  /* sand */
  .wi.wi751:before {
    content: "\f063";
  }

  /* dust */
  .wi.wi761:before {
    content: "\f063";
  }

  /* volcanic ash */
  .wi.wi762:before {
    content: "\f063";
  }

  /* squalls */
  .wi.wi771:before {
    content: "\f050";
  }

  /* tornado */
  .wi.wi781:before {
    content: "\f056";
  }

  /***************************
  Clouds
  ****************************/

  /* clear sky */
  .wi.wi800:before {
    content: "\f00d";
  }

  /* few clouds */
  .wi.wi801:before {
    content: "\f002";
  }

  /* scattered clouds */
  .wi.wi802:before {
    content: "\f002";
  }

  /* broken clouds */
  .wi.wi803:before {
    content: "\f002";
  }

  /* overcast clouds */
  .wi.wi804:before {
    content: "\f00c";
  }

  /***************************
  Extreme
  ****************************/

  /* tornado */
  .wi.wi900:before {
    content: "\f056";
  }

  /* tropical storm */
  .wi.wi901:before {
    content: "\f073";
  }

  /* hurricane */
  .wi.wi902:before {
    content: "\f073";
  }

  /* cold */
  .wi.wi903:before {
    content: "\f076";
  }

  /* hot */
  .wi.wi904:before {
    content: "\f072";
  }

  /* windy */
  .wi.wi905:before {
    content: "\f050";
  }

  /* hail */
  .wi.wi906:before {
    content: "\f015";
  }

  /***************************
  Additional
  ****************************/

  /* calm */
  .wi.wi951:before {
    content: "\f00d";
  }

  /* light breeze */
  .wi.wi952:before {
    content: "\f021";
  }

  /* gentle breeze */
  .wi.wi953:before {
    content: "\f021";
  }

  /* moderate breeze */
  .wi.wi954:before {
    content: "\f021";
  }

  /* fresh breeze */
  .wi.wi955:before {
    content: "\f021";
  }

  /* strong breeze */
  .wi.wi956:before {
    content: "\f050";
  }

  /* high wind, near gale */
  .wi.wi957:before {
    content: "\f050";
  }

  /* gale */
  .wi.wi958:before {
    content: "\f050";
  }

  /* severe gale */
  .wi.wi959:before {
    content: "\f073";
  }

  /* storm */
  .wi.wi960:before {
    content: "\f073";
  }

  /* violent storm */
  .wi.wi961:before {
    content: "\f073";
  }

  /* hurricane */
  .wi.wi962:before {
    content: "\f073";
  }

/*------------------------------------------------------------------
[ 3. OWL Slider ]
-------------------------------------------------------------------*/
  /* 
   *  Core Owl Carousel CSS File
   *  v1.3.3
   */

  /* clearfix */
  .owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
  /* display none until init */
  .owl-carousel{
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
  }
  .owl-carousel .owl-wrapper{
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
  }
  .owl-carousel .owl-wrapper-outer{
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .owl-carousel .owl-wrapper-outer.autoHeight{
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
  }
    
  .owl-carousel .owl-item{
    float: left;
  }
  .owl-controls .owl-page,
  .owl-controls .owl-buttons div{
    cursor: pointer;
  }
  .owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  /* mouse grab icon */
  .grabbing { 
      cursor:url(grabbing.png) 8 8, move;
  }

  /* fix */
  .owl-carousel  .owl-wrapper,
  .owl-carousel  .owl-item{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
  }

  /* preloading images */
  .owl-item.loading{
    min-height: 150px;
    background: url(AjaxLoader.gif) no-repeat center center
  }

/*------------------------------------------------------------------
[ 4. Ajax Popup ]
-------------------------------------------------------------------*/
  .mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80); }

  .mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden; }

  .mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

  .mfp-align-top .mfp-container:before {
    display: none; }

  .mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045; }

  .mfp-inline-holder .mfp-content,
  .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto; }

  .mfp-ajax-cur {
    cursor: progress; }

  .mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }

  .mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in; }

  .mfp-auto-cursor .mfp-content {
    cursor: auto; }

  .mfp-close,
  .mfp-arrow,
  .mfp-preloader,
  .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }

  .mfp-loading.mfp-figure {
    display: none; }

  .mfp-hide {
    display: none !important; }

  .mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044; }
    .mfp-preloader a {
      color: #CCC; }
      .mfp-preloader a:hover {
        color: #FFF; }

  .mfp-s-ready .mfp-preloader {
    display: none; }

  .mfp-s-error .mfp-content {
    display: none; }

  button.mfp-close,
  button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none; }

  button::-moz-focus-inner {
    padding: 0;
    border: 0; }

  .mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    }
    .mfp-close:hover,
    .mfp-close:focus {
      opacity: 1;
      filter: alpha(opacity=100); }
    .mfp-close:active {
      top: 1px; }

  .mfp-close-btn-in .mfp-close {
    color: #333; }

  .mfp-image-holder .mfp-close,
  .mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%; }

  .mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap; }

  .mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent; }
    .mfp-arrow:active {
      margin-top: -54px; }
    .mfp-arrow:hover,
    .mfp-arrow:focus {
      opacity: 1;
      filter: alpha(opacity=100); }
    .mfp-arrow:before,
    .mfp-arrow:after,
    .mfp-arrow .mfp-b,
    .mfp-arrow .mfp-a {
      content: '';
      display: block;
      width: 0;
      height: 0;
      position: absolute;
      left: 0;
      top: 0;
      margin-top: 35px;
      margin-left: 35px;
      border: medium inset transparent; }
    .mfp-arrow:after,
    .mfp-arrow .mfp-a {
      border-top-width: 13px;
      border-bottom-width: 13px;
      top: 8px; }
    .mfp-arrow:before,
    .mfp-arrow .mfp-b {
      border-top-width: 21px;
      border-bottom-width: 21px;
      opacity: 0.7; }

  .mfp-arrow-left {
    left: 0; }
    .mfp-arrow-left:after,
    .mfp-arrow-left .mfp-a {
      border-right: 17px solid #FFF;
      margin-left: 31px; }
    .mfp-arrow-left:before,
    .mfp-arrow-left .mfp-b {
      margin-left: 25px;
      border-right: 27px solid #3F3F3F; }

  .mfp-arrow-right {
    right: 0; }
    .mfp-arrow-right:after,
    .mfp-arrow-right .mfp-a {
      border-left: 17px solid #FFF;
      margin-left: 39px; }
    .mfp-arrow-right:before,
    .mfp-arrow-right .mfp-b {
      border-left: 27px solid #3F3F3F; }

  .mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px; }
    .mfp-iframe-holder .mfp-content {
      line-height: 0;
      width: 100%;
      max-width: 900px; }
    .mfp-iframe-holder .mfp-close {
      top: -40px; }

  .mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%; }
    .mfp-iframe-scaler iframe {
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
      background: #000; }

  /* Main image in popup */
  img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto; }

  /* The shadow behind the image */
  .mfp-figure {
    line-height: 0; }
    .mfp-figure:after {
      content: '';
      position: absolute;
      left: 0;
      top: 40px;
      bottom: 40px;
      display: block;
      right: 0;
      width: auto;
      height: auto;
      z-index: -1;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
      background: #444; }
    .mfp-figure small {
      color: #BDBDBD;
      display: block;
      font-size: 12px;
      line-height: 14px; }
    .mfp-figure figure {
      margin: 0; }

  .mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto; }

  .mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px; }

  .mfp-image-holder .mfp-content {
    max-width: 100%; }

  .mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer; }

  @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
      padding-left: 0;
      padding-right: 0; }
    .mfp-img-mobile img.mfp-img {
      padding: 0; }
    .mfp-img-mobile .mfp-figure:after {
      top: 0;
      bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
      display: inline;
      margin-left: 5px; }
    .mfp-img-mobile .mfp-bottom-bar {
      background: rgba(0, 0, 0, 0.6);
      bottom: 0;
      margin: 0;
      top: auto;
      padding: 3px 5px;
      position: fixed;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0; }
    .mfp-img-mobile .mfp-counter {
      right: 5px;
      top: 3px; }
    .mfp-img-mobile .mfp-close {
      top: 0;
      right: 0;
      width: 35px;
      height: 35px;
      line-height: 35px;
      background: rgba(0, 0, 0, 0.6);
      position: fixed;
      text-align: center;
      padding: 0; } }

  @media all and (max-width: 900px) {
    .mfp-arrow {
      -webkit-transform: scale(0.75);
      transform: scale(0.75); }
    .mfp-arrow-left {
      -webkit-transform-origin: 0;
      transform-origin: 0; }
    .mfp-arrow-right {
      -webkit-transform-origin: 100%;
      transform-origin: 100%; }
    .mfp-container {
      padding-left: 6px;
      padding-right: 6px; } }

  .mfp-ie7 .mfp-img {
    padding: 0; }

  .mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px; }

  .mfp-ie7 .mfp-container {
    padding: 0; }

  .mfp-ie7 .mfp-content {
    padding-top: 44px; }

  .mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0; }


  /* overlay at start */
  .mfp-fade.mfp-bg {
    opacity: 0;

    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  /* overlay animate in */
  .mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
  }
  /* overlay animate out */
  .mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
  }

  /* content at start */
  .mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;

    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  /* content animate it */
  .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
  }
  /* content animate out */
  .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
  }