@charset "UTF-8";
@charset "UTF-8";

/**
 * smart-media-queries - Smart Media Queries
 * @version v1.1.0
 * @license MIT
 * @copyright 2016 David J Castner
 * @link https://github.com/davidjcastner/smart-media-queries
 */


/**
 * smart-media-queries - Smart Media Queries
 * @version v1.1.0
 * @license MIT
 * @copyright 2016 David J Castner
 * @link https://github.com/davidjcastner/smart-media-queries
 */

html {
    box-sizing: border-box;
}

*,
*::after,
*::before {
    box-sizing: inherit;
}


/*
 * ImageHover.css - http://www.imagehover.io
 * Version 1.0
 * Author: Ciarán Walsh

 * Made available under a MIT License:
 * http://www.opensource.org/licenses/mit-license.php

 */

[class^='imghvr-'],
[class*=' imghvr-'] {
    position: relative;
    display: inline-block;
    margin: 0px;
    max-width: 100%;
    background-color: #2266a5;
    color: #fff;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

[class^='imghvr-']> img,
[class*=' imghvr-']> img {
    vertical-align: top;
    max-width: 100%;
}

[class^='imghvr-'] figcaption,
[class*=' imghvr-'] figcaption {
    background-color: #135796;
    position: absolute;
    padding: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #ffffff;
}

[class^='imghvr-'] figcaption h1,
[class^='imghvr-'] figcaption h2,
[class^='imghvr-'] figcaption h3,
[class^='imghvr-'] figcaption h4,
[class^='imghvr-'] figcaption h5,
[class^='imghvr-'] figcaption h6,
[class*=' imghvr-'] figcaption h1,
[class*=' imghvr-'] figcaption h2,
[class*=' imghvr-'] figcaption h3,
[class*=' imghvr-'] figcaption h4,
[class*=' imghvr-'] figcaption h5,
[class*=' imghvr-'] figcaption h6 {
    color: #ffffff;
}

[class^='imghvr-'] a,
[class*=' imghvr-'] a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

[class^='imghvr-'],
[class*=' imghvr-'],
[class^='imghvr-']:before,
[class^='imghvr-']:after,
[class*=' imghvr-']:before,
[class*=' imghvr-']:after,
[class^='imghvr-'] *,
[class*=' imghvr-'] *,
[class^='imghvr-'] *:before,
[class^='imghvr-'] *:after,
[class*=' imghvr-'] *:before,
[class*=' imghvr-'] *:after {
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    transition: all 0.35s ease;
}


/* imghvr-fade-*
   ----------------------------- */

[class^='imghvr-fade'] figcaption,
[class*=' imghvr-fade'] figcaption {
    opacity: 0;
}

[class^='imghvr-fade']:hover> img,
[class*=' imghvr-fade']:hover> img {
    opacity: 0;
}

[class^='imghvr-fade']:hover figcaption,
[class*=' imghvr-fade']:hover figcaption {
    opacity: 1;
}

[class^='imghvr-fade']:hover> img,
[class^='imghvr-fade']:hover figcaption,
[class*=' imghvr-fade']:hover> img,
[class*=' imghvr-fade']:hover figcaption {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}


/* imghvr-fade
   ----------------------------- */


/* imghvr-fade-in-up
   ----------------------------- */

.imghvr-fade-in-up figcaption {
    -webkit-transform: translate(0, 15%);
    -moz-transform: translate(0, 15%);
    -ms-transform: translate(0, 15%);
    -o-transform: translate(0, 15%);
    transform: translate(0, 15%);
}


/* imghvr-fade-in-down
   ----------------------------- */

.imghvr-fade-in-down figcaption {
    -webkit-transform: translate(0, -15%);
    -moz-transform: translate(0, -15%);
    -ms-transform: translate(0, -15%);
    -o-transform: translate(0, -15%);
    transform: translate(0, -15%);
}


/* imghvr-fade-in-left
   ----------------------------- */

.imghvr-fade-in-left figcaption {
    -webkit-transform: translate(-15%, 0);
    -moz-transform: translate(-15%, 0);
    -ms-transform: translate(-15%, 0);
    -o-transform: translate(-15%, 0);
    transform: translate(-15%, 0);
}


/* imghvr-fade-in-right
   ----------------------------- */

.imghvr-fade-in-right figcaption {
    -webkit-transform: translate(15%, 0);
    -moz-transform: translate(15%, 0);
    -ms-transform: translate(15%, 0);
    -o-transform: translate(15%, 0);
    transform: translate(15%, 0);
}


/* imghvr-push-*
   ----------------------------- */

[class^='imghvr-push-']:hover figcaption,
[class*=' imghvr-push-']:hover figcaption {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}


/* imghvr-push-up
   ----------------------------- */

.imghvr-push-up figcaption {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}

.imghvr-push-up:hover> img {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}


/* imghvr-push-down
   ----------------------------- */

.imghvr-push-down figcaption {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.imghvr-push-down:hover> img {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}


/* imghvr-push-left
   ----------------------------- */

.imghvr-push-left figcaption {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.imghvr-push-left:hover> img {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}


/* imghvr-push--right
   ----------------------------- */

.imghvr-push-right figcaption {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.imghvr-push-right:hover> img {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}


/* imghvr-slide-*
   ----------------------------- */

[class^='imghvr-slide-']:hover figcaption,
[class*=' imghvr-slide-']:hover figcaption {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}


/* imghvr-slide-up
   ----------------------------- */

.imghvr-slide-up figcaption {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}


/* imghvr-slide-down
   ----------------------------- */

.imghvr-slide-down figcaption {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}


/* imghvr-slide-left
   ----------------------------- */

.imghvr-slide-left figcaption {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}


/* imghvr-slide-right
   ----------------------------- */

.imghvr-slide-right figcaption {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}


/* imghvr-slide-top-left
   ----------------------------- */

.imghvr-slide-top-left figcaption {
    -webkit-transform: translate(-100%, -100%);
    -moz-transform: translate(-100%, -100%);
    -ms-transform: translate(-100%, -100%);
    -o-transform: translate(-100%, -100%);
    transform: translate(-100%, -100%);
}


/* imghvr-slide-top-right
   ----------------------------- */

.imghvr-slide-top-right figcaption {
    -webkit-transform: translate(100%, -100%);
    -moz-transform: translate(100%, -100%);
    -ms-transform: translate(100%, -100%);
    -o-transform: translate(100%, -100%);
    transform: translate(100%, -100%);
}


/* imghvr-slide-bottom-left
   ----------------------------- */

.imghvr-slide-bottom-left figcaption {
    -webkit-transform: translate(-100%, 100%);
    -moz-transform: translate(-100%, 100%);
    -ms-transform: translate(-100%, 100%);
    -o-transform: translate(-100%, 100%);
    transform: translate(-100%, 100%);
}


/* imghvr-slide-bottom-right
   ----------------------------- */

.imghvr-slide-bottom-right figcaption {
    -webkit-transform: translate(100%, 100%);
    -moz-transform: translate(100%, 100%);
    -ms-transform: translate(100%, 100%);
    -o-transform: translate(100%, 100%);
    transform: translate(100%, 100%);
}


/* imghvr-reveal-*
   ----------------------------- */

[class^='imghvr-reveal-']:before,
[class*=' imghvr-reveal-']:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background-color: #135796;
}

[class^='imghvr-reveal-'] figcaption,
[class*=' imghvr-reveal-'] figcaption {
    opacity: 0;
}

[class^='imghvr-reveal-']:hover:before,
[class*=' imghvr-reveal-']:hover:before {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

[class^='imghvr-reveal-']:hover figcaption,
[class*=' imghvr-reveal-']:hover figcaption {
    opacity: 1;
    -webkit-transition-delay: 0.21s;
    -moz-transition-delay: 0.21s;
    transition-delay: 0.21s;
}


/* imghvr-reveal-up
   ----------------------------- */

.imghvr-reveal-up:before {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}


/* imghvr-reveal-down
   ----------------------------- */

.imghvr-reveal-down:before {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}


/* imghvr-reveal-left
   ----------------------------- */

.imghvr-reveal-left:before {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}


/* imghvr-reveal-right
   ----------------------------- */

.imghvr-reveal-right:before {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}


/* imghvr-reveal-top-left
   ----------------------------- */

.imghvr-reveal-top-left:before {
    -webkit-transform: translate(-100%, -100%);
    -moz-transform: translate(-100%, -100%);
    -ms-transform: translate(-100%, -100%);
    -o-transform: translate(-100%, -100%);
    transform: translate(-100%, -100%);
}


/* imghvr-reveal-top-right
   ----------------------------- */

.imghvr-reveal-top-right:before {
    -webkit-transform: translate(100%, -100%);
    -moz-transform: translate(100%, -100%);
    -ms-transform: translate(100%, -100%);
    -o-transform: translate(100%, -100%);
    transform: translate(100%, -100%);
}


/* imghvr-reveal-bottom-left
   ----------------------------- */

.imghvr-reveal-bottom-left:before {
    -webkit-transform: translate(-100%, 100%);
    -moz-transform: translate(-100%, 100%);
    -ms-transform: translate(-100%, 100%);
    -o-transform: translate(-100%, 100%);
    transform: translate(-100%, 100%);
}


/* imghvr-reveal-bottom-right
   ----------------------------- */

.imghvr-reveal-bottom-right:before {
    -webkit-transform: translate(100%, 100%);
    -moz-transform: translate(100%, 100%);
    -ms-transform: translate(100%, 100%);
    -o-transform: translate(100%, 100%);
    transform: translate(100%, 100%);
}


/* imghvr-hinge-*
   ----------------------------- */

[class^='imghvr-hinge-'],
[class*=' imghvr-hinge-'] {
    -webkit-perspective: 50em;
    -moz-perspective: 50em;
    perspective: 50em;
}

[class^='imghvr-hinge-'] figcaption,
[class*=' imghvr-hinge-'] figcaption {
    opacity: 0;
    z-index: 1;
}

[class^='imghvr-hinge-']:hover img,
[class*=' imghvr-hinge-']:hover img {
    opacity: 0;
}

[class^='imghvr-hinge-']:hover figcaption,
[class*=' imghvr-hinge-']:hover figcaption {
    opacity: 1;
    -webkit-transition-delay: 0.21s;
    -moz-transition-delay: 0.21s;
    transition-delay: 0.21s;
}


/* imghvr-hinge-up
   ----------------------------- */

.imghvr-hinge-up img {
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}

.imghvr-hinge-up figcaption {
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.imghvr-hinge-up:hover> img {
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
}

.imghvr-hinge-up:hover figcaption {
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
}


/* imghvr-hinge-down
   ----------------------------- */

.imghvr-hinge-down img {
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.imghvr-hinge-down figcaption {
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% -50%;
    -moz-transform-origin: 50% -50%;
    -ms-transform-origin: 50% -50%;
    -o-transform-origin: 50% -50%;
    transform-origin: 50% -50%;
}

.imghvr-hinge-down:hover> img {
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
    opacity: 0;
}

.imghvr-hinge-down:hover figcaption {
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
}


/* imghvr-hinge-left
   ----------------------------- */

.imghvr-hinge-left img {
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
}

.imghvr-hinge-left figcaption {
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    -ms-transform: rotateY(-90deg);
    -o-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.imghvr-hinge-left:hover> img {
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
}

.imghvr-hinge-left:hover figcaption {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
}


/* imghvr-hinge-right
   ----------------------------- */

.imghvr-hinge-right img {
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.imghvr-hinge-right figcaption {
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%;
}

.imghvr-hinge-right:hover> img {
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    -ms-transform: rotateY(-90deg);
    -o-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
}

.imghvr-hinge-right:hover figcaption {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
}


/* imghvr-flip-*
   ----------------------------- */

[class^='imghvr-flip-'],
[class*=' imghvr-flip-'] {
    -webkit-perspective: 50em;
    -moz-perspective: 50em;
    perspective: 50em;
}

[class^='imghvr-flip-'] img,
[class*=' imghvr-flip-'] img {
    backface-visibility: hidden;
}

[class^='imghvr-flip-'] figcaption,
[class*=' imghvr-flip-'] figcaption {
    opacity: 0;
}

[class^='imghvr-flip-']:hover> img,
[class*=' imghvr-flip-']:hover> img {
    opacity: 0;
}

[class^='imghvr-flip-']:hover figcaption,
[class*=' imghvr-flip-']:hover figcaption {
    opacity: 1;
    -webkit-transition-delay: 0.14s;
    -moz-transition-delay: 0.14s;
    transition-delay: 0.14s;
}


/* imghvr-flip-horiz
   ----------------------------- */

.imghvr-flip-horiz figcaption {
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
}

.imghvr-flip-horiz:hover img {
    -webkit-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    -o-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}

.imghvr-flip-horiz:hover figcaption {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}


/* imghvr-flip-vert
   ----------------------------- */

.imghvr-flip-vert figcaption {
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}

.imghvr-flip-vert:hover> img {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.imghvr-flip-vert:hover figcaption {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}


/* imghvr-flip-diag-1
   ----------------------------- */

.imghvr-flip-diag-1 figcaption {
    -webkit-transform: rotate3d(1, -1, 0, 100deg);
    -moz-transform: rotate3d(1, -1, 0, 100deg);
    -ms-transform: rotate3d(1, -1, 0, 100deg);
    -o-transform: rotate3d(1, -1, 0, 100deg);
    transform: rotate3d(1, -1, 0, 100deg);
}

.imghvr-flip-diag-1:hover> img {
    -webkit-transform: rotate3d(-1, 1, 0, 100deg);
    -moz-transform: rotate3d(-1, 1, 0, 100deg);
    -ms-transform: rotate3d(-1, 1, 0, 100deg);
    -o-transform: rotate3d(-1, 1, 0, 100deg);
    transform: rotate3d(-1, 1, 0, 100deg);
}

.imghvr-flip-diag-1:hover figcaption {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    -moz-transform: rotate3d(0, 0, 0, 0deg);
    -ms-transform: rotate3d(0, 0, 0, 0deg);
    -o-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
}


/* imghvr-flip-diag-2
   ----------------------------- */

.imghvr-flip-diag-2 figcaption {
    -webkit-transform: rotate3d(1, 1, 0, 100deg);
    -moz-transform: rotate3d(1, 1, 0, 100deg);
    -ms-transform: rotate3d(1, 1, 0, 100deg);
    -o-transform: rotate3d(1, 1, 0, 100deg);
    transform: rotate3d(1, 1, 0, 100deg);
}

.imghvr-flip-diag-2:hover> img {
    -webkit-transform: rotate3d(-1, -1, 0, 100deg);
    -moz-transform: rotate3d(-1, -1, 0, 100deg);
    -ms-transform: rotate3d(-1, -1, 0, 100deg);
    -o-transform: rotate3d(-1, -1, 0, 100deg);
    transform: rotate3d(-1, -1, 0, 100deg);
}

.imghvr-flip-diag-2:hover figcaption {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    -moz-transform: rotate3d(0, 0, 0, 0deg);
    -ms-transform: rotate3d(0, 0, 0, 0deg);
    -o-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
}


/* imghvr-shutter-out-*
   ----------------------------- */

[class^='imghvr-shutter-out-']:before,
[class*=' imghvr-shutter-out-']:before {
    background: #135796;
    position: absolute;
    content: '';
    -webkit-transition-delay: 0.105s;
    -moz-transition-delay: 0.105s;
    transition-delay: 0.105s;
}

[class^='imghvr-shutter-out-'] figcaption,
[class*=' imghvr-shutter-out-'] figcaption {
    opacity: 0;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
}

[class^='imghvr-shutter-out-']:hover:before,
[class*=' imghvr-shutter-out-']:hover:before {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
}

[class^='imghvr-shutter-out-']:hover figcaption,
[class*=' imghvr-shutter-out-']:hover figcaption {
    opacity: 1;
    -webkit-transition-delay: 0.105s;
    -moz-transition-delay: 0.105s;
    transition-delay: 0.105s;
}


/* imghvr-shutter-out-horiz
   ----------------------------- */

.imghvr-shutter-out-horiz:before {
    left: 50%;
    right: 50%;
    top: 0;
    bottom: 0;
}

.imghvr-shutter-out-horiz:hover:before {
    left: 0;
    right: 0;
}


/* imghvr-shutter-out-vert
   ----------------------------- */

.imghvr-shutter-out-vert:before {
    top: 50%;
    bottom: 50%;
    left: 0;
    right: 0;
}

.imghvr-shutter-out-vert:hover:before {
    top: 0;
    bottom: 0;
}


/* imghvr-shutter-out-diag-1
   ----------------------------- */

.imghvr-shutter-out-diag-1:before {
    top: 50%;
    bottom: 50%;
    left: -35%;
    right: -35%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.imghvr-shutter-out-diag-1:hover:before {
    top: -35%;
    bottom: -35%;
}


/* imghvr-shutter-out-diag-2
   ----------------------------- */

.imghvr-shutter-out-diag-2:before {
    top: 50%;
    bottom: 50%;
    left: -35%;
    right: -35%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.imghvr-shutter-out-diag-2:hover:before {
    top: -35%;
    bottom: -35%;
}


/* imghvr-shutter-in-*
   ----------------------------- */

[class^='imghvr-shutter-in-']:after,
[class^='imghvr-shutter-in-']:before,
[class*=' imghvr-shutter-in-']:after,
[class*=' imghvr-shutter-in-']:before {
    background: #135796;
    position: absolute;
    content: '';
}

[class^='imghvr-shutter-in-']:after,
[class*=' imghvr-shutter-in-']:after {
    top: 0;
    left: 0;
}

[class^='imghvr-shutter-in-']:before,
[class*=' imghvr-shutter-in-']:before {
    right: 0;
    bottom: 0;
}

[class^='imghvr-shutter-in-'] figcaption,
[class*=' imghvr-shutter-in-'] figcaption {
    opacity: 0;
    z-index: 1;
}

[class^='imghvr-shutter-in-']:hover figcaption,
[class*=' imghvr-shutter-in-']:hover figcaption {
    opacity: 1;
    -webkit-transition-delay: 0.21s;
    -moz-transition-delay: 0.21s;
    transition-delay: 0.21s;
}


/* imghvr-shutter-in-horiz
   ----------------------------- */

.imghvr-shutter-in-horiz:after,
.imghvr-shutter-in-horiz:before {
    width: 0;
    height: 100%;
}

.imghvr-shutter-in-horiz:hover:after,
.imghvr-shutter-in-horiz:hover:before {
    width: 50%;
}


/* imghvr-shutter-in-vert
   ----------------------------- */

.imghvr-shutter-in-vert:after,
.imghvr-shutter-in-vert:before {
    height: 0;
    width: 100%;
}

.imghvr-shutter-in-vert:hover:after,
.imghvr-shutter-in-vert:hover:before {
    height: 50%;
}


/* imghvr-shutter-in-out-horiz
   ----------------------------- */

.imghvr-shutter-in-out-horiz:after,
.imghvr-shutter-in-out-horiz:before {
    width: 0;
    height: 100%;
    opacity: 0.75;
}

.imghvr-shutter-in-out-horiz:hover:after,
.imghvr-shutter-in-out-horiz:hover:before {
    width: 100%;
}


/* imghvr-shutter-in-out-vert
   ----------------------------- */

.imghvr-shutter-in-out-vert:after,
.imghvr-shutter-in-out-vert:before {
    height: 0;
    width: 100%;
    opacity: 0.75;
}

.imghvr-shutter-in-out-vert:hover:after,
.imghvr-shutter-in-out-vert:hover:before {
    height: 100%;
}


/* imghvr-shutter-in-out-diag-1
   ----------------------------- */

.imghvr-shutter-in-out-diag-1:after,
.imghvr-shutter-in-out-diag-1:before {
    width: 200%;
    height: 200%;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
    opacity: 0.75;
}

.imghvr-shutter-in-out-diag-1:after {
    -webkit-transform: skew(-45deg) translateX(-150%);
    -moz-transform: skew(-45deg) translateX(-150%);
    -ms-transform: skew(-45deg) translateX(-150%);
    -o-transform: skew(-45deg) translateX(-150%);
    transform: skew(-45deg) translateX(-150%);
}

.imghvr-shutter-in-out-diag-1:before {
    -webkit-transform: skew(-45deg) translateX(150%);
    -moz-transform: skew(-45deg) translateX(150%);
    -ms-transform: skew(-45deg) translateX(150%);
    -o-transform: skew(-45deg) translateX(150%);
    transform: skew(-45deg) translateX(150%);
}

.imghvr-shutter-in-out-diag-1:hover:after {
    -webkit-transform: skew(-45deg) translateX(-50%);
    -moz-transform: skew(-45deg) translateX(-50%);
    -ms-transform: skew(-45deg) translateX(-50%);
    -o-transform: skew(-45deg) translateX(-50%);
    transform: skew(-45deg) translateX(-50%);
}

.imghvr-shutter-in-out-diag-1:hover:before {
    -webkit-transform: skew(-45deg) translateX(50%);
    -moz-transform: skew(-45deg) translateX(50%);
    -ms-transform: skew(-45deg) translateX(50%);
    -o-transform: skew(-45deg) translateX(50%);
    transform: skew(-45deg) translateX(50%);
}


/* imghvr-shutter-in-out-diag-2
   ----------------------------- */

.imghvr-shutter-in-out-diag-2:after,
.imghvr-shutter-in-out-diag-2:before {
    width: 200%;
    height: 200%;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
    opacity: 0.75;
}

.imghvr-shutter-in-out-diag-2:after {
    -webkit-transform: skew(45deg) translateX(-100%);
    -moz-transform: skew(45deg) translateX(-100%);
    -ms-transform: skew(45deg) translateX(-100%);
    -o-transform: skew(45deg) translateX(-100%);
    transform: skew(45deg) translateX(-100%);
}

.imghvr-shutter-in-out-diag-2:before {
    -webkit-transform: skew(45deg) translateX(100%);
    -moz-transform: skew(45deg) translateX(100%);
    -ms-transform: skew(45deg) translateX(100%);
    -o-transform: skew(45deg) translateX(100%);
    transform: skew(45deg) translateX(100%);
}

.imghvr-shutter-in-out-diag-2:hover:after {
    -webkit-transform: skew(45deg) translateX(0%);
    -moz-transform: skew(45deg) translateX(0%);
    -ms-transform: skew(45deg) translateX(0%);
    -o-transform: skew(45deg) translateX(0%);
    transform: skew(45deg) translateX(0%);
}

.imghvr-shutter-in-out-diag-2:hover:before {
    -webkit-transform: skew(45deg) translateX(0%);
    -moz-transform: skew(45deg) translateX(0%);
    -ms-transform: skew(45deg) translateX(0%);
    -o-transform: skew(45deg) translateX(0%);
    transform: skew(45deg) translateX(0%);
}


/* imghvr-fold*
   ----------------------------- */

[class^='imghvr-fold'],
[class*=' imghvr-fold'] {
    -webkit-perspective: 50em;
    -moz-perspective: 50em;
    perspective: 50em;
}

[class^='imghvr-fold'] img,
[class*=' imghvr-fold'] img {
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}

[class^='imghvr-fold'] figcaption,
[class*=' imghvr-fold'] figcaption {
    z-index: 1;
    opacity: 0;
}

[class^='imghvr-fold']:hover> img,
[class*=' imghvr-fold']:hover> img {
    opacity: 0;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    transition-delay: 0;
}

[class^='imghvr-fold']:hover figcaption,
[class*=' imghvr-fold']:hover figcaption {
    -webkit-transform: rotateX(0) translate3d(0, 0%, 0) scale(1);
    -moz-transform: rotateX(0) translate3d(0, 0%, 0) scale(1);
    -ms-transform: rotateX(0) translate3d(0, 0%, 0) scale(1);
    -o-transform: rotateX(0) translate3d(0, 0%, 0) scale(1);
    transform: rotateX(0) translate3d(0, 0%, 0) scale(1);
    opacity: 1;
    -webkit-transition-delay: 0.21s;
    -moz-transition-delay: 0.21s;
    transition-delay: 0.21s;
}


/* imghvr-fold-up
   ----------------------------- */

.imghvr-fold-up> img {
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}

.imghvr-fold-up figcaption {
    -webkit-transform: rotateX(-90deg) translate3d(0%, -50%, 0) scale(0.6);
    -moz-transform: rotateX(-90deg) translate3d(0%, -50%, 0) scale(0.6);
    -ms-transform: rotateX(-90deg) translate3d(0%, -50%, 0) scale(0.6);
    -o-transform: rotateX(-90deg) translate3d(0%, -50%, 0) scale(0.6);
    transform: rotateX(-90deg) translate3d(0%, -50%, 0) scale(0.6);
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.imghvr-fold-up:hover> img {
    -webkit-transform: rotateX(90deg) scale(0.6) translateY(50%);
    -moz-transform: rotateX(90deg) scale(0.6) translateY(50%);
    -ms-transform: rotateX(90deg) scale(0.6) translateY(50%);
    -o-transform: rotateX(90deg) scale(0.6) translateY(50%);
    transform: rotateX(90deg) scale(0.6) translateY(50%);
}


/* imghvr-fold-down
   ----------------------------- */

.imghvr-fold-down> img {
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.imghvr-fold-down figcaption {
    -webkit-transform: rotateX(90deg) translate3d(0%, 50%, 0) scale(0.6);
    -moz-transform: rotateX(90deg) translate3d(0%, 50%, 0) scale(0.6);
    -ms-transform: rotateX(90deg) translate3d(0%, 50%, 0) scale(0.6);
    -o-transform: rotateX(90deg) translate3d(0%, 50%, 0) scale(0.6);
    transform: rotateX(90deg) translate3d(0%, 50%, 0) scale(0.6);
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}

.imghvr-fold-down:hover> img {
    -webkit-transform: rotateX(-90deg) scale(0.6) translateY(-50%);
    -moz-transform: rotateX(-90deg) scale(0.6) translateY(-50%);
    -ms-transform: rotateX(-90deg) scale(0.6) translateY(-50%);
    -o-transform: rotateX(-90deg) scale(0.6) translateY(-50%);
    transform: rotateX(-90deg) scale(0.6) translateY(-50%);
}


/* imghvr-fold-left
   ----------------------------- */

.imghvr-fold-left> img {
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
}

.imghvr-fold-left figcaption {
    -webkit-transform: rotateY(90deg) translate3d(-50%, 0%, 0) scale(0.6);
    -moz-transform: rotateY(90deg) translate3d(-50%, 0%, 0) scale(0.6);
    -ms-transform: rotateY(90deg) translate3d(-50%, 0%, 0) scale(0.6);
    -o-transform: rotateY(90deg) translate3d(-50%, 0%, 0) scale(0.6);
    transform: rotateY(90deg) translate3d(-50%, 0%, 0) scale(0.6);
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.imghvr-fold-left:hover> img {
    -webkit-transform: rotateY(-90deg) scale(0.6) translateX(50%);
    -moz-transform: rotateY(-90deg) scale(0.6) translateX(50%);
    -ms-transform: rotateY(-90deg) scale(0.6) translateX(50%);
    -o-transform: rotateY(-90deg) scale(0.6) translateX(50%);
    transform: rotateY(-90deg) scale(0.6) translateX(50%);
}


/* imghvr-fold-right
   ----------------------------- */

.imghvr-fold-right> img {
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.imghvr-fold-right figcaption {
    -webkit-transform: rotateY(-90deg) translate3d(50%, 0%, 0) scale(0.6);
    -moz-transform: rotateY(-90deg) translate3d(50%, 0%, 0) scale(0.6);
    -ms-transform: rotateY(-90deg) translate3d(50%, 0%, 0) scale(0.6);
    -o-transform: rotateY(-90deg) translate3d(50%, 0%, 0) scale(0.6);
    transform: rotateY(-90deg) translate3d(50%, 0%, 0) scale(0.6);
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%;
}

.imghvr-fold-right:hover> img {
    -webkit-transform: rotateY(90deg) scale(0.6) translateX(-50%);
    -moz-transform: rotateY(90deg) scale(0.6) translateX(-50%);
    -ms-transform: rotateY(90deg) scale(0.6) translateX(-50%);
    -o-transform: rotateY(90deg) scale(0.6) translateX(-50%);
    transform: rotateY(90deg) scale(0.6) translateX(-50%);
}


/* imghvr-zoom-in
   ----------------------------- */

.imghvr-zoom-in figcaption {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
}

.imghvr-zoom-in:hover figcaption {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}


/* imghvr-zoom-out*
   ----------------------------- */

[class^='imghvr-zoom-out'] figcaption,
[class*=' imghvr-zoom-out'] figcaption {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0;
}

[class^='imghvr-zoom-out']:hover figcaption,
[class^='imghvr-zoom-out'].hover figcaption,
[class*=' imghvr-zoom-out']:hover figcaption,
[class*=' imghvr-zoom-out'].hover figcaption {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition-delay: 0.35s;
    -moz-transition-delay: 0.35s;
    transition-delay: 0.35s;
}


/* imghvr-zoom-out
   ----------------------------- */

.imghvr-zoom-out:hover> img {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
}


/* imghvr-zoom-out-up
   ----------------------------- */

.imghvr-zoom-out-up:hover> img,
.imghvr-zoom-out-up.hover> img {
    -webkit-animation: imghvr-zoom-out-up 0.4025s linear;
    -moz-animation: imghvr-zoom-out-up 0.4025s linear;
    animation: imghvr-zoom-out-up 0.4025s linear;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}


/* imghvr-zoom-out-down
   ----------------------------- */

.imghvr-zoom-out-down:hover> img,
.imghvr-zoom-out-down.hover> img {
    -webkit-animation: imghvr-zoom-out-down 0.4025s linear;
    -moz-animation: imghvr-zoom-out-down 0.4025s linear;
    animation: imghvr-zoom-out-down 0.4025s linear;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}


/* imghvr-zoom-out-left
   ----------------------------- */

.imghvr-zoom-out-left:hover> img,
.imghvr-zoom-out-left.hover> img {
    -webkit-animation: imghvr-zoom-out-left 0.4025s linear;
    -moz-animation: imghvr-zoom-out-left 0.4025s linear;
    animation: imghvr-zoom-out-left 0.4025s linear;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}


/* imghvr-zoom-out-right
   ----------------------------- */

.imghvr-zoom-out-right:hover> img,
.imghvr-zoom-out-right.hover> img {
    -webkit-animation: imghvr-zoom-out-right 0.4025s linear;
    -moz-animation: imghvr-zoom-out-right 0.4025s linear;
    animation: imghvr-zoom-out-right 0.4025s linear;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}


/* imghvr-zoom-out-flip-horiz
   ----------------------------- */

.imghvr-zoom-out-flip-horiz {
    -webkit-perspective: 50em;
    -moz-perspective: 50em;
    perspective: 50em;
}

.imghvr-zoom-out-flip-horiz figcaption {
    opacity: 0;
    -webkit-transform: rotateX(90deg) translateY(-100%) scale(0.5);
    -moz-transform: rotateX(90deg) translateY(-100%) scale(0.5);
    -ms-transform: rotateX(90deg) translateY(-100%) scale(0.5);
    -o-transform: rotateX(90deg) translateY(-100%) scale(0.5);
    transform: rotateX(90deg) translateY(-100%) scale(0.5);
}

.imghvr-zoom-out-flip-horiz:hover> img,
.imghvr-zoom-out-flip-horiz.hover> img {
    -webkit-transform: rotateX(-100deg) translateY(50%) scale(0.5);
    -moz-transform: rotateX(-100deg) translateY(50%) scale(0.5);
    -ms-transform: rotateX(-100deg) translateY(50%) scale(0.5);
    -o-transform: rotateX(-100deg) translateY(50%) scale(0.5);
    transform: rotateX(-100deg) translateY(50%) scale(0.5);
    opacity: 0;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    transition-delay: 0;
}

.imghvr-zoom-out-flip-horiz:hover figcaption,
.imghvr-zoom-out-flip-horiz.hover figcaption {
    -webkit-transform: rotateX(0) translateY(0%) scale(1);
    -moz-transform: rotateX(0) translateY(0%) scale(1);
    -ms-transform: rotateX(0) translateY(0%) scale(1);
    -o-transform: rotateX(0) translateY(0%) scale(1);
    transform: rotateX(0) translateY(0%) scale(1);
    opacity: 1;
    -webkit-transition-delay: 0.35s;
    -moz-transition-delay: 0.35s;
    transition-delay: 0.35s;
}


/* imghvr-zoom-out-flip-vert
   ----------------------------- */

.imghvr-zoom-out-flip-vert {
    -webkit-perspective: 50em;
    -moz-perspective: 50em;
    perspective: 50em;
}

.imghvr-zoom-out-flip-vert figcaption {
    opacity: 0;
    -webkit-transform: rotateY(90deg) translate(50%, 0) scale(0.5);
    -moz-transform: rotateY(90deg) translate(50%, 0) scale(0.5);
    -ms-transform: rotateY(90deg) translate(50%, 0) scale(0.5);
    -o-transform: rotateY(90deg) translate(50%, 0) scale(0.5);
    transform: rotateY(90deg) translate(50%, 0) scale(0.5);
}

.imghvr-zoom-out-flip-vert:hover> img,
.imghvr-zoom-out-flip-vert.hover> img {
    -webkit-transform: rotateY(-100deg) translateX(50%) scale(0.5);
    -moz-transform: rotateY(-100deg) translateX(50%) scale(0.5);
    -ms-transform: rotateY(-100deg) translateX(50%) scale(0.5);
    -o-transform: rotateY(-100deg) translateX(50%) scale(0.5);
    transform: rotateY(-100deg) translateX(50%) scale(0.5);
    opacity: 0;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    transition-delay: 0;
}

.imghvr-zoom-out-flip-vert:hover figcaption,
.imghvr-zoom-out-flip-vert.hover figcaption {
    -webkit-transform: rotateY(0) translate(0, 0) scale(1);
    -moz-transform: rotateY(0) translate(0, 0) scale(1);
    -ms-transform: rotateY(0) translate(0, 0) scale(1);
    -o-transform: rotateY(0) translate(0, 0) scale(1);
    transform: rotateY(0) translate(0, 0) scale(1);
    opacity: 1;
    -webkit-transition-delay: 0.35s;
    -moz-transition-delay: 0.35s;
    transition-delay: 0.35s;
}


/* imghvr-blur
   ----------------------------- */

.imghvr-blur figcaption {
    opacity: 0;
}

.imghvr-blur:hover> img {
    -webkit-filter: blur(30px);
    filter: blur(30px);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
}

.imghvr-blur:hover figcaption {
    opacity: 1;
    -webkit-transition-delay: 0.21s;
    -moz-transition-delay: 0.21s;
    transition-delay: 0.21s;
}

.wrapper,
.row {
    *zoom: 1;
}

.wrapper:before,
.row:before,
.wrapper:after,
.row:after {
    content: " ";
    display: table;
}

.wrapper:after,
.row:after {
    clear: both;
}

.widget_search input[type="submit"],
.slicknav_menu .search-form input[type="submit"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
}

.hide-text,
.slideshow-wrapper .owl-carousel .owl-nav> div,
.gss-testimonial-shortcode .owl-carousel .owl-nav> div,
.portfolio-container .owl-carousel .owl-nav> div {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.btn,
.archive-pagination li a,
.clarity-hero .hero-container .hero-button,
.home .section-4 .featuredpost .entry .more-link,
.single .entry .more-link,
.archive .entry .more-link,
.search .entry .more-link,
.blog .entry .more-link {
    color: #fff;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    line-height: 1;
}

.btn-flat {
    border-radius: 0px !important;
}

.btn-ghost,
.home .section-4 .featuredpost .entry .more-link,
.single .entry .more-link,
.archive .entry .more-link,
.search .entry .more-link,
.blog .entry .more-link {
    background-color: transparent;
    color: inherit;
}

.btn-rounded,
.archive-pagination li a,
.home .section-4 .featuredpost .entry .more-link,
.single .entry .more-link,
.archive .entry .more-link,
.search .entry .more-link,
.blog .entry .more-link,
.single .sharedaddy .sd-sharing,
.archive .sharedaddy .sd-sharing,
.search .sharedaddy .sd-sharing,
.blog .sharedaddy .sd-sharing {
    border-radius: 3px;
}

.btn:hover,
.archive-pagination li a:hover,
.clarity-hero .hero-container .hero-button:hover,
.home .section-4 .featuredpost .entry .more-link:hover,
.single .entry .more-link:hover,
.archive .entry .more-link:hover,
.search .entry .more-link:hover,
.blog .entry .more-link:hover {
    color: inherit;
}

.text-default {
    color: #7c0e0f;
}

.text-light-color {
    color: #fff;
}

.text-light-blue {
    color: #23B0E2;
}

.text-medium-blue {
    color: #305060;
}

.text-dark-blue {
    color: #012A44;
}

.text-orange {
    color: #ffb70d;
}

.text-light-gray {
    color: #eaeaea;
}

.text-medium-gray {
    color: #8c9293;
}

.text-thin {
    font-weight: 100;
}

.text-extralight {
    font-weight: 200;
}

.text-light {
    font-weight: 300;
}

.text-normal,
.site-header .genesis-nav-menu .menu-item a,
.sidebar .gss-testimonial-shortcode .testimonial-body .testimonial-author,
.home .section-7 .testimonial-body .testimonial-author,
.single .entry .more-link,
.archive .entry .more-link,
.search .entry .more-link,
.blog .entry .more-link,
.testimonial-page .content .testimonial-content .testimonial-footer h4,
.landing-page .content .section-4 .testimonial-author {
    font-weight: 400;
}

.text-medium {
    font-weight: 500;
}

.text-semibold {
    font-weight: 600;
}

.text-bold,
.ninja-forms-form-wrap .field-wrap label,
.ninja-forms-form-wrap .field-wrap.submit-wrap input[type="submit"],
.archive-pagination li a,
.comment-respond label,
.comment-respond input[type="submit"],
.tab a,
.portfolio-container .no-slide .read-more,
.portfolio-container .portfolio .read-more,
.popup-cta-content input[type="submit"],
.popup-cta-content button[type="submit"],
.site-header .genesis-nav-menu .menu-item.current-menu-item a,
.site-header .genesis-nav-menu .menu-item.current_page_item a,
.site-header .genesis-nav-menu .menu-item .menu-item-has-children a,
.footer-widgets .widgettitle,
.sidebar .widget .widgettitle,
.sidebar .gss-testimonial-shortcode .testimonial-body .testimonial-author,
.home .section-4 .featuredpost .widgettitle,
.home .section-4 .featuredpost .entry .entry-title,
.home .section-4 .featuredpost .entry .more-link,
.home .section-7 .testimonial-body .testimonial-author,
.single .sharedaddy .sd-sharing .sd-title,
.archive .sharedaddy .sd-sharing .sd-title,
.search .sharedaddy .sd-sharing .sd-title,
.blog .sharedaddy .sd-sharing .sd-title,
.gallery-page .gallery-container .gallery-thumbnail .client-name,
.single-portfolio .content .su-tabs-nav span,
.single-portfolio .entry-content .section-before-after> div h4,
.testimonial-page .content .testimonial-content .testimonial-footer h4,
.landing-page .content .section-4 .testimonial-author,
.about-page .team-members .su-lightbox .team-name,
.about-page .team-members .su-lightbox .box .team-name,
.terms-page .su-spoiler .su-spoiler-title {
    font-weight: 700;
}

.text-extrabold {
    font-weight: 800;
}

.text-heavy {
    font-weight: 900;
}

.text-italic,
.sidebar .gss-testimonial-shortcode .testimonial-body,
.home .section-7,
.single-portfolio .entry-content .section-testimonial,
.testimonial-page .content .testimonial-content .testimonial-body,
.landing-page .content .section-4 .testimonial-body,
.about-page .team-wrap .section-content .team-name .position {
    font-style: italic;
}

.text-oblique {
    font-style: oblique;
}

.text-normal,
.site-header .genesis-nav-menu .menu-item a,
.sidebar .gss-testimonial-shortcode .testimonial-body .testimonial-author,
.home .section-7 .testimonial-body .testimonial-author,
.single .entry .more-link,
.archive .entry .more-link,
.search .entry .more-link,
.blog .entry .more-link,
.testimonial-page .content .testimonial-content .testimonial-footer h4,
.landing-page .content .section-4 .testimonial-author {
    font-style: normal;
}

.text-inherit {
    font-style: inherit;
}

.text-initial {
    font-style: initial;
}

.text-unset {
    font-style: unset;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-uppercase,
.ninja-forms-form-wrap .field-wrap.submit-wrap input[type="submit"],
.archive-pagination li a,
.tab a,
.popup-cta-content input[type="submit"],
.popup-cta-content button[type="submit"],
.sidebar .widget .widgettitle,
.home .section-4 .featuredpost .entry .more-link,
.single .entry .more-link,
.archive .entry .more-link,
.search .entry .more-link,
.blog .entry .more-link,
.single .sharedaddy .sd-sharing .sd-title,
.archive .sharedaddy .sd-sharing .sd-title,
.search .sharedaddy .sd-sharing .sd-title,
.blog .sharedaddy .sd-sharing .sd-title,
.single-portfolio .content .su-tabs-nav span,
.single-portfolio .entry-content .section-before-after> div h4,
.terms-page .su-spoiler .su-spoiler-title {
    text-transform: uppercase;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-none {
    text-transform: none;
}

.text-full-width {
    text-transform: full-width;
}

.text-none {
    text-align: none;
}

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

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

.text-center,
.menu-toggle,
.tab,
.portfolio-container .no-slide .read-more,
.portfolio-container .portfolio .read-more,
.sidebar .widget .widgettitle,
.home .section-4 .featuredpost .widgettitle,
.home .section-5,
.single-portfolio .entry-content .section-before-after> div h4 {
    text-align: center;
}

.bg-default {
    background-color: #7c0e0f;
}

.bg-light-color {
    background-color: #fff;
}

.bg-light-blue {
    background-color: #23B0E2;
}

.bg-medium-blue {
    background-color: #305060;
}

.bg-dark-blue {
    background-color: #012A44;
}

.bg-orange {
    background-color: #ffb70d;
}

.bg-light-gray {
    background-color: #eaeaea;
}

.bg-medium-gray {
    background-color: #8c9293;
}

.btn-default {
    background-color: #7c0e0f;
    color: #000;
    background-color: #7c0e0f;
    border-color: #7c0e0f;
    border-width: 2px;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    background-color: #1d9bd0;
    border-color: #1a8bb9;
    color: #000;
}

.btn-default.btn-ghost,
.home .section-4 .featuredpost .entry .btn-default.more-link,
.single .entry .btn-default.more-link,
.archive .entry .btn-default.more-link,
.search .entry .btn-default.more-link,
.blog .entry .btn-default.more-link {
    color: #fff;
    background-color: rgba(37, 170, 225, 0);
    border-color: #7c0e0f;
}

.btn-default.btn-ghost:hover,
.home .section-4 .featuredpost .entry .btn-default.more-link:hover,
.single .entry .btn-default.more-link:hover,
.archive .entry .btn-default.more-link:hover,
.search .entry .btn-default.more-link:hover,
.blog .entry .btn-default.more-link:hover,
.btn-default.btn-ghost:focus,
.home .section-4 .featuredpost .entry .btn-default.more-link:focus,
.single .entry .btn-default.more-link:focus,
.archive .entry .btn-default.more-link:focus,
.search .entry .btn-default.more-link:focus,
.blog .entry .btn-default.more-link:focus,
.btn-default.btn-ghost:active,
.home .section-4 .featuredpost .entry .btn-default.more-link:active,
.single .entry .btn-default.more-link:active,
.archive .entry .btn-default.more-link:active,
.search .entry .btn-default.more-link:active,
.blog .entry .btn-default.more-link:active {
    background-color: rgba(29, 155, 208, 0);
    border-color: #1a8bb9;
    color: #fff;
}

.btn-default.btn-ghost:hover,
.home .section-4 .featuredpost .entry .btn-default.more-link:hover,
.single .entry .btn-default.more-link:hover,
.archive .entry .btn-default.more-link:hover,
.search .entry .btn-default.more-link:hover,
.blog .entry .btn-default.more-link:hover {
    background-color: #7c0e0f;
    color: #fff;
    border-color: #7c0e0f;
}

.btn-default-hover:hover {
    background-color: #7c0e0f !important;
    border-color: #7c0e0f !important;
    color: #fff !important;
}

.btn-light-color {
    background-color: #fff;
    color: #000;
    background-color: #fff;
    border-color: #fff;
    border-width: 2px;
}

.btn-light-color:hover,
.btn-light-color:focus,
.btn-light-color:active {
    background-color: #f2f2f2;
    border-color: #e6e6e6;
    color: #000;
}

.btn-light-color.btn-ghost,
.home .section-4 .featuredpost .entry .btn-light-color.more-link,
.single .entry .btn-light-color.more-link,
.archive .entry .btn-light-color.more-link,
.search .entry .btn-light-color.more-link,
.blog .entry .btn-light-color.more-link {
    color: #fff;
    background-color: rgba(255, 255, 255, 0);
    border-color: #fff;
}

.btn-light-color.btn-ghost:hover,
.home .section-4 .featuredpost .entry .btn-light-color.more-link:hover,
.single .entry .btn-light-color.more-link:hover,
.archive .entry .btn-light-color.more-link:hover,
.search .entry .btn-light-color.more-link:hover,
.blog .entry .btn-light-color.more-link:hover,
.btn-light-color.btn-ghost:focus,
.home .section-4 .featuredpost .entry .btn-light-color.more-link:focus,
.single .entry .btn-light-color.more-link:focus,
.archive .entry .btn-light-color.more-link:focus,
.search .entry .btn-light-color.more-link:focus,
.blog .entry .btn-light-color.more-link:focus,
.btn-light-color.btn-ghost:active,
.home .section-4 .featuredpost .entry .btn-light-color.more-link:active,
.single .entry .btn-light-color.more-link:active,
.archive .entry .btn-light-color.more-link:active,
.search .entry .btn-light-color.more-link:active,
.blog .entry .btn-light-color.more-link:active {
    background-color: rgba(242, 242, 242, 0);
    border-color: #e6e6e6;
    color: #fff;
}

.btn-light-color.btn-ghost:hover,
.home .section-4 .featuredpost .entry .btn-light-color.more-link:hover,
.single .entry .btn-light-color.more-link:hover,
.archive .entry .btn-light-color.more-link:hover,
.search .entry .btn-light-color.more-link:hover,
.blog .entry .btn-light-color.more-link:hover {
    background-color: #fff;
    color: #fff;
    border-color: #fff;
}

.btn-light-color-hover:hover {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #fff !important;
}

.btn-light-blue {
    background-color: #23B0E2;
    color: #000;
    background-color: #23B0E2;
    border-color: #23B0E2;
    border-width: 2px;
}

.btn-light-blue:hover,
.btn-light-blue:focus,
.btn-light-blue:active {
    background-color: #1ba1d0;
    border-color: #188fba;
    color: #000;
}

.btn-light-blue.btn-ghost,
.home .section-4 .featuredpost .entry .btn-light-blue.more-link,
.single .entry .btn-light-blue.more-link,
.archive .entry .btn-light-blue.more-link,
.search .entry .btn-light-blue.more-link,
.blog .entry .btn-light-blue.more-link {
    color: #fff;
    background-color: rgba(35, 176, 226, 0);
    border-color: #23B0E2;
}

.btn-light-blue.btn-ghost:hover,
.home .section-4 .featuredpost .entry .btn-light-blue.more-link:hover,
.single .entry .btn-light-blue.more-link:hover,
.archive .entry .btn-light-blue.more-link:hover,
.search .entry .btn-light-blue.more-link:hover,
.blog .entry .btn-light-blue.more-link:hover,
.btn-light-blue.btn-ghost:focus,
.home .section-4 .featuredpost .entry .btn-light-blue.more-link:focus,
.single .entry .btn-light-blue.more-link:focus,
.archive .entry .btn-light-blue.more-link:focus,
.search .entry .btn-light-blue.more-link:focus,
.blog .entry .btn-light-blue.more-link:focus,
.btn-light-blue.btn-ghost:active,
.home .section-4 .featuredpost .entry .btn-light-blue.more-link:active,
.single .entry .btn-light-blue.more-link:active,
.archive .entry .btn-light-blue.more-link:active,
.search .entry .btn-light-blue.more-link:active,
.blog .entry .btn-light-blue.more-link:active {
    background-color: rgba(27, 161, 208, 0);
    border-color: #188fba;
    color: #fff;
}

.btn-light-blue.btn-ghost:hover,
.home .section-4 .featuredpost .entry .btn-light-blue.more-link:hover,
.single .entry .btn-light-blue.more-link:hover,
.archive .entry .btn-light-blue.more-link:hover,
.search .entry .btn-light-blue.more-link:hover,
.blog .entry .btn-light-blue.more-link:hover {
    background-color: #23B0E2;
    color: #fff;
    border-color: #23B0E2;
}

.btn-light-blue-hover:hover {
    background-color: #23B0E2 !important;
    border-color: #23B0E2 !important;
    color: #fff !important;
}

.btn-medium-blue {
    background-color: #305060;
    color: #fff;
    background-color: #305060;
    border-color: #305060;
    border-width: 2px;
}

.btn-medium-blue:hover,
.btn-medium-blue:focus,
.btn-medium-blue:active {
    background-color: #28424f;
    border-color: #1f343e;
    color: #fff;
}

.btn-medium-blue.btn-ghost,
.home .section-4 .featuredpost .entry .btn-medium-blue.more-link,
.single .entry .btn-medium-blue.more-link,
.archive .entry .btn-medium-blue.more-link,
.search .entry .btn-medium-blue.more-link,
.blog .entry .btn-medium-blue.more-link {
    color: #fff;
    background-color: rgba(48, 80, 96, 0);
    border-color: #305060;
}

.btn-medium-blue.btn-ghost:hover,
.home .section-4 .featuredpost .entry .btn-medium-blue.more-link:hover,
.single .entry .btn-medium-blue.more-link:hover,
.archive .entry .btn-medium-blue.more-link:hover,
.search .entry .btn-medium-blue.more-link:hover,
.blog .entry .btn-medium-blue.more-link:hover,
.btn-medium-blue.btn-ghost:focus,
.home .section-4 .featuredpost .entry .btn-medium-blue.more-link:focus,
.single .entry .btn-medium-blue.more-link:focus,
.archive .entry .btn-medium-blue.more-link:focus,
.search .entry .btn-medium-blue.more-link:focus,
.blog .entry .btn-medium-blue.more-link:focus,
.btn-medium-blue.btn-ghost:active,
.home .section-4 .featuredpost .entry .btn-medium-blue.more-link:active,
.single .entry .btn-medium-blue.more-link:active,
.archive .entry .btn-medium-blue.more-link:active,
.search .entry .btn-medium-blue.more-link:active,
.blog .entry .btn-medium-blue.more-link:active {
    background-color: rgba(40, 66, 79, 0);
    border-color: #1f343e;
    color: #fff;
}

.btn-medium-blue.btn-ghost:hover,
.home .section-4 .featuredpost .entry .btn-medium-blue.more-link:hover,
.single .entry .btn-medium-blue.more-link:hover,
.archive .entry .btn-medium-blue.more-link:hover,
.search .entry .btn-medium-blue.more-link:hover,
.blog .entry .btn-medium-blue.more-link:hover {
    background-color: #305060;
    color: #fff;
    border-color: #305060;
}

.btn-medium-blue-hover:hover {
    background-color: #305060 !important;
    border-color: #305060 !important;
    color: #fff !important;
}

.btn-dark-blue {
    background-color: #012A44;
    color: #fff;
    background-color: #012A44;
    border-color: #012A44;
    border-width: 2px;
}

.btn-dark-blue:hover,
.btn-dark-blue:focus,
.btn-dark-blue:active {
    background-color: #011a2b;
    border-color: #000b12;
    color: #fff;
}

.btn-dark-blue.btn-ghost,
.home .section-4 .featuredpost .entry .btn-dark-blue.more-link,
.single .entry .btn-dark-blue.more-link,
.archive .entry .btn-dark-blue.more-link,
.search .entry .btn-dark-blue.more-link,
.blog .entry .btn-dark-blue.more-link {
    color: #fff;
    background-color: rgba(1, 42, 68, 0);
    border-color: #012A44;
}

.btn-dark-blue.btn-ghost:hover,
.home .section-4 .featuredpost .entry .btn-dark-blue.more-link:hover,
.single .entry .btn-dark-blue.more-link:hover,
.archive .entry .btn-dark-blue.more-link:hover,
.search .entry .btn-dark-blue.more-link:hover,
.blog .entry .btn-dark-blue.more-link:hover,
.btn-dark-blue.btn-ghost:focus,
.home .section-4 .featuredpost .entry .btn-dark-blue.more-link:focus,
.single .entry .btn-dark-blue.more-link:focus,
.archive .entry .btn-dark-blue.more-link:focus,
.search .entry .btn-dark-blue.more-link:focus,
.blog .entry .btn-dark-blue.more-link:focus,
.btn-dark-blue.btn-ghost:active,
.home .section-4 .featuredpost .entry .btn-dark-blue.more-link:active,
.single .entry .btn-dark-blue.more-link:active,
.archive .entry .btn-dark-blue.more-link:active,
.search .entry .btn-dark-blue.more-link:active,
.blog .entry .btn-dark-blue.more-link:active {
    background-color: rgba(1, 26, 43, 0);
    border-color: #000b12;
    color: #fff;
}

.btn-dark-blue.btn-ghost:hover,
.home .section-4 .featuredpost .entry .btn-dark-blue.more-link:hover,
.single .entry .btn-dark-blue.more-link:hover,
.archive .entry .btn-dark-blue.more-link:hover,
.search .entry .btn-dark-blue.more-link:hover,
.blog .entry .btn-dark-blue.more-link:hover {
    background-color: #012A44;
    color: #fff;
    border-color: #012A44;
}

.btn-dark-blue-hover:hover {
    background-color: #012A44 !important;
    border-color: #012A44 !important;
    color: #fff !important;
}

.btn-orange {
    background-color: #ffb70d;
    color: #000;
    background-color: #ffb70d;
    border-color: #ffb70d;
    border-width: 2px;
}

.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active {
    background-color: #f3aa00;
    border-color: #d99800;
    color: #000;
}

.btn-orange.btn-ghost,
.home .section-4 .featuredpost .entry .btn-orange.more-link,
.single .entry .btn-orange.more-link,
.archive .entry .btn-orange.more-link,
.search .entry .btn-orange.more-link,
.blog .entry .btn-orange.more-link {
    color: #fff;
    background-color: rgba(255, 183, 13, 0);
    border-color: #ffb70d;
}

.btn-orange.btn-ghost:hover,
.home .section-4 .featuredpost .entry .btn-orange.more-link:hover,
.single .entry .btn-orange.more-link:hover,
.archive .entry .btn-orange.more-link:hover,
.search .entry .btn-orange.more-link:hover,
.blog .entry .btn-orange.more-link:hover,
.btn-orange.btn-ghost:focus,
.home .section-4 .featuredpost .entry .btn-orange.more-link:focus,
.single .entry .btn-orange.more-link:focus,
.archive .entry .btn-orange.more-link:focus,
.search .entry .btn-orange.more-link:focus,
.blog .entry .btn-orange.more-link:focus,
.btn-orange.btn-ghost:active,
.home .section-4 .featuredpost .entry .btn-orange.more-link:active,
.single .entry .btn-orange.more-link:active,
.archive .entry .btn-orange.more-link:active,
.search .entry .btn-orange.more-link:active,
.blog .entry .btn-orange.more-link:active {
    background-color: rgba(243, 170, 0, 0);
    border-color: #d99800;
    color: #fff;
}

.btn-orange.btn-ghost:hover,
.home .section-4 .featuredpost .entry .btn-orange.more-link:hover,
.single .entry .btn-orange.more-link:hover,
.archive .entry .btn-orange.more-link:hover,
.search .entry .btn-orange.more-link:hover,
.blog .entry .btn-orange.more-link:hover {
    background-color: #ffb70d;
    color: #fff;
    border-color: #ffb70d;
}

.btn-orange-hover:hover {
    background-color: #ffb70d !important;
    border-color: #ffb70d !important;
    color: #fff !important;
}

.btn-light-gray {
    background-color: #eaeaea;
    color: #000;
    background-color: #eaeaea;
    border-color: #eaeaea;
    border-width: 2px;
}

.btn-light-gray:hover,
.btn-light-gray:focus,
.btn-light-gray:active {
    background-color: #dddddd;
    border-color: #d1d1d1;
    color: #000;
}

.btn-light-gray.btn-ghost,
.home .section-4 .featuredpost .entry .btn-light-gray.more-link,
.single .entry .btn-light-gray.more-link,
.archive .entry .btn-light-gray.more-link,
.search .entry .btn-light-gray.more-link,
.blog .entry .btn-light-gray.more-link {
    color: #fff;
    background-color: rgba(234, 234, 234, 0);
    border-color: #eaeaea;
}

.btn-light-gray.btn-ghost:hover,
.home .section-4 .featuredpost .entry .btn-light-gray.more-link:hover,
.single .entry .btn-light-gray.more-link:hover,
.archive .entry .btn-light-gray.more-link:hover,
.search .entry .btn-light-gray.more-link:hover,
.blog .entry .btn-light-gray.more-link:hover,
.btn-light-gray.btn-ghost:focus,
.home .section-4 .featuredpost .entry .btn-light-gray.more-link:focus,
.single .entry .btn-light-gray.more-link:focus,
.archive .entry .btn-light-gray.more-link:focus,
.search .entry .btn-light-gray.more-link:focus,
.blog .entry .btn-light-gray.more-link:focus,
.btn-light-gray.btn-ghost:active,
.home .section-4 .featuredpost .entry .btn-light-gray.more-link:active,
.single .entry .btn-light-gray.more-link:active,
.archive .entry .btn-light-gray.more-link:active,
.search .entry .btn-light-gray.more-link:active,
.blog .entry .btn-light-gray.more-link:active {
    background-color: rgba(221, 221, 221, 0);
    border-color: #d1d1d1;
    color: #fff;
}

.btn-light-gray.btn-ghost:hover,
.home .section-4 .featuredpost .entry .btn-light-gray.more-link:hover,
.single .entry .btn-light-gray.more-link:hover,
.archive .entry .btn-light-gray.more-link:hover,
.search .entry .btn-light-gray.more-link:hover,
.blog .entry .btn-light-gray.more-link:hover {
    background-color: #eaeaea;
    color: #fff;
    border-color: #eaeaea;
}

.btn-light-gray-hover:hover {
    background-color: #eaeaea !important;
    border-color: #eaeaea !important;
    color: #fff !important;
}

.btn-medium-gray {
    background-color: #8c9293;
    color: #000;
    background-color: #8c9293;
    border-color: #8c9293;
    border-width: 2px;
}

.btn-medium-gray:hover,
.btn-medium-gray:focus,
.btn-medium-gray:active {
    background-color: #7f8687;
    border-color: #72797a;
    color: #000;
}

.btn-medium-gray.btn-ghost,
.home .section-4 .featuredpost .entry .btn-medium-gray.more-link,
.single .entry .btn-medium-gray.more-link,
.archive .entry .btn-medium-gray.more-link,
.search .entry .btn-medium-gray.more-link,
.blog .entry .btn-medium-gray.more-link {
    color: #fff;
    background-color: rgba(140, 146, 147, 0);
    border-color: #8c9293;
}

.btn-medium-gray.btn-ghost:hover,
.home .section-4 .featuredpost .entry .btn-medium-gray.more-link:hover,
.single .entry .btn-medium-gray.more-link:hover,
.archive .entry .btn-medium-gray.more-link:hover,
.search .entry .btn-medium-gray.more-link:hover,
.blog .entry .btn-medium-gray.more-link:hover,
.btn-medium-gray.btn-ghost:focus,
.home .section-4 .featuredpost .entry .btn-medium-gray.more-link:focus,
.single .entry .btn-medium-gray.more-link:focus,
.archive .entry .btn-medium-gray.more-link:focus,
.search .entry .btn-medium-gray.more-link:focus,
.blog .entry .btn-medium-gray.more-link:focus,
.btn-medium-gray.btn-ghost:active,
.home .section-4 .featuredpost .entry .btn-medium-gray.more-link:active,
.single .entry .btn-medium-gray.more-link:active,
.archive .entry .btn-medium-gray.more-link:active,
.search .entry .btn-medium-gray.more-link:active,
.blog .entry .btn-medium-gray.more-link:active {
    background-color: rgba(127, 134, 135, 0);
    border-color: #72797a;
    color: #fff;
}

.btn-medium-gray.btn-ghost:hover,
.home .section-4 .featuredpost .entry .btn-medium-gray.more-link:hover,
.single .entry .btn-medium-gray.more-link:hover,
.archive .entry .btn-medium-gray.more-link:hover,
.search .entry .btn-medium-gray.more-link:hover,
.blog .entry .btn-medium-gray.more-link:hover {
    background-color: #8c9293;
    color: #fff;
    border-color: #8c9293;
}

.btn-medium-gray-hover:hover {
    background-color: #8c9293 !important;
    border-color: #8c9293 !important;
    color: #fff !important;
}

.btn-wide,
.popup-cta-content input[type="submit"],
.popup-cta-content button[type="submit"] {
    width: 100% !important;
}

.wrapper,
.row {
    margin: 0 auto;
}

.col-1-12,
.col-2-12,
.col-3-12,
.col-4-12,
.col-5-12,
.col-6-12,
.col-7-12,
.col-8-12,
.col-9-12,
.col-10-12,
.col-11-12,
.col-12-12,
.col-1-11,
.col-2-11,
.col-3-11,
.col-4-11,
.col-5-11,
.col-6-11,
.col-7-11,
.col-8-11,
.col-9-11,
.col-10-11,
.col-11-11,
.col-1-10,
.col-2-10,
.col-3-10,
.col-4-10,
.col-5-10,
.col-6-10,
.col-7-10,
.col-8-10,
.col-9-10,
.col-10-10,
.col-1-9,
.col-2-9,
.col-3-9,
.col-4-9,
.col-5-9,
.col-6-9,
.col-7-9,
.col-8-9,
.col-9-9,
.col-1-8,
.col-2-8,
.col-3-8,
.col-4-8,
.col-5-8,
.col-6-8,
.col-7-8,
.col-8-8,
.col-1-7,
.col-2-7,
.col-3-7,
.col-4-7,
.col-5-7,
.col-6-7,
.col-7-7,
.col-1-6,
.col-2-6,
.col-3-6,
.col-4-6,
.col-5-6,
.col-6-6,
.col-1-5,
.col-2-5,
.col-3-5,
.col-4-5,
.col-5-5,
.col-1-4,
.col-2-4,
.col-3-4,
.col-4-4,
.col-1-3,
.col-2-3,
.col-3-3,
.col-1-2,
.col-2-2,
.col-1-1 {
    float: left;
    position: relative;
}

.col-1-12:first-of-type,
.col-2-12:first-of-type,
.col-3-12:first-of-type,
.col-4-12:first-of-type,
.col-5-12:first-of-type,
.col-6-12:first-of-type,
.col-7-12:first-of-type,
.col-8-12:first-of-type,
.col-9-12:first-of-type,
.col-10-12:first-of-type,
.col-11-12:first-of-type,
.col-12-12:first-of-type,
.col-1-11:first-of-type,
.col-2-11:first-of-type,
.col-3-11:first-of-type,
.col-4-11:first-of-type,
.col-5-11:first-of-type,
.col-6-11:first-of-type,
.col-7-11:first-of-type,
.col-8-11:first-of-type,
.col-9-11:first-of-type,
.col-10-11:first-of-type,
.col-11-11:first-of-type,
.col-1-10:first-of-type,
.col-2-10:first-of-type,
.col-3-10:first-of-type,
.col-4-10:first-of-type,
.col-5-10:first-of-type,
.col-6-10:first-of-type,
.col-7-10:first-of-type,
.col-8-10:first-of-type,
.col-9-10:first-of-type,
.col-10-10:first-of-type,
.col-1-9:first-of-type,
.col-2-9:first-of-type,
.col-3-9:first-of-type,
.col-4-9:first-of-type,
.col-5-9:first-of-type,
.col-6-9:first-of-type,
.col-7-9:first-of-type,
.col-8-9:first-of-type,
.col-9-9:first-of-type,
.col-1-8:first-of-type,
.col-2-8:first-of-type,
.col-3-8:first-of-type,
.col-4-8:first-of-type,
.col-5-8:first-of-type,
.col-6-8:first-of-type,
.col-7-8:first-of-type,
.col-8-8:first-of-type,
.col-1-7:first-of-type,
.col-2-7:first-of-type,
.col-3-7:first-of-type,
.col-4-7:first-of-type,
.col-5-7:first-of-type,
.col-6-7:first-of-type,
.col-7-7:first-of-type,
.col-1-6:first-of-type,
.col-2-6:first-of-type,
.col-3-6:first-of-type,
.col-4-6:first-of-type,
.col-5-6:first-of-type,
.col-6-6:first-of-type,
.col-1-5:first-of-type,
.col-2-5:first-of-type,
.col-3-5:first-of-type,
.col-4-5:first-of-type,
.col-5-5:first-of-type,
.col-1-4:first-of-type,
.col-2-4:first-of-type,
.col-3-4:first-of-type,
.col-4-4:first-of-type,
.col-1-3:first-of-type,
.col-2-3:first-of-type,
.col-3-3:first-of-type,
.col-1-2:first-of-type,
.col-2-2:first-of-type,
.col-1-1:first-of-type {
    margin-left: 0;
}

.col-1-12 {
    min-height: 1px;
    margin-left: 1.69492%;
    width: 6.77966%;
}

.push-1-12 {
    left: 8.33333%;
}


/* .pull-1-12 {
			right: percentage($i/$vars);
			@include mobile {
				right: auto;
			}
		} */

.col-2-12 {
    min-height: 1px;
    margin-left: 1.69492%;
    width: 15.25424%;
}

.push-2-12 {
    left: 16.66667%;
}


/* .pull-2-12 {
			right: percentage($i/$vars);
			@include mobile {
				right: auto;
			}
		} */

.col-3-12 {
    min-height: 1px;
    margin-left: 1.69492%;
    width: 23.72881%;
}

.push-3-12 {
    left: 25%;
}


/* .pull-3-12 {
			right: percentage($i/$vars);
			@include mobile {
				right: auto;
			}
		} */

.col-4-12 {
    min-height: 1px;
    margin-left: 1.69492%;
    width: 32.20339%;
}

.push-4-12 {
    left: 33.33333%;
}


/* .pull-4-12 {
			right: percentage($i/$vars);
			@include mobile {
				right: auto;
			}
		} */

.col-5-12 {
    min-height: 1px;
    margin-left: 1.69492%;
    width: 40.67797%;
}

.push-5-12 {
    left: 41.66667%;
}


/* .pull-5-12 {
			right: percentage($i/$vars);
			@include mobile {
				right: auto;
			}
		} */

.col-6-12 {
    min-height: 1px;
    margin-left: 1.69492%;
    width: 49.15254%;
}

.push-6-12 {
    left: 50%;
}


/* .pull-6-12 {
			right: percentage($i/$vars);
			@include mobile {
				right: auto;
			}
		} */

.col-7-12 {
    min-height: 1px;
    margin-left: 1.69492%;
    width: 57.62712%;
}

.push-7-12 {
    left: 58.33333%;
}


/* .pull-7-12 {
			right: percentage($i/$vars);
			@include mobile {
				right: auto;
			}
		} */

.col-8-12 {
    min-height: 1px;
    margin-left: 1.69492%;
    width: 66.10169%;
}

.push-8-12 {
    left: 66.66667%;
}


/* .pull-8-12 {
			right: percentage($i/$vars);
			@include mobile {
				right: auto;
			}
		} */

.col-9-12 {
    min-height: 1px;
    margin-left: 1.69492%;
    width: 74.57627%;
}

.push-9-12 {
    left: 75%;
}


/* .pull-9-12 {
			right: percentage($i/$vars);
			@include mobile {
				right: auto;
			}
		} */

.col-10-12 {
    min-height: 1px;
    margin-left: 1.69492%;
    width: 83.05085%;
}

.push-10-12 {
    left: 83.33333%;
}


/* .pull-10-12 {
			right: percentage($i/$vars);
			@include mobile {
				right: auto;
			}
		} */

.col-11-12 {
    min-height: 1px;
    margin-left: 1.69492%;
    width: 91.52542%;
}

.push-11-12 {
    left: 91.66667%;
}


/* .pull-11-12 {
			right: percentage($i/$vars);
			@include mobile {
				right: auto;
			}
		} */

.col-12-12 {
    min-height: 1px;
    margin-left: 1.69492%;
    width: 100%;
}

.push-12-12 {
    left: 100%;
}


/* .pull-12-12 {
			right: percentage($i/$vars);
			@include mobile {
				right: auto;
			}
		} */

.col-1-11 {
    min-height: 1px;
    margin-left: 1.69492%;
    width: 7.55008%;
}

.push-1-11 {
    left: 9.09091%;
}


/* .pull-1-11 {
			right: percentage($i/$vars);
			@include mobile {
				right: auto;
			}
		} */

.col-2-11 {
    min-height: 1px;
    margin-left: 1.69492%;
    width: 16.79507%;
}

.push-2-11 {
    left: 18.18182%;
}


/* .pull-2-11 {
			right: percentage($i/$vars);
			@include mobile {
				right: auto;
			}
		} */

.col-3-11 {
    min-height: 1px;
    margin-left: 1.69492%;
    width: 26.04006%;
}

.push-3-11 {
    left: 27.27273%;
}


/* .pull-3-11 {
			right: percentage($i/$vars);
			@include mobile {
				right: auto;
			}
		} */

.col-4-11 {
    min-height: 1px;
    margin-left: 1.69492%;
    width: 35.28505%;
}

.push-4-11 {
    left: 36.36364%;
}


/* .pull-4-11 {
			right: percentage($i/$vars);
			@include mobile {
				right: auto;
			}
		} */

.col-5-11 {
    min-height: 1px;
    margin-left: 1.69492%;
    width: 44.53005%;
}

.push-5-11 {
    left: 45.45455%;
}


/* .pull-5-11 {
			right: percentage($i/$vars);
			@include mobile {
				right: auto;
			}
		} */

.col-6-11 {
    min-height: 1px;
    margin-left: 1.69492%;
    width: 53.77504%;
}

.push-6-11 {
    left: 54.54545%;
}


/* .pull-6-11 {
			right: percentage($i/$vars);
			@include mobile {
				right: auto;
			}
		} */

.col-7-11 {
    min-height: 1px;
    margin-left: 1.69492%;
    width: 63.02003%;
}

.push-7-11 {
    left: 63.63636%;
}


/* .pull-7-11 {
			right: percentage($i/$vars);
			@include mobile {
				right: auto;
			}
		} */

.col-8-11 {
    min-height: 1px;
    margin-left: 1.69492%;
    width: 72.26502%;
}

.push-8-11 {
    left: 72.72727%;
}


/* .pull-8-11 {
			right: percentage($i/$vars);
			@include mobile {
				right: auto;
			}
		} */

.col-9-11 {
    min-height: 1px;
    margin-left: 1.69492%;
    width: 81.51002%;
}

.push-9-11 {
    left: 81.81818%;
}


/* .pull-9-11 {
			right: percentage($i/$vars);
			@include mobile {
				right: auto;
			}
		} */

.col-10-11 {
    min-height: 1px;
    margin-left: 1.69492%;
    width: 90.75501%;
}

.push-10-11 {
    left: 90.90909%;
}


/* .pull-10-11 {
			right: percentage($i/$vars);
			@include mobile {
				right: auto;
			}
		} */

.col-11-11 {
    min-height: 1px;
    margin-left: 1.69492%;
    width: 100%;
}

.push-11-11 {
    left: 100%;
}


/* .pull-11-11 {
			right: percentage($i/$vars);
			@include mobile {
				right: auto;
			}
		} */

.col-1-10 {
    min-height: 1px;
    margin-left: 1.69492%;
    width: 8.47458%;
}

.push-1-10 {
    left: 10%;
}


/* .pull-1-10 {
			right: percentage($i/$vars);
			@include mobile {
				right: auto;
			}
		} */

.col-2-10 {
    min-height: 1px;
    margin-left: 1.69492%;
    width: 18.64407%;
}

.push-2-10 {
    left: 20%;
}


/* .pull-2-10 {
			right: percentage($i/$vars);
			@include mobile {
				right: auto;
			}
		} */

.col-3-10 {
    min-height: 1px;
    margin-left: 1.69492%;
    width: 28.81356%;
}

.push-3-10 {
    left: 30%;
}


/* .pull-3-10 {
			right: percentage($i/$vars);
			@include mobile {
				right: auto;
			}
		} */

.col-4-10 {
    min-height: 1px;
    margin-left: 1.69492%;
    width: 38.98305%;
}

.push-4-10 {
    left: 40%;
}


/* .pull-4-10 {
			right: percentage($i/$vars);
			@include mobile {
				right: auto;
			}
		} */

.col-5-10 {
    min-height: 1px;
    margin-left: 1.69492%;
    width: 49.15254%;
}

.push-5-10 {
    left: 50%;
}


/* .pull-5-10 {
			right: percentage($i/$vars);
			@include mobile {
				right: auto;
			}
		} */

.col-6-10 {
    min-height: 1px;
    margin-left: 1.69492%;
    width: 59.32203%;
}

.push-6-10 {
    left: 60%;
}


/* .pull-6-10 {
			right: percentage($i/$vars);
			@include mobile {
				right: auto;
			}
		} */

.col-7-10 {
    min-height: 1px;
    margin-left: 1.69492%;
    width: 69.49153%;
}

.push-7-10 {
    left: 70%;
}


/* .pull-7-10 {
			right: percentage($i/$vars);
			@include mobile {
				right: auto;
			}
		} */

.col-8-10 {
    min-height: 1px;
    margin-left: 1.69492%;
    width: 79.66102%;
}

.push-8-10 {
    left: 80%;
}


/* .pull-8-10 {
			right: percentage($i/$vars);
			@include mobile {
				right: auto;
			}
		} */

.col-9-10 {
    min-height: 1px;
    margin-left: 1.69492%;
    width: 89.83051%;
}

.push-9-10 {
    left: 90%;
}


/* .pull-9-10 {
			right: percentage($i/$vars);
			@include mobile {
				right: auto;
			}
		} */

.col-10-10 {
    min-height: 1px;
    margin-left: 1.69492%;
    width: 100%;
}

.push-10-10 {
    left: 100%;
}


/* .pull-10-10 {
			right: percentage($i/$vars);
			@include mobile {
				right: auto;
			}
		} */

.col-1-9 {
    min-height: 1px;
    margin-left: 1.69492%;
    width: 9.60452%;
}

.push-1-9 {
    left: 11.11111%;
}


/* .pull-1-9 {
			right: percentage($i/$vars);
			@include mobile {
				right: auto;
			}
		} */

.col-2-9 {
    min-height: 1px;
    margin-left: 1.69492%;
    width: 20.90395%;
}

.push-2-9 {
    left: 22.22222%;
}


/* .pull-2-9 {
			right: percentage($i/$vars);
			@include mobile {
				right: auto;
			}
		} */

.col-3-9 {
    min-height: 1px;
    margin-left: 1.69492%;
    width: 32.20339%;
}

.push-3-9 {
    left: 33.33333%;
}


/* .pull-3-9 {
			right: percentage($i/$vars);
			@include mobile {
				right: auto;
			}
		} */

.col-4-9 {
    min-height: 1px;
    margin-left: 1.69492%;
    width: 43.50282%;
}

.push-4-9 {
    left: 44.44444%;
}


/* .pull-4-9 {
			right: percentage($i/$vars);
			@include mobile {
				right: auto;
			}
		} */

.col-5-9 {
    min-height: 1px;
    margin-left: 1.69492%;
    width: 54.80226%;
}

.push-5-9 {
    left: 55.55556%;
}


/* .pull-5-9 {
			right: percentage($i/$vars);
			@include mobile {
				right: auto;
			}
		} */

.col-6-9 {
    min-height: 1px;
    margin-left: 1.69492%;
    width: 66.10169%;
}

.push-6-9 {
    left: 66.66667%;
}


/* .pull-6-9 {
			right: percentage($i/$vars);
			@include mobile {
				right: auto;
			}
		} */

.col-7-9 {
    min-height: 1px;
    margin-left: 1.69492%;
    width: 77.40113%;
}

.push-7-9 {
    left: 77.77778%;
}


/* .pull-7-9 {
			right: percentage($i/$vars);
			@include mobile {
				right: auto;
			}
		} */

.col-8-9 {
    min-height: 1px;
    margin-left: 1.69492%;
    width: 88.70056%;
}

.push-8-9 {
    left: 88.88889%;
}


/* .pull-8-9 {
			right: percentage($i/$vars);
			@include mobile {
				right: auto;
			}
		} */

.col-9-9 {
    min-height: 1px;
    margin-left: 1.69492%;
    width: 100%;
}

.push-9-9 {
    left: 100%;
}


/* .pull-9-9 {
			right: percentage($i/$vars);
			@include mobile {
				right: auto;
			}
		} */

.col-1-8 {
    min-height: 1px;
    margin-left: 1.69492%;
    width: 11.01695%;
}

.push-1-8 {
    left: 12.5%;
}


/* .pull-1-8 {
			right: percentage($i/$vars);
			@include mobile {
				right: auto;
			}
		} */

.col-2-8 {
    min-height: 1px;
    margin-left: 1.69492%;
    width: 23.72881%;
}

.push-2-8 {
    left: 25%;
}


/* .pull-2-8 {
			right: percentage($i/$vars);
			@include mobile {
				right: auto;
			}
		} */

.col-3-8 {
    min-height: 1px;
    margin-left: 1.69492%;
    width: 36.44068%;
}

.push-3-8 {
    left: 37.5%;
}


/* .pull-3-8 {
			right: percentage($i/$vars);
			@include mobile {
				right: auto;
			}
		} */

.col-4-8 {
    min-height: 1px;
    margin-left: 1.69492%;
    width: 49.15254%;
}

.push-4-8 {
    left: 50%;
}


/* .pull-4-8 {
			right: percentage($i/$vars);
			@include mobile {
				right: auto;
			}
		} */

.col-5-8 {
    min-height: 1px;
    margin-left: 1.69492%;
    width: 61.86441%;
}

.push-5-8 {
    left: 62.5%;
}


/* .pull-5-8 {
			right: percentage($i/$vars);
			@include mobile {
				right: auto;
			}
		} */

.col-6-8 {
    min-height: 1px;
    margin-left: 1.69492%;
    width: 74.57627%;
}

.push-6-8 {
    left: 75%;
}


/* .pull-6-8 {
			right: percentage($i/$vars);
			@include mobile {
				right: auto;
			}
		} */

.col-7-8 {
    min-height: 1px;
    margin-left: 1.69492%;
    width: 87.28814%;
}

.push-7-8 {
    left: 87.5%;
}


/* .pull-7-8 {
			right: percentage($i/$vars);
			@include mobile {
				right: auto;
			}
		} */

.col-8-8 {
    min-height: 1px;
    margin-left: 1.69492%;
    width: 100%;
}

.push-8-8 {
    left: 100%;
}


/* .pull-8-8 {
			right: percentage($i/$vars);
			@include mobile {
				right: auto;
			}
		} */

.col-1-7 {
    min-height: 1px;
    margin-left: 1.69492%;
    width: 12.83293%;
}

.push-1-7 {
    left: 14.28571%;
}


/* .pull-1-7 {
			right: percentage($i/$vars);
			@include mobile {
				right: auto;
			}
		} */

.col-2-7 {
    min-height: 1px;
    margin-left: 1.69492%;
    width: 27.36077%;
}

.push-2-7 {
    left: 28.57143%;
}


/* .pull-2-7 {
			right: percentage($i/$vars);
			@include mobile {
				right: auto;
			}
		} */

.col-3-7 {
    min-height: 1px;
    margin-left: 1.69492%;
    width: 41.88862%;
}

.push-3-7 {
    left: 42.85714%;
}


/* .pull-3-7 {
			right: percentage($i/$vars);
			@include mobile {
				right: auto;
			}
		} */

.col-4-7 {
    min-height: 1px;
    margin-left: 1.69492%;
    width: 56.41646%;
}

.push-4-7 {
    left: 57.14286%;
}


/* .pull-4-7 {
			right: percentage($i/$vars);
			@include mobile {
				right: auto;
			}
		} */

.col-5-7 {
    min-height: 1px;
    margin-left: 1.69492%;
    width: 70.94431%;
}

.push-5-7 {
    left: 71.42857%;
}


/* .pull-5-7 {
			right: percentage($i/$vars);
			@include mobile {
				right: auto;
			}
		} */

.col-6-7 {
    min-height: 1px;
    margin-left: 1.69492%;
    width: 85.47215%;
}

.push-6-7 {
    left: 85.71429%;
}


/* .pull-6-7 {
			right: percentage($i/$vars);
			@include mobile {
				right: auto;
			}
		} */

.col-7-7 {
    min-height: 1px;
    margin-left: 1.69492%;
    width: 100%;
}

.push-7-7 {
    left: 100%;
}


/* .pull-7-7 {
			right: percentage($i/$vars);
			@include mobile {
				right: auto;
			}
		} */

.col-1-6 {
    min-height: 1px;
    margin-left: 1.69492%;
    width: 15.25424%;
}

.push-1-6 {
    left: 16.66667%;
}


/* .pull-1-6 {
			right: percentage($i/$vars);
			@include mobile {
				right: auto;
			}
		} */

.col-2-6 {
    min-height: 1px;
    margin-left: 1.69492%;
    width: 32.20339%;
}

.push-2-6 {
    left: 33.33333%;
}


/* .pull-2-6 {
			right: percentage($i/$vars);
			@include mobile {
				right: auto;
			}
		} */

.col-3-6 {
    min-height: 1px;
    margin-left: 1.69492%;
    width: 49.15254%;
}

.push-3-6 {
    left: 50%;
}


/* .pull-3-6 {
			right: percentage($i/$vars);
			@include mobile {
				right: auto;
			}
		} */

.col-4-6 {
    min-height: 1px;
    margin-left: 1.69492%;
    width: 66.10169%;
}

.push-4-6 {
    left: 66.66667%;
}


/* .pull-4-6 {
			right: percentage($i/$vars);
			@include mobile {
				right: auto;
			}
		} */

.col-5-6 {
    min-height: 1px;
    margin-left: 1.69492%;
    width: 83.05085%;
}

.push-5-6 {
    left: 83.33333%;
}


/* .pull-5-6 {
			right: percentage($i/$vars);
			@include mobile {
				right: auto;
			}
		} */

.col-6-6 {
    min-height: 1px;
    margin-left: 1.69492%;
    width: 100%;
}

.push-6-6 {
    left: 100%;
}


/* .pull-6-6 {
			right: percentage($i/$vars);
			@include mobile {
				right: auto;
			}
		} */

.col-1-5 {
    min-height: 1px;
    margin-left: 1.69492%;
    width: 18.64407%;
}

.push-1-5 {
    left: 20%;
}


/* .pull-1-5 {
			right: percentage($i/$vars);
			@include mobile {
				right: auto;
			}
		} */

.col-2-5 {
    min-height: 1px;
    margin-left: 1.69492%;
    width: 38.98305%;
}

.push-2-5 {
    left: 40%;
}


/* .pull-2-5 {
			right: percentage($i/$vars);
			@include mobile {
				right: auto;
			}
		} */

.col-3-5 {
    min-height: 1px;
    margin-left: 1.69492%;
    width: 59.32203%;
}

.push-3-5 {
    left: 60%;
}


/* .pull-3-5 {
			right: percentage($i/$vars);
			@include mobile {
				right: auto;
			}
		} */

.col-4-5 {
    min-height: 1px;
    margin-left: 1.69492%;
    width: 79.66102%;
}

.push-4-5 {
    left: 80%;
}


/* .pull-4-5 {
			right: percentage($i/$vars);
			@include mobile {
				right: auto;
			}
		} */

.col-5-5 {
    min-height: 1px;
    margin-left: 1.69492%;
    width: 100%;
}

.push-5-5 {
    left: 100%;
}


/* .pull-5-5 {
			right: percentage($i/$vars);
			@include mobile {
				right: auto;
			}
		} */

.col-1-4 {
    min-height: 1px;
    margin-left: 1.69492%;
    width: 23.72881%;
}

.push-1-4 {
    left: 25%;
}


/* .pull-1-4 {
			right: percentage($i/$vars);
			@include mobile {
				right: auto;
			}
		} */

.col-2-4 {
    min-height: 1px;
    margin-left: 1.69492%;
    width: 49.15254%;
}

.push-2-4 {
    left: 50%;
}


/* .pull-2-4 {
			right: percentage($i/$vars);
			@include mobile {
				right: auto;
			}
		} */

.col-3-4 {
    min-height: 1px;
    margin-left: 1.69492%;
    width: 74.57627%;
}

.push-3-4 {
    left: 75%;
}


/* .pull-3-4 {
			right: percentage($i/$vars);
			@include mobile {
				right: auto;
			}
		} */

.col-4-4 {
    min-height: 1px;
    margin-left: 1.69492%;
    width: 100%;
}

.push-4-4 {
    left: 100%;
}


/* .pull-4-4 {
			right: percentage($i/$vars);
			@include mobile {
				right: auto;
			}
		} */

.col-1-3 {
    min-height: 1px;
    margin-left: 1.69492%;
    width: 32.20339%;
}

.push-1-3 {
    left: 33.33333%;
}


/* .pull-1-3 {
			right: percentage($i/$vars);
			@include mobile {
				right: auto;
			}
		} */

.col-2-3 {
    min-height: 1px;
    margin-left: 1.69492%;
    width: 66.10169%;
}

.push-2-3 {
    left: 66.66667%;
}


/* .pull-2-3 {
			right: percentage($i/$vars);
			@include mobile {
				right: auto;
			}
		} */

.col-3-3 {
    min-height: 1px;
    margin-left: 1.69492%;
    width: 100%;
}

.push-3-3 {
    left: 100%;
}


/* .pull-3-3 {
			right: percentage($i/$vars);
			@include mobile {
				right: auto;
			}
		} */

.col-1-2 {
    min-height: 1px;
    margin-left: 1.69492%;
    width: 49.15254%;
}

.push-1-2 {
    left: 50%;
}


/* .pull-1-2 {
			right: percentage($i/$vars);
			@include mobile {
				right: auto;
			}
		} */

.col-2-2 {
    min-height: 1px;
    margin-left: 1.69492%;
    width: 100%;
}

.push-2-2 {
    left: 100%;
}


/* .pull-2-2 {
			right: percentage($i/$vars);
			@include mobile {
				right: auto;
			}
		} */

.col-1-1 {
    min-height: 1px;
    margin-left: 1.69492%;
    width: 100%;
}

.push-1-1 {
    left: 100%;
}


/* .pull-1-1 {
			right: percentage($i/$vars);
			@include mobile {
				right: auto;
			}
		} */

.portfolio-container .owl-item .image-wrapper img,
.home .section-1 .slideshow-wrapper .owl-item img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 200ms ease-in-out;
}

.portfolio-container .owl-item .image-wrapper img:hover,
.home .section-1 .slideshow-wrapper .owl-item img:hover {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    filter: grayscale(0);
}

.hidden {
    display: none;
}

.hidden-xs,
.hidden-sm,
.hidden-md {
    display: none;
}

.visible-xs,
.visible-sm,
.visible-md {
    display: block;
}

.no-padding .site-inner {
    padding: 0;
}

.no-padding .site-inner .content {
    padding: 0;
}

.no-padding .site-inner .entry {
    padding: 0;
    margin-bottom: 0;
}

.img-rounded {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.img-circle,
.home .section-2 .clarity-icon {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.float-none {
    float: none;
}

.text-inline {
    display: inline;
}

.text-inline-block {
    display: inline-block;
}

.text-block,
.home .section-4 .featuredpost .entry .more-link,
.single .entry .more-link,
.archive .entry .more-link,
.search .entry .more-link,
.blog .entry .more-link {
    display: block;
}

.clear-both {
    clear: both;
}

.clear-left {
    clear: left;
}

.clear-right {
    clear: right;
}

.no-padding .site-inner {
    padding: 0;
}

.portfolio-container .owl-item .image-wrapper img,
.home .section-1 .slideshow-wrapper .owl-item img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 200ms ease-in-out;
}

.portfolio-container .owl-item .image-wrapper img:hover,
.home .section-1 .slideshow-wrapper .owl-item img:hover {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    filter: grayscale(0);
}

.img-rounded {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.img-circle,
.home .section-2 .clarity-icon {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.vertical-align {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slicknav_btn {
    position: relative;
    display: block;
    vertical-align: middle;
    float: right;
    padding: 0.438em 0.625em 0.438em 0.625em;
    line-height: 1.125em;
    cursor: pointer;
}

.slicknav_btn .slicknav_icon-bar+ .slicknav_icon-bar {
    margin-top: 0.188em;
}

.slicknav_menu {
    *zoom: 1;
}

.slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left;
}

.slicknav_menu .slicknav_icon {
    float: left;
    width: 1.125em;
    height: 0.875em;
    margin: 0.188em 0 0 0.438em;
}

.slicknav_menu .slicknav_no-text {
    margin: 0;
}

.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.slicknav_menu:before {
    content: " ";
    display: table;
}

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

.slicknav_nav {
    clear: both;
}

.slicknav_nav ul {
    display: block;
}

.slicknav_nav li {
    display: block;
}

.slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em;
}

.slicknav_nav .slicknav_item {
    cursor: pointer;
}

.slicknav_nav .slicknav_item a {
    display: inline;
}

.slicknav_nav .slicknav_row {
    display: block;
}

.slicknav_nav a {
    display: block;
}

.slicknav_nav .slicknav_parent-link a {
    display: inline;
}

.slicknav_brand {
    float: left;
}

.slicknav_menu {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    box-sizing: border-box;
    background: #fff;
    padding: 5px;
}

.slicknav_menu * {
    box-sizing: border-box;
}

.slicknav_menu .slicknav_menutxt {
    color: #fff;
    font-weight: normal;
    text-shadow: none;
}

.slicknav_menu .slicknav_icon-bar {
    background-color: #fff;
}

.slicknav_btn {
    margin: 5px 5px 6px;
    text-decoration: none;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #45555f;
}

.slicknav_nav {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    color: #45555f;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0 0 0 20px;
}

.slicknav_nav .slicknav_row {
    padding: 5px 10px;
    margin: 2px 5px;
}

.slicknav_nav .slicknav_row:hover {
    border-radius: 0px;
    background: #7c0e0f;
    color: #45555f;
}

.slicknav_nav a {
    padding: 5px 10px;
    margin: 2px 5px;
    text-decoration: none;
    color: #45555f;
}

.slicknav_nav a:hover {
    border-radius: 0px;
    background: #7c0e0f;
    color: #fff;
}

.slicknav_nav .slicknav_txtnode {
    margin-left: 15px;
}

.slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0;
}

.slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0;
}

.slicknav_brand {
    color: #45555f;
    font-size: 18px;
    line-height: 30px;
    padding: 7px 12px;
    height: 44px;
}


/*
 *  Owl Carousel - Core
 */

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.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;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    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-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    display: none;
}

.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;
}


/* No Js */

.no-js .owl-carousel {
    display: block;
}


/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
    animation-duration: 1000ms;
    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;
}


/*
 * 	Owl Carousel - Auto Height Plugin
 */

.owl-height {
    transition: height 500ms ease-in-out;
}


/*
 * 	Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}


/*
 * 	Owl Carousel - Video Plugin
 */

.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.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}


/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/


/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/


/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background: 0 0;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

mark {
    background: #ff0;
    color: #333;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

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

input {
    line-height: normal;
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto;
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}


/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
    content: " ";
    display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
    clear: both;
    content: " ";
    display: table;
}


/* # Defaults
----------------------------------------------------------------------------- */


/* ## Typographical Elements ------------------------------------------------ */

html {
    font-size: 16px;
}


/* Chrome fix */

body> div {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

body {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    background-color: #fff;
    color: #45555f;
    font-family: "Lato", sans-serif;
    margin: 0;
    overflow-x: hidden;
    visibility: hidden;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}

a {
    color: #7c0e0f;
    outline: none;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #333;
    text-decoration: none;
}

p {
    margin: 0 0 20px;
    padding: 0;
}

p.empty {
    display: none;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

hr {
    border: 0;
    border-collapse: collapse;
    border-top: 1px solid #ddd;
    clear: both;
    margin: 10px 0;
}

b,
strong {
    font-weight: 700;
}

blockquote,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 40px;
}

blockquote::before {
    content: "\201C";
    display: block;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 0.8;
    height: 0;
    left: -20px;
    position: relative;
    top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #45555f;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    margin: 0 0 10px;
}

h1 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
}

h2 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.2;
}

h3 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.5;
}

h4 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.8;
}

h5 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.33333;
}

h6 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}


/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}

img {
    height: auto;
}

.featured-content img,
.gallery img {
    width: auto;
}


/* ## Gallery
--------------------------------------------- */

.gallery {
    *zoom: 1;
    overflow: hidden;
}

.gallery:before,
.gallery:after {
    content: ' ';
    display: table;
}

.gallery:after {
    clear: both;
}

.gallery-item {
    float: left;
    margin: 0 0 20px;
    text-align: center;
}

.gallery img {
    border: 1px solid #ddd;
    height: auto;
    padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
    border: 1px solid #999;
}


/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #333;
    font-weight: 300;
    padding: 16px;
    width: 100%;
}

input:focus,
textarea:focus {
    border: 1px solid #999;
    outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto;
}

::-moz-placeholder {
    color: #333;
    font-weight: 300;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #333;
    font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    background-color: #333;
    border: 0;
    color: #fff;
    cursor: pointer;
    padding: 16px 24px;
    text-transform: uppercase;
    width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus {
    background-color: #7c0e0f;
    color: #fff;
}

.entry-content .button:hover,
.entry-content .button:focus {
    color: #fff;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
    background-color: #7c0e0f;
    color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover,
.footer-widgets button:focus,
.footer-widgets input:focus[type="button"],
.footer-widgets input:focus[type="reset"],
.footer-widgets input:focus[type="submit"],
.footer-widgets .button:focus {
    background-color: #fff;
    color: #333;
}

.button {
    display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
    display: none;
}


/* ## Tables
--------------------------------------------- */

table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 20px;
    width: 100%;
}

tbody {
    border-bottom: 1px solid #ddd;
}

td,
th {
    text-align: left;
}

td {
    border-top: 1px solid #ddd;
    padding: 6px 0;
}

th {
    font-weight: 400;
}


/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
    clip: auto !important;
    height: auto;
    width: auto;
    display: block;
    font-size: 1em;
    font-weight: bold;
    padding: 15px 23px 14px;
    color: #333;
    background: #fff;
    z-index: 100000;
    /* Above WP toolbar. */
    text-decoration: none;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}


/* ## Structure and Layout
----------------------------------------------------------------------------- */


/* ## Site Containers ------------------------------------------------------- */

.site-container {
    overflow-x: hidden;
}

.site-inner,
.wrap {
    *zoom: 1;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    max-width: 90.625%;
}

.site-inner:before,
.site-inner:after,
.wrap:before,
.wrap:after {
    content: ' ';
    display: table;
}

.site-inner:after,
.wrap:after {
    clear: both;
}

.site-inner {
    padding-top: 40px;
}


/* ### Content -------------------------------------------------------------- */

.full-width-content .content {
    width: 100%;
}


/* ### Primary Sidebar ------------------------------------------------------ */


/* ### Footer Widgets ------------------------------------------------------- */


/* ### Site Header ---------------------------------------------------------- */


/* # Common Classes
---------------------------------------------------------------------------------------------------- */


/* ## Avatar
--------------------------------------------- */

.avatar {
    float: left;
}

.alignleft .avatar,
.author-box .avatar {
    margin-right: 20px;
}

.alignright .avatar {
    margin-left: 20px;
}

.comment .avatar {
    margin: 0 10px 20px 0;
}


/* ## Genesis
--------------------------------------------- */

.breadcrumb {
    margin-bottom: 20px;
}

.archive-description {
    display: none;
}

.archive-description,
.author-box {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    background-color: #fff;
    margin-bottom: 20px;
}

.archive-description p:last-child,
.author-box p:last-child {
    margin-bottom: 0;
}

.author-box-title {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 4px;
}


/* ## Search Form
--------------------------------------------- */

.search-form {
    overflow: hidden;
}

.site-header .search-form {
    float: right;
    margin-top: 12px;
    width: 50%;
}

.entry-content .search-form {
    width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search .search input[type="submit"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
}


/* ## Titles
--------------------------------------------- */

.archive-title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2;
}

.archive-title a {
    color: #333;
}

.archive-title a:hover,
.archive-title a:focus {
    color: #7c0e0f;
}

.entry-title {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
}

.sidebar .widget-title a {
    color: #333;
}

.widget-title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.33333;
    margin-bottom: 20px;
}

.footer-widgets .widget-title {
    color: #fff;
}


/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
    display: block;
    margin: 0 auto;
}

a.alignnone {
    display: inline-block;
}

a img {
    vertical-align: bottom;
}

.alignleft {
    float: left;
    text-align: left;
}

.alignright {
    float: right;
    text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
    max-width: 100%;
}

img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 20px;
}

img.alignnone,
.alignnone {
    margin-bottom: 10px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
    margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
    margin: 0 0 20px 20px;
}

.wp-caption-text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.71429;
    font-weight: 700;
    text-align: center;
}

.entry-content p.wp-caption-text {
    margin-bottom: 0;
}

.entry-content .wp-audio-s,
.entry-content .wp-playlist,
.entry-content .wp-video {
    margin: 0 0 20px;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
    word-wrap: break-word;
}

.widget ol> li {
    list-style-position: inside;
    list-style-type: decimal;
    padding-left: 20px;
    text-indent: -20px;
}

.widget li li {
    border: 0;
    margin: 0 0 0 30px;
    padding: 0;
}

.widget_calendar table {
    width: 100%;
}

.widget_calendar td,
.widget_calendar th {
    text-align: center;
}


/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
    border-bottom: 2px solid #f5f5f5;
    margin-bottom: 20px;
    padding: 0 0 24px;
}

.footer-widgets .entry {
    border-bottom: 1px dotted #999;
}

.featured-content .entry-title {
    font-size: 20px;
    font-size: 2rem;
}


/* ## Search Form
--------------------------------------------- */


/* # Plugins
---------------------------------------------------------------------------------------------------- */


/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget,
.enews-widget .widget-title {
    color: #fff;
}

.sidebar .widget.enews-widget {
    background-color: #333;
}

.enews-widget input,
.enews-widget input:focus {
    border: 1px solid #333;
}

.enews-widget input {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
    background-color: #7c0e0f;
    color: #fff;
    margin: 0;
    width: 100%;
}

.enews-widget input:hover[type="submit"],
.enews-widget input:focus[type="submit"] {
    background-color: #fff;
    color: #333;
}

.enews form+ p {
    margin-top: 24px;
}


/* ## Jetpack
--------------------------------------------- */

#wpstats {
    display: none;
}


