@charset "utf-8";
/* CSS Document */

html,body {height: 100%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; font-size:13px;-webkit-transition:all ease 1s;-moz-transition:all ease 1s;-o-transition:all ease 1s;transition:all ease 1s;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;font-family: 'Ubuntu', sans-serif; color:#5a5c6d;}
*, *:before, *:after {-webkit-box-sizing: inherit;-moz-box-sizing: inherit;box-sizing: inherit; margin: 0px; font-weight: normal; transition: all ease 0.6s;}
h1,h2,h3,h4,h5,h6 {font-family: 'Hurme Geometric Sans 3'; margin: 0px; color:#5a5c6d;font-weight: bold;}
p {color: #5a5c6d; line-height: 170%; font-size: 16px;}
a { text-decoration: none; outline: none;-webkit-transition:all ease 0.8s;-moz-transition:all ease 1s;-o-transition:all ease 0.8s;transition:all ease 0.8s; color: #333333; display: inline-block;}
ul,ol { margin: 0px; padding: 0px; list-style: none;}
.quick1 {
    position: static;
    top: 50%;
    left: 20px;
    /* z-index: 999999; */
    margin-top: -20px;
}
button.icon.button {
        /*padding: 15px 40px;*/
		padding: 16px 58px;
    color: #162591;
    border: 0px none;
    background: #fff;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    border-radius: 50px;
    position: relative;
    overflow: hidden;
	margin-left: -5em;
	width:275px;
}
h3.mdh {
    text-align: center;
    margin-top: 2em;
    font-size: 1.3em;
    color: #1c2a94;
}
a.cpr {
    color: #162591;
    font-size: 18px;
    font-weight: 500;
}
/**
 *
 * slippry v1.4.0 - Responsive content slider for jQuery
 * http://slippry.com
 *
 * Authors: Lukas Jakob Hafner - @saftsaak
 *          Thomas Hurd - @SeenNotHurd
 *
 * Copyright 2016, booncon oy - http://booncon.com
 *
 *
 * Released under the MIT license - http://opensource.org/licenses/MIT
 */
/* kenBurns animations, very basic */
@-webkit-keyframes left-right {
  0% {
    -webkit-transform: translateY(-20%) translateX(-10%);
            transform: translateY(-20%) translateX(-10%); }
  100% {
    -webkit-transform: translateY(0%) translateX(10%);
            transform: translateY(0%) translateX(10%); } }
@-o-keyframes left-right {
  0% {
    -o-transform: translateY(-20%) translateX(-10%);
       transform: translateY(-20%) translateX(-10%); }
  100% {
    -o-transform: translateY(0%) translateX(10%);
       transform: translateY(0%) translateX(10%); } }
@keyframes left-right {
  0% {
    -webkit-transform: translateY(-20%) translateX(-10%);
         -o-transform: translateY(-20%) translateX(-10%);
            transform: translateY(-20%) translateX(-10%); }
  100% {
    -webkit-transform: translateY(0%) translateX(10%);
         -o-transform: translateY(0%) translateX(10%);
            transform: translateY(0%) translateX(10%); } }
@-webkit-keyframes right-left {
  0% {
    -webkit-transform: translateY(0%) translateX(10%);
            transform: translateY(0%) translateX(10%); }
  100% {
    -webkit-transform: translateY(-20%) translateX(-10%);
            transform: translateY(-20%) translateX(-10%); } }
@-o-keyframes right-left {
  0% {
    -o-transform: translateY(0%) translateX(10%);
       transform: translateY(0%) translateX(10%); }
  100% {
    -o-transform: translateY(-20%) translateX(-10%);
       transform: translateY(-20%) translateX(-10%); } }
@keyframes right-left {
  0% {
    -webkit-transform: translateY(0%) translateX(10%);
         -o-transform: translateY(0%) translateX(10%);
            transform: translateY(0%) translateX(10%); }
  100% {
    -webkit-transform: translateY(-20%) translateX(-10%);
         -o-transform: translateY(-20%) translateX(-10%);
            transform: translateY(-20%) translateX(-10%); } }
/* added to the original element calling slippry */
.sy-box.sy-loading {
  background: url("../images/sy-loader.html") 50% 50% no-repeat;
  -webkit-background-size: 32px 32px;
          background-size: 32px;
  min-height: 40px; }
  .sy-box.sy-loading .sy-slides-wrap, .sy-box.sy-loading .sy-pager {
    visibility: hidden; }

/* element that wraps the slides */
.sy-slides-wrap {
  position: relative;
  height: 100%;
  width: 100%; }
  .sy-slides-wrap:hover .sy-controls {
    display: block; }

/* element that crops the visible area to the slides */
.sy-slides-crop {
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden; }

/* list containing the slides */
.sy-list {
  width: 100%;
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute; }
  .sy-list.horizontal {
    -webkit-transition: left ease;
         -o-transition: left ease;
            transition: left ease; }
  .sy-list.vertical {
    -webkit-transition: top ease;
         -o-transition: top ease;
            transition: top ease; }
.logo img {
    width: 80%;
}
ul.hidden-small {
    margin-top: 2em;
}
/* single slide */
.sy-slide {
  position: absolute;
  width: 100%;
  z-index: 2; }
  .sy-slide.kenburns {
    width: 140%;
    left: -20%; }
    .sy-slide.kenburns.useCSS {
      -webkit-transition-property: opacity;
           -o-transition-property: opacity;
              transition-property: opacity; }
      .sy-slide.kenburns.useCSS.sy-ken:nth-child(1n) {
        -webkit-animation-name: left-right;
             -o-animation-name: left-right;
                animation-name: left-right;
        -webkit-animation-fill-mode: forwards;
             -o-animation-fill-mode: forwards;
                animation-fill-mode: forwards; }
      .sy-slide.kenburns.useCSS.sy-ken:nth-child(2n) {
        -webkit-animation-name: right-left;
             -o-animation-name: right-left;
                animation-name: right-left;
        -webkit-animation-fill-mode: forwards;
             -o-animation-fill-mode: forwards;
                animation-fill-mode: forwards; }
  .sy-slide.sy-active {
    z-index: 3; }
  .sy-slide > img {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    border: 0; }
  .sy-slide > a {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%; }
    .sy-slide > a > img {
      margin: 0;
      padding: 0;
      display: block;
      width: 100%;
      border: 0; }

/* next/ prev buttons, with arrows and clickable area a lot larger than the visible buttons */
.sy-controls {
  display: none;
  list-style: none;
  height: 100%;
  width: 100%;
  position: absolute;
  padding: 0;
  margin: 0; }
  .sy-controls li {
    position: absolute;
    width: 10%;
    min-width: 4.2em;
    height: 100%;
    z-index: 33; }
    .sy-controls li.sy-prev {
      left: 0;
      top: 0; }
      .sy-controls li.sy-prev a:after {
        background-position: -5% 0; }
    .sy-controls li.sy-next {
      right: 0;
      top: 0; }
      .sy-controls li.sy-next a:after {
        background-position: 105% 0; }
    .sy-controls li a {
      position: relative;
      width: 100%;
      height: 100%;
      display: block;
      text-indent: -9999px; }
      .sy-controls li a:link, .sy-controls li a:visited {
        opacity: 0.4; }
      .sy-controls li a:hover, .sy-controls li a:focus {
        opacity: 0.8;
        outline: none; }
      .sy-controls li a:after {
        content: "";
        background-image: url("../images/arrows.html");
        background-repeat: no-repeat;
        -webkit-background-size: cover;
                background-size: cover;
        text-align: center;
        text-indent: 0;
        line-height: 2.8em;
        color: #111;
        font-weight: 800;
        position: absolute;
        background-color: #fff;
        width: 2.8em;
        height: 2.8em;
        left: 50%;
        top: 50%;
        margin-top: -1.4em;
        margin-left: -1.4em;
        border-radius: 50%; }
  @media only screen and (max-device-width: 600px) {
    .sy-controls {
      display: block; }
      .sy-controls li {
        min-width: 2.1em; }
        .sy-controls li a:after {
          width: 1.4em;
          height: 1.4em;
          margin-top: -0.7em;
          margin-left: -0.7em; } }

/* captions, styled fo the overlay variant */
.sy-caption-wrap {
  position: absolute;
  bottom: 2em;
  z-index: 12;
  left: 50%; }
  .sy-caption-wrap .sy-caption {
    position: relative;
    left: -50%;
    background-color: rgba(0, 0, 0, 0.54);
    color: #fff;
    padding: 0.4em 1em;
    border-radius: 1.2em; }
    .sy-caption-wrap .sy-caption a:link, .sy-caption-wrap .sy-caption a:visited {
      color: #e24b70;
      font-weight: 600;
      text-decoration: none; }
    .sy-caption-wrap .sy-caption a:hover, .sy-caption-wrap .sy-caption a:focus {
      text-decoration: underline; }
  @media only screen and (max-device-width: 600px), screen and (max-width: 600px) {
    .sy-caption-wrap {
      left: 0;
      bottom: 0.4em; }
      .sy-caption-wrap .sy-caption {
        left: 0;
        padding: 0.2em 0.4em;
        font-size: 0.92em;
        border-radius: 0; } }

/* pager bubbles */
.sy-pager {
  clear: both;
  display: block;
  width: 100%;
  margin: 1em 0 0;
  padding: 0;
  list-style: none;
  text-align: center; }
  .sy-pager li {
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    margin: 0 1em 0 0;
    border-radius: 50%; }
    .sy-pager li.sy-active a {
      background-color: #e24b70; }
    .sy-pager li a {
      width: 100%;
      height: 100%;
      display: block;
      background-color: #ccc;
      text-indent: -9999px;
      -webkit-background-size: 2em 2em;
              background-size: 2em;
      border-radius: 50%; }
      .sy-pager li a:link, .sy-pager li a:visited {
        opacity: 1.0; }
      .sy-pager li a:hover, .sy-pager li a:focus {
        opacity: 0.6; }

/* element to "keep/ fill" the space of the content, gets intrinsic height via js */
.sy-filler {
  width: 100%; }
  .sy-filler.ready {
    -webkit-transition: padding 600ms ease;
         -o-transition: padding 600ms ease;
            transition: padding 600ms ease; }

/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/ 

.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
		display:block !important;
}
.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}
.lightSlider {
    overflow: hidden;
    margin: 0;
	display:block !important;
}
.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
	display:block !important;
}
.lSSlideWrapper > .lightSlider:after {
    clear: both;
}
.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform,height;
    -moz-transition-property: -moz-transform,height;
    transition-property: transform,height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
    position: relative;
}
.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
    z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/

/* Pager */
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #222222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #428bca;
}
.lSSlideOuter .media {
    opacity: 0.8;
}
.lSSlideOuter .media.active {
    opacity: 1;
}
/* End of pager */