/* ## Recent Posts Widget
--------------------------------------------- */

.widget_recent_entries li a {
    display: block;
}

.widget_recent_entries li span {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.71429;
}


/* ## Ninja forms ------------------------- */

.ninja-forms-form-wrap .ninja-forms-required-items {
    display: none;
}

.ninja-forms-form-wrap .field-wrap label {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    color: #333;
}

.ninja-forms-form-wrap .field-wrap.text-wrap input {
    height: 50px;
    background-color: #F1F1EC;
    border-color: #a8a9ab;
    width: 500px;
}

.ninja-forms-form-wrap .field-wrap.text-wrap input:focus {
    border-color: #7c0e0f;
}

.ninja-forms-form-wrap .field-wrap.textarea-wrap textarea {
    border-color: #a8a9ab;
    background-color: #F1F1EC;
}

.ninja-forms-form-wrap .field-wrap.textarea-wrap textarea:focus {
    border-color: #7c0e0f;
}

.ninja-forms-form-wrap .field-wrap.submit-wrap input[type="submit"] {
    color: #fff;
    background-color: #45555f;
    border-color: #45555f;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1;
    padding: 15px 0;
    width: 235px;
}

.ninja-forms-form-wrap .field-wrap.submit-wrap input[type="submit"]:hover,
.ninja-forms-form-wrap .field-wrap.submit-wrap input[type="submit"]:focus,
.ninja-forms-form-wrap .field-wrap.submit-wrap input[type="submit"]:active {
    background-color: #3a4850;
    border-color: #303b41;
    color: #fff;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
    background-color: #fff;
    min-height: 160px;
}

.site-header .wrap {
    padding: 40px 0;
}


/* ## Title Area
--------------------------------------------- */

.title-area {
    float: left;
    padding: 10px 0;
}

.header-full-width .title-area {
    width: 100%;
}

.site-title {
    font-size: 32px;
    font-size: 2rem;
    line-height: 0.75;
    font-weight: 400;
    line-height: 1.2;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
    color: #333;
}

.header-image .site-title> a {
    background: url(images/logo.png) no-repeat left;
    float: left;
    min-height: 60px;
    width: 100%;
}

.site-description {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 300;
    line-height: 1.5;
}

.site-description,
.site-title {
    margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
    display: block;
    text-indent: -9999px;
}


/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
    text-align: right;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    clear: both;
    line-height: 1;
    width: 100%;
}

.genesis-nav-menu .menu-item {
    display: inline-block;
    text-align: left;
}

.genesis-nav-menu a {
    color: #333;
    text-decoration: none;
    display: block;
    padding: 30px 24px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item> a,
.genesis-nav-menu .sub-menu .current-menu-item> a:hover,
.genesis-nav-menu .sub-menu .current-menu-item> a:focus {
    color: #7c0e0f;
    text-decoration: none;
}

.genesis-nav-menu .sub-menu {
    -webkit-transition: opacity 400ms ease-in-out;
    -moz-transition: opacity 400ms ease-in-out;
    -ms-transition: opacity 400ms ease-in-out;
    -o-transition: opacity 400ms ease-in-out;
    transition: opacity 400ms ease-in-out;
    left: -9999px;
    opacity: 0;
    position: absolute;
    width: 200px;
    z-index: 99;
}

.genesis-nav-menu .sub-menu a {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1;
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: 0;
    padding: 20px;
    position: relative;
    width: 200px;
    word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -55px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
    position: static;
}

.genesis-nav-menu .menu-item:hover> .sub-menu {
    left: auto;
    opacity: 1;
}

.genesis-nav-menu> .first> a {
    padding-left: 0;
}

.genesis-nav-menu> .last> a {
    padding-right: 0;
}

.genesis-nav-menu> .right {
    color: #fff;
    float: right;
    list-style-type: none;
    padding: 30px 0;
}

.genesis-nav-menu> .right> a {
    display: inline;
    padding: 0;
}

.genesis-nav-menu> .rss> a {
    margin-left: 48px;
}

.genesis-nav-menu> .search {
    padding: 10px 0 0;
}


/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
    position: static;
}