/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	position: absolute;
	bottom:10px; left: 5px; right:5px; width:auto !important;
}
.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px;
}
.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}
/* End of Gallery*/
.lSAction { display: block !important;}
/* slider actions */
.lSAction > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url('../images/controls.png');
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
    opacity: 1;
}
.lSAction > .lSPrev {
    background-position: 0 0;
    left: 10px;
}
.lSAction > .lSNext {
    background-position: -32px 0;
    right: 10px;
}
.lSAction > a.disabled {
    pointer-events: none;
}
.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}


/* vertical */
.lSSlideOuter.vertical {
    position: relative;
}
.lSSlideOuter.vertical.noPager {
    padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
    width: 100% !important;
    max-width: none !important;
}

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px;
}
/* vertical */


/* Rtl */
.lSSlideOuter.lSrtl {
    direction: rtl;
}
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}
.lSSlideOuter .lightSlider > *,  .lSSlideOuter .lSGallery li {
    float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,  .lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}
/* Rtl */

@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
@keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-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)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.html) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
.lg-sub-html,.lg-toolbar{background-color:rgba(0,0,0,.45)}#lg-counter,.lg-outer .lg-video-cont{vertical-align:middle;display:inline-block}@font-face{font-family:lg;src:url(../fonts/lgd641.eot?n1z373);src:url(../fonts/lgd41d.eot?#iefixn1z373) format("embedded-opentype"),url(../fonts/lgd641.woff?n1z373) format("woff"),url(../fonts/lgd641.ttf?n1z373) format("truetype"),url(../fonts/lgd641.svg?n1z373#lg) format("svg");font-weight:400;font-style:normal}.lg-icon{font-family:lg;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lg-actions .lg-next,.lg-actions .lg-prev{background-color:rgba(0,0,0,.45);border-radius:2px;color:#999;cursor:pointer;display:block;font-size:22px;margin-top:-10px;padding:8px 10px 9px;position:absolute;top:50%;z-index:1080}.lg-actions .lg-next.disabled,.lg-actions .lg-prev.disabled{pointer-events:none;opacity:.5}.lg-actions .lg-next:hover,.lg-actions .lg-prev:hover{color:#FFF}.lg-actions .lg-next{right:20px}.lg-actions .lg-next:before{content:"\e095"}.lg-actions .lg-prev{left:20px}.lg-actions .lg-prev:after{content:"\e094"}@-webkit-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-moz-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-ms-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-webkit-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@-moz-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@-ms-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}.lg-outer.lg-right-end .lg-object{-webkit-animation:lg-right-end .3s;-o-animation:lg-right-end .3s;animation:lg-right-end .3s;position:relative}.lg-outer.lg-left-end .lg-object{-webkit-animation:lg-left-end .3s;-o-animation:lg-left-end .3s;animation:lg-left-end .3s;position:relative}.lg-toolbar{z-index:1082;left:0;position:absolute;top:0;width:100%}.lg-toolbar .lg-icon{color:#999;cursor:pointer;float:right;font-size:24px;height:47px;line-height:27px;padding:10px 0;text-align:center;width:50px;text-decoration:none!important;outline:0;-webkit-transition:color .2s linear;-o-transition:color .2s linear;transition:color .2s linear}.lg-toolbar .lg-icon:hover{color:#FFF}.lg-toolbar .lg-close:after{content:"\e070"}.lg-toolbar .lg-download:after{content:"\e0f2"}.lg-sub-html{bottom:0;color:#EEE;font-size:16px;left:0;padding:10px 40px;position:fixed;right:0;text-align:center;z-index:1080}.lg-sub-html h4{margin:0;font-size:13px;font-weight:700}.lg-sub-html p{font-size:12px;margin:5px 0 0}#lg-counter{color:#999;font-size:16px;padding-left:20px;padding-top:12px}.lg-next,.lg-prev,.lg-toolbar{opacity:1;-webkit-transition:-webkit-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;-moz-transition:-moz-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;-o-transition:-o-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;transition:transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear}.lg-hide-items .lg-prev{opacity:0;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}.lg-hide-items .lg-next{opacity:0;-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}.lg-hide-items .lg-toolbar{opacity:0;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0;-webkit-transition:-webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-moz-transition:-moz-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-o-transition:-o-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;transition:transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}.lg-outer .lg-thumb-outer{background-color:#0D0A0A;bottom:0;position:absolute;width:100%;z-index:1080;max-height:350px;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .25s cubic-bezier(0,0,.25,1) 0s;transition:transform .25s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb{-webkit-transition-duration:0s!important;transition-duration:0s!important}.lg-outer.lg-thumb-open .lg-thumb-outer{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-thumb{padding:10px 0;height:100%;margin-bottom:-5px}.lg-outer .lg-thumb-item{cursor:pointer;float:left;overflow:hidden;height:100%;border:2px solid #FFF;border-radius:4px;margin-bottom:5px}@media (min-width:1025px){.lg-outer .lg-thumb-item{-webkit-transition:border-color .25s ease;-o-transition:border-color .25s ease;transition:border-color .25s ease}}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{border-color:#a90707}.lg-outer .lg-thumb-item img{width:100%;height:100%}.lg-outer.lg-has-thumb .lg-item{padding-bottom:120px}.lg-outer.lg-can-toggle .lg-item{padding-bottom:0}.lg-outer.lg-pull-caption-up .lg-sub-html{-webkit-transition:bottom .25s ease;-o-transition:bottom .25s ease;transition:bottom .25s ease}.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html{bottom:100px}.lg-outer .lg-toogle-thumb{background-color:#0D0A0A;border-radius:2px 2px 0 0;color:#999;cursor:pointer;font-size:24px;height:39px;line-height:27px;padding:5px 0;position:absolute;right:20px;text-align:center;top:-39px;width:50px}.lg-outer .lg-toogle-thumb:after{content:"\e1ff"}.lg-outer .lg-toogle-thumb:hover{color:#FFF}.lg-outer .lg-video-cont{max-width:1140px;max-height:100%;width:100%;padding:0 5px}.lg-outer .lg-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}.lg-outer .lg-video .lg-object{display:inline-block;position:absolute;top:0;left:0;width:100%!important;height:100%!important}.lg-outer .lg-video .lg-video-play{width:84px;height:59px;position:absolute;left:50%;top:50%;margin-left:-42px;margin-top:-30px;z-index:1080;cursor:pointer}.lg-outer .lg-has-vimeo .lg-video-play{background:url(../images/vimeo-play.html) no-repeat}.lg-outer .lg-has-vimeo:hover .lg-video-play{background:url(../images/vimeo-play.html) 0 -58px no-repeat}.lg-outer .lg-has-html5 .lg-video-play{background:url(../images/video-play.html) no-repeat;height:64px;margin-left:-32px;margin-top:-32px;width:64px;opacity:.8}.lg-outer .lg-has-html5:hover .lg-video-play{opacity:1}.lg-outer .lg-has-youtube .lg-video-play{background:url(../images/youtube-play.html) no-repeat}.lg-outer .lg-has-youtube:hover .lg-video-play{background:url(../images/youtube-play.html) 0 -60px no-repeat}.lg-outer .lg-video-object{width:100%!important;height:100%!important;position:absolute;top:0;left:0}.lg-outer .lg-has-video .lg-video-object{visibility:hidden}.lg-outer .lg-has-video.lg-video-playing .lg-object,.lg-outer .lg-has-video.lg-video-playing .lg-video-play{display:none}.lg-outer .lg-has-video.lg-video-playing .lg-video-object{visibility:visible}.lg-progress-bar{background-color:#333;height:5px;left:0;position:absolute;top:0;width:100%;z-index:1080;opacity:0;-webkit-transition:opacity 80ms ease 0s;-moz-transition:opacity 80ms ease 0s;-o-transition:opacity 80ms ease 0s;transition:opacity 80ms ease 0s}.lg-progress-bar .lg-progress{background-color:#a90707;height:5px;width:0}.lg-progress-bar.lg-start .lg-progress{width:100%}.lg-show-autoplay .lg-progress-bar{opacity:1}.lg-autoplay-button:after{content:"\e01d"}.lg-show-autoplay .lg-autoplay-button:after{content:"\e01a"}.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition-duration:0s;transition-duration:0s}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;-moz-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;-o-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transition:-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-moz-transition:-moz-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-o-transition:-o-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;transition:transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}#lg-zoom-in:after{content:"\e311"}#lg-actual-size{font-size:20px}#lg-actual-size:after{content:"\e033"}#lg-zoom-out{opacity:.5;pointer-events:none}#lg-zoom-out:after{content:"\e312"}.lg-zoomed #lg-zoom-out{opacity:1;pointer-events:auto}.lg-outer .lg-pager-outer{bottom:60px;left:0;position:absolute;right:0;text-align:center;z-index:1080;height:10px}.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont{overflow:visible}.lg-outer .lg-pager-cont{cursor:pointer;display:inline-block;overflow:hidden;position:relative;vertical-align:top;margin:0 5px}.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-pager-cont.lg-pager-active .lg-pager{box-shadow:0 0 0 2px #fff inset}.lg-outer .lg-pager-thumb-cont{background-color:#fff;color:#FFF;bottom:100%;height:83px;left:0;margin-bottom:20px;margin-left:-60px;opacity:0;padding:5px;position:absolute;width:120px;border-radius:3px;-webkit-transition:opacity .15s ease 0s,-webkit-transform .15s ease 0s;-moz-transition:opacity .15s ease 0s,-moz-transform .15s ease 0s;-o-transition:opacity .15s ease 0s,-o-transform .15s ease 0s;transition:opacity .15s ease 0s,transform .15s ease 0s;-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}.lg-outer .lg-pager-thumb-cont img{width:100%;height:100%}.lg-outer .lg-pager{background-color:rgba(255,255,255,.5);border-radius:50%;box-shadow:0 0 0 8px rgba(255,255,255,.7) inset;display:block;height:12px;-webkit-transition:box-shadow .3s ease 0s;-o-transition:box-shadow .3s ease 0s;transition:box-shadow .3s ease 0s;width:12px}.lg-outer .lg-pager:focus,.lg-outer .lg-pager:hover{box-shadow:0 0 0 8px #fff inset}.lg-outer .lg-caret{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px dashed;bottom:-10px;display:inline-block;height:0;left:50%;margin-left:-5px;position:absolute;vertical-align:middle;width:0}.lg-outer,.lg-outer .lg,.lg-outer .lg-inner{width:100%;height:100%}.lg-fullscreen:after{content:"\e20c"}.lg-fullscreen-on .lg-fullscreen:after{content:"\e20d"}.group:after,.group:before{display:table;content:"";line-height:0}.group:after{clear:both}.lg-outer{position:fixed;top:0;left:0;z-index:1050;opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lg-outer.lg-visible{opacity:1}.lg-outer.lg-css3 .lg-item.lg-current,.lg-outer.lg-css3 .lg-item.lg-next-slide,.lg-outer.lg-css3 .lg-item.lg-prev-slide{-webkit-transition-duration:inherit!important;transition-duration:inherit!important;-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important}.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide{-webkit-transition-duration:0s!important;transition-duration:0s!important;opacity:1}.lg-outer.lg-grab img.lg-object{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer.lg-grabbing img.lg-object{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg{position:relative;overflow:hidden;margin-left:auto;margin-right:auto;max-width:100%;max-height:100%}.lg-outer .lg-inner{position:absolute;left:0;top:0;white-space:nowrap}.lg-outer .lg-item{background:url(../img/loading.html) center center no-repeat;display:none!important}.lg-outer.lg-css .lg-current,.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide,.lg-outer.lg-css3 .lg-prev-slide{display:inline-block!important}.lg-outer .lg-img-wrap,.lg-outer .lg-item{display:inline-block;text-align:center;position:absolute;width:100%;height:100%}.lg-outer .lg-img-wrap:before,.lg-outer .lg-item:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}.lg-outer .lg-img-wrap{position:absolute;padding:0 5px;left:0;right:0;top:0;bottom:0}.lg-outer .lg-item.lg-complete{background-image:none}.lg-outer .lg-item.lg-current{z-index:1060}.lg-outer .lg-image{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;width:auto!important;height:auto!important}.lg-outer.lg-show-after-load .lg-item .lg-object,.lg-outer.lg-show-after-load .lg-item .lg-video-play{opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play{opacity:1}.lg-outer .lg-empty-html,.lg-outer.lg-hide-download #lg-download{display:none}.lg-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1040;background-color:#000;opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-backdrop.in{opacity:1}.lg-css3.lg-no-trans .lg-current,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-prev-slide{-webkit-transition:none 0s ease 0s!important;-moz-transition:none 0s ease 0s!important;-o-transition:none 0s ease 0s!important;transition:none 0s ease 0s!important}.lg-css3.lg-use-css3 .lg-item,.lg-css3.lg-use-left .lg-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-css3.lg-fade .lg-item{opacity:0}.lg-css3.lg-fade .lg-item.lg-current{opacity:1}.lg-css3.lg-fade .lg-item.lg-current,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-prev-slide{-webkit-transition:opacity .1s ease 0s;-moz-transition:opacity .1s ease 0s;-o-transition:opacity .1s ease 0s;transition:opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-css3 .lg-item{opacity:0}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-left .lg-item{opacity:0;position:absolute;left:0}.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{left:-100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide{left:100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current{left:0;opacity:1}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{-webkit-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont3e6e.eot?v=4.7.0');src:url('../fonts/fontawesome-webfontd41d.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont3e6e.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont3e6e.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont3e6e.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont3e6e.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