.menu .menu-item> a:focus+ ul.sub-menu,
.menu .menu-item.sfHover> ul.sub-menu {
    left: auto;
    opacity: 1;
}


/* ## Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
    border-top: 1px solid #ddd;
}

.site-header .sub-menu .sub-menu {
    margin-top: -36px;
}

.site-header .genesis-nav-menu li li {
    margin-left: 0;
}


/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
    background-color: #333;
}

.nav-primary .genesis-nav-menu a {
    color: #666;
    text-decoration: none;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu a:focus,
.nav-primary .genesis-nav-menu .current-menu-item> a {
    color: #333;
    text-decoration: none;
}

.nav-primary .genesis-nav-menu .sub-menu a {
    color: #333;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-primary .genesis-nav-menu .sub-menu a:focus,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item> a {
    color: #7c0e0f;
    text-decoration: none;
}


/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
    background-color: #fff;
}


/** ## Mobile Menu Buttons
--------------------------------------------- */

.menu-toggle,
.sub-menu-toggle {
    background-color: transparent !important;
    color: #666;
    display: none;
}

.menu-toggle:hover,
.menu-toggle:focus,
.sub-menu-toggle:hover,
.sub-menu-toggle:focus {
    border-width: 0px;
    background-color: rbga(#000, 0) !important;
    color: #7c0e0f;
    outline: none;
}

.menu-toggle {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 5px;
}

.sub-menu-toggle {
    margin-top: -1px;
    position: absolute;
    right: 0;
    z-index: 1;
    top: 0;
}

.sub-menu-toggle:hover,
.sub-menu-toggle:focus {
    border-width: 0px;
}


/* ### Slick Navigation */

.slicknav-container,
.slicknav-container tablet {
    display: block;
}

.slicknav_menu,
.slicknav_menu tablet {
    display: block;
}

.slicknav_menu .slicknav_brand {
    width: auto;
    float: left;
}

.slicknav_menu .slicknav_brand .logo img {
    vertical-align: bottom;
    height: 30px;
}

.slicknav_menu code {
    display: none;
}

.slicknav_nav .slicknav_arrow {
    float: right;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */


/* ## Entries
--------------------------------------------- */

.entry {
    margin-bottom: 20px;
}

.entry-content ol,
.entry-content ul {
    margin-bottom: 10px;
    margin-left: 20px;
}

.entry-content ol ol,
.entry-content ol ul,
.entry-content ul ol,
.entry-content ul ul {
    margin-bottom: 0;
}

.entry-content ol> li {
    list-style-type: decimal;
}

.entry-content ul> li {
    list-style-type: disc;
}

.entry-content code {
    background-color: #333;
    color: #ddd;
}


/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.71429;
    margin-bottom: 0;
}

.entry-header .entry-meta {
    margin-bottom: 20px;
}

.entry-footer .entry-meta {
    border-top: 1px solid #f5f5f5;
    padding-top: 20px;
}

.entry-categories,
.entry-tags {
    display: block;
}


/* ## Pagination
--------------------------------------------- */

.pagination {
    clear: both;
    margin: 20px 0;
}

.adjacent-entry-pagination {
    margin-bottom: 0;
}

.archive-pagination {
    float: left;
}

.archive-pagination li {
    display: inline-block;
    margin-right: 5px;
}

.archive-pagination li:last-child {
    margin-right: 0;
}

.archive-pagination li a {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1;
    background-color: #fff;
    color: #333;
    border: 1px solid #DBDBDB;
    cursor: pointer;
    display: block;
    padding: 14px 16px;
    text-decoration: none;
}

.archive-pagination li a span {
    color: #7c0e0f;
}

.archive-pagination li a:hover,
.archive-pagination li a:focus {
    background-color: #45555f;
    color: #fff;
    text-decoration: none;
}

.archive-pagination li a:hover span,
.archive-pagination li a:focus span {
    color: #fff;
}

.archive-pagination li.active a {
    background-color: #45555f;
    text-decoration: none;
    color: #fff;
}

.archive-pagination li.active a span {
    color: #fff;
}


/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
    margin-bottom: 20px;
}

.comment-header {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

li.comment {
    background-color: #f5f5f5;
}

.comment-content {
    clear: both;
    word-wrap: break-word;
}

.comment-list li {
    margin-top: 24px;
    padding: 20px;
}

.comment-list li li {
    margin-right: -20px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
    width: 50%;
}

.comment-respond label {
    display: block;
}

.entry-comments .comment-author {
    margin-bottom: 0;
}

.entry-pings .reply {
    display: none;
}

.form-allowed-tags {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    background-color: #f5f5f5;
    padding: 20px;
}


/* # Sidebars --------------------------------------------------------------- */

.sidebar {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

.sidebar li {
    border-bottom: 1px dotted #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.sidebar p:last-child {
    margin-bottom: 0;
}

.sidebar ul li:last-child {
    margin-bottom: 0;
}

.sidebar .widget {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 20px;
}


/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
    background-color: #333;
    clear: both;
    padding-top: 40px;
}

.footer-widgets,
.footer-widgets a {
    color: #aaa;
}

.footer-widgets input {
    border: 1px solid #333;
}

.footer-widgets a.button,
.footer-widgets a:hover,
.footer-widgets a:focus {
    color: #fff;
}

.footer-widgets li {
    border-bottom: 1px dotted #999;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.footer-widgets .widget {
    margin-bottom: 40px;
}

.footer-widgets p:last-child {
    margin-bottom: 0;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    background-color: #fff;
    line-height: 1;
    padding: 40px 0;
    text-align: center;
}

.site-footer p {
    margin-bottom: 0;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
    margin: 0;
}

.genesis-skip-link li {
    height: 0;
    width: 0;
    list-style: none;
}


/* Display outline on focus */


/* ## Text ------------------------------------------------------------------ */

.text .icon-img,
.text .icon-font {
    position: absolute;
    left: 0;
    top: auto;
}

.mfp-close {
    width: 36px !important;
    height: 36px !important;
    color: #fff !important;
    background-color: #45555f !important;
    top: 5px !important;
    right: 5px !important;
    line-height: 36px !important;
    opacity: 1 !important;
}


/* ## EasyTabs -------------------------------------------------------------- */

.etabs {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #e7e7e7;
}

.tab {
    display: inline-block;
    margin-left: 5px;
}

.tab:first-child {
    margin-left: 20px;
}

.tab a {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    color: #45555f;
    padding: 15px 50px;
    background-color: #F1F1EC;
    display: block;
}

.tab a.active,
.tab a:hover {
    color: #fff;
    background-color: #45555f;
}

.tab-container .panel-container {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    padding: 0;
    padding-top: 30px;
}


/* ## Slideshow
----------------------------------------------------------------------------- */

.owl-carousel .owl-item img {
    width: auto;
    max-width: 100%;
}

.slideshow-wrapper .owl-carousel .owl-dots {
    text-align: center;
}

.slideshow-wrapper .owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 4px;
}

.slideshow-wrapper .owl-carousel .owl-dots .owl-dot span {
    display: block;
    width: 18px;
    height: 18px;
    background-color: rgba(37, 170, 225, 0);
    border: 1px solid #7c0e0f;
    border-radius: 50%;
}

.slideshow-wrapper .owl-carousel .owl-dots .owl-dot.active span {
    background-color: #7c0e0f;
}

.slideshow-wrapper .owl-carousel .owl-nav {
    position: absolute;
    left: auto;
    top: 50%;
    margin-top: -8px;
    width: 100%;
    z-index: 9999;
}

.slideshow-wrapper .owl-carousel .owl-nav> div {
    position: absolute;
    left: -65px;
    top: 50%;
}

.slideshow-wrapper .owl-carousel .owl-nav> div.owl-prev {
    background-image: url(../images/sprites.png);
    background-position: -147px 0px;
    width: 16px;
    height: 30px;
}

.slideshow-wrapper .owl-carousel .owl-nav> div.owl-next {
    left: auto;
    right: -65px;
    background-image: url(../images/sprites.png);
    background-position: -122px -52px;
    width: 16px;
    height: 30px;
}

.slideshow-wrapper img {
    margin-bottom: 0;
}

.slideshow-wrapper .owl-item {
    position: relative;
}

.slideshow-wrapper .owl-item .image-wrapper {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


/* ## Testimonials
----------------------------------------------------------------------------- */

.gss-testimonial-shortcode .owl-carousel .owl-dots {
    text-align: center;
}

.gss-testimonial-shortcode .owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 4px;
}

.gss-testimonial-shortcode .owl-carousel .owl-dots .owl-dot span {
    display: block;
    width: 18px;
    height: 18px;
    background-color: #45555f;
    border: 2px solid #45555f;
    border-radius: 50%;
    box-shadow: 0 0 2px #fff;
}

.gss-testimonial-shortcode .owl-carousel .owl-dots .owl-dot.active span {
    background-color: #7c0e0f;
}

.gss-testimonial-shortcode .owl-carousel .owl-nav {
    position: absolute;
    left: auto;
    top: 50%;
    width: 100%;
}

.gss-testimonial-shortcode .owl-carousel .owl-nav> div {
    position: absolute;
    left: -65px;
    top: 50%;
}

.gss-testimonial-shortcode .owl-carousel .owl-nav> div.owl-next {
    left: auto;
    right: -65px;
}

.gss-testimonial-shortcode .testimonial-heading img {
    margin-bottom: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 10px solid #45555f;
    box-shadow: 0 0 2px #fff;
}


/* ## Icon
----------------------------------------------------------------------------- */

.clarity-icon {
    display: inline-block;
}

.clarity-icon .icon {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


/* ## Portfolio 
----------------------------------------------------------------------------- */

.portfolio-container .owl-carousel .owl-dots {
    text-align: center;
}

.portfolio-container .owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 4px;
}

.portfolio-container .owl-carousel .owl-dots .owl-dot span {
    display: block;
    width: 18px;
    height: 18px;
    background-color: rgba(37, 170, 225, 0);
    border: 1px solid #7c0e0f;
    border-radius: 50%;
}

.portfolio-container .owl-carousel .owl-dots .owl-dot.active span {
    background-color: #7c0e0f;
}

.portfolio-container .owl-carousel .owl-nav {
    position: absolute;
    left: auto;
    top: 50%;
    margin-top: -30.5px;
    width: 100%;
}

.portfolio-container .owl-carousel .owl-nav> div {
    position: absolute;
    left: 15px;
    top: 50%;
}

.portfolio-container .owl-carousel .owl-nav> div.owl-prev {
    background-image: url(../images/sprites.png);
    background-position: 0px 0px;
    width: 61px;
    height: 61px;
}

.portfolio-container .owl-carousel .owl-nav> div.owl-next {
    left: auto;
    right: 15px;
    background-image: url(../images/sprites.png);
    background-position: -61px 0px;
    width: 61px;
    height: 61px;
}

.portfolio-container img {
    margin-bottom: 0;
}

.portfolio-container .owl-item {
    position: relative;
}