.grid-container {display: -ms-flexbox;display: -webkit-flex;display: flex;-ms-flex-wrap: wrap;-webkit-flex-wrap: wrap;flex-wrap: wrap;margin: 0;padding: 0;list-style: none;}
.grid-container:before, .grid-container:after,.clear:after,.clear:before {content: "";display: block;overflow: hidden;}
.grid-container:after,.clear:after {clear: both;}
.grid-container > * ,.grid-nest-1-3 > * {-ms-flex: none;-webkit-flex: none;flex: none;margin: 0;float: left;}
.text-center { text-align: center;}
.text-right { text-align: right;}
.text-left { text-align: left;}
.grid-1-2 { width:50%;}
.grid-1-1 { width:100%;}
.grid-1-4 { width:25%;}
.grid-1-3 { width:33.333%;}
.grid-3-4 { width:75%;}

.grid-nest-1-3 > * { width:30.77%; margin: 0px 15px 30px; }

audio,canvas,img,svg,video {max-width: 100%;height: auto;box-sizing: border-box;}

input,select,textarea,button { transition: all ease 0.6s;font-family: 'Ubuntu', sans-serif; outline: none !important;}
button { cursor: pointer;}

.container-fluid { padding: 0px 30px;box-sizing: border-box; max-width: 100%;}
.container {box-sizing: border-box;width:1140px; margin: 0px auto; max-width: 100%;}
/* Large screen and bigger */
.container:before,.container-fluid:before,.container-fluid:after,
.container:after {
  content: "";
  display: table;
}
.container:after,.container-fluid:after {
  clear: both;
}

@media (max-width:1200px) {
	.container {width:980px;}
}
@media (max-width:980px) {
	.container {width:100%; padding: 0px 15px;}
}

.margin-bottom { margin-bottom: 25px;}


/* ======== common ========== */
.hidden { display: none;}