.portfolio-container .owl-item .image-wrapper {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.portfolio-container .no-slide,
.portfolio-container .portfolio {
    text-align: center;
}

.portfolio-container .no-slide .portfolio-content,
.portfolio-container .portfolio .portfolio-content {
    position: relative;
}

.portfolio-container .no-slide .portfolio-content img,
.portfolio-container .portfolio .portfolio-content img {
    vertical-align: bottom;
}

.portfolio-container .no-slide .portfolio-content .read-more,
.portfolio-container .portfolio .portfolio-content .read-more {
    display: none;
}

.portfolio-container .no-slide .portfolio-content:hover .read-more,
.portfolio-container .portfolio .portfolio-content:hover .read-more {
    display: block;
}

.portfolio-container .no-slide .portfolio-content a,
.portfolio-container .portfolio .portfolio-content a {
    display: block;
}

.portfolio-container .no-slide .read-more,
.portfolio-container .portfolio .read-more {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 1;
    color: #fff;
    /* padding: 90px;
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%; */
    background-color: rgba(37, 170, 225, 0.9);
}

.portfolio-container .no-slide .read-more span,
.portfolio-container .portfolio .read-more span {
    display: inline-block;
}


/* ## Hero 
----------------------------------------------------------------------------- */

.clarity-hero {
    text-align: center;
    background: #7c0e0f;
    position: relative;
}

.clarity-hero img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.25;
    z-index: 1;
}

.clarity-hero .hero-container {
    padding: 40px;
    position: relative;
    z-index: 2;
}

.clarity-hero .hero-container .hero-title h2 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1;
    margin-bottom: 40px;
    text-transform: uppercase;
    color: #fff;
}

.clarity-hero .hero-container .hero-button {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1;
    background-color: rgba(69, 85, 95, 0);
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 15px 0;
    width: 240px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 40px;
}

.clarity-hero .hero-container .hero-button:hover {
    background-color: #fff;
    color: #45555f;
}

.clarity-hero .hero-container a[href^="tel:"] {
    color: inherit;
}


/* ## CPT List
----------------------------------------------------------------------------- */

.cpt-list li {
    margin-bottom: 10px !important;
    padding-bottom: 10px !important;
    border-bottom-style: dotted !important;
    border-bottom-color: #ddd !important;
}

.cpt-list li a {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    color: #45555f;
}

.cpt-list li a:hover {
    color: #7c0e0f;
}


/* ## Icons
----------------------------------------------------------------------------- */

.clarity-icon a {
    display: block;
    width: 100%;
    height: 100%;
}

.clarity-icon:hover {
    background-color: #45555f !important;
}

.clarity-icon:hover .icon {
    color: white !important;
}

.icon-map {
    position: relative;
    padding-left: 35px;
}

.icon-map:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    background-image: url(../images/sprites.png);
    background-position: -122px -26px;
    width: 25px;
    height: 26px;
    position: absolute;
    left: 0;
    top: auto;
}

.icon-phone {
    position: relative;
    padding-left: 35px;
}

.icon-phone:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    background-image: url(../images/sprites.png);
    background-position: -72px -61px;
    width: 25px;
    height: 26px;
    position: absolute;
    left: 0;
    top: auto;
}

.icon-mail {
    position: relative;
    padding-left: 35px;
}

.icon-mail:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    background-image: url(../images/sprites.png);
    background-position: -97px -61px;
    width: 25px;
    height: 26px;
    position: absolute;
    left: 0;
    top: auto;
}


/* # Theme Specific Stylesheet
----------------------------------------------------------------------------- */

.site-header a[href^="tel:"] {
    color: #333;
}

.lead-magnet a[href^="tel:"] {
    color: #fff;
}

[class^='imghvr-'],
[class*=' imghvr-'] {
    background-color: #7c0e0f;
}

[class^='imghvr-'] figcaption,
[class*=' imghvr-'] figcaption {
    background-color: #7c0e0f;
}


/* ## Before Header --------------------------------------------------------- */

.before-header {
    padding: 10px 0;
    background-color: #3F5967;
}

.before-header .btn,
.before-header .archive-pagination li a,
.archive-pagination li .before-header a,
.before-header .clarity-hero .hero-container .hero-button,
.clarity-hero .hero-container .before-header .hero-button,
.before-header .home .section-4 .featuredpost .entry .more-link,
.home .section-4 .featuredpost .entry .before-header .more-link,
.before-header .single .entry .more-link,
.single .entry .before-header .more-link,
.before-header .archive .entry .more-link,
.archive .entry .before-header .more-link,
.before-header .search .entry .more-link,
.search .entry .before-header .more-link,
.before-header .blog .entry .more-link,
.blog .entry .before-header .more-link {
    margin-left: 24px;
}

.popup-cta-content .popup-container {
    position: relative;
    background-color: #fff;
    z-index: 1;
}

.popup-cta-content .popup-content,
.popup-cta-content h4 {
    position: relative;
    z-index: 2;
}

.popup-cta-content .image-wrapper {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.popup-cta-content .image-wrapper img {
    margin-bottom: 0;
    vertical-align: bottom;
}

.popup-cta-content input[type="text"],
.popup-cta-content input[type="email"] {
    margin-bottom: 15px;
    background-color: #f4f4ef;
    border-color: #e8e8e6;
}

.popup-cta-content input[type="submit"],
.popup-cta-content button[type="submit"] {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    color: #fff;
    background-color: #7c0e0f;
    border-color: #7c0e0f;
    padding: 20px 0;
    color: #fff;
    margin-bottom: 10px;
}

.popup-cta-content input[type="submit"]:hover,
.popup-cta-content input[type="submit"]:focus,
.popup-cta-content input[type="submit"]:active,
.popup-cta-content button[type="submit"]:hover,
.popup-cta-content button[type="submit"]:focus,
.popup-cta-content button[type="submit"]:active {
    background-color: #1d9bd0;
    border-color: #1a8bb9;
    color: #fff;
}

.popup-cta-content .mfp-close {
    top: 15px !important;
    right: 15px !important;
}


/* ## Site Header ----------------------------------------------------------- */

.site-header {
    padding: 0;
    min-height: 1px;
    background-color: #fff;
    display: none;
    /* ### Widget Area ------------------------------------------------------ */
    /* ### Navigation ------------------------------------------------------- */
    /* ## Headroom.js ------------------------------------------------------- */
}

.site-header .wrap {
    padding: 0;
}

.site-header .title-area {
    padding: 37px 0;
}

.site-header .widget-area {
    padding-top: 32px;
}

.site-header .widget-area p {
    margin-bottom: 0;
}

.site-header .widget-area .nav-primary {
    background-color: rgba(69, 85, 95, 0);
    padding: 0;
}

.site-header .genesis-nav-menu {
    position: relative;
    padding-right: 40px;
}

.site-header .genesis-nav-menu .menu-item a {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1;
    padding: 29px 10px;
    color: #666;
}

.site-header .genesis-nav-menu .menu-item a:hover {
    color: #333;
}

.site-header .genesis-nav-menu .menu-item a:after {
    display: block;
    content: attr(title);
    font-weight: bold;
    height: 1px;
    color: transparent;
    overflow: hidden;
    visibility: hidden;
}

.site-header .genesis-nav-menu .menu-item.current-menu-item a,
.site-header .genesis-nav-menu .menu-item.current_page_item a,
.site-header .genesis-nav-menu .menu-item .menu-item-has-children a {
    color: #333;
    letter-spacing: 0;
}

.site-header .genesis-nav-menu .menu-item.current-menu-item:hover .sub-menu a,
.site-header .genesis-nav-menu .menu-item.current_page_item:hover .sub-menu a,
.site-header .genesis-nav-menu .menu-item .menu-item-has-children:hover .sub-menu a {
    color: #fff;
    font-weight: normal;
}

.site-header .genesis-nav-menu .menu-item:hover .sub-menu a {
    color: #fff;
    font-weight: normal;
}

.site-header .genesis-nav-menu .menu-item.search {
    padding-left: 60px;
    padding-right: 0;
}

.site-header .genesis-nav-menu .menu-item.search a {
    padding: 0;
}

.site-header .genesis-nav-menu .search-form {
    margin-top: 0;
    opacity: 0;
    pointer-events: none;
    transform: scale(0.8) translateY(-30%);
    transition: 0.4s cubic-bezier(0.3, 0, 0, 1.3);
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    margin-top: -28px;
}

.site-header .genesis-nav-menu .search-form.open {
    opacity: 1;
    pointer-events: auto;
    transform: none;
}

.site-header .genesis-nav-menu .search-form input[type="search"] {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    background: #fff;
    border: none;
    height: 50px;
    background-color: #F1F1EC;
    border-color: #a8a9ab;
}

.site-header .genesis-nav-menu .search-form input[type="search"]:hover,
.site-header .genesis-nav-menu .search-form input[type="search"]:focus,
.site-header .genesis-nav-menu .search-form input[type="search"]:active {
    border: none;
}

.site-header .genesis-nav-menu .search-icon {
    padding: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 1;
}

.site-header .genesis-nav-menu .search-icon:before {
    content: "\f179";
    font-family: dashicons;
    display: block;
    font-size: 27px;
    color: #7c0e0f;
}

.site-header .genesis-nav-menu .search-icon:focus,
.site-header .genesis-nav-menu .search-icon:hover,
.site-header .genesis-nav-menu .search-icon:active {
    border: none;
    outline: none;
    background: transparent;
}

.site-header .genesis-nav-menu .sub-menu {
    border-top: none;
}

.site-header .genesis-nav-menu .sub-menu a {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    background-color: #45555f;
    border-color: #45555f;
    color: #fff;
    font-weight: normal;
    padding: 9px 18px;
}

.site-header .genesis-nav-menu .sub-menu a:hover {
    background-color: #7c0e0f;
    border-color: #7c0e0f;
    color: #fff;
    font-weight: inherit;
}

.site-header .genesis-nav-menu .sub-menu .menu-item.current_page_item a,
.site-header .genesis-nav-menu .sub-menu .menu-item.current-menu-item a {
    font-weight: normal;
    background-color: #7c0e0f;
    border-color: #7c0e0f;
    color: #fff;
}

.site-header.headroom--top {
    -webkit-transition: all, 200ms, ease-in-out;
    -moz-transition: all, 200ms, ease-in-out;
    -ms-transition: all, 200ms, ease-in-out;
    -o-transition: all, 200ms, ease-in-out;
    transition: all, 200ms, ease-in-out;
}

.site-header.headroom--top .title-area {
    -webkit-transition: all, 200ms, ease-in-out;
    -moz-transition: all, 200ms, ease-in-out;
    -ms-transition: all, 200ms, ease-in-out;
    -o-transition: all, 200ms, ease-in-out;
    transition: all, 200ms, ease-in-out;
}

.site-header.headroom--top .title-area img {
    -webkit-transition: all, 200ms, ease-in-out;
    -moz-transition: all, 200ms, ease-in-out;
    -ms-transition: all, 200ms, ease-in-out;
    -o-transition: all, 200ms, ease-in-out;
    transition: all, 200ms, ease-in-out;
}

.site-header.headroom--top .widget-area {
    -webkit-transition: all, 200ms, ease-in-out;
    -moz-transition: all, 200ms, ease-in-out;
    -ms-transition: all, 200ms, ease-in-out;
    -o-transition: all, 200ms, ease-in-out;
    transition: all, 200ms, ease-in-out;
}

.site-header.headroom--not-top {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    box-shadow: 1px 0 5px #E6E9ED;
}

.site-header.headroom--not-top .widget-odd {
    display: none;
}

.site-header.headroom--not-top .title-area {
    padding-top: 10px;
    padding-bottom: 10px;
}

.site-header.headroom--not-top .title-area img {
    height: 55px;
}

.site-header.headroom--not-top .widget-area {
    padding-top: 0;
}

.admin-bar .site-header.headroom--not-top {
    top: 32px;
}


/* ## Lead Magnet ----------------------------------------------------------- */

.lead-magnet {
    padding: 30px 0;
    background-color: #7c0e0f;
}


/* ## Footer Widget --------------------------------------------------------- */

.footer-widgets {
    background-color: #F2F2ED;
    color: #45555f;
    padding: 90px 0;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.33333;
}

.footer-widgets .widgettitle {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1;
    color: #45555f;
    margin-bottom: 25px;
}

.footer-widgets ul li {
    border: none;
}

.footer-widgets ul li a {
    color: inherit;
}

.footer-widgets ul li a:hover {
    color: #7c0e0f;
}

.footer-widgets .widget_nav_menu ul li {
    float: left;
    display: block;
    margin-right: 11.11111%;
    width: 44.44444%;
    margin-bottom: 0;
    padding-bottom: 0;
}

.footer-widgets .widget_nav_menu ul li:last-child {
    margin-right: 0;
}

.footer-widgets .widget_nav_menu ul li:nth-child(2n) {
    margin-right: 0;
}

.footer-widgets .widget_nav_menu ul li:nth-child(2n+1) {
    clear: left;
}

.footer-widgets .widget_nav_menu ul li a {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.77778;
}

.footer-widgets .widget:last-child {
    margin-bottom: 0;
}


/* ## Site Footer ----------------------------------------------------------- */

.site-footer {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1;
    background-color: #fff;
    color: #45555f;
    padding: 15px 0;
}

.site-footer a {
    color: inherit;
}

.site-footer a:hover {
    color: #7c0e0f;
}

.site-footer .widget-area {
    text-align: center;
}

.site-footer .widget-area ul li {
    display: inline-block;
}

.site-footer .widget-area ul li a {
    display: block;
    position: relative;
    color: inherit;
    padding-right: 15px;
    padding-left: 15px;
}

.site-footer .widget-area ul li a:hover {
    color: #7c0e0f;
}

.site-footer .widget-area ul li a:before {
    position: absolute;
    left: 0;
    top: auto;
    content: '|';
    color: #45555f !important;
}

.site-footer .widget-area ul li:first-child a:before {
    content: '';
}


/* ## After Header ---------------------------------------------------------- */

.after-header {
    color: #fff;
    background-image: url(../images/bg_heading.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #2e2e2e;
    padding: 30px 0;
    text-align: center;
}

.after-header .entry-header .entry-title {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 0;
    color: #fff;
}

.after-header .entry-header .blog-title {
    margin-bottom: 0;
    color: #fff;
}


/* ## Sidebar --------------------------------------------------------------- */

.sidebar {
    padding: 0;
}

.sidebar .widget {
    border: 1px solid #DBDBDB;
    background: #F2F2ED;
    padding: 25px;
    margin-bottom: 40px;
}

.sidebar .widget .widgettitle {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    background-color: #45555f;
    color: #fff;
    padding: 20px;
    margin-left: -25px;
    margin-right: -25px;
    margin-bottom: 25px;
    margin-top: -25px;
}

.sidebar .sidebar-cta {
    border: none;
    background-color: transparent;
    padding: 0;
}

.sidebar .sidebar-cta .widget {
    padding: 0;
    margin: 0;
    background-color: transparent;
    border-width: 0px;
    margin-bottom: 40px !important;
}

.sidebar .sidebar-cta .widget:last-child {
    margin-bottom: 0 !important;
}

.sidebar .sidebar-cta .widget img {
    margin-bottom: 0;
}

.sidebar .featuredpost .entry {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom-color: #DBDBDB;
}

.sidebar .featuredpost .entry:last-of-type {
    border-bottom-color: transparent;
    margin-bottom: 0;
    padding-bottom: 0;
}

.sidebar .featuredpost .entry .alignleft {
    margin-bottom: 0;
}

.sidebar .featuredpost .entry .entry-image {
    margin-bottom: 0;
}

.sidebar .featuredpost .entry .entry-header {
    margin-bottom: 0;
}

.sidebar .featuredpost .entry .entry-header .entry-title {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 10px;
}

.sidebar .featuredpost .entry .entry-header .entry-title a {
    color: inherit;
}

.sidebar .featuredpost .entry .entry-header .entry-title a:hover {
    color: #7c0e0f;
}

.sidebar .featuredpost .entry .entry-header .entry-meta {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
}

.sidebar .gss-testimonial-shortcode {
    text-align: center;
}

.sidebar .gss-testimonial-shortcode .testimonial-heading img {
    border-color: #F2F2ED;
}

.sidebar .gss-testimonial-shortcode .testimonial-body {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.66667;
    position: relative;
    padding-top: 50px;
}

.sidebar .gss-testimonial-shortcode .testimonial-body:before {
    font-style: normal;
    font-family: dashicons;
    font-size: 27px;
    content: "\f122";
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -15px;
    color: #7c0e0f;
}

.sidebar .gss-testimonial-shortcode .owl-carousel .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    background-color: #F2F2ED;
    border-color: #F2F2ED;
    box-shadow: 0 0 3px #DBDBDB;
}

.sidebar .gss-testimonial-shortcode .owl-carousel .owl-dots .owl-dot.active span,
.sidebar .gss-testimonial-shortcode .owl-carousel .owl-dots .owl-dot:hover span {
    background-color: #7c0e0f;
}

.sidebar .sidebar-services ul li a {
    color: inherit;
}

.sidebar .sidebar-services ul li a:hover {
    color: #7c0e0f;
}


/* ## Go top ---------------------------------------------------------------- */

.go-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    display: table;
    background: #45555f;
    color: #fff;
    visibility: hidden;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
}

.go-top:hover,
.go-top:focus {
    background: #7c0e0f;
    color: #fff;
    border-width: 0px !important;
    outline: none;
}

.go-top .dashicons {
    display: table-cell;
    vertical-align: middle;
    font-size: 24px;
}


/* ## Banner Area 
----------------------------------------------------------------------------- */

.banner-area .widget {
    background: none;
    padding: 0;
    border: none;
}

.banner-area .widget .clarity-button {
    margin-top: 40px;
}


/* ## Templates ------------------------------------------------------------- */

.home-featured {
    background: #eaeef1;
    position: relative;
    overflow: hidden;
    min-height: 420px;
}

.home-featured .box {
    display: inline-block;
    padding: 20px;
    background: rgba(69, 85, 95, 0.75);
}

.home-featured .section-image {
    display: none;
}

.home-featured .section-image .carousel-bg {
    background-image: url("../images/bg_carousel-left.png");
    background-repeat: repeat-y;
    width: 189px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
}

.home-featured .section-image .carousel-bg:nth-child(even) {
    right: 0;
    transform: rotate(-180deg);
}

.home .site-inner {
    padding: 0;
}

.home .site-inner .entry {
    margin-bottom: 0;
}

.home .section-1 .widgettitle {
    text-align: center;
}

.home .section-2 .clarity-icon {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    background-color: #fff;
    border: 10px solid #fff;
    box-shadow: 0 0 5px #e5e5e5;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
}

.home .section-2 .hover .clarity-icon {
    background-color: #45555f;
}

.home .section-2 .hover .clarity-icon .icon {
    color: white !important;
}

.home .section-3 .box {
    margin: 0 auto;
}

.home .section-4 .featuredpost {
    margin-bottom: 50px !important;
}

.home .section-4 .featuredpost .widgettitle {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 1;
    margin-bottom: 45px;
}

.home .section-4 .featuredpost .entry {
    background-color: #fff;
    overflow: hidden;
}

.home .section-4 .featuredpost .entry .entry-header,
.home .section-4 .featuredpost .entry .entry-content {
    padding-right: 20px;
    padding-left: 20px;
}

.home .section-4 .featuredpost .entry .entry-title {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.27273;
    color: #45555f;
    margin-bottom: 20px;
}

.home .section-4 .featuredpost .entry .entry-title a {
    color: inherit;
}

.home .section-4 .featuredpost .entry .entry-title a:hover {
    color: #7c0e0f;
}

.home .section-4 .featuredpost .entry .more-link {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    background-color: rgba(69, 85, 95, 0);
    border-color: #45555f;
    color: #45555f;
    margin-top: 20px;
    padding: 10px 0;
    width: 100px;
}

.home .section-4 .featuredpost .entry .more-link:hover {
    border-color: #7c0e0f;
    background-color: #7c0e0f;
    color: #fff;
}

.home .section-4 .featuredpost .entry> a {
    overflow: hidden;
}

.home .section-4 .featuredpost .entry> a img {
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.home .section-4 .featuredpost .entry> a:hover img {
    transform: scale(1.1);
}

.home .section-5 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home .section-5 .panel-grid-cell:nth-child(odd) {
    padding-right: 70px;
}

.home .section-5 .panel-grid-cell:nth-child(even) .widget img {
    margin-bottom: 0;
}

.home .section-6 {
    display: block;
}

.home .section-6 .panel-grid-cell:nth-child(odd) .widget img {
    margin-bottom: 0;
}

.home .section-6 .panel-grid-cell:nth-child(even) {
    padding-left: 60px;
}

.home .section-7 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.36364;
    color: #fff;
}

.home .section-7 .testimonial-heading {
    float: left;
    display: block;
    margin-right: 2.94118%;
    width: 11.76471%;
}

.home .section-7 .testimonial-heading:last-child {
    margin-right: 0;
}

.home .section-7 .testimonial-heading .image-wrapper {
    display: block;
    padding-top: 1px;
    padding-left: 1px;
}

.home .section-7 .testimonial-body {
    float: left;
    display: block;
    margin-right: 2.94118%;
    width: 85.29412%;
    padding-left: 40px;
    position: relative;
    padding-top: 10px;
}

.home .section-7 .testimonial-body:last-child {
    margin-right: 0;
}

.home .section-7 .testimonial-body:before {
    font-style: normal;
    font-family: dashicons;
    font-size: 27px;
    content: "\f122";
    position: absolute;
    left: 0;
    top: 0;
    margin-left: -15px;
    color: #7c0e0f;
}

.home .section-7 .testimonial-body .testimonial-author {
    color: #fff;
}

.home .section-7 .testimonial-body .testimonial-author:before {
    content: '- ';
}

.home .section-7 .testimonial-body a:hover {
    color: white;
}


/** Single Post ------------------------------------------------------------- */

.single .site-inner,
.archive .site-inner,
.search .site-inner,
.blog .site-inner {
    padding: 105px 0 90px;
}

.single .content,
.archive .content,
.search .content,
.blog .content {
    padding-right: 70px;
}

.single .entry,
.archive .entry,
.search .entry,
.blog .entry {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #DBDBDB;
}

.single .entry .entry-comments-link:before,
.archive .entry .entry-comments-link:before,
.search .entry .entry-comments-link:before,
.blog .entry .entry-comments-link:before {
    content: '';
}

.single .entry .entry-header,
.archive .entry .entry-header,
.search .entry .entry-header,
.blog .entry .entry-header {
    margin-bottom: 25px;
}

.single .entry .entry-header .entry-title,
.archive .entry .entry-header .entry-title,
.search .entry .entry-header .entry-title,
.blog .entry .entry-header .entry-title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    color: #45555f;
    margin-bottom: 15px;
}

.single .entry .entry-header .entry-title a,
.archive .entry .entry-header .entry-title a,
.search .entry .entry-header .entry-title a,
.blog .entry .entry-header .entry-title a {
    color: inherit;
}

.single .entry .entry-header .entry-title a:hover,
.archive .entry .entry-header .entry-title a:hover,
.search .entry .entry-header .entry-title a:hover,
.blog .entry .entry-header .entry-title a:hover {
    color: #7c0e0f;
}

.single .entry .entry-header .entry-meta,
.archive .entry .entry-header .entry-meta,
.search .entry .entry-header .entry-meta,
.blog .entry .entry-header .entry-meta {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    *zoom: 1;
}

.single .entry .entry-header .entry-meta:before,
.single .entry .entry-header .entry-meta:after,
.archive .entry .entry-header .entry-meta:before,
.archive .entry .entry-header .entry-meta:after,
.search .entry .entry-header .entry-meta:before,
.search .entry .entry-header .entry-meta:after,
.blog .entry .entry-header .entry-meta:before,
.blog .entry .entry-header .entry-meta:after {
    content: ' ';
    display: table;
}

.single .entry .entry-header .entry-meta:after,
.archive .entry .entry-header .entry-meta:after,
.search .entry .entry-header .entry-meta:after,
.blog .entry .entry-header .entry-meta:after {
    clear: both;
}

.single .entry .entry-header .entry-meta a,
.archive .entry .entry-header .entry-meta a,
.search .entry .entry-header .entry-meta a,
.blog .entry .entry-header .entry-meta a {
    color: #45555f;
}

.single .entry .entry-header .entry-meta a:hover,
.archive .entry .entry-header .entry-meta a:hover,
.search .entry .entry-header .entry-meta a:hover,
.blog .entry .entry-header .entry-meta a:hover {
    color: #7c0e0f;
}

.single .entry .entry-header .entry-meta .text,
.archive .entry .entry-header .entry-meta .text,
.search .entry .entry-header .entry-meta .text,
.blog .entry .entry-header .entry-meta .text {
    display: inline-block;
    margin-right: 20px;
    padding-left: 20px;
    position: relative;
}

.single .entry .entry-header .entry-meta .text:before,
.archive .entry .entry-header .entry-meta .text:before,
.search .entry .entry-header .entry-meta .text:before,
.blog .entry .entry-header .entry-meta .text:before {
    content: '';
    position: absolute;
    left: 0;
    color: #7c0e0f;
    font-family: dashicons;
    font-size: 14px;
}

.single .entry .entry-header .entry-meta .text:last-child,
.archive .entry .entry-header .entry-meta .text:last-child,
.search .entry .entry-header .entry-meta .text:last-child,
.blog .entry .entry-header .entry-meta .text:last-child {
    margin-right: 0;
}

.single .entry .entry-header .entry-meta .text.post-author:before,
.archive .entry .entry-header .entry-meta .text.post-author:before,
.search .entry .entry-header .entry-meta .text.post-author:before,
.blog .entry .entry-header .entry-meta .text.post-author:before {
    content: "\f110";
}

.single .entry .entry-header .entry-meta .text.post-date:before,
.archive .entry .entry-header .entry-meta .text.post-date:before,
.search .entry .entry-header .entry-meta .text.post-date:before,
.blog .entry .entry-header .entry-meta .text.post-date:before {
    content: "\f508";
}

.single .entry .entry-header .entry-meta .text.post-category:before,
.archive .entry .entry-header .entry-meta .text.post-category:before,
.search .entry .entry-header .entry-meta .text.post-category:before,
.blog .entry .entry-header .entry-meta .text.post-category:before {
    content: "\f325";
}

.single .entry .entry-header .entry-meta .text.post-comment:before,
.archive .entry .entry-header .entry-meta .text.post-comment:before,
.search .entry .entry-header .entry-meta .text.post-comment:before,
.blog .entry .entry-header .entry-meta .text.post-comment:before {
    content: "\f473";
}

.single .entry .entry-image,
.archive .entry .entry-image,
.search .entry .entry-image,
.blog .entry .entry-image {
    margin-bottom: 30px;
    border: 1px solid #DBDBDB;
}

.single .entry .more-link,
.archive .entry .more-link,
.search .entry .more-link,
.blog .entry .more-link {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    background-color: rgba(69, 85, 95, 0);
    border-color: #45555f;
    color: #45555f;
    margin-top: 20px;
    padding: 12px 0;
    width: 200px;
}

.single .entry .more-link:hover,
.archive .entry .more-link:hover,
.search .entry .more-link:hover,
.blog .entry .more-link:hover {
    border-color: #7c0e0f;
    background-color: #7c0e0f;
    color: #fff;
}

.single .sharedaddy,
.archive .sharedaddy,
.search .sharedaddy,
.blog .sharedaddy {
    margin-bottom: 25px;
}

.single .sharedaddy .sd-sharing,
.archive .sharedaddy .sd-sharing,
.search .sharedaddy .sd-sharing,
.blog .sharedaddy .sd-sharing {
    *zoom: 1;
    background-color: #F1F1EC;
    padding: 10px 15px;
}

.single .sharedaddy .sd-sharing:before,
.single .sharedaddy .sd-sharing:after,
.archive .sharedaddy .sd-sharing:before,
.archive .sharedaddy .sd-sharing:after,
.search .sharedaddy .sd-sharing:before,
.search .sharedaddy .sd-sharing:after,
.blog .sharedaddy .sd-sharing:before,
.blog .sharedaddy .sd-sharing:after {
    content: ' ';
    display: table;
}

.single .sharedaddy .sd-sharing:after,
.archive .sharedaddy .sd-sharing:after,
.search .sharedaddy .sd-sharing:after,
.blog .sharedaddy .sd-sharing:after {
    clear: both;
}

.single .sharedaddy .sd-sharing .sd-title,
.archive .sharedaddy .sd-sharing .sd-title,
.search .sharedaddy .sd-sharing .sd-title,
.blog .sharedaddy .sd-sharing .sd-title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.77778;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    float: left;
}

.single .sharedaddy .sd-sharing .sd-title:before,
.archive .sharedaddy .sd-sharing .sd-title:before,
.search .sharedaddy .sd-sharing .sd-title:before,
.blog .sharedaddy .sd-sharing .sd-title:before {
    border-top-width: 0px;
    margin-bottom: 0;
}

.single .sharedaddy .sd-sharing .sd-content,
.archive .sharedaddy .sd-sharing .sd-content,
.search .sharedaddy .sd-sharing .sd-content,
.blog .sharedaddy .sd-sharing .sd-content {
    float: right;
}

.single .sharedaddy .sd-sharing .sd-content ul,
.archive .sharedaddy .sd-sharing .sd-content ul,
.search .sharedaddy .sd-sharing .sd-content ul,
.blog .sharedaddy .sd-sharing .sd-content ul {
    margin-bottom: 0 !important;
}

.single .sharedaddy .sd-sharing .sd-content ul li a,
.archive .sharedaddy .sd-sharing .sd-content ul li a,
.search .sharedaddy .sd-sharing .sd-content ul li a,
.blog .sharedaddy .sd-sharing .sd-content ul li a {
    border-radius: 3px !important;
    background-color: #FCFCFC !important;
    color: #BBBDBF !important;
    margin-top: 0;
}

.single .sharedaddy .sd-sharing .sd-content ul li a:before,
.archive .sharedaddy .sd-sharing .sd-content ul li a:before,
.search .sharedaddy .sd-sharing .sd-content ul li a:before,
.blog .sharedaddy .sd-sharing .sd-content ul li a:before {
    color: #BBBDBF !important;
}

.single .sharedaddy .sd-sharing .sd-content ul li a:hover,
.archive .sharedaddy .sd-sharing .sd-content ul li a:hover,
.search .sharedaddy .sd-sharing .sd-content ul li a:hover,
.blog .sharedaddy .sd-sharing .sd-content ul li a:hover {
    background-color: #e3e3e3 !important;
}

br {
    height: 2px;
    visibility: hidden;
    margin-bottom: -1px;
}

.gallery-page .site-inner {
    padding: 85px 0;
}

.gallery-page .gallery-container {
    *zoom: 1;
}

.gallery-page .gallery-container:before,
.gallery-page .gallery-container:after {
    content: ' ';
    display: table;
}

.gallery-page .gallery-container:after {
    clear: both;
}

.gallery-page .gallery-container .gallery-thumbnail {
    margin-bottom: 20px;
    position: relative;
}

.gallery-page .gallery-container .gallery-thumbnail .client-name {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    background-color: rgba(37, 170, 225, 0.9);
    padding: 15px;
    margin-bottom: 0;
    display: none;
    height: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.gallery-page .gallery-container .gallery-thumbnail .client-name a {
    color: inherit;
}

.gallery-page .gallery-container .gallery-thumbnail .client-name a:hover {
    color: #45555f;
}

.gallery-page .gallery-container .gallery-thumbnail.hover .client-name {
    display: block;
    height: auto;
}

.gallery-page .gallery-container .gallery-thumbnail img {
    vertical-align: bottom;
}


/* ## Single Gallery -------------------------------------------------------- */

.single-portfolio .content .entry {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 50px;
}

.single-portfolio .content .su-tabs {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    margin: 0;
    padding: 0;
    background-color: #fff;
}

.single-portfolio .content .su-tabs-nav {
    border-bottom: 1px solid #E7E7E7;
    padding-left: 20px;
}

.single-portfolio .content .su-tabs-nav span {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    color: #45555f;
    padding: 15px 50px;
    background-color: #F1F1EC;
}

.single-portfolio .content .su-tabs-nav span.su-tabs-current {
    color: #fff;
    background-color: #45555f;
}

.single-portfolio .content .su-tabs-panes {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

.single-portfolio .content .su-tabs-pane {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    padding: 0;
    padding-top: 30px;
}

.single-portfolio .entry-content {
    *zoom: 1;
}

.single-portfolio .entry-content:before,
.single-portfolio .entry-content:after {
    content: ' ';
    display: table;
}

.single-portfolio .entry-content:after {
    clear: both;
}

.single-portfolio .entry-content .section-before-after {
    margin-bottom: 50px;
    *zoom: 1;
}

.single-portfolio .entry-content .section-before-after:before,
.single-portfolio .entry-content .section-before-after:after {
    content: ' ';
    display: table;
}

.single-portfolio .entry-content .section-before-after:after {
    clear: both;
}

.single-portfolio .entry-content .section-before-after> div {
    position: relative;
}

.single-portfolio .entry-content .section-before-after> div h4 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(69, 85, 95, 0.9);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px;
    margin-bottom: 0;
}

.single-portfolio .entry-content .section-before-after> div img {
    vertical-align: bottom;
}

.single-portfolio .entry-content .section-testimonial> * {
    padding-left: 40px;
    padding-top: 10px;
    position: relative;
}

.single-portfolio .entry-content .section-testimonial> *:before {
    content: '';
    background-image: url(../images/sprites.png);
    background-position: 0px -97px;
    width: 27px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 0;
}


/* ## Testimonial Page ------------------------------------------------------ */

.testimonial-page .site-inner {
    padding: 85px 0;
}

.testimonial-page .content {
    padding-right: 60px;
}

.testimonial-page .content .testimonial-content {
    border-bottom: 1px solid #DBDBDB;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.testimonial-page .content .testimonial-content .testimonial-body {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.36364;
    padding-left: 40px;
    padding-top: 10px;
    position: relative;
}

.testimonial-page .content .testimonial-content .testimonial-body:before {
    font-style: normal;
    font-family: dashicons;
    font-size: 27px;
    content: "\f122";
    position: absolute;
    left: 0;
    top: 0;
    margin-left: -15px;
    color: #7c0e0f;
}

.testimonial-page .content .testimonial-content .testimonial-footer {
    *zoom: 1;
}

.testimonial-page .content .testimonial-content .testimonial-footer:before,
.testimonial-page .content .testimonial-content .testimonial-footer:after {
    content: ' ';
    display: table;
}

.testimonial-page .content .testimonial-content .testimonial-footer:after {
    clear: both;
}

.testimonial-page .content .testimonial-content .testimonial-footer .image-wrapper {
    float: left;
    margin-right: 20px;
}

.testimonial-page .content .testimonial-content .testimonial-footer .image-wrapper img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid #fff;
    box-shadow: 0px 0px 3px #D6D6D6;
}

.testimonial-page .content .testimonial-content .testimonial-footer h4 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    margin-bottom: 0;
    padding-left: 100px;
    color: #333;
    margin-top: 30px;
}

.testimonial-page .content .testimonial-content .testimonial-footer h4:before {
    content: '- ';
}


/* ## Landing Page ---------------------------------------------------------- */

.landing-page .site-header .widget-area {
    padding-top: 60px;
}

.landing-page .entry {
    margin-bottom: 0;
}

.landing-page .content .section-1 {
    position: relative;
}

.landing-page .content .section-1 .image-wrapper {
    position: absolute;
    right: 0;
    bottom: 0;
}

.landing-page .content .section-1 .image-wrapper img {
    vertical-align: bottom;
}

.landing-page .content .section-1 .su-list ul li {
    margin-bottom: 20px !important;
}

.landing-page .content .section-2 {
    background-color: #7c0e0f;
    padding: 35px 0;
}

.landing-page .content .section-2 a[href^="tel:"] {
    color: inherit;
}

.landing-page .content .section-3 {
    padding: 95px 0;
    background-color: #fff;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}

.landing-page .content .section-3 .widgettitle {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1;
    text-transform: uppercase;
}

.landing-page .content .section-3 .ninja-forms-form-wrap .ninja-forms-all-fields-wrap .text-wrap {
    margin-bottom: 10px;
}

.landing-page .content .section-3 .ninja-forms-form-wrap .ninja-forms-all-fields-wrap .text-wrap input {
    padding: 10px;
    height: 40px;
}

.landing-page .content .section-3 .ninja-forms-form-wrap .ninja-forms-all-fields-wrap .textarea-wrap textarea {
    height: 100px;
}

.landing-page .content .section-4 .testimonial-body {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.36364;
    padding-left: 40px;
    padding-top: 10px;
    position: relative;
}

.landing-page .content .section-4 .testimonial-body:before {
    font-style: normal;
    font-family: dashicons;
    font-size: 27px;
    content: "\f122";
    position: absolute;
    color: #7c0e0f;
    top: 0;
    left: 0;
}

.landing-page .content .section-4 .testimonial-footer {
    *zoom: 1;
}

.landing-page .content .section-4 .testimonial-footer:before,
.landing-page .content .section-4 .testimonial-footer:after {
    content: ' ';
    display: table;
}

.landing-page .content .section-4 .testimonial-footer:after {
    clear: both;
}

.landing-page .content .section-4 .image-wrapper {
    float: left;
    margin-right: 20px;
}

.landing-page .content .section-4 .image-wrapper img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid #fff;
    box-shadow: 0px 0px 3px #D6D6D6;
}

.landing-page .content .section-4 .testimonial-author {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    margin-bottom: 0;
    padding-left: 100px;
    color: #333;
    margin-top: 30px;
}

.landing-page .content .section-4 .testimonial-author:before {
    content: '- ';
}


/* ## About Page ------------------------------------------------------------ */

.about-page .content {
    padding-right: 60px;
}

.about-page .team-wrap {
    *zoom: 1;
}

.about-page .team-wrap:before,
.about-page .team-wrap:after {
    content: ' ';
    display: table;
}

.about-page .team-wrap:after {
    clear: both;
}

.about-page .team-wrap .section-content .team-name .position {
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1;
}

.about-page .team-members {
    *zoom: 1;
}

.about-page .team-members:before,
.about-page .team-members:after {
    content: ' ';
    display: table;
}

.about-page .team-members:after {
    clear: both;
}

.about-page .team-members .su-lightbox:hover {
    cursor: pointer;
}

.about-page .team-members .su-lightbox .staff-content {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
}

.about-page .team-members .su-lightbox .staff-content .more {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 10px;
}

.about-page .team-members .su-lightbox .team-name {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    color: #fff;
}

.about-page .team-members .su-lightbox .box {
    position: relative;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.about-page .team-members .su-lightbox .box .staff-content {
    background-color: rgba(37, 170, 225, 0.9);
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: 0;
    width: 100%;
    display: block;
    padding: 15px;
}

.about-page .team-members .su-lightbox .box .staff-content .info {
    display: none;
}

.about-page .team-members .su-lightbox .box .team-name {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    color: #fff;
    margin-bottom: 0;
}

.about-page .team-members .su-lightbox .box img {
    vertical-align: bottom;
}


/* ## Terms Page ------------------------------------------------------------ */

.terms-page .su-accordion br {
    display: none;
}

.terms-page .su-accordion .su-spoiler {
    margin-bottom: 0;
}

.terms-page .su-spoiler .su-spoiler-title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #45555f;
    color: #fff;
    padding: 15px 30px;
}

.terms-page .su-spoiler .su-spoiler-title> .su-spoiler-icon {
    left: auto;
    right: 10px;
    top: 50%;
    margin-top: -10px;
}

.terms-page .su-spoiler.su-spoiler-closed .su-spoiler-title {
    background-color: #F1F1EC;
    color: #45555f;
}


/* ## Services Page --------------------------------------------------------- */

.services-page .content {
    padding-right: 60px;
}


/* ## Single Service -------------------------------------------------------- */

.single-service .content {
    padding-right: 60px;
}


/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}


/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake;
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}


/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center;
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}


/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}


/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

@media only screen and (orientation: landscape) {
    .show-on-portrait {
        display: none !important;
    }
    .hide-on-landscape {
        display: none !important;
    }
}

@media only screen and (orientation: portrait) {
    .show-on-landscape {
        display: none !important;
    }
    .hide-on-portrait {
        display: none !important;
    }
}