.button { padding: 15px 40px; color: #162591; border: 0px none; background: #fff; font-size: 18px;cursor: pointer; box-shadow: 0px 0px 20px rgba(0,0,0,0.2); border-radius:50px;  position: relative; overflow: hidden;}
.button span { display: block; text-align:center; position: relative; z-index: 99;font-weight: 500;}
.button:after { position: absolute; top:-5px; left: -5px;bottom:-5px; content: ""; display: block; border-radius: 50px; background: #eb232a; transition:all ease 1s; width:0%; }
.button:hover:after { right: -5px;width:100%;}
.button:hover span { color:#fff;}
.overflow-hidden { overflow: hidden;}

.button.small { font-size: 14px; padding:8px 20px;background: #37c936;}
.button.small:hover { background:#139612; color:#fff;}

.table {border-collapse: collapse;border-spacing: 0;width: 100%;margin-bottom: 15px;}
.table th,.table td {padding: 8px 8px;}
.table th {text-align: left;}
.table td {vertical-align: middle;}
.table th {vertical-align: middle;}

.padding { padding: 15px;}
.padding-left { padding-left: 15px;}
.padding-right { padding-right: 15px;}

label { font-size: 13px; color: #333333; display: block; margin-bottom: 5px; font-weight:500;}
input,select { width:100%; height: 36px; border: 1px solid #eaeaea; padding-left: 10px;font-family: 'Ubuntu', sans-serif;}
button {font-family: 'Ubuntu', sans-serif; outline: none !important;}
select {-webkit-appearance: none; -moz-appearance: none;appearance: none; position: relative; z-index: 9; background: none; cursor: pointer;}
.padding-medium { padding: 30px;}

hr { border:1px solid #eaeaea; margin: 25px 0px;}

button:focus {}

/*====== button ====== */


/* Morph Button: Default Styles */

.morph-button {
	position: relative;
	display: block;
	margin: 0 auto;
}

.morph-button > button {
	overflow: hidden;
}

.morph-button.open > button {
	pointer-events: none;
}

.morph-content {
	pointer-events: none;
}

.morph-button.open .morph-content {
	pointer-events: auto;
}

/* Common styles for overlay and modal type (fixed morph) */
.morph-button-fixed,
.morph-button-fixed .morph-content {
	 width:70px; height: 70px;
	border-radius: 100%;
}

.morph-button-fixed > button {
	z-index: 1000;
	/*width: 100%;
	height: 100%;*/
	-webkit-transition: opacity 0.1s 0.5s;
	transition: opacity 0.1s 0.5s;
}

.morph-button-fixed.open > button {
	opacity: 0;
	-webkit-transition: opacity 0.1s;
	transition: opacity 0.1s;
}


.morph-button-fixed .morph-content {
	position: fixed;
	z-index: 900;
	opacity: 0;
	-webkit-transition: opacity 0.3s 0.5s, width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s;
	transition: opacity 0.3s 0.5s, width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s;
}

.morph-button-fixed.open .morph-content {
	opacity: 1;
}

.morph-button-fixed .morph-content > div {
	visibility: hidden;
	height: 0;
	opacity: 0;
	-webkit-transition: opacity 0.1s, visibility 0s 0.1s, height 0s 0.1s;
	transition: opacity 0.1s, visibility 0s 0.1s, height 0s 0.1s;
}

.morph-button-fixed.open .morph-content > div {
	visibility: visible;
	height: auto;
	opacity: 1;
	-webkit-transition: opacity 0.3s 0.5s;
	transition: opacity 0.3s 0.5s;
}

.morph-button-fixed.active > button {
	z-index: 2000;
}

.morph-button-fixed.active .morph-content {
	z-index: 1900;
}

/* Transitions for overlay button and sidebar button */
.morph-button-overlay .morph-content,
.morph-button-sidebar .morph-content {
	-webkit-transition: opacity 0.3s 0.5s, width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s;
	transition: opacity 0.3s 0.5s, width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s;
}

.morph-button-overlay.open .morph-content,
.morph-button-sidebar.open .morph-content {
	-webkit-transition: width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s;
	transition: width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s;	
}

/* Morph Button Style: Overlay */
.morph-button.morph-button-overlay {
	margin: 50px auto;
}

.morph-button-overlay .morph-content {
	overflow: hidden;
	background: #e85657;
}

.morph-button-overlay.open .morph-content {
	top: 0 !important;
	left: 0 !important;
	width: 100%;
	height: 100%;
}

/* Morph Button Style: Modal */
.morph-button-modal::before {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 800;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	pointer-events: none;
}

.morph-button-modal.open::before {
	opacity: 1;
	pointer-events: auto;
}

.morph-button-modal.active::before {
	z-index: 1800;
}

.morph-button-modal .morph-content {
	-webkit-transition: opacity 0.3s 0.5s, width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s;
	transition: opacity 0.3s 0.5s, width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s;
}

.morph-button-modal.open .morph-content {
	top: 50% !important;
	left: 50% !important;
	margin: -210px 0 0 -300px;
	width: 600px;
	height: 420px;
	-webkit-transition: width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s;
	transition: width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s;
}

/* Colors and sizes for individual modals */
.morph-button.morph-button-modal-1 {
	float: left;
}

.morph-button.morph-button-modal-2,
.morph-button.morph-button-modal-3 {
	display: inline-block;
	margin: 10px 15px;
}

.morph-button-modal-1 > button,
.morph-button-modal-1 .morph-content {
	background-color: #553445;
}


.morph-button-modal-4 {
	display: inline-block;
}

.morph-button-modal-4 > button,
.morph-button-modal-4 .morph-content {
	background-color: #faf1e0;
	color: #553445;
}

.morph-button-modal-4 > button span,
.morph-button-modal-4 .morph-clone {
	padding-left: 10px;
	color: #286f81;
}

.morph-button-modal-4 .morph-clone {
	position: absolute;
	right: 34px;
	bottom: 30px;
	z-index: 100;
	letter-spacing: 1px;
	font-weight: 700;
	-webkit-transition: bottom 0.4s 0.1s, right 0.4s 0.1s;
	transition: bottom 0.4s 0.1s, right 0.4s 0.1s;
}

.morph-button-modal-4.open .morph-clone,
.no-js .morph-button-modal-4 .morph-clone {
	right: 10px;
	bottom: 10px;
}

.morph-button-modal-1::before {
	background: rgba(240,221,204,0.7);
}

.morph-button-modal-2.open .morph-content {
	margin: -210px 0 0 -170px;
	width: 340px;
	height: 420px;
}

.morph-button-modal-3.open .morph-content {
	margin: -255px 0 0 -210px;
	width: 420px;
	height: 510px;
	border-radius:4px;
}

.morph-button-modal-3.open .morph-content > div {
	height: 420px;
}

.morph-button-modal-2.open .morph-content > div,
.morph-button-modal-3.open .morph-content > div {
 	-webkit-transition: opacity 0.3s 0.3s;
	transition: opacity 0.3s 0.3s;
}

.morph-button-modal-4.open .morph-content {
	margin: -200px 0 0 -320px;
	width: 640px;
	height: 400px;
}

/* Morph Button Style: In the content flow */
.morph-button-inflow {
	overflow: hidden;
	max-width: 100%;
	height: 70px;
}

.morph-button-inflow > button {
	width: 100%;
	line-height: 70px;
}

.morph-button-inflow .morph-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.morph-button-inflow .morph-content .morph-clone {
	padding: 0;
	font-weight: 700;
	font-size: 1.5em;
	line-height: 70px;
}

/* Colors and sizes for individual in flow buttons */
.morph-button-inflow-1 {
	width: 600px;
	margin: 2em auto;
	-webkit-transition: height 0.5s cubic-bezier(0.7,0,0.3,1);
	transition: height 0.5s cubic-bezier(0.7,0,0.3,1);
}

.morph-button-inflow-1 > button span {
	visibility: hidden;
}

.morph-button-inflow-1 .morph-content .morph-clone {
	color: #f9f6e5;
	background: #e85657;
}

.morph-button-inflow-2 {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 220px;
	background-color: #fef0e3;
	-webkit-transition: height 0.3s, width 0.3s, -webkit-transform 0.3s;
	transition: height 0.3s, width 0.3s, transform 0.3s;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.morph-button-inflow-2 > button {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	color: #e75854;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.morph-button-inflow-2.open > button {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.morph-button-inflow-2 .morph-content {
	width: 260px;
	height: 200px;
}

.morph-button-inflow-2.open {
	width: 260px;
}

/* Morph Button Style: Sidebar */
.morph-button-sidebar,
.morph-button-sidebar .morph-content {
	width: 60px;
	height: 60px;
}

.morph-button-sidebar {
	position: fixed;
	bottom: 50px;
	left: 50px;
}

.morph-button-sidebar > button {
	line-height: 60px;
	font-size: 1.6em;
	padding: 0;
}

.morph-button-sidebar .morph-content {
	background: #e85657;
}

.morph-button-sidebar.open .morph-content {
	top: 0 !important;
	left: 0 !important;
	width: 300px;
	height: 100%;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
}

/* Let's add some nice easing for all cases */
.morph-button .morph-content,
.morph-button.open .morph-content,
.morph-button-modal-4 .morph-clone {
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

/* Helper classes */
.noscroll {
	overflow: hidden;
}

.morph-button-overlay.scroll .morph-content {
	overflow-y: scroll;
}

.morph-button-sidebar.scroll .morph-content {
	overflow: auto;
}

/* No JS fallback: let's hide the button and show the content */
.no-js .morph-button > button {
	display: none;
}

.no-js .morph-button {
	margin: 10px 0;
	float: none;
}

.no-js .morph-button,
.no-js .morph-button .morph-content,
.no-js .morph-button .morph-content > div {
	position: relative;
	width: auto;
	height: auto;
	opacity: 1;
	visibility: visible;
	top: auto;
	left: auto;
	-webkit-transform: none;
	transform: none;
	pointer-events: auto;
}

.no-js .morph-button .morph-content .icon-close {
	display: none;
}

.no-js .morph-button-sidebar {
	width: 300px;
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	height: 100%;
	background: #e85657;
	overflow: auto;
}

.no-transition {
	-webkit-transition: none !important;
	transition: none !important;
}

/* Media Queries */

@media screen and (max-width: 600px) {
	.morph-button-modal.open .morph-content {
		top: 0% !important;
		left: 0% !important;
		margin: 0;
		width: 100%;
		height: 100%;
		overflow-y: scroll;
		-webkit-transition: width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s;
		transition: width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s;
	}
}

@media screen and (max-width: 400px) {
	.morph-button-fixed,
	.morph-button-fixed .morph-content {
		width: 200px;
		height: 80px;
	}

	.morph-button-fixed > button {
		font-size: 75%;
	}

	.morph-button-sidebar > button {
		font-size: 1.6em;
	}

	.morph-button-inflow .morph-content .morph-clone {
		font-size: 0.9em;
	}

	.morph-button-modal-4,
	.morph-button-modal-4 .morph-content {
		width: 220px;
		height: 120px;
	}

	.morph-button-modal-4 > button {
		font-size: 100%;
		line-height: 50px;
	}

	.morph-button-modal-4 > button span {
		display: block;
	}

	.morph-button-modal-4 .morph-clone {
		right: 83px;
		bottom: 26px;
	}

	.morph-button-sidebar,
	.morph-button-sidebar .morph-content {
		width: 100% !important;
		height: 60px !important;
	}

	.morph-button-sidebar {
		bottom: 0px;
		left: 0px;
	}

	.morph-button-sidebar.open .morph-content {
		height: 100% !important;
	}
}



.mockup-content {
	text-align: center;
}

.demo-4 .mockup-content {
	padding: 1em 0 3em;
}

.demo-5 .mockup-content {
	padding: 1em 0 6em;
}

.mockup-content > span {
	display: block;
	background: rgba(0,0,0,0.1);
	height: 50px;
	width: 100%;
	margin: 0 0 10px;
	clear: both;
}

.mockup-content > span:nth-child(2),
.mockup-content > span:nth-child(3),
.mockup-content > span:nth-last-child(2) {
	width: calc(50% - 5px);
	float: left;
	clear: none;
	height: 80px;
}

.mockup-content > span:nth-child(3),
.mockup-content > span:nth-last-child(2) {
	float: right;
}

.mockup-content > span:nth-last-child(2) {
	width: calc(100% - 310px);
}

.no-js .mockup-content > span:nth-last-child(2) {
	width: 100%;
}

.mockup-content h2 {
	font-size: 2em;
	margin: 0;
}

.mockup-content > p {
	font-family: 'Blokk', sans-serif;
	font-size: 0.85em;
	text-align: center;
	opacity: 0.5;
	margin: 0;
	overflow: hidden;
}

.no-js .joiner {
	display: block;
}

.demo-5 .mockup-content > p {
	font-size: 1.4em;
	margin: 0;
	padding: 0.5em 0;
	text-align: justify;
	font-family: 'Lato', Arial, sans-serif;
}

.js .fixed-block {
	min-height: 300px;
	position: relative;
}

.mockup-left {
	float: left;
	max-width: 100%;
	overflow: hidden;
	width: 300px;
	margin: 0 40px 50px 0;
	background: rgba(0,0,0,0.1);
	height: 400px;
	position: relative;
}

.mockup-left::after {
	content:'\2234';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	color: rgba(0,0,0,0.05);
	font-size: 15em;
}

.mockup-right {
	text-align: left;
}

html.demo-7, .demo-7 body {
	overflow-x: hidden;
	height: 100%;
}

.demo-7 .container {
	width: 100%;
	position: absolute;
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0.1s;
	transition: transform 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0.1s;
}

.no-js.demo-7 .container {
	width: calc(100% - 300px);
	right: 0;
}

.pushed.container {
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transform: translateX(300px);
	transform: translateX(300px);
}

@media screen and (max-width: 770px) {
	.mockup-left {
		float: none;
		margin: 0 auto 20px;
	}

	.mockup-right {
		text-align: center;
	}

	.joiner {
		display: block;
	}
}

@media screen and (max-width: 400px) {
	.mockup-content > span:nth-last-child(2) {
		width: calc(100% - 210px);
	}
}

@media screen and (max-width: 25em) {

	.codrops-icon span {
		display: none;
	}

}

.pos-relative { position: relative;}
.loager-bg { position: fixed; top:0px; left: 0px; right: 0px; bottom:0px; z-index: 9999999; background: #fff;}
.load-logo { position: absolute; top:40%; left: 50%; transform: translate(-50%,-50%); width:300px;}
@font-face {
	font-family: 'Hurme Geometric Sans 3';
	src: url('../fonts/HurmeGeometricSans3-SemiBold.eot');
	src: url('../fonts/HurmeGeometricSans3-SemiBoldd41d.eot?#iefix') format('embedded-opentype'),
		url('../fonts/HurmeGeometricSans3-SemiBold.woff') format('woff'),
		url('../fonts/HurmeGeometricSans3-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Hurme Geometric Sans 3';
	src: url('../fonts/HurmeGeometricSans3-Light.eot');
	src: url('../fonts/HurmeGeometricSans3-Lightd41d.eot?#iefix') format('embedded-opentype'),
		url('../fonts/HurmeGeometricSans3-Light.woff') format('woff'),
		url('../fonts/HurmeGeometricSans3-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Hurme Geometric Sans 3';
	src: url('../fonts/HurmeGeometricSans3-Bold.eot');
	src: url('../fonts/HurmeGeometricSans3-Boldd41d.eot?#iefix') format('embedded-opentype'),
		url('../fonts/HurmeGeometricSans3-Bold.woff') format('woff'),
		url('../fonts/HurmeGeometricSans3-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
#overlay{
  position:fixed;
  z-index:99999;
  top:0;
  left:0;
  bottom:0;
  right:0;
  background:#fff;
  transition: 1s 0.4s;
}
#progress{
  height:2px;
  background:#eb232a;
  position:absolute;
  width:0;
  top:60%;
  transition: 1s;
}
#progstat{
  font-size:48px;
  letter-spacing: 0px;
  position:absolute;
  top:60%;
  margin-top:-80px;
  width:100%;
  text-align:center;
  color:#eb232a;
	font-weight:300;
	font-family: 'Ubuntu', sans-serif;
}



.mobile-nav-wpr { position: fixed; top:0px; right:0px;left: 0px; background: rgba(0,0,0,0.8); z-index: 99999999999; height: 0%; width: 100%; transition: all ease 0.6s; overflow:hidden;}
.mobile-nav-wpr .mobile-canvas { position:relative; top:10%; text-align: center; }
.mobile-nav-wpr .mobile-canvas ul li { display: block;}
.mobile-nav-wpr .mobile-canvas ul li a { color:#fff; font-size: 13px; font-weight: 500; padding:5px 0px; display: block;}
.mobile-nav-wpr .closebtn { position: absolute; right:20px; top:20px; font-size:40px; color: #fff; line-height: 40px; z-index: 9999;}


.nav-wpr { position: absolute; top:0px; left:0px; right:0px; z-index: 999; padding: 10px 0 5px; transition: all ease 1s;}
.home .nav-wpr  { background:rgba(255,255,255,1);}


.nav-wpr a.logo { width:150px; float:left; margin-right:50px;}
.nav-wpr ul li { display: inline-block; }
.nav-wpr ul li a { padding: 8px 5px;color: #5a5c6d; font-weight:600; display: block;}
.nav-wpr ul li a:hover ,.nav-wpr ul li a.active { /*color:#eb232a;*/ color:#162591}

.collapser { font-size: 16px; color:#5a5c6d; font-weight: 700; float: right; display: none; margin-top: 7px;}

.nav-wpr p { display: inline-block; font-size: 13px; font-weight: 500; margin:7px 30px 0px 0px; margin-top:2em;}
.nav-wpr p:before { content:""; display:inline-block; background: url(../images/sprites.png) no-repeat; margin-right: 8px; position: relative; top:3px;}

.nav-wpr p.call:before { background-position: -10px -10px; width:16px; height: 16px;}
.nav-wpr p.mail:before { background-position: -43px -10px; width:16px; height: 19px;}
.nav-wpr p.tel:before { background-position: -432px -214px; width:19px; height: 16px;}


.nav-wpr button { background: none; font-size: 13px; color: #eb232a; border: 0px none; display: inline-block; position: relative; top:9px; text-align: center; transition:all ease 1s; float: right; margin-top: 1.5em; }
.nav-wpr button span, .nav-wpr button:before { display: block; width:100%; height: 2px; margin-bottom: 4px; background:#eb232a; content: "";}
.nav-wpr button:after { display: block;font-weight:700; content: "SERVICES"; transition:all ease 0.6s; font-size: 10px;}
.nav-wpr button:hover span , .nav-wpr button:hover:before { position: relative; top:-3px; width:15px; transform: rotate(45deg); margin: 0px auto; height: 3px; transition:all ease 0.6s;}
.nav-wpr button:hover:before { transform: rotate(-45deg); top:0px; transition:all ease 0.6s;}
.nav-wpr button:hover:after { transition:all ease 0.6s; position: relative; top:8px;}


.stickytop { position: fixed; top:0px; background: #fff; padding: 10px 0px; box-shadow: 0px 0px 15px rgba(0,0,0,0.11111); /*height: 58px;*/}



.service-menu-wpr { position: fixed; top:0px; left: 0px; right: 0px;bottom:0px; z-index: 9999999999999999999999999; background-image:url(../images/menu.jpg); background-repeat: no-repeat; background-size: cover; background-color: #ffffff; /* Old browsers */
background-color: -moz-linear-gradient(top, #ffffff 0%, #d7d7d7 100%); /* FF3.6-15 */
background-color: -webkit-linear-gradient(top, #ffffff 0%,#d7d7d7 100%); /* Chrome10-25,Safari5.1-6 */
background-color: linear-gradient(to bottom, #ffffff 0%,#d7d7d7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d7d7d7',GradientType=0 ); width:100%; height:0%; overflow: hidden; }

.service-mobile-canvas { position: absolute; top:50%; left: 5%; transform: translateY(-50%);}
.service-mobile-canvas ul { margin-top:25px;}
.service-mobile-canvas ul li { line-height:35px;}
.service-mobile-canvas ul li a { font-size:24px; font-weight: 300;}
.service-mobile-canvas ul li a:hover {color: #eb232a; padding-left: 10px;}

.serviceclose { background: #eb232a; color:#fff; position: absolute; bottom:-5px; left: 50%; transform: translateX(-50%); padding: 12px 35px 15px; border-radius: 5px; font-weight:500; font-size: 18px;}
.serviceclose:after { background: url(../images/sprites.png) no-repeat; background-position:-286px -143px; width: 13px; height: 19px; margin-left: 10px; content: ""; display:inline-block;}
.serviceclose:hover { padding-bottom: 30px; background: #cd2a00;}

.banner  { position: relative;}
.banner ,.banner ul ,.banner ul li { height: 100vh;}
.banner ul li { width:100%; background-size: cover;} 
.banner-cover { position: absolute; top:0px; right: 0px; left: 0px; bottom:0px; overflow: hidden; z-index: 99;}


.banner-text { position: absolute; top:50%; left:0px; right:0px; transform: translateY(-50%); z-index:100; text-align: center;}
.banner-text h1 ,.banner-text span { font-size: 60px; line-height: 60px; margin: 0px; display: inline-block; color: #fff;}
.banner-text p { display: block; font-size: 24px; color: #fff; margin: 10px 0px; letter-spacing: 8px; text-transform: uppercase;}
.banner-text a span { font-size: 18px; line-height: 18px; color:#cd2a00;}


.slid { transition:all ease 1s; opacity: 1;}

.intro-wpr { padding:80px 0px; text-align: center;}
.intro-wpr img { width:280px; margin: 0px auto 30px;}
.intro-wpr p { margin-bottom: 30px; display:block;}
.about-link { color:#eb232a;font-family: 'Pacifico', cursive; text-align: left;line-height:30px; font-size: 24px; position: absolute; right: 0px;}
.about-link:before { width:112px; height: 84px;  background: url(../images/sprites.png) no-repeat; background-position:-10px -39px; content:""; display: block; position: absolute; left: -150px; top:-20px; transition:all ease 0.6s;}

.about-link:hover:before { left: -130px;}


.intro-wpr ul  { margin-top:60px ;display: block;}
.intro-wpr ul li { width:25%; float: left;display: block; text-align: center;}
.intro-wpr ul li a { width:80px; height: 80px; background: #fff; box-shadow: 0px 0px 20px rgba(0,0,0,0.1); border-radius: 100%; line-height: 80px; display: flex; align-items: center;cursor: pointer; margin: 0px auto;}
.intro-wpr ul li a:before { content:""; display:block;background: url(../images/sprites.png) no-repeat;line-height: 80px;margin: 0px auto;}
.intro-wpr ul li.graphics a:before { background-position:-114px -10px; width: 30px; height: 48px; }
.intro-wpr ul li.code a:before { background-position:-172px -10px; width:50px; height:26px;}
.intro-wpr ul li.advertaising a:before { background-position:-245px -10px; width:44px; height:32px;}
.intro-wpr ul li.branding a:before { background-position:-313px -10px; width:34px; height:34px;}
.intro-wpr ul li.video a:before { background-position:-371px -10px; width:40px; height:36px;}


.intro-wpr ul li a:hover:before { transform:rotate(360deg);}

.intro-wpr ul li p {font-size:20px;font-family: 'Hurme Geometric Sans 3'; font-weight:700; padding: 10px 0px; text-align: center; border-radius: 5px; }

.intro-wpr ul li:hover p { transform: translateY(10px); font-size: 13px;}
.grid-1-3.text-center img {
    width: 20%;
	margin-left:6em;
}

.who-we-are-wpr { background: url(../images/who-we-are.jpg) no-repeat; padding: 150px 0px; background-size: cover;}
.who-we-are-wpr p { margin:35px 0px;}
.head { font-weight: 700; font-size: 48px; margin: 0px;}
.head span { font-size: 18px;color:#db262f; display: block; margin:0px 0px;font-weight: 700; }


.portfolio-wpr { padding: 80px 0px;}
.portfolio-wpr ul { margin: 0px -15px;}
.portfolio-wpr ul li {height: 280px;}
.portfolio-wpr .head { text-align: center; margin: 0px auto; display: block;}
.portfolio-wpr .head:before { background: url(../images/sprites.png) no-repeat; background-position:-430px -10px; width:44px; height: 44px; content: ""; display: block; margin:0px auto;}

.portfolio-wpr ul li { display: flex; align-items: center; text-align: center;}

.portfolio-wpr .portfolio-text { /*background:rgba(255,255,255,0.9);*/ background: url(../img/main-bg.png) ; text-align: center; box-shadow: 0px 0px 25px rgba(0,0,0,0.1);margin-left: 50px; width:100%; height: 100%; display: flex; align-items: center; /*position: relative;*/ transition:all ease 1s;}
.portfolio-wpr .portfolio-text strong { display: block; text-align: center; font-size: 30px; color: #5a5c6d; font-weight: 600;font-family: 'Hurme Geometric Sans 3'; margin: 0px auto;}
.portfolio-wpr .portfolio-text strong span { display: block; font-size: 18px;font-family: 'Ubuntu', sans-serif; font-weight: 500; color: #162591; text-transform: uppercase;}

.portfolio-wpr .portfolio-text:before { background: url(../images/Dletter.svg) no-repeat; content: ""; display: block; width:177px; height: 225px; position: absolute; left: -50px; top:50%; transform: translateY(-50%); z-index: -1;}


.portfolio-img { background:rgba(255,255,255,1); box-shadow: 0px 0px 25px rgba(0,0,0,0.1); border:5px solid #ffff;}
.portfolio-img img { width:100%; height: 100%; display: block;}

.portfolio-ad { width:100%; height: 100%; position: relative;}
.portfolio-ad strong { position: absolute; bottom:20px; left: 20px; color:#fff; display: block; font-size: 36px; font-weight: 700;font-family: 'Hurme Geometric Sans 3'; line-height: 36px; text-transform: uppercase; text-align: left;}
.portfolio-ad strong span { display: block; font-size: 16px; font-weight: 700; letter-spacing: 2px;}

.portfolio-ad:after { background: rgba(255,255,255,0.2);; content: ""; display: block; width:220px; height:284px; position: absolute;mask: url(icon.html) no-repeat 50% 50%;-webkit-mask: url(../images/Dletter.svg) no-repeat 50% 50%;mask-image: url(../images/Dletter.svg);-webkit-mask-image: url(../images/Dletter.svg); left: 0px; top:-2px; bottom:0px}

.portfolio-wpr ul li:hover .portfolio-text { margin-left: 0px;}
.portfolio-wpr ul li:hover .portfolio-text:before { left: 0px;}

.blue-gr {background: rgb(33,128,148);background: -moz-linear-gradient(top, rgba(33,128,148,1) 0%, rgba(69,217,227,1) 100%);background: -webkit-linear-gradient(top, rgba(33,128,148,1) 0%,rgba(69,217,227,1) 100%);background: linear-gradient(to bottom, rgba(33,128,148,1) 0%,rgba(69,217,227,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#218094', endColorstr='#45d9e3',GradientType=0 );}

.blue-gr:before { content: ""; display: block; background: url(../images/sprites.png) no-repeat; background-position: -496px -10px; width:125px; height: 114px; margin:40px auto 0px;}
.red-gr:before { content: ""; display: block; background: url(../images/sprites.png) no-repeat; background-position: -665px -10px; width:125px; height: 127px; margin:40px auto 0px;}
h2.dch {
    margin-bottom: 1em;
}

.red-gr {background: rgb(185,26,57);background: -moz-linear-gradient(top, rgba(185,26,57,1) 0%, rgba(155,71,183,1) 100%); background: -webkit-linear-gradient(top, rgba(185,26,57,1) 0%,rgba(155,71,183,1) 100%); background: linear-gradient(to bottom, rgba(185,26,57,1) 0%,rgba(155,71,183,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b91a39', endColorstr='#9b47b7',GradientType=0 );}

.callback-wpr {/*background: rgb(255,26,0);*/ background:rgb(22, 37, 145); /*background: -moz-linear-gradient(top, rgba(255,26,0,1) 0%, rgba(205,0,0,1) 100%); background: -webkit-linear-gradient(top, rgba(255,26,0,1) 0%,rgba(205,0,0,1) 100%); background: linear-gradient(to bottom, rgba(255,26,0,1) 0%,rgba(205,0,0,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1a00', endColorstr='#cd0000',GradientType=0 );*/ padding: 80px 0px; text-align: center; /*position: relative;*/ overflow: hidden;}
.callback-wpr .container { position: relative ;z-index: 99;}

.callback-wpr h4 { color: #fff; font-size: 48px; font-weight: 300; margin: 0px;}
.callback-wpr h4:before { content:""; display: block;background: url(../images/sprites.png) no-repeat; background-position: -10px -143px; width:119px; height: 119px; margin:0px auto 10px;}
.callback-wpr p { letter-spacing: 4px; color:#fff; font-size: 18px; font-weight: 300; margin: 0px;}
.callback-wpr h5 { font-size: 72px; margin: 15px 0px 25px;color: #fff;font-weight: 300;  }


.callback-wpr:after { /*background: rgba(248,1,0,0.5);*/ background:rgb(140, 152, 239); content: ""; display: block; width:450px; height:572px; position: absolute; mask: url(icon.html) no-repeat 50% 50%;-webkit-mask: url(../images/Dletter.svg) no-repeat 50% 50%;mask-image: url(../images/Dletter.svg);-webkit-mask-image: url(../images/Dletter.svg); left:-10px; top:0px; bottom:0px}


.footer-wpr { padding: 80px 0px 20px;}
.footer-wpr ul li { display: inline-block;}
.footer-wpr ul li a { font-size: 14px; font-weight: 500; color: #5a5c6d; padding:10px 30px 0px 0px; display: block;}

.social { position: fixed; top:50%; transform: translateY(-50%); right: 10px; z-index: 999;}
.social li a {padding: 0px; width:50px; height: 50px; margin:5px 0px; background: #3b5998; border-radius: 100%; display: flex; align-items: center; position: relative; overflow: hidden;}
.social li a.tw {background:#e4405f;}
.social li a.pl {background:#d34836;}
.social li a.in {background:#0e76a8;}
.social li a:before { content:""; display: block;background: url(../images/sprites.png) no-repeat; position: relative; z-index: 99; left: 50%;transform: translateX(-50%);}
.social li a.fb:before { background-position:-199px -83px; width:10px; height:19px; }
.social li a.tw:before { background-position:-259px -86px; width:16px; height:16px;}
.social li a.pl:before { background-position:-318px -85px; width:23px; height:16px;}
.social li a.in:before { background-position:-384px -83px; width:17px; height:17px;}

.social li a:after { background:rgba(0,0,0,0.1); width:47px; height: 55px; position: absolute; right: 0px; top:0px;  bottom:0px; transform:translateX(-50%);  content: ""; display: block;}
.social li a:hover:after { transform:rotate(360deg);}

.footer-wpr ol {width:45%; float: left; overflow: hidden;}
.footer-wpr ol li { display: inline-block; margin-bottom: 5px; line-height: 180%;}
.footer-wpr ol li a { font-size: 13px; color: #5a5c6d; font-weight:500; border-right:1px solid #eaeaea; line-height: 13px; padding-right: 5px; }

.footer-wpr .address { width:55%; float: left;}
.footer-wpr .address address { line-height: 180%; color: #5a5c6d;width:41%; float:right;font-family: 'Ubuntu', sans-serif; font-style: normal; font-weight: 500; position: relative;}
.footer-wpr .address address b { display: block; font-size: 20px; margin-bottom: 5px;}
.footer-wpr .address address:last-child:before { background: url(../images/sprites.png) no-repeat; content: ""; width:95px; height: 111px; background-position:-168px -143px; display: inline-block; position: absolute; /*left:-110px;*/ left:-325px;}

/*.footer-wpr p { font-size: 12px; text-align: center; margin-top: 40px;}*/

.footer-wpr p {
    font-size: 16px;
    text-align: center;
    margin-top: 40px;
    font-weight: 500;
}



/* ======== sub page ======== */

.sub-banner {background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );  position: relative;}

.sub-banner img { width:100%;}
.sub-banner a { width: 50px; height: 50px; background: #fff; border-radius: 100%; box-shadow: 0px 0px 20px rgba(0,0,0,0.2); text-align: center; left:30px; position: absolute; bottom:-25px; z-index: 999;}
.sub-banner a:after { background: url(../images/sprites.png) no-repeat; content: ""; width:8px; height: 12px; background-position:-79px -10px; line-height: 50px; display: block; margin:5px auto; transform: rotateY(180deg);}


.sub-banner a:hover { background: #eaeaea;}

.sub-page-wpr { padding: 80px 0px; position: relative;}
.sub-page-wpr .head { margin-bottom: 20px;}
.sub-page-wpr p { margin:25px 0px; text-align: justify;}
.sub-page-wpr p a { font-weight: 600;}

.right-area-letter { background: url(../images/agency.jpg) no-repeat; position: absolute; right:0px; top:50%; transform: translateY(-50%) rotateY(180deg);-webkit-mask: url(../images/Dletter.svg) no-repeat 50% 50%;mask-image: url(../images/Dletter.svg);-webkit-mask-image: url(../images/Dletter.svg); width:450px; height: 100%;}
.right-area-letter:after {  background-color:rgba(234,37,41,0.8); content:""; display: block; position: absolute; top:0px; bottom:0px; z-index: 9; width:100%; height: 100%;}

.quick-message { width:200px; height: 200px; position: absolute; top:50%; right:3%; transform: translateY(-50%);}

.line {  -webkit-animation:10s crazy infinite;animation:10s crazy infinite; transform-origin: 50% 50%;}

@-webkit-keyframes crazy {
  0% {
    stroke-dasharray:0 600;
    stroke-dashoffset: 10;
	  stroke:#5a5c6d;
  }
  
  50% {
    stroke-dasharray:600 0;
	  stroke:#d8181c;
  }
  
  70% {
    stroke-dasharray:300 0;
	  stroke:#5a5c6d;
  }
  
  90% {
    stroke-dasharray:0 300;
	  stroke:#d8181c;
  }
  
  100% {
    stroke-dasharray:0 600; 
    stroke-dashoffset: 10;
	  stroke:#5a5c6d;
  }
}

@keyframes crazy {
  0% {
    stroke-dasharray:0 600;
    stroke-dashoffset: 10;
	  stroke:#5a5c6d;
	 
  }
  
  50% {
    stroke-dasharray:600 0;
	  stroke:#d8181c;

  }
  
  70% {
    stroke-dasharray:300 0;
	  stroke:#5a5c6d;
	  
  }
  
  90% {
    stroke-dasharray:0 300;
	  stroke:#d8181c;
  }
  
  100% {
    stroke-dasharray:0 600; 
    stroke-dashoffset: 10;
	  stroke:#5a5c6d;
  }
}


.about-section-1 { overflow: hidden;}
.about-section-2 { background: url(../images/about.jpg) right no-repeat #fcfcfd; overflow: hidden; padding: 50px 0px;}
.about-section-2 img { position: relative; top:-530px;}



.contact-wpr .form-group { width:48%; float: left; margin-bottom: 30px; position: relative;}

.contact-wpr .form-group::before { content: ""; display:inline-block; background:#eaeaea;webkit-mask: url(../images/Dletter.svg) no-repeat 50% 50%;mask-image: url(../images/Dletter.svg);-webkit-mask-image: url(../images/Dletter.svg); width:17px; position: absolute; top:7px; left: 0px; height:22px; background-repeat: no-repeat;}

.contact-wpr .form-group input ,.contact-wpr .form-group textarea { width:100%; border: 0px none; border-bottom: 1px solid #eaeaea; font-size: 13px; color: #5a5c6d; font-weight: 700; padding-left:30px; resize: none;}

.contact-wpr .form-group.wd-full {width:100%; position: relative;}

.contact-wpr .form-group.mrgn { margin-right: 20px;}

.contact-wpr .form-group.wd-full::before { top:0px;}

::-webkit-input-placeholder { opacity: 1;}
::-moz-placeholder {  opacity: 1;}
:-ms-input-placeholder { opacity: 1;}
:-moz-placeholder {  opacity: 1;}



.contact-wpr button ,.submit { background: #fff; box-shadow: 0px 0px 20px rgba(0,0,0,0.1); border-radius: 100%; width:60px; height: 60px; border:0px none; display: flex; align-items: center; position: absolute; right:0px; bottom:-30px; padding: 0px; margin:0px;}

.contact-wpr .submit input { background:none; height:100%; width:100%; border:0px none; margin:0px; padding:0px; position:absolute; top:0px; right:0px; left:0px; bottom:0px; z-index:2; cursor:pointer;}
.contact-wpr button[type="reset"] { right:80px;}

.contact-wpr button:before ,.submit:before { content: ""; display: block; background:url(../images/sprites.png) no-repeat; margin: 0px auto;}
.contact-wpr button[type="reset"]:before { background-position:-275px -212px; width:31px; height:25px; margin-left: 14px;}
.contact-wpr .submit:before { background-position:-355px -213px; width:30px; height:22px; margin-left: 16px;}

.contact-wpr button:hover { background:#f2f2f2;}
.contact-wpr button:hover:before ,.contact-wpr .submit:hover:before { transform: rotate(360deg);}


.contact-address { padding-left:50px; }

.contact-address li { width:65%; float:left;}
.contact-address li:last-child { border-top:1px solid #eaeaea; padding:20px 0px 0px; margin:20px 0px 0px; width:100%;}
.contact-address address {color: #5a5c6d; line-height:170%; font-style: normal; ovaerflow:hidden;padding-left:70px;}
.contact-address address strong { display: block; font-weight: 700;}


.icon-uae { width:50px; height: 50px; margin: 0px auto 20px; background: url(../images/sprites.png) no-repeat;background-position:-345px -142px; float:left;}
.icon-india { width:50px; height: 50px; margin: 0px auto 20px; background: url(../images/sprites.png) no-repeat;background-position:-416px -142px; float:left;}

.service-wpr ul { margin: 0px -15px;}
.service-wpr ul li a { background: #fff; display: block; box-shadow: 0px 0px 20px rgba(0,0,0,0.1); padding: 30px; position: relative; overflow: hidden;}
.service-wpr ul li a:before { display: block; content: "";background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(240,240,240,1) 0%, rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(240,240,240,1) 0%, rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); webkit-mask: url(../images/Dletter.svg) no-repeat 50% 50%;mask-image: url(../images/Dletter.svg);-webkit-mask-image: url(../images/Dletter.svg); width:285px; position: absolute; top:-2px; left: 0px; bottom:0px; height:100%; }
.service-wpr ul li a img {margin:0px auto; display: block;}
.service-wpr ul li a strong { color:#eb232a; font-weight: 300; font-size: 24px; display: block; margin-bottom: 10px;}
.service-wpr ul li a p { margin: 0px;}
.front-service { position: relative; z-index: 99;}
.service-wpr ul li .ser-pic { min-height:160px; display: flex; align-items: center;}



.service-wpr ul li a span { position: absolute; left: 0px; right: 0px; bottom: 0px;z-index: 999; background:rgba(0,0,0,0.1); transition:all ease 0.6s; height: 0px;}
.service-wpr ul li a span:before { content: ""; display: block; width:48px; height:48px; background: #fff; box-shadow: 0px 0px 10px rgba(0,0,0,0.1); text-align: center; border-radius: 100%; position: absolute; left: -50%; transform:translateX(-50%); top:-24px; opacity:0; transition:all ease 1.5s;}
.service-wpr ul li a span:after { content: ""; display: block;  background: url(../images/sprites.png) no-repeat;background-position:-79px -10px; width:8px; height: 12px; position: absolute; left: 0%; top:0; transform: translate(0,-50%); z-index: 9; opacity: 0;transition:all ease 2s;}


.service-wpr ul li a:hover span {height:50%; bottom:0px;} 

.service-wpr ul li a:hover span:before { opacity: 1; left: 50%;}
.service-wpr ul li a:hover span:after { opacity: 1; left: 49%;}

.service-wpr ul li a span:hover:before { background: #f9f9f9;}


.list-service strong { margin-bottom: 10px; display: block; font-size: 16px;color: #5a5c6d;}
.list-service ol li { font-size: 16px; line-height: 170%;}
.list-service ol {margin-bottom: 15px;}




#portfolio { margin: 0px -15px;}

.tile ,.multiple { 
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
	cursor: pointer;

}

.scale-anm {
  transform: scale(1);
}




/*Lightbox element style*/
.lb_backdrop {
	background: rgba(0, 0, 0, 0.9);
	position: fixed;
	top: 0; left: 0; right: 0; bottom: 0;
	z-index: 9999;
}
/*The canvas contains the larger image*/
.lb_canvas {
	background: white;
	width: 50px; height: 50px;
	position: fixed;
	top: 0; left: 0; /*Will be centered later by Jquery*/
	box-shadow: 0 0 20px 5px black;
	padding: 10px;
	z-index: 99999;
}
/*A separate class for loading GIF, for easy Jquery handling*/
.lb_canvas.loading {
	background: white url("../../thecodeplayer.com/uploads/media/loading.gif") center center no-repeat;
}
/*Lightbox Controls*/
.lb_controls {
	width: 400px; 
	background: rgba(0, 0, 0, 0.75);
	position: fixed;
	bottom: 10px;
	color: white;
	/*To horizontally center it*/
	left: 0; right: 0; margin: 0 auto; 
	z-index: 99999;
}
.lb_controls span {
	line-height: 30px;
	height: 30px;
}
.lb_controls span.inactive {
	opacity: 0.25;
}
.lb_previous, .lb_next {
	position: absolute;
	top: 0;
	padding: 5px 12px;
	font-family: websymbols;
	font-size: 14px;
	background: black;
	cursor: pointer;
}
.lb_previous {
	left: 0;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.lb_next {
	right: 0;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.lb_title {
	text-align: center;
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	padding: 5px 0;
	font-weight: bold;
}

.sub-portfolio-wpr .toolbar { margin:0px; position: absolute; right: 0px; top:30px;}
.sub-portfolio-wpr .toolbar button { background: none; border:0px none; font-size:18px;color: #5a5c6d; text-transform: uppercase; font-weight:500;}
.sub-portfolio-wpr .toolbar button:hover {color:#eb232a;}


.clients-wpr { text-align: center; border:1px solid #eaeaea;padding:30px 0px 20px; position: relative;}


.clients-wpr h4 {position: absolute; top:-26px; left: 50%; transform: translateX(-50%);text-align: center;font-size: 24px; background: #fff; padding: 8px 25px; display: inline-block; text-transform: uppercase;-webkit-border-top-left-radius: 4px;-webkit-border-top-right-radius: 4px;-moz-border-radius-topleft: 4px;-moz-border-radius-topright: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;}



.blog-wpr { background: #fafafa; padding: 80px 0px;}
.blog-wpr ul { margin-top: 40px;}
.blog-wpr ul li { width:33.333%; position: relative; float: left;}

.blog-wpr a { background:rgba(0,0,0,0.3); position: absolute; top:10px; right:10px; left: 10px; bottom:10px; z-index: 9; text-align: center; display: block;transition: all ease 0.3s;}
.blog-wpr a strong { font-size:18px; font-weight: 500; position: absolute; top:50%; width:80%; margin: 0px auto; left: 0px; right: 0px; transform: translateY(-50%); display: block; color:#fff;}
.blog-wpr li:hover a { background: rgba(0,0,0,0.5); top:0px; left: 0px; right: 0px; bottom:0px; }
.blog-wpr a strong:after,.blog-wpr a strong:before { width:20px; height: 5px; background: #fff; content: ""; display: block; position: absolute; bottom:-20px; opacity: 0; transition: all ease 0.6s;}
.blog-wpr a strong:after { right:-50px;}
.blog-wpr a strong:before { left: -50px;}

.blog-wpr li:hover strong:after { right:46%; opacity: 1;} 
.blog-wpr li:hover strong:before { left:46%; opacity: 1;} 



.quick { position: fixed; top:50%; left:20px; z-index: 999; margin-top: -35px;}
.morph-content { background: #5a5c6d; padding: 30px; position: relative; border-bottom: 4px solid #fff;}


.morph-content .head { color:#fff; font-size: 24px; margin-bottom: 20px;}
.morph-content .head span { font-weight: 300; color: #fff; font-size: 12px; letter-spacing: 2px;}
.morph-content label { color:#fff; font-weight: 500; display: block;}
.morph-content input ,.morph-content textarea { border: 0px none; width:100%; resize: none; margin-bottom: 15px;}
.morph-content textarea  {  height: 110px;}
.quick button.icon { background: #fff; width:70px; height: 70px; border-radius: 100%; text-align: center; line-height: 70px; border: 0px none;  box-shadow: 0px 0px 25px rgba(0,0,0,0.1);}
.quick button.icon:before {background: url(../images/sprites.png) no-repeat; content: ""; display: block; background-position:-355px -213px ; width:30px; height: 22px; margin: 0px auto;}

.quick button.icon:hover:before { transform:rotate(360deg);} 


.morph-content span.icon-close { position: absolute; top:20px; right:10px; color:#fff; cursor: pointer;}
.morph-content span.icon-close:after { transform: rotate(45deg);}
.morph-content span.icon-close:before { transform: rotate(-45deg); position: relative; top:3px;}

.morph-content span.icon-close:after ,.morph-content span.icon-close:before { width: 25px; height: 3px; border-radius: 4px; background: #fff; content: ""; display: block;}




.morph-content button {position: absolute; left: 50%; transform: translateX(-50%); bottom:-26px;}



#top { position: fixed; display: block; bottom:-200px; right:20px; width:64px; opacity: 0;}

.map { width:100%; height: 500px; box-shadow: 0px 0px 20px rgba(0,0,0,0.1) inset;}

.ftr-link { text-align: right;}
.ftr-link li:last-child a { padding-right: 0px;}
@media (max-width: 1400px) {
	.right-area-letter { width:300px !important;}
	.quick-message { width:130px !important; height: 135px !important;}
	
}
@media (max-width: 1199px) { 
.grid-nest-1-3 > * { width:30% !important;}
	
	
	.nav-wpr ul li a { font-size:11px !important; padding:8px !important;}
	.nav-wpr .logo { margin-right: 15px !important; width:115px !important;}
	
	.banner, .banner ul, .banner ul li { height: 550px !important;}
	.mask-image ul li a p { transform: translateX(-50%) !important; left: 50% !important; top:-60px !important;}
	.mask-image ul li a p::before { bottom:-5px !important; left: 50% !important; right:auto !important; top:auto !important; transform:translateX(-50%) rotate(45deg) !important;}
	.who-we-are-wpr { padding: 50px 0px !important;}
	
	.portfolio-wpr ul li { height: 260px !important;}
	
	
	.right-area-letter { width:230px !important;}
	.quick-message { width:100px !important; height: 105px !important;}
	
	.service-wpr ul li a strong { font-size:20px !important;}
	
	.contact-wpr .form-group.mrgn { margin-right: 18px !important;}
	
	.nav-wpr { padding-bottom: 10px !important;}
	.nav-wpr .text-right, .nav-wpr  { text-align: center !important;}
	.nav-wpr .grid-1-2 { width:100% !important;}
	
	.stickytop { height: auto !important;}
	.nav-wpr .hidden-small { float: right !important;}
	.intro-wpr ul li p { font-size: 13px !important;}
	.nav-wpr .grid-1-2.text-right { text-align: center !important; border-top:1px solid #eaeaea !important; margin-top:10px !important;}
	.nav-wpr { position: static !important; text-align: center !important; padding: 10px 0px !important;}
}

@media (max-width: 992px) { 
	
	.grid-nest-1-3 > * { width:30% !important;}
	
	
	.nav-wpr ul li a { font-size:11px !important; padding:8px !important;}
	.nav-wpr .logo { margin-right: 15px !important; width:115px !important;}
	
	.banner, .banner ul, .banner ul li { height: 550px !important;}
	.mask-image ul li a p { transform: translateX(-50%) !important; left: 50% !important; top:-60px !important;}
	.mask-image ul li a p::before { bottom:-5px !important; left: 50% !important; right:auto !important; top:auto !important; transform:translateX(-50%) rotate(45deg) !important;}
	.who-we-are-wpr { padding: 50px 0px !important;}
	
	.portfolio-wpr ul li { height: 260px !important;}
	
	.right-area-letter { width:230px !important;}
	.quick-message { width:100px !important; height: 105px !important;}
	.clients-wpr h4 { font-size: 16px !important;}
	
	.map { height: 300px !important;}
	
	

}

@media (max-width: 800px) {
	.grid-nest-1-3 > * { width:29% !important;}
	
	.banner, .banner ul, .banner ul li { height: 450px !important;}
	.banner-text h1 { font-size: 48px !important; line-height: 48px !important;}
	.about-link { font-size: 16px !important;}
	
	.portfolio-wpr .portfolio-text strong { font-size: 18px !important;}
	.portfolio-wpr .portfolio-text strong span { font-size: 14px !important;} 
	
	.portfolio-ad strong { font-size: 30px !important;}
	.portfolio-ad strong span { font-size: 13px !important; letter-spacing: normal !important; line-height: 13px !important;}

	.portfolio-wpr ul li { height: 240px !important;}
	
	.footer-wpr ul li a { padding: 10px 15px 0 0 !important; font-size: 12px !important;}
	.footer-wpr ul.social li a { padding: 0px !important;}
	
	.nav-wpr p { margin-right: 10px !important;}
	
	.hidden-small { display: none !important;}
	.visible-small { display: block !important;}
	
	.mask-image ul li a p { font-size: 14px !important; width:180px !important;}
	
	.head { font-size: 36px !important;}
	
	.right-area-letter { width:200px !important;}
	.service-wpr ul li { width:46% !important;}
	.service-wpr ul li a::before { width:280px !important;}
	
	.contact-wpr .form-group { width:47% !important;}
	.contact-wpr .form-group.wd-full { width:100% !important;}
	.contact-wpr .form-group.mrgn { margin-right: 15px !important;} 
	
	.sub-portfolio-wpr .toolbar { position: static !important; margin: 0px 0px 25px !important;}
	
	
}

@media (max-width: 767px) {
     
	.intro-wpr p ,.who-we-are-wpr p { text-align: justify !important;}
	.intro-wpr ul li p { text-align: center !important;}
	.nav-wpr p { font-size: 12px !important;}
	.nav-wpr button { position:fixed !important; left:10px !important; top:auto !important; bottom:8px !important;}
	
	.banner, .banner ul, .banner ul li { height:350px !important;}
	.mask-image { width: 100% !important; background:none !important; height: auto !important;}
	
	.about-link { display: none;}
	
	.mask-image ul li { display: block !important; text-align: center; margin-bottom: 20px !important;}
	.mask-image ul li a {  padding: 15px !important; position: static !important; transform: translate(0,0) !important; margin: 0px auto; width:100% !important; height:auto !important; border-radius: 4px !important; }
	.mask-image ul li a p { display: block !important; opacity: 1 !important; position: static !important; width:100% !important; background:none !important; box-shadow: none !important; margin: 0px; margin: 0px auto !important; text-align: center !important; transform: translate(0,0) !important;}
	
	.mask-image ul li.code a::before  { width:55px !important;}
	.mask-image ul li.graphics a::before  { width:34px !important;}
	.mask-image ul li.branding a::before { width:36px !important;}
    .mask-image ul li.video a::before { width:43px !important;}
	
	.head { font-size: 30px !important;}
	.head span { font-size: 14px !important;}
	.who-we-are-wpr { padding: 30px 0px !important;}
	.who-we-are-wpr p { margin: 15px 0px !important;}
	.grid-nest-1-3 > * { width:48% !important; margin: 0px 5px 30px !important;}
	.portfolio-wpr ul li:first-child { width:100% !important; margin: 0px 0px 30px !important}
	
	.portfolio-wpr { padding: 30px 0px !important;}
	.footer-wpr ol ,.footer-wpr .address { width:100% !important; float: none !important;}
	.footer-wpr .address { margin-top: 30px !important;}
	.footer-wpr ul li a { font-size: 11px !important; padding-right: 8px !important;}
	
	
	.service-mobile-canvas { top:5% !important; transform: translateY(0) !important;}
	.right-area-letter { display: none !important;}
	.service-mobile-canvas ul { margin-top: 5px !important;}
	.service-mobile-canvas ul li { line-height: 24px !important;}
	.service-mobile-canvas ul li a { font-size: 14px !important; font-weight: 500 !important;}
	
	.service-wpr ul { margin: 0px !important;}
	.service-wpr ul li { width:100% !important; margin: 0px 0px 30px;}
	.service-wpr ul li a::before { display: none !important ;}
	
	.banner-text a { font-size: 13px !important;}
	.banner-text p { font-size: 16px !important; letter-spacing: normal !important;}
	.intro-wpr ul li { width:100% !important;}
	.intro-wpr ul li p { font-size: 18px !important;}
	.blog-wpr ul li { width:100% !important; margin-bottom: 15px !important;}
	
	.social {  top:auto !important; bottom:0px !important; left:0px !important; right:0px; background: #fff !important; transform: translate(0) !important; padding: 0px 10px !important; box-shadow: 0px 0px 10px rgba(0,0,0,0.1) !important; width:100% !important;}
	.social li { display: inline-block !important; float: right !important;}
	.social li a { width:32px !important; height: 32px !important; margin-left:5px !important;}
	.morph-button-modal.open .morph-content { padding:30px !important;}
	.morph-content button { position: static !important; margin: 0px auto 15px  !important; transform: translateX(0) !important;}
	
	.quick { left: 30% !important; bottom:-3px !important; top:auto !important;}
	.quick button.icon { background: none !important; width:auto !important; height: auto !important; padding: 0px !important; box-shadow: none !important; border-radius:0px !important;}
	.morph-button-fixed, .morph-button-fixed .morph-content { width:auto !important; height: auto !important;}
	
	.quick .morph-button-modal.open .morph-content { width:100% !important; height: 100% !important; margin: 0px !important;top:0px !important; left: 0px !important; transform: translate(0) !important;}
	
	.morph-button-modal-3.open .morph-content { top:0px !important; left: 0px !important;  transform: translate(0) !important}
	.ftr-link { text-align: center !important;}
	.intro-wpr, .sub-page-wpr { padding: 25px 0px !important;}
	.intro-wpr img { margin-bottom: 10px !important;}
	.footer-wpr { padding: 30px 0px 20px !important;}
}


@media (max-width: 640px) {
	
	[class*="grid-"] {width: 100% !important;}
	.banner-cover { display: none !important;}
	
	
	
	
	
	.nav-wpr button { z-index: 999;}
	
	.banner, .banner ul, .banner ul li { height:200px !important;}
	
	.who-we-are-wpr { background: #f9f9f9 !important;}
	
	.grid-nest-1-3 > * { width:100% !important; margin: 0px 0px 30px !important;}
	.portfolio-wpr ul { margin: 0px !important;}
	.portfolio-wpr ul li { height: auto !important;}
	.portfolio-img ,.portfolio-img img { width:100% !important;}
	.portfolio-text { height: 100% !important; min-height:300px !important;}
	
	.portfolio-ad { min-height: 250px !important;}
	
	.portfolio-wpr .portfolio-text span { font-size: 18px !important;}
	.portfolio-wpr .portfolio-text strong { font-size:24px !important;}
	
	.callback-wpr p { letter-spacing:normal !important;}
	.callback-wpr h4 { font-size: 36px !important;}
	
	.callback-wpr h5 { font-size: 48px !important;}
	.footer-wpr { text-align: center !important;}
	.footer-wpr ul { margin-bottom: 10px !important;}
	.footer-wpr ul.social { float: none !important; margin-top: 15px !important; border-top:1px solid #eaeaea !important; border-bottom:1px solid #eaeaea !important; padding:15px 0px !important;}
	.footer-wpr hr { display: none !important;}
	.footer-wpr .address { margin: 0px !important;}
	.footer-wpr .address address { width:100% !important; margin-top: 25px !important;}
	
	.quick-message { width:50px !important; height:50px !important; position: fixed !important; transform: translateY(0) !important; top:70px !important; right:10px !important; border-radius: 100%; background: #fff !important; z-index: 999 !important; line-height:50px !important; text-align: center !important; box-shadow: 0px 0px 20px rgba(0,0,0,0.1) !important;}
	.quick-message svg { width:30px !important; margin: 8px auto !important;}
	
	.about-section-1 img, .about-section-2 img { display: none !important;}
	.about-section-2 { background: #f9f9f9 !important;}
	
	
	.contact-wpr .form-group { width:100% !important;}
	.contact-wpr .form-group.mrgn { margin-right:0px !important;} 
	
	.contact-address { padding-top: 0px !important;}
	.contact-address address { margin-bottom: 20px !important; }
	.sub-portfolio-wpr .toolbar button { font-size: 13px !important;}
	
	.clients-wpr h4 { left: 0px !important; right:0px !important; transform: translateX(0) !important;}
	
	
	
}
	
	@media (max-width: 360px) {
	.footer-wpr { padding: 50px 0px 20px !important;}
	.callback-wpr h4 { font-size: 24px !important;}
	.callback-wpr h5 { font-size: 30px !important;}
	.banner-text { display: none !important;}
}





