@media only screen and (min-width: 768px) {
    .show-on-mobile {
        display: none !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hide-on-tablet {
        display: none !important;
    }
    .site-header .widget-area {
        text-align: center;
    }
    .site-header .widget-area .text {
        display: inline-block;
    }
    .home .section-2> .panel-grid-cell {
        width: 50% !important;
    }
    .home .section-5 .panel-grid-cell {
        width: 100% !important;
    }
    .home .section-6 .panel-grid-cell {
        width: 100% !important;
    }
    .home .section-6 .panel-grid-cell:nth-child(odd) .widget {
        position: static;
    }
    .home .section-6 .panel-grid-cell:nth-child(even) {
        padding: 60px !important;
    }
    .gallery-page .gallery-container .gallery-thumbnail {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 32.20339%;
    }
    .gallery-page .gallery-container .gallery-thumbnail:last-child {
        margin-right: 0;
    }
    .gallery-page .gallery-container .gallery-thumbnail:nth-child(3n) {
        margin-right: 0;
    }
    .gallery-page .gallery-container .gallery-thumbnail:nth-child(3n+1) {
        clear: left;
    }
    .about-page .team-members .su-lightbox {
        float: left;
        display: block;
        margin-right: 11.11111%;
        width: 44.44444%;
    }
    .about-page .team-members .su-lightbox:last-child {
        margin-right: 0;
    }
    .about-page .team-members .su-lightbox:nth-child(2n) {
        margin-right: 0;
    }
    .about-page .team-members .su-lightbox:nth-child(2n+1) {
        clear: left;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .hidden-sm {
        display: none;
    }
    .visible-sm {
        display: block;
    }
}

@media (min-width: 768px) {
    .gallery-columns-2 .gallery-item {
        float: left;
        display: block;
        margin-right: 11.11111%;
        width: 44.44444%;
    }
    .gallery-columns-2 .gallery-item:last-child {
        margin-right: 0;
    }
    .gallery-columns-2 .gallery-item:nth-child(2n) {
        margin-right: 0;
    }
    .gallery-columns-2 .gallery-item:nth-child(2n+1) {
        clear: left;
    }
    .gallery-columns-3 .gallery-item {
        float: left;
        display: block;
        margin-right: 7.14286%;
        width: 28.57143%;
    }
    .gallery-columns-3 .gallery-item:last-child {
        margin-right: 0;
    }
    .gallery-columns-3 .gallery-item:nth-child(3n) {
        margin-right: 0;
    }
    .gallery-columns-3 .gallery-item:nth-child(3n+1) {
        clear: left;
    }
    .gallery-columns-4 .gallery-item {
        float: left;
        display: block;
        margin-right: 5.26316%;
        width: 21.05263%;
    }
    .gallery-columns-4 .gallery-item:last-child {
        margin-right: 0;
    }
    .gallery-columns-4 .gallery-item:nth-child(4n) {
        margin-right: 0;
    }
    .gallery-columns-4 .gallery-item:nth-child(4n+1) {
        clear: left;
    }
    .gallery-columns-5 .gallery-item {
        float: left;
        display: block;
        margin-right: 4.16667%;
        width: 16.66667%;
    }
    .gallery-columns-5 .gallery-item:last-child {
        margin-right: 0;
    }
    .gallery-columns-5 .gallery-item:nth-child(5n) {
        margin-right: 0;
    }
    .gallery-columns-5 .gallery-item:nth-child(5n+1) {
        clear: left;
    }
    .gallery-columns-6 .gallery-item {
        float: left;
        display: block;
        margin-right: 3.44828%;
        width: 13.7931%;
    }
    .gallery-columns-6 .gallery-item:last-child {
        margin-right: 0;
    }
    .gallery-columns-6 .gallery-item:nth-child(6n) {
        margin-right: 0;
    }
    .gallery-columns-6 .gallery-item:nth-child(6n+1) {
        clear: left;
    }
    .gallery-columns-7 .gallery-item {
        float: left;
        display: block;
        margin-right: 2.94118%;
        width: 11.76471%;
    }
    .gallery-columns-7 .gallery-item:last-child {
        margin-right: 0;
    }
    .gallery-columns-7 .gallery-item:nth-child(7n) {
        margin-right: 0;
    }
    .gallery-columns-7 .gallery-item:nth-child(7n+1) {
        clear: left;
    }
    .gallery-columns-8 .gallery-item {
        float: left;
        display: block;
        margin-right: 2.5641%;
        width: 10.25641%;
    }
    .gallery-columns-8 .gallery-item:last-child {
        margin-right: 0;
    }
    .gallery-columns-8 .gallery-item:nth-child(8n) {
        margin-right: 0;
    }
    .gallery-columns-8 .gallery-item:nth-child(8n+1) {
        clear: left;
    }
    .gallery-columns-9 .gallery-item {
        float: left;
        display: block;
        margin-right: 2.27273%;
        width: 9.09091%;
    }
    .gallery-columns-9 .gallery-item:last-child {
        margin-right: 0;
    }
    .gallery-columns-9 .gallery-item:nth-child(9n) {
        margin-right: 0;
    }
    .gallery-columns-9 .gallery-item:nth-child(9n+1) {
        clear: left;
    }
    .site-inner,
    .wrap {
        max-width: 740px;
    }
    .content {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 66.10169%;
    }
    .content:last-child {
        margin-right: 0;
    }
    .sidebar-primary {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 32.20339%;
    }
    .sidebar-primary:last-child {
        margin-right: 0;
    }
    .footer-widgets .widget-area {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 32.20339%;
    }
    .footer-widgets .widget-area:last-child {
        margin-right: 0;
    }
    .site-header .title-area {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 23.72881%;
    }
    .site-header .title-area:last-child {
        margin-right: 0;
    }
    .site-header .widget-area {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 74.57627%;
    }
    .site-header .widget-area:last-child {
        margin-right: 0;
    }
    .ninja-forms-form-wrap .field-wrap.text-wrap input {
        width: 100%;
    }
    .nav-primary {
        display: none;
    }
    .menu-toggle,
    .sub-menu-toggle {
        display: block;
    }
    .site-header .title-area {
        padding-bottom: 0;
    }
    .site-header .genesis-nav-menu .menu-item.search {
        padding-top: 0;
    }
    .home .section-4 .featuredpost .entry {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 32.20339%;
    }
    .home .section-4 .featuredpost .entry:last-child {
        margin-right: 0;
    }
    .home .section-5 {
        display: block;
    }
    .home .section-5 .panel-grid-cell:nth-child(odd) {
        padding: 70px !important;
    }
    .home .section-5 .panel-grid-cell:nth-child(even) .widget {
        position: static;
    }
    .single-portfolio .entry-content .portfolio-thumbnail {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 49.15254%;
    }
    .single-portfolio .entry-content .portfolio-thumbnail:last-child {
        margin-right: 0;
    }
    .single-portfolio .entry-content .portfolio-before-after {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 49.15254%;
    }
    .single-portfolio .entry-content .portfolio-before-after:last-child {
        margin-right: 0;
    }
    .single-portfolio .entry-content .section-before-after> div {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 49.15254%;
    }
    .single-portfolio .entry-content .section-before-after> div:last-child {
        margin-right: 0;
    }
    .about-page .team-wrap .section-image {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 32.20339%;
    }
    .about-page .team-wrap .section-image:last-child {
        margin-right: 0;
    }
    .about-page .team-wrap .section-content {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 66.10169%;
    }
    .about-page .team-wrap .section-content:last-child {
        margin-right: 0;
    }
}

@media only screen and (min-width: 992px) {
    .show-on-tablet {
        display: none !important;
    }
    .hidden-md {
        display: none;
    }
    .visible-md {
        display: block;
    }
    .hidden-sm,
    .hidden-xs {
        display: block;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hide-on-desktop {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .site-inner,
    .wrap {
        max-width: 940px;
    }
    .nav-primary {
        display: block;
    }
    .slicknav-container {
        display: none;
    }
    .slicknav_menu {
        display: none;
    }
    .portfolio-container .no-slide .read-more,
    .portfolio-container .portfolio .read-more {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1;
        /* padding: 45px; */
    }
    .site-header {
        display: block;
    }
    .site-header .genesis-nav-menu .menu-item a {
        padding-right: 10px;
        padding-left: 10px;
    }
    .site-footer .widget-area.creds {
        text-align: left;
    }
    .site-footer .widget-area {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 32.20339%;
    }
    .site-footer .widget-area:last-child {
        margin-right: 0;
    }
    .site-footer .widget-area ul {
        text-align: right;
    }
    .home-featured .section-image {
        display: block;
    }
    .home-featured .panel-grid-cell:nth-child(odd) {
        padding: 130px 0;
    }
    .home .section-6 {
        text-align: center;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .gallery-page .gallery-container .gallery-thumbnail {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 23.72881%;
    }
    .gallery-page .gallery-container .gallery-thumbnail:last-child {
        margin-right: 0;
    }
    .gallery-page .gallery-container .gallery-thumbnail:nth-child(4n) {
        margin-right: 0;
    }
    .gallery-page .gallery-container .gallery-thumbnail:nth-child(4n+1) {
        clear: left;
    }
    .about-page .team-members .su-lightbox {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 32.20339%;
    }
    .about-page .team-members .su-lightbox:last-child {
        margin-right: 0;
    }
    .about-page .team-members .su-lightbox:nth-child(3n) {
        margin-right: 0;
    }
    .about-page .team-members .su-lightbox:nth-child(3n+1) {
        clear: left;
    }
}

@media only screen and (min-width: 1200px) {
    .show-on-desktop {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .site-inner,
    .wrap {
        max-width: 1180px;
    }
    .home-featured .section-image {
        margin-right: -100px;
    }
}

@media only screen and (max-width: 991px) {
    .show-on-desktop {
        display: none !important;
    }
}

@media only screen and (max-width: 767px) {
    .show-on-tablet {
        display: none !important;
    }
    .hide-on-mobile {
        display: none !important;
    }
    .hidden-xs {
        display: none;
    }
    .visible-xs {
        display: block;
    }
    .home-featured .panel-grid-cell:nth-child(odd) {
        padding: 60px 0 !important;
    }
}

@media (max-width: 767px) {
    .btn,
    .archive-pagination li a,
    .clarity-hero .hero-container .hero-button,
    .home .section-4 .featuredpost .entry .more-link,
    .single .entry .more-link,
    .archive .entry .more-link,
    .search .entry .more-link,
    .blog .entry .more-link {
        display: block;
    }
    .col-1-12 {
        width: 100%;
        float: none;
    }
    .push-1-12 {
        left: auto;
    }
    .col-2-12 {
        width: 100%;
        float: none;
    }
    .push-2-12 {
        left: auto;
    }
    .col-3-12 {
        width: 100%;
        float: none;
    }
    .push-3-12 {
        left: auto;
    }
    .col-4-12 {
        width: 100%;
        float: none;
    }
    .push-4-12 {
        left: auto;
    }
    .col-5-12 {
        width: 100%;
        float: none;
    }
    .push-5-12 {
        left: auto;
    }
    .col-6-12 {
        width: 100%;
        float: none;
    }
    .push-6-12 {
        left: auto;
    }
    .col-7-12 {
        width: 100%;
        float: none;
    }
    .push-7-12 {
        left: auto;
    }
    .col-8-12 {
        width: 100%;
        float: none;
    }
    .push-8-12 {
        left: auto;
    }
    .col-9-12 {
        width: 100%;
        float: none;
    }
    .push-9-12 {
        left: auto;
    }
    .col-10-12 {
        width: 100%;
        float: none;
    }
    .push-10-12 {
        left: auto;
    }
    .col-11-12 {
        width: 100%;
        float: none;
    }
    .push-11-12 {
        left: auto;
    }
    .col-12-12 {
        width: 100%;
        float: none;
    }
    .push-12-12 {
        left: auto;
    }
    .col-1-11 {
        width: 100%;
        float: none;
    }
    .push-1-11 {
        left: auto;
    }
    .col-2-11 {
        width: 100%;
        float: none;
    }
    .push-2-11 {
        left: auto;
    }
    .col-3-11 {
        width: 100%;
        float: none;
    }
    .push-3-11 {
        left: auto;
    }
    .col-4-11 {
        width: 100%;
        float: none;
    }
    .push-4-11 {
        left: auto;
    }
    .col-5-11 {
        width: 100%;
        float: none;
    }
    .push-5-11 {
        left: auto;
    }
    .col-6-11 {
        width: 100%;
        float: none;
    }
    .push-6-11 {
        left: auto;
    }
    .col-7-11 {
        width: 100%;
        float: none;
    }
    .push-7-11 {
        left: auto;
    }
    .col-8-11 {
        width: 100%;
        float: none;
    }
    .push-8-11 {
        left: auto;
    }
    .col-9-11 {
        width: 100%;
        float: none;
    }
    .push-9-11 {
        left: auto;
    }
    .col-10-11 {
        width: 100%;
        float: none;
    }
    .push-10-11 {
        left: auto;
    }
    .col-11-11 {
        width: 100%;
        float: none;
    }
    .push-11-11 {
        left: auto;
    }
    .col-1-10 {
        width: 100%;
        float: none;
    }
    .push-1-10 {
        left: auto;
    }
    .col-2-10 {
        width: 100%;
        float: none;
    }
    .push-2-10 {
        left: auto;
    }
    .col-3-10 {
        width: 100%;
        float: none;
    }
    .push-3-10 {
        left: auto;
    }
    .col-4-10 {
        width: 100%;
        float: none;
    }
    .push-4-10 {
        left: auto;
    }
    .col-5-10 {
        width: 100%;
        float: none;
    }
    .push-5-10 {
        left: auto;
    }
    .col-6-10 {
        width: 100%;
        float: none;
    }
    .push-6-10 {
        left: auto;
    }
    .col-7-10 {
        width: 100%;
        float: none;
    }
    .push-7-10 {
        left: auto;
    }
    .col-8-10 {
        width: 100%;
        float: none;
    }
    .push-8-10 {
        left: auto;
    }
    .col-9-10 {
        width: 100%;
        float: none;
    }
    .push-9-10 {
        left: auto;
    }
    .col-10-10 {
        width: 100%;
        float: none;
    }
    .push-10-10 {
        left: auto;
    }
    .col-1-9 {
        width: 100%;
        float: none;
    }
    .push-1-9 {
        left: auto;
    }
    .col-2-9 {
        width: 100%;
        float: none;
    }
    .push-2-9 {
        left: auto;
    }
    .col-3-9 {
        width: 100%;
        float: none;
    }
    .push-3-9 {
        left: auto;
    }
    .col-4-9 {
        width: 100%;
        float: none;
    }
    .push-4-9 {
        left: auto;
    }
    .col-5-9 {
        width: 100%;
        float: none;
    }
    .push-5-9 {
        left: auto;
    }
    .col-6-9 {
        width: 100%;
        float: none;
    }
    .push-6-9 {
        left: auto;
    }
    .col-7-9 {
        width: 100%;
        float: none;
    }
    .push-7-9 {
        left: auto;
    }
    .col-8-9 {
        width: 100%;
        float: none;
    }
    .push-8-9 {
        left: auto;
    }
    .col-9-9 {
        width: 100%;
        float: none;
    }
    .push-9-9 {
        left: auto;
    }
    .col-1-8 {
        width: 100%;
        float: none;
    }
    .push-1-8 {
        left: auto;
    }
    .col-2-8 {
        width: 100%;
        float: none;
    }
    .push-2-8 {
        left: auto;
    }
    .col-3-8 {
        width: 100%;
        float: none;
    }
    .push-3-8 {
        left: auto;
    }
    .col-4-8 {
        width: 100%;
        float: none;
    }
    .push-4-8 {
        left: auto;
    }
    .col-5-8 {
        width: 100%;
        float: none;
    }
    .push-5-8 {
        left: auto;
    }
    .col-6-8 {
        width: 100%;
        float: none;
    }
    .push-6-8 {
        left: auto;
    }
    .col-7-8 {
        width: 100%;
        float: none;
    }
    .push-7-8 {
        left: auto;
    }
    .col-8-8 {
        width: 100%;
        float: none;
    }
    .push-8-8 {
        left: auto;
    }
    .col-1-7 {
        width: 100%;
        float: none;
    }
    .push-1-7 {
        left: auto;
    }
    .col-2-7 {
        width: 100%;
        float: none;
    }
    .push-2-7 {
        left: auto;
    }
    .col-3-7 {
        width: 100%;
        float: none;
    }
    .push-3-7 {
        left: auto;
    }
    .col-4-7 {
        width: 100%;
        float: none;
    }
    .push-4-7 {
        left: auto;
    }
    .col-5-7 {
        width: 100%;
        float: none;
    }
    .push-5-7 {
        left: auto;
    }
    .col-6-7 {
        width: 100%;
        float: none;
    }
    .push-6-7 {
        left: auto;
    }
    .col-7-7 {
        width: 100%;
        float: none;
    }
    .push-7-7 {
        left: auto;
    }
    .col-1-6 {
        width: 100%;
        float: none;
    }
    .push-1-6 {
        left: auto;
    }
    .col-2-6 {
        width: 100%;
        float: none;
    }
    .push-2-6 {
        left: auto;
    }
    .col-3-6 {
        width: 100%;
        float: none;
    }
    .push-3-6 {
        left: auto;
    }
    .col-4-6 {
        width: 100%;
        float: none;
    }
    .push-4-6 {
        left: auto;
    }
    .col-5-6 {
        width: 100%;
        float: none;
    }
    .push-5-6 {
        left: auto;
    }
    .col-6-6 {
        width: 100%;
        float: none;
    }
    .push-6-6 {
        left: auto;
    }
    .col-1-5 {
        width: 100%;
        float: none;
    }
    .push-1-5 {
        left: auto;
    }
    .col-2-5 {
        width: 100%;
        float: none;
    }
    .push-2-5 {
        left: auto;
    }
    .col-3-5 {
        width: 100%;
        float: none;
    }
    .push-3-5 {
        left: auto;
    }
    .col-4-5 {
        width: 100%;
        float: none;
    }
    .push-4-5 {
        left: auto;
    }
    .col-5-5 {
        width: 100%;
        float: none;
    }
    .push-5-5 {
        left: auto;
    }
    .col-1-4 {
        width: 100%;
        float: none;
    }
    .push-1-4 {
        left: auto;
    }
    .col-2-4 {
        width: 100%;
        float: none;
    }
    .push-2-4 {
        left: auto;
    }
    .col-3-4 {
        width: 100%;
        float: none;
    }
    .push-3-4 {
        left: auto;
    }
    .col-4-4 {
        width: 100%;
        float: none;
    }
    .push-4-4 {
        left: auto;
    }
    .col-1-3 {
        width: 100%;
        float: none;
    }
    .push-1-3 {
        left: auto;
    }
    .col-2-3 {
        width: 100%;
        float: none;
    }
    .push-2-3 {
        left: auto;
    }
    .col-3-3 {
        width: 100%;
        float: none;
    }
    .push-3-3 {
        left: auto;
    }
    .col-1-2 {
        width: 100%;
        float: none;
    }
    .push-1-2 {
        left: auto;
    }
    .col-2-2 {
        width: 100%;
        float: none;
    }
    .push-2-2 {
        left: auto;
    }
    .col-1-1 {
        width: 100%;
        float: none;
    }
    .push-1-1 {
        left: auto;
    }
    .float-left {
        float: none;
    }
    .float-right {
        float: none;
    }
    .float-none {
        float: none;
    }
    .footer-widgets .widget-area {
        text-align: center;
    }
    .tab {
        display: block;
        width: 100%;
        margin-left: 0;
    }
    .tab:first-child {
        margin-left: 0;
    }
    .tab a {
        display: block;
        width: 100%;
    }
    .before-header .btn,
    .before-header .archive-pagination li a,
    .archive-pagination li .before-header a,
    .before-header .clarity-hero .hero-container .hero-button,
    .clarity-hero .hero-container .before-header .hero-button,
    .before-header .home .section-4 .featuredpost .entry .more-link,
    .home .section-4 .featuredpost .entry .before-header .more-link,
    .before-header .single .entry .more-link,
    .single .entry .before-header .more-link,
    .before-header .archive .entry .more-link,
    .archive .entry .before-header .more-link,
    .before-header .search .entry .more-link,
    .search .entry .before-header .more-link,
    .before-header .blog .entry .more-link,
    .blog .entry .before-header .more-link {
        margin-left: 0;
    }
    .popup-cta-content .image-wrapper {
        display: none;
    }
    .site-header .title-area {
        text-align: center;
        display: none;
    }
    .site-header .widget-area {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .site-header .genesis-nav-menu .menu-item a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .site-header .genesis-nav-menu .menu-item.search {
        display: block;
        position: static;
        padding: 0;
        *zoom: 1;
        float: none;
    }
    .site-header .genesis-nav-menu .menu-item.search:before,
    .site-header .genesis-nav-menu .menu-item.search:after {
        content: ' ';
        display: table;
    }
    .site-header .genesis-nav-menu .menu-item.search:after {
        clear: both;
    }
    .site-header .genesis-nav-menu .search-form {
        transform: none;
        transition: none;
        pointer-events: auto;
        margin-top: 0;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .site-header .genesis-nav-menu .search-form {
        position: static;
        opacity: 1;
        margin-top: 20px;
    }
    .site-header .genesis-nav-menu .search-icon {
        position: static;
        display: none;
    }
    .site-footer .widget-area {
        margin-bottom: 10px;
    }
    .home .section-1 .slideshow-wrapper .owl-carousel .owl-nav> div {
        left: 0;
    }
    .home .section-1 .slideshow-wrapper .owl-carousel .owl-nav> div.owl-next {
        left: auto;
        right: 0;
    }
    .home .section-2> .panel-grid-cell {
        width: 100%;
    }
    .home .section-3 .portfolio-container .owl-carousel .owl-nav> div {
        left: 10px;
    }
    .home .section-3 .portfolio-container .owl-carousel .owl-nav> div.owl-next {
        left: auto;
        right: 10px;
    }
    .home .section-4 .featuredpost .entry {
        margin-bottom: 20px;
    }
    .home .section-7 .testimonial-heading {
        text-align: center;
    }
    .single .content,
    .archive .content,
    .search .content,
    .blog .content {
        padding-right: 0;
    }
    .single .sharedaddy .sd-sharing .sd-title,
    .archive .sharedaddy .sd-sharing .sd-title,
    .search .sharedaddy .sd-sharing .sd-title,
    .blog .sharedaddy .sd-sharing .sd-title {
        float: none;
        text-align: center;
        display: block;
    }
    .single .sharedaddy .sd-sharing .sd-content,
    .archive .sharedaddy .sd-sharing .sd-content,
    .search .sharedaddy .sd-sharing .sd-content,
    .blog .sharedaddy .sd-sharing .sd-content {
        float: none;
        text-align: center;
    }
    .gallery-page .gallery-container .gallery-thumbnail {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 49.15254%;
    }
    .gallery-page .gallery-container .gallery-thumbnail:last-child {
        margin-right: 0;
    }
    .single-portfolio .content {
        padding-right: 0;
    }
    .single-portfolio .content .su-tabs-nav {
        padding-left: 0;
    }
    .single-portfolio .content .su-tabs-nav span {
        display: block;
        width: 100%;
    }
    .testimonial-page .content {
        padding-right: 0;
    }
    .landing-page .site-header .widget-area {
        padding-top: 0;
    }
    .landing-page .content .section-1 .image-wrapper {
        display: none;
    }
    .about-page .content {
        padding-right: 0;
    }
    .about-page .team-wrap .section-image {
        text-align: center;
    }
    .services-page .content {
        padding-right: 0;
    }
    .single-service .content {
        padding-right: 0;
    }
}

@-webkit-keyframes imghvr-zoom-out-up {
    50% {
        -webkit-transform: scale(0.8) translateY(0%);
        -moz-transform: scale(0.8) translateY(0%);
        -ms-transform: scale(0.8) translateY(0%);
        -o-transform: scale(0.8) translateY(0%);
        transform: scale(0.8) translateY(0%);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(0.8) translateY(-150%);
        -moz-transform: scale(0.8) translateY(-150%);
        -ms-transform: scale(0.8) translateY(-150%);
        -o-transform: scale(0.8) translateY(-150%);
        transform: scale(0.8) translateY(-150%);
        opacity: 0.5;
    }
}

@keyframes imghvr-zoom-out-up {
    50% {
        -webkit-transform: scale(0.8) translateY(0%);
        -moz-transform: scale(0.8) translateY(0%);
        -ms-transform: scale(0.8) translateY(0%);
        -o-transform: scale(0.8) translateY(0%);
        transform: scale(0.8) translateY(0%);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(0.8) translateY(-150%);
        -moz-transform: scale(0.8) translateY(-150%);
        -ms-transform: scale(0.8) translateY(-150%);
        -o-transform: scale(0.8) translateY(-150%);
        transform: scale(0.8) translateY(-150%);
        opacity: 0.5;
    }
}

@-webkit-keyframes imghvr-zoom-out-down {
    50% {
        -webkit-transform: scale(0.8) translateY(0%);
        -moz-transform: scale(0.8) translateY(0%);
        -ms-transform: scale(0.8) translateY(0%);
        -o-transform: scale(0.8) translateY(0%);
        transform: scale(0.8) translateY(0%);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(0.8) translateY(150%);
        -moz-transform: scale(0.8) translateY(150%);
        -ms-transform: scale(0.8) translateY(150%);
        -o-transform: scale(0.8) translateY(150%);
        transform: scale(0.8) translateY(150%);
        opacity: 0.5;
    }
}

@keyframes imghvr-zoom-out-down {
    50% {
        -webkit-transform: scale(0.8) translateY(0%);
        -moz-transform: scale(0.8) translateY(0%);
        -ms-transform: scale(0.8) translateY(0%);
        -o-transform: scale(0.8) translateY(0%);
        transform: scale(0.8) translateY(0%);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(0.8) translateY(150%);
        -moz-transform: scale(0.8) translateY(150%);
        -ms-transform: scale(0.8) translateY(150%);
        -o-transform: scale(0.8) translateY(150%);
        transform: scale(0.8) translateY(150%);
        opacity: 0.5;
    }
}

@-webkit-keyframes imghvr-zoom-out-left {
    50% {
        -webkit-transform: scale(0.8) translateX(0%);
        -moz-transform: scale(0.8) translateX(0%);
        -ms-transform: scale(0.8) translateX(0%);
        -o-transform: scale(0.8) translateX(0%);
        transform: scale(0.8) translateX(0%);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(0.8) translateX(-150%);
        -moz-transform: scale(0.8) translateX(-150%);
        -ms-transform: scale(0.8) translateX(-150%);
        -o-transform: scale(0.8) translateX(-150%);
        transform: scale(0.8) translateX(-150%);
        opacity: 0.5;
    }
}

@keyframes imghvr-zoom-out-left {
    50% {
        -webkit-transform: scale(0.8) translateX(0%);
        -moz-transform: scale(0.8) translateX(0%);
        -ms-transform: scale(0.8) translateX(0%);
        -o-transform: scale(0.8) translateX(0%);
        transform: scale(0.8) translateX(0%);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(0.8) translateX(-150%);
        -moz-transform: scale(0.8) translateX(-150%);
        -ms-transform: scale(0.8) translateX(-150%);
        -o-transform: scale(0.8) translateX(-150%);
        transform: scale(0.8) translateX(-150%);
        opacity: 0.5;
    }
}

@-webkit-keyframes imghvr-zoom-out-right {
    50% {
        -webkit-transform: scale(0.8) translateX(0%);
        -moz-transform: scale(0.8) translateX(0%);
        -ms-transform: scale(0.8) translateX(0%);
        -o-transform: scale(0.8) translateX(0%);
        transform: scale(0.8) translateX(0%);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(0.8) translateX(150%);
        -moz-transform: scale(0.8) translateX(150%);
        -ms-transform: scale(0.8) translateX(150%);
        -o-transform: scale(0.8) translateX(150%);
        transform: scale(0.8) translateX(150%);
        opacity: 0.5;
    }
}

@keyframes imghvr-zoom-out-right {
    50% {
        -webkit-transform: scale(0.8) translateX(0%);
        -moz-transform: scale(0.8) translateX(0%);
        -ms-transform: scale(0.8) translateX(0%);
        -o-transform: scale(0.8) translateX(0%);
        transform: scale(0.8) translateX(0%);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(0.8) translateX(150%);
        -moz-transform: scale(0.8) translateX(150%);
        -ms-transform: scale(0.8) translateX(150%);
        -o-transform: scale(0.8) translateX(150%);
        transform: scale(0.8) translateX(150%);
        opacity: 0.5;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@-webkit-keyframes flash {
    from,
    50%,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}

@keyframes flash {
    from,
    50%,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@-webkit-keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@-webkit-keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none;
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none;
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes jello {
    from,
    11.1%,
    to {
        -webkit-transform: none;
        transform: none;
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

@keyframes jello {
    from,
    11.1%,
    to {
        -webkit-transform: none;
        transform: none;
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

@-webkit-keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@-webkit-keyframes bounceInDown {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInDown {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes bounceInLeft {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInLeft {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes bounceInRight {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInRight {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes bounceInUp {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes rollOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

@keyframes rollOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    to {
        opacity: 0;
    }
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    to {
        opacity: 0;
    }
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}