/*Site Theme *************************************/
/** Core Owl Carousel CSS File* v1.3.2*//* clearfix */
.owl-carousel .owl-wrapper:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}/* display none until init */.owl-carousel{display: none;position: relative;width: 100%;-ms-touch-action: pan-y;}.owl-carousel .owl-wrapper{display: none;position: relative;-webkit-transform: translate3d(0px, 0px, 0px);}.owl-carousel .owl-wrapper-outer{overflow: hidden;position: relative;width: 100%;}.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition: height 500ms ease-in-out;-moz-transition: height 500ms ease-in-out;-ms-transition: height 500ms ease-in-out;-o-transition: height 500ms ease-in-out;transition: height 500ms ease-in-out;}.owl-carousel .owl-item{float: left;}.owl-controls .owl-page,.owl-controls .owl-buttons div{cursor: pointer;}.owl-controls {-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}/* mouse grab icon */.grabbing {cursor:url(images/grabbing.png) 8 8, move;}/* fix */.owl-carousel .owl-wrapper,.owl-carousel .owl-item{-webkit-backface-visibility: hidden;-moz-backface-visibility: hidden;-ms-backface-visibility: hidden;-webkit-transform: translate3d(0,0,0);-moz-transform: translate3d(0,0,0);-ms-transform: translate3d(0,0,0);}/* ==========================================================================7. Portfolio Section========================================================================== */.owl-wrapper-outer { z-index: 2; }/* 7.2.2 Arrows---------------------------------------------------------------------------*/.owl-navigation {top: 50%;left: 50%;margin-top: -25px;margin-left: -25px;position: absolute;text-align: center;}.owl-navigation a {height: 50px;font-size: 72px;line-height: 50px;}.owl-navigation a i { line-height: 50px; }#team-section-wrapper {z-index: 1;width: 100%;position: relative;}#team-section-wrapper:after {top: 0;left: 0;width: 100%;z-index: -1;content: '';height: 100%;opacity: 0.8;position: absolute;}/* 9.2.8 Arrows---------------------------------------------------------------------------*/.team-prev {z-index: 9;float: left;position: relative;margin-left: -150px;}.team-next {z-index: 9;float: right;position: relative;margin-left: 175px;}/*-------------------------------------------------------------------------*/@media only screen and (max-width: 1000px) and (min-width: 769px) {.team-prev { margin-left: -5px; }.team-next { margin-left: 15px; }}/*-------------------------------------------------------------------------*/@media only screen and (max-width: 479px) {.owl-navigation { display: none; }}/** Owl Carousel Owl Demo Theme* v1.3.2*/.owl-theme .owl-controls{margin-top: 10px;text-align: center;}/* Styling Next and Prev buttons */.owl-theme .owl-controls .owl-buttons div{color: #FFF;display: inline-block;zoom: 1;*display: inline;/*IE7 life-saver */margin: 5px;padding: 3px 10px;font-size: 12px;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px;background: #869791;filter: Alpha(Opacity=50);/*IE7 fix*/opacity: 0.5;}/* Clickable class fix problem with hover on touch devices *//* Use it for non-touch hover action */.owl-theme .owl-controls.clickable .owl-buttons div:hover{filter: Alpha(Opacity=100);/*IE7 fix*/opacity: 1;text-decoration: none;}/* Styling Pagination*/.owl-theme .owl-controls .owl-page{display: inline-block;zoom: 1;*display: inline;/*IE7 life-saver */}.owl-theme .owl-controls .owl-page span{display: block;width: 12px;height: 12px;margin: 5px 7px;filter: Alpha(Opacity=50);/*IE7 fix*/opacity: 0.5;-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;background: #869791;}.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{filter: Alpha(Opacity=100);/*IE7 fix*/opacity: 1;}/* If PaginationNumbers is true */.owl-theme .owl-controls .owl-page span.owl-numbers{height: auto;width: auto;color: #FFF;padding: 2px 10px;font-size: 12px;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px;}/* preloading images */.owl-item.loading{min-height: 150px;background: url(AjaxLoader.gif) no-repeat center center}/** Owl Carousel CSS3 Transitions* v1.3.2*/.owl-origin {-webkit-perspective: 1200px;-webkit-perspective-origin-x : 50%;-webkit-perspective-origin-y : 50%;-moz-perspective : 1200px;-moz-perspective-origin-x : 50%;-moz-perspective-origin-y : 50%;perspective : 1200px;}/* fade */.owl-fade-out {z-index: 10;-webkit-animation: fadeOut .7s both ease;-moz-animation: fadeOut .7s both ease;animation: fadeOut .7s both ease;}.owl-fade-in {-webkit-animation: fadeIn .7s both ease;-moz-animation: fadeIn .7s both ease;animation: fadeIn .7s both ease;}/* backSlide */.owl-backSlide-out {-webkit-animation: backSlideOut 1s both ease;-moz-animation: backSlideOut 1s both ease;animation: backSlideOut 1s both ease;}.owl-backSlide-in {-webkit-animation: backSlideIn 1s both ease;-moz-animation: backSlideIn 1s both ease;animation: backSlideIn 1s both ease;}/* goDown */.owl-goDown-out {-webkit-animation: scaleToFade .7s ease both;-moz-animation: scaleToFade .7s ease both;animation: scaleToFade .7s ease both;}.owl-goDown-in {-webkit-animation: goDown .6s ease both;-moz-animation: goDown .6s ease both;animation: goDown .6s ease both;}/* scaleUp */.owl-fadeUp-in {-webkit-animation: scaleUpFrom .5s ease both;-moz-animation: scaleUpFrom .5s ease both;animation: scaleUpFrom .5s ease both;}.owl-fadeUp-out {-webkit-animation: scaleUpTo .5s ease both;-moz-animation: scaleUpTo .5s ease both;animation: scaleUpTo .5s ease both;}/* Keyframes *//*empty*/@-webkit-keyframes empty {0% {opacity: 1}}@-moz-keyframes empty {0% {opacity: 1}}@keyframes empty {0% {opacity: 1}}@-webkit-keyframes fadeIn {0% { opacity:0; }100% { opacity:1; }}@-moz-keyframes fadeIn {0% { opacity:0; }100% { opacity:1; }}@keyframes fadeIn {0% { opacity:0; }100% { opacity:1; }}@-webkit-keyframes fadeOut {0% { opacity:1; }100% { opacity:0; }}@-moz-keyframes fadeOut {0% { opacity:1; }100% { opacity:0; }}@keyframes fadeOut {0% { opacity:1; }100% { opacity:0; }}@-webkit-keyframes backSlideOut {25% { opacity: .5; -webkit-transform: translateZ(-500px); }75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }}@-moz-keyframes backSlideOut {25% { opacity: .5; -moz-transform: translateZ(-500px); }75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }}@keyframes backSlideOut {25% { opacity: .5; transform: translateZ(-500px); }75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }}@-webkit-keyframes backSlideIn {0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }75% { opacity: .5; -webkit-transform: translateZ(-500px); }100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }}@-moz-keyframes backSlideIn {0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }75% { opacity: .5; -moz-transform: translateZ(-500px); }100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }}@keyframes backSlideIn {0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }75% { opacity: .5; transform: translateZ(-500px); }100% { opacity: 1; transform: translateZ(0) translateX(0); }}@-webkit-keyframes scaleToFade {to { opacity: 0; -webkit-transform: scale(.8); }}@-moz-keyframes scaleToFade {to { opacity: 0; -moz-transform: scale(.8); }}@keyframes scaleToFade {to { opacity: 0; transform: scale(.8); }}@-webkit-keyframes goDown {from { -webkit-transform: translateY(-100%); }}@-moz-keyframes goDown {from { -moz-transform: translateY(-100%); }}@keyframes goDown {from { transform: translateY(-100%); }}@-webkit-keyframes scaleUpFrom {from { opacity: 0; -webkit-transform: scale(1.5); }}@-moz-keyframes scaleUpFrom {from { opacity: 0; -moz-transform: scale(1.5); }}@keyframes scaleUpFrom {from { opacity: 0; transform: scale(1.5); }}@-webkit-keyframes scaleUpTo {to { opacity: 0; -webkit-transform: scale(1.5); }}@-moz-keyframes scaleUpTo {to { opacity: 0; -moz-transform: scale(1.5); }}@keyframes scaleUpTo {to { opacity: 0; transform: scale(1.5); }}.parallax-section {
    margin-top: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    width: 100% !important;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

.parallax-section .container { overflow: visible; }
.parallax-section .wrapper {
    z-index: 1;
    width: 100%;
    position: relative;
    padding: 103px 0 143px;
}
.parallax-section .wrapper:after {
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    content: '';
    height: 100%;
    opacity: 0.8;
    position: absolute;

}
.charWrap {display:inline-block;position:relative;overflow: hidden;}.funnyText span.left,.funnyText span.right,.funnyText span.top,.funnyText span.bottom {position:absolute;}.funnyText .charWrap {transition: all 0.4s ease-in-out;-webkit-transition: all 0.4s ease-in-out;/** Chrome & Safari **/-moz-transition: all 0.4s ease-in-out;/** Firefox **/-ms-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;/** Opera **/}.funnyText .charWrap .top {top:0;}.funnyText .charWrap .left {left:0;}.funnyText .charWrap .right {right:0;}.funnyText .charWrap .bottom {bottom:0;}.funnyText .character {overflow:hidden;display:inline-block;}@charset "UTF-8";/*!* 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;}@-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);}}.bounce {-webkit-animation-name: bounce;animation-name: bounce;-webkit-transform-origin: center bottom;transform-origin: center bottom;}@-webkit-keyframes flash {from, 50%, to {opacity: 1;}25%, 75% {opacity: 0;}}@keyframes flash {from, 50%, to {opacity: 1;}25%, 75% {opacity: 0;}}.flash {-webkit-animation-name: flash;animation-name: flash;}/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */@-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);}}.pulse {-webkit-animation-name: pulse;animation-name: pulse;}@-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);}}.rubberBand {-webkit-animation-name: rubberBand;animation-name: rubberBand;}@-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);}}.shake {-webkit-animation-name: shake;animation-name: shake;}@-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);}}.headShake {-webkit-animation-timing-function: ease-in-out;animation-timing-function: ease-in-out;-webkit-animation-name: headShake;animation-name: headShake;}@-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);}}.swing {-webkit-transform-origin: top center;transform-origin: top center;-webkit-animation-name: swing;animation-name: swing;}@-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);}}.tada {-webkit-animation-name: tada;animation-name: tada;}/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */@-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;}}.wobble {-webkit-animation-name: wobble;animation-name: wobble;}@-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);}}.jello {-webkit-animation-name: jello;animation-name: jello;-webkit-transform-origin: center;transform-origin: center;}@-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);}}.bounceIn {-webkit-animation-name: bounceIn;animation-name: bounceIn;}@-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;}}.bounceInDown {-webkit-animation-name: bounceInDown;animation-name: bounceInDown;}@-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;}}.bounceInLeft {-webkit-animation-name: bounceInLeft;animation-name: bounceInLeft;}@-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;}}.bounceInRight {-webkit-animation-name: bounceInRight;animation-name: bounceInRight;}@-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);}}.bounceInUp {-webkit-animation-name: bounceInUp;animation-name: bounceInUp;}@-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);}}.bounceOut {-webkit-animation-name: bounceOut;animation-name: bounceOut;}@-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);}}.bounceOutDown {-webkit-animation-name: bounceOutDown;animation-name: bounceOutDown;}@-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);}}.bounceOutLeft {-webkit-animation-name: bounceOutLeft;animation-name: bounceOutLeft;}@-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);}}.bounceOutRight {-webkit-animation-name: bounceOutRight;animation-name: bounceOutRight;}@-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);}}.bounceOutUp {-webkit-animation-name: bounceOutUp;animation-name: bounceOutUp;}@-webkit-keyframes fadeIn {from {opacity: 0;}to {opacity: 1;}}@keyframes fadeIn {from {opacity: 0;}to {opacity: 1;}}.fadeIn {-webkit-animation-name: fadeIn;animation-name: fadeIn;}@-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;}}.fadeInDown {-webkit-animation-name: fadeInDown;animation-name: fadeInDown;}@-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;}}.fadeInDownBig {-webkit-animation-name: fadeInDownBig;animation-name: fadeInDownBig;}@-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;}}.fadeInLeft {-webkit-animation-name: fadeInLeft;animation-name: fadeInLeft;}@-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;}}.fadeInLeftBig {-webkit-animation-name: fadeInLeftBig;animation-name: fadeInLeftBig;}@-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;}}.fadeInRight {-webkit-animation-name: fadeInRight;animation-name: fadeInRight;}@-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;}}.fadeInRightBig {-webkit-animation-name: fadeInRightBig;animation-name: fadeInRightBig;}@-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;}}.fadeInUp {-webkit-animation-name: fadeInUp;animation-name: fadeInUp;}@-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;}}.fadeInUpBig {-webkit-animation-name: fadeInUpBig;animation-name: fadeInUpBig;}@-webkit-keyframes fadeOut {from {opacity: 1;}to {opacity: 0;}}@keyframes fadeOut {from {opacity: 1;}to {opacity: 0;}}.fadeOut {-webkit-animation-name: fadeOut;animation-name: fadeOut;}@-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);}}.fadeOutDown {-webkit-animation-name: fadeOutDown;animation-name: fadeOutDown;}@-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);}}.fadeOutDownBig {-webkit-animation-name: fadeOutDownBig;animation-name: fadeOutDownBig;}@-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);}}.fadeOutLeft {-webkit-animation-name: fadeOutLeft;animation-name: fadeOutLeft;}@-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);}}.fadeOutLeftBig {-webkit-animation-name: fadeOutLeftBig;animation-name: fadeOutLeftBig;}@-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);}}.fadeOutRight {-webkit-animation-name: fadeOutRight;animation-name: fadeOutRight;}@-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);}}.fadeOutRightBig {-webkit-animation-name: fadeOutRightBig;animation-name: fadeOutRightBig;}@-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);}}.fadeOutUp {-webkit-animation-name: fadeOutUp;animation-name: fadeOutUp;}@-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);}}.fadeOutUpBig {-webkit-animation-name: fadeOutUpBig;animation-name: fadeOutUpBig;}@-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;}}.animated.flip {-webkit-backface-visibility: visible;backface-visibility: visible;-webkit-animation-name: flip;animation-name: flip;}@-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);}}.flipInX {-webkit-backface-visibility: visible !important;backface-visibility: visible !important;-webkit-animation-name: flipInX;animation-name: flipInX;}@-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);}}.flipInY {-webkit-backface-visibility: visible !important;backface-visibility: visible !important;-webkit-animation-name: flipInY;animation-name: flipInY;}@-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;}}.flipOutX {-webkit-animation-name: flipOutX;animation-name: flipOutX;-webkit-backface-visibility: visible !important;backface-visibility: visible !important;}@-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;}}.flipOutY {-webkit-backface-visibility: visible !important;backface-visibility: visible !important;-webkit-animation-name: flipOutY;animation-name: flipOutY;}@-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;}}.lightSpeedIn {-webkit-animation-name: lightSpeedIn;animation-name: lightSpeedIn;-webkit-animation-timing-function: ease-out;animation-timing-function: ease-out;}@-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;}}.lightSpeedOut {-webkit-animation-name: lightSpeedOut;animation-name: lightSpeedOut;-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;}@-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;}}.rotateIn {-webkit-animation-name: rotateIn;animation-name: rotateIn;}@-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;}}.rotateInDownLeft {-webkit-animation-name: rotateInDownLeft;animation-name: rotateInDownLeft;}@-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;}}.rotateInDownRight {-webkit-animation-name: rotateInDownRight;animation-name: rotateInDownRight;}@-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;}}.rotateInUpLeft {-webkit-animation-name: rotateInUpLeft;animation-name: rotateInUpLeft;}@-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;}}.rotateInUpRight {-webkit-animation-name: rotateInUpRight;animation-name: rotateInUpRight;}@-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;}}.rotateOut {-webkit-animation-name: rotateOut;animation-name: rotateOut;}@-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;}}.rotateOutDownLeft {-webkit-animation-name: rotateOutDownLeft;animation-name: rotateOutDownLeft;}@-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;}}.rotateOutDownRight {-webkit-animation-name: rotateOutDownRight;animation-name: rotateOutDownRight;}@-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;}}.rotateOutUpLeft {-webkit-animation-name: rotateOutUpLeft;animation-name: rotateOutUpLeft;}@-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;}}.rotateOutUpRight {-webkit-animation-name: rotateOutUpRight;animation-name: rotateOutUpRight;}@-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;}}.hinge {-webkit-animation-name: hinge;animation-name: hinge;}/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */@-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;}}.rollIn {-webkit-animation-name: rollIn;animation-name: rollIn;}/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */@-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);}}.rollOut {-webkit-animation-name: rollOut;animation-name: rollOut;}@-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;}}.zoomIn {-webkit-animation-name: zoomIn;animation-name: zoomIn;}@-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);}}.zoomInDown {-webkit-animation-name: zoomInDown;animation-name: zoomInDown;}@-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);}}.zoomInLeft {-webkit-animation-name: zoomInLeft;animation-name: zoomInLeft;}@-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);}}.zoomInRight {-webkit-animation-name: zoomInRight;animation-name: zoomInRight;}@-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);}}.zoomInUp {-webkit-animation-name: zoomInUp;animation-name: zoomInUp;}@-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;}}.zoomOut {-webkit-animation-name: zoomOut;animation-name: zoomOut;}@-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);}}.zoomOutDown {-webkit-animation-name: zoomOutDown;animation-name: zoomOutDown;}@-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;}}.zoomOutLeft {-webkit-animation-name: zoomOutLeft;animation-name: zoomOutLeft;}@-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;}}.zoomOutRight {-webkit-animation-name: zoomOutRight;animation-name: zoomOutRight;}@-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);}}.zoomOutUp {-webkit-animation-name: zoomOutUp;animation-name: zoomOutUp;}@-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);}}.slideInDown {-webkit-animation-name: slideInDown;animation-name: slideInDown;}@-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);}}.slideInLeft {-webkit-animation-name: slideInLeft;animation-name: slideInLeft;}@-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);}}.slideInRight {-webkit-animation-name: slideInRight;animation-name: slideInRight;}@-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);}}.slideInUp {-webkit-animation-name: slideInUp;animation-name: slideInUp;}@-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);}}.slideOutDown {-webkit-animation-name: slideOutDown;animation-name: slideOutDown;}@-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);}}.slideOutLeft {-webkit-animation-name: slideOutLeft;animation-name: slideOutLeft;}@-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);}}.slideOutRight {-webkit-animation-name: slideOutRight;animation-name: slideOutRight;}@-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);}}.slideOutUp {-webkit-animation-name: slideOutUp;animation-name: slideOutUp;}/*! UIkit 2.3.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */


/* ========================================================================
   Component: Animation
 ========================================================================== */
[class*='uk-animation-'] {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* Hide animated element if scrollspy is used */
[data-uk-scrollspy*='uk-animation-'] {
  opacity: 0;
}

.ie9 [data-uk-scrollspy*='uk-animation-'] {
  opacity: 1;
}

/*
 * Fade
 */
.uk-animation-fade {
  -webkit-animation-name: uk-fade;
  animation-name: uk-fade;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
/*
 * Scale
 */
.uk-animation-scale-up {
  -webkit-animation-name: uk-scale-up;
  animation-name: uk-scale-up;
}
.uk-animation-scale-down {
  -webkit-animation-name: uk-scale-down;
  animation-name: uk-scale-down;
}
/*
 * Slide
 */
.uk-animation-slide-top {
  -webkit-animation-name: uk-slide-top;
  animation-name: uk-slide-top;
}
.uk-animation-slide-bottom {
  -webkit-animation-name: uk-slide-bottom;
  animation-name: uk-slide-bottom;
}
.uk-animation-slide-left {
  -webkit-animation-name: uk-slide-left;
  animation-name: uk-slide-left;
}
.uk-animation-slide-right {
  -webkit-animation-name: uk-slide-right;
  animation-name: uk-slide-right;
}
/*
 * Shake
 */
.uk-animation-shake {
  -webkit-animation-name: uk-shake;
  animation-name: uk-shake;
}
/* Modifiers
 ========================================================================== */
.uk-animation-reverse {
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
/* Keyframes
 ========================================================================== */
/*
 * Fade
 */
@-webkit-keyframes uk-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes uk-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*
 * Scale up
 */
@-webkit-keyframes uk-scale-up {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes uk-scale-up {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*
 * Scale down
 */
@-webkit-keyframes uk-scale-down {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes uk-scale-down {
  0% {
    opacity: 0;
    transform: scale(1.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*
 * Slide top
 */
@-webkit-keyframes uk-slide-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes uk-slide-top {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
 * Slide bottom
 */
@-webkit-keyframes uk-slide-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes uk-slide-bottom {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
 * Slide left
 */
@-webkit-keyframes uk-slide-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes uk-slide-left {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*
 * Slide right
 */
@-webkit-keyframes uk-slide-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes uk-slide-right {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*
 * Shake
 */
@-webkit-keyframes uk-shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
  }
  10% {
    -webkit-transform: translateX(-9px);
  }
  20% {
    -webkit-transform: translateX(8px);
  }
  30% {
    -webkit-transform: translateX(-7px);
  }
  40% {
    -webkit-transform: translateX(6px);
  }
  50% {
    -webkit-transform: translateX(-5px);
  }
  60% {
    -webkit-transform: translateX(4px);
  }
  70% {
    -webkit-transform: translateX(-3px);
  }
  80% {
    -webkit-transform: translateX(2px);
  }
  90% {
    -webkit-transform: translateX(-1px);
  }
}
@keyframes uk-shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(-9px);
  }
  20% {
    transform: translateX(8px);
  }
  30% {
    transform: translateX(-7px);
  }
  40% {
    transform: translateX(6px);
  }
  50% {
    transform: translateX(-5px);
  }
  60% {
    transform: translateX(4px);
  }
  70% {
    transform: translateX(-3px);
  }
  80% {
    transform: translateX(2px);
  }
  90% {
    transform: translateX(-1px);
  }
}
/*
 * Slide top fixed
 */
@-webkit-keyframes uk-slide-top-fixed {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes uk-slide-top-fixed {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
 * Slide bottom fixed
 */
@-webkit-keyframes uk-slide-bottom-fixed {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes uk-slide-bottom-fixed {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
 * Spin
 */
@-webkit-keyframes uk-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes uk-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}


@-webkit-keyframes spinPulse {
	0% {
        -webkit-transform: rotate(160deg);
        opacity: 0;
        box-shadow: 0 0 1px #98cc52;
    }
	50% {
        -webkit-transform: rotate(145deg);
        opacity: 1;
    }
	100% {
        -webkit-transform: rotate(-320deg);
        opacity: 0;
    }
}
@-moz-keyframes spinPulse {
	0% {
        -moz-transform: rotate(160deg);
        opacity: 0;
        box-shadow: 0 0 1px #98cc52;
    }
	50% {
        -moz-transform:rotate(145deg);
        opacity: 1;
    }
	100% {
        -moz-transform:rotate(-320deg);
        opacity: 0;
    }
}
@-ms-keyframes spinPulse {
	0% {
        -ms-transform: rotate(160deg);
        opacity: 0;
        box-shadow: 0 0 1px #98cc52;
    }
	50% {
        -ms-transform:rotate(145deg);
        opacity: 1;
    }
	100% {
        -ms-transform:rotate(-320deg);
        opacity: 0;
    }
}
@-o-keyframes spinPulse {
	0% {
        -o-transform: rotate(160deg);
        opacity: 0;
        box-shadow: 0 0 1px #98cc52;
    }
	50% {
        -o-transform: rotate(145deg);
        opacity: 1;
    }
	100% {
        -o-transform: rotate(-320deg);
        opacity: 0;
    }
}
@keyframes spinPulse {
	0% {
        transform: rotate(160deg);
        opacity: 0;
        box-shadow: 0 0 1px #98cc52;
    }
	50% {
        transform: rotate(145deg);
        opacity: 1;
    }
	100% {
        transform: rotate(-320deg);
        opacity: 0;
    }
}


@-webkit-keyframes spinoffPulse {
	0% {
        -webkit-transform: rotate(0deg);
    }
	100% {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes spinoffPulse {
	0% {
        -moz-transform: rotate(0deg);
    }
	100% {
        -moz-transform: rotate(360deg);
    }
}
@-ms-keyframes spinoffPulse {
	0% {
        -ms-transform: rotate(0deg);
    }
	100% {
        -ms-transform: rotate(360deg);
    }
}
@-o-keyframes spinoffPulse {
	0% {
        -o-transform: rotate(0deg);
    }
	100% {
        -o-transform: rotate(360deg);
    }
}
@keyframes spinoffPulse {
	0% {
        transform: rotate(0deg);
    }
	100% {
        transform: rotate(360deg);
    }
}





/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('images/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('images/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('images/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}@charset "UTF-8";
@font-face
{
    font-family: "pictonic";
    src: url('fonts/pictonic.eot');
    src: url('fonts/pictonic.eot?#iefix') format('embedded-opentype'),
        url('fonts/pictonic.ttf') format('truetype'),
        url('fonts/pictonic.woff') format('woff'),
        url('fonts/pictonic.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.pictonic
{
	font-family: "pictonic";
	font-weight: normal; font-style: normal;
	-webkit-font-smoothing:  antialiased !important;
	-moz-font-smoothing:  antialiased !important;
	font-smoothing:  antialiased !important;
	line-height:1em;
}

a.pictonic, span.pictonic, small.pictonic {
	display: -moz-inline-stack;
	display:inline-block;
	zoom: 1;
	*display: inline;
}

[class^="icon-"], [class*=" icon-"]
{
	font-family: "pictonic";
	font-weight: normal; font-style: normal;
	-webkit-font-smoothing:  antialiased !important;
	-moz-font-smoothing:  antialiased !important;
	font-smoothing:  antialiased !important;
	line-height:1em;
}

a[class^="icon-"], a[class*=" icon-"], span[class^="icon-"], span[class*=" icon-"], small[class^="icon-"], small[class*=" icon-"] {
	display: -moz-inline-stack;
	display:inline-block;
	zoom: 1;
	*display: inline;
}

.icon-html5-01:before { content:"ÓÄÅ"; }
.icon-html5-02:before { content:"ÓÄÇ"; }
.icon-css3-01:before { content:"ÓÄÉ"; }
.icon-css3-02:before { content:"ÓÄÑ"; }
.icon-audiobox-01:before { content:"ÓÄÖ"; }
.icon-box-com:before { content:"ÓÄÜ"; }
.icon-audiobox-02:before { content:"ÓÄá"; }
.icon-pictonic-02:before { content:"ÓÄà"; }
.icon-pictonic-01:before { content:"ÓÄâ"; }
.icon-angularjs:before { content:"ÓÄä"; }
.icon-codepen-02:before { content:"ÓÄã"; }
.icon-codepen-01:before { content:"ÓÄå"; }
.icon-bandcamp:before { content:"ÓÄç"; }
.icon-shopify:before { content:"ÓÄé"; }
.icon-prog-pylons-02:before { content:"ÓÄè"; }
.icon-google-currents:before { content:"ÓÄê"; }
.icon-prog-cherrypy:before { content:"ÓÄë"; }
.icon-prog-backbonejs:before { content:"ÓÄí"; }
.icon-prog-pylons:before { content:"ÓÄì"; }
.icon-prog-flask:before { content:"ÓÄî"; }
.icon-prog-cakephp:before { content:"ÓÄï"; }
.icon-rus-yandex-01:before { content:"ÓÄñ"; }
.icon-rus-vk-02:before { content:"ÓÄó"; }
.icon-rus-vk-01:before { content:"ÓÄò"; }
.icon-rus-yandex-02:before { content:"ÓÄô"; }
.icon-rus-habrahbr:before { content:"ÓÄö"; }
.icon-chn-wechat:before { content:"ÓÄõ"; }
.icon-chn-tencent-02:before { content:"ÓÄú"; }
.icon-chn-tencent-01:before { content:"ÓÄù"; }
.icon-chn-tencent-03:before { content:"ÓÄû"; }
.icon-chn-weibo:before { content:"ÓÄü"; }
.icon-chn-renren:before { content:"ÓÄ†"; }
.icon-livejournal:before { content:"ÓÄ°"; }
.icon-wikipedia:before { content:"ÓÄ¢"; }
.icon-icq:before { content:"ÓÄ£"; }
.icon-mailru:before { content:"ÓÄ§"; }
.icon-skydrive:before { content:"ÓÄ•"; }
.icon-googledrive-02:before { content:"ÓÄ¶"; }
.icon-googledrive-01:before { content:"ÓÄß"; }
.icon-dropbox:before { content:"ÓÄ®"; }
.icon-adb-speedgrade:before { content:"ÓÄ©"; }
.icon-adb-acrobat:before { content:"ÓÄ™"; }
.icon-adb-audition:before { content:"ÓÄ´"; }
.icon-adb-contribute:before { content:"ÓÄ¨"; }
.icon-adb-bridge:before { content:"ÓÄ≠"; }
.icon-adb-dreamweaver:before { content:"ÓÄÆ"; }
.icon-adb-encore:before { content:"ÓÄØ"; }
.icon-adb-fireworks:before { content:"ÓÄ∞"; }
.icon-adb-flashbldr:before { content:"ÓÄ±"; }
.icon-adb-flash:before { content:"ÓÄ≤"; }
.icon-adb-illustrator:before { content:"ÓÄ≥"; }
.icon-adb-indesign:before { content:"ÓÄ¥"; }
.icon-adb-lightroom:before { content:"ÓÄµ"; }
.icon-adb-onlocation:before { content:"ÓÄ∂"; }
.icon-adb-photoshop:before { content:"ÓÄ∑"; }
.icon-adb-prelude:before { content:"ÓÄ∏"; }
.icon-adb-premiere:before { content:"ÓÄπ"; }
.icon-adb-framemaker:before { content:"ÓÄ∫"; }
.icon-adb-captivate:before { content:"ÓÄª"; }
.icon-adb-aftereffects:before { content:"ÓÄº"; }
.icon-adb-robohelp:before { content:"ÓÄΩ"; }
.icon-corel-draw:before { content:"ÓÄæ"; }
.icon-corel-painter:before { content:"ÓÄø"; }
.icon-_x33_dsmax:before { content:"ÓÅÄ"; }
.icon-softimage:before { content:"ÓÅÅ"; }
.icon-lightwave:before { content:"ÓÅÇ"; }
.icon-cinema4d:before { content:"ÓÅÉ"; }
.icon-maya:before { content:"ÓÅÑ"; }
.icon-autocad:before { content:"ÓÅÖ"; }
.icon-autocad-lt:before { content:"ÓÅÜ"; }
.icon-modo:before { content:"ÓÅá"; }
.icon-sketchup-01:before { content:"ÓÅà"; }
.icon-sketchup-02:before { content:"ÓÅâ"; }
.icon-solidworks:before { content:"ÓÅä"; }
.icon-houdini:before { content:"ÓÅã"; }
.icon-blender:before { content:"ÓÅå"; }
.icon-vue:before { content:"ÓÅç"; }
.icon-zbrush:before { content:"ÓÅé"; }
.icon-os-ios-dark:before { content:"ÓÅè"; }
.icon-os-osx_1_:before { content:"ÓÅê"; }
.icon-os-apple:before { content:"ÓÅë"; }
.icon-os-ios:before { content:"ÓÅí"; }
.icon-os-win-01:before { content:"ÓÅì"; }
.icon-os-win-02:before { content:"ÓÅî"; }
.icon-os-win-03:before { content:"ÓÅï"; }
.icon-os-win-04:before { content:"ÓÅñ"; }
.icon-os-linux_1_:before { content:"ÓÅó"; }
.icon-lin-debian:before { content:"ÓÅò"; }
.icon-os-osx-dark:before { content:"ÓÅô"; }
.icon-os-apple-dark:before { content:"ÓÅö"; }
.icon-os-win-01-dark:before { content:"ÓÅõ"; }
.icon-os-win-02-dark:before { content:"ÓÅú"; }
.icon-os-win-03-dark:before { content:"ÓÅù"; }
.icon-os-linux:before { content:"ÓÅû"; }
.icon-os-win-04-dark:before { content:"ÓÅü"; }
.icon-pl-dart:before { content:"ÓÅ†"; }
.icon-pl-clojure:before { content:"ÓÅ°"; }
.icon-pl-groovy-01:before { content:"ÓÅ¢"; }
.icon-pl-groovy-02:before { content:"ÓÅ£"; }
.icon-dbs-mysql:before { content:"ÓÅ§"; }
.icon-dbs-postgresql:before { content:"ÓÅ•"; }
.icon-dbs-sqlserver:before { content:"ÓÅ¶"; }
.icon-dbs-sqlite:before { content:"ÓÅß"; }
.icon-dbs-mongodb:before { content:"ÓÅ®"; }
.icon-dbs-riak:before { content:"ÓÅ©"; }
.icon-dbs-couchdb:before { content:"ÓÅ™"; }
.icon-dbs-redis:before { content:"ÓÅ´"; }
.icon-dbs-hadoop:before { content:"ÓÅ¨"; }
.icon-dbs-hbase:before { content:"ÓÅ≠"; }
.icon-dbs-cassandra:before { content:"ÓÅÆ"; }
.icon-dbs-couchbase-01:before { content:"ÓÅØ"; }
.icon-dbs-couchbase-02:before { content:"ÓÅ∞"; }
.icon-dbs-neo4j:before { content:"ÓÅ±"; }
.icon-vc-svn:before { content:"ÓÅ≤"; }
.icon-vc-git:before { content:"ÓÅ≥"; }
.icon-lin-centos:before { content:"ÓÅ¥"; }
.icon-lin-redhat:before { content:"ÓÅµ"; }
.icon-lin-fedora:before { content:"ÓÅ∂"; }
.icon-lin-ubuntu:before { content:"ÓÅ∑"; }
.icon-vc-fossil:before { content:"ÓÅ∏"; }
.icon-vc-bazaar:before { content:"ÓÅπ"; }
.icon-vc-bitbucket-02:before { content:"ÓÅ∫"; }
.icon-vc-bitbucket-01:before { content:"ÓÅª"; }
.icon-vc-mercurial:before { content:"ÓÅº"; }
.icon-brw-chrome:before { content:"ÓÅΩ"; }
.icon-brw-safari-01:before { content:"ÓÅæ"; }
.icon-brw-safari-02:before { content:"ÓÅø"; }
.icon-brw-firefox:before { content:"ÓÇÄ"; }
.icon-brw-explorer:before { content:"ÓÇÅ"; }
.icon-brw-opera:before { content:"ÓÇÇ"; }
.icon-zerply:before { content:"ÓÇÉ"; }
.icon-social-bakers:before { content:"ÓÇÑ"; }
.icon-android:before { content:"ÓÇÖ"; }
.icon-prog-actionscript:before { content:"ÓÇÜ"; }
.icon-prog-matlab:before { content:"ÓÇá"; }
.icon-prog-delphi02:before { content:"ÓÇà"; }
.icon-prog-golang01:before { content:"ÓÇâ"; }
.icon-prog-golang02:before { content:"ÓÇä"; }
.icon-prog-haskell:before { content:"ÓÇã"; }
.icon-prog-scala:before { content:"ÓÇå"; }
.icon-prog-lisp:before { content:"ÓÇç"; }
.icon-prog-basic:before { content:"ÓÇé"; }
.icon-prog-php02:before { content:"ÓÇè"; }
.icon-prog-c:before { content:"ÓÇê"; }
.icon-prog-ruby:before { content:"ÓÇë"; }
.icon-prog-csharp:before { content:"ÓÇí"; }
.icon-prog-cplusplus:before { content:"ÓÇì"; }
.icon-prog-ccplusplus:before { content:"ÓÇî"; }
.icon-prog-js01:before { content:"ÓÇï"; }
.icon-prog-objc:before { content:"ÓÇñ"; }
.icon-prog-js02:before { content:"ÓÇó"; }
.icon-prog-java:before { content:"ÓÇò"; }
.icon-prog-dotnet:before { content:"ÓÇô"; }
.icon-prog-php01:before { content:"ÓÇö"; }
.icon-prog-vbnet:before { content:"ÓÇõ"; }
.icon-prog-aspnet:before { content:"ÓÇú"; }
.icon-prog-visualstudio:before { content:"ÓÇù"; }
.icon-prog-python:before { content:"ÓÇû"; }
.icon-prog-lua01:before { content:"ÓÇü"; }
.icon-prog-lua02:before { content:"ÓÇ†"; }
.icon-prog-air01:before { content:"ÓÇ°"; }
.icon-prog-air02:before { content:"ÓÇ¢"; }
.icon-prog-jquery:before { content:"ÓÇ£"; }
.icon-prog-mootools:before { content:"ÓÇ§"; }
.icon-prog-nodejs01:before { content:"ÓÇ•"; }
.icon-prog-nodejs02:before { content:"ÓÇ¶"; }
.icon-prog-codeign:before { content:"ÓÇß"; }
.icon-prog-expression:before { content:"ÓÇ®"; }
.icon-prog-symfony:before { content:"ÓÇ©"; }
.icon-prog-yii:before { content:"ÓÇ™"; }
.icon-prog-zendfrm:before { content:"ÓÇ´"; }
.icon-prog-drupal:before { content:"ÓÇ¨"; }
.icon-prog-joomla:before { content:"ÓÇ≠"; }
.icon-prog-wordpress:before { content:"ÓÇÆ"; }
.icon-prog-magento:before { content:"ÓÇØ"; }
.icon-prog-django:before { content:"ÓÇ∞"; }
.icon-prog-rails:before { content:"ÓÇ±"; }
.icon-prog-erlang:before { content:"ÓÇ≤"; }
.icon-prog-coffeescr:before { content:"ÓÇ≥"; }
.icon-prog-perl:before { content:"ÓÇ¥"; }
.icon-prog-fortran:before { content:"ÓÇµ"; }
.icon-prog-bash01:before { content:"ÓÇ∂"; }
.icon-prog-bash02:before { content:"ÓÇ∑"; }
.icon-prog-cobol:before { content:"ÓÇ∏"; }
.icon-prog-delphi01:before { content:"ÓÇπ"; }
.icon-github-02:before { content:"ÓÇ∫"; }
.icon-soundcloud:before { content:"ÓÇª"; }
.icon-github-01:before { content:"ÓÇº"; }
.icon-rdio:before { content:"ÓÇΩ"; }
.icon-svpply-01:before { content:"ÓÇæ"; }
.icon-grooveshark:before { content:"ÓÇø"; }
.icon-svpply-02:before { content:"ÓÉÄ"; }
.icon-spotify:before { content:"ÓÉÅ"; }
.icon-instagram:before { content:"ÓÉÇ"; }
.icon-creativesloth:before { content:"ÓÉÉ"; }
.icon-xing:before { content:"ÓÉÑ"; }
.icon-yammer:before { content:"ÓÉÖ"; }
.icon-yahoo:before { content:"ÓÉÜ"; }
.icon-wordpress:before { content:"ÓÉá"; }
.icon-xanga:before { content:"ÓÉà"; }
.icon-weblink_2:before { content:"ÓÉâ"; }
.icon-windows:before { content:"ÓÉä"; }
.icon-weblink_1:before { content:"ÓÉã"; }
.icon-vimeo:before { content:"ÓÉå"; }
.icon-typepad:before { content:"ÓÉç"; }
.icon-twitter-2:before { content:"ÓÉé"; }
.icon-twitter-3:before { content:"ÓÉè"; }
.icon-tumblr:before { content:"ÓÉê"; }
.icon-twitter-1:before { content:"ÓÉë"; }
.icon-slash_dot:before { content:"ÓÉí"; }
.icon-stumble_upon:before { content:"ÓÉì"; }
.icon-technorati:before { content:"ÓÉî"; }
.icon-skype:before { content:"ÓÉï"; }
.icon-sina:before { content:"ÓÉñ"; }
.icon-share:before { content:"ÓÉó"; }
.icon-reddit:before { content:"ÓÉò"; }
.icon-plaxo:before { content:"ÓÉô"; }
.icon-rss:before { content:"ÓÉö"; }
.icon-pinterest:before { content:"ÓÉõ"; }
.icon-picasa:before { content:"ÓÉú"; }
.icon-paypal:before { content:"ÓÉù"; }
.icon-odnoklassniki:before { content:"ÓÉû"; }
.icon-orkut:before { content:"ÓÉü"; }
.icon-newsvine:before { content:"ÓÉ†"; }
.icon-news_for_gamers:before { content:"ÓÉ°"; }
.icon-voxopolis:before { content:"ÓÉ¢"; }
.icon-myspace:before { content:"ÓÉ£"; }
.icon-mail:before { content:"ÓÉ§"; }
.icon-linkedin:before { content:"ÓÉ•"; }
.icon-last_fm:before { content:"ÓÉ¶"; }
.icon-kaboodle:before { content:"ÓÉß"; }
.icon-instapaper:before { content:"ÓÉ®"; }
.icon-imgur:before { content:"ÓÉ©"; }
.icon-identi-ca:before { content:"ÓÉ™"; }
.icon-hyves:before { content:"ÓÉ´"; }
.icon-hi5:before { content:"ÓÉ¨"; }
.icon-friendfeed:before { content:"ÓÉ≠"; }
.icon-google__x2B_:before { content:"ÓÉÆ"; }
.icon-google:before { content:"ÓÉØ"; }
.icon-gmail:before { content:"ÓÉ∞"; }
.icon-fresqui:before { content:"ÓÉ±"; }
.icon-foursquare_2:before { content:"ÓÉ≤"; }
.icon-foursquare_1:before { content:"ÓÉ≥"; }
.icon-forrst:before { content:"ÓÉ¥"; }
.icon-formspring:before { content:"ÓÉµ"; }
.icon-flickr:before { content:"ÓÉ∂"; }
.icon-feedburner:before { content:"ÓÉ∑"; }
.icon-facebook:before { content:"ÓÉ∏"; }
.icon-evernote:before { content:"ÓÉπ"; }
.icon-dribbble:before { content:"ÓÉ∫"; }
.icon-digg:before { content:"ÓÉª"; }
.icon-deviantart:before { content:"ÓÉº"; }
.icon-design-float:before { content:"ÓÉΩ"; }
.icon-delicious:before { content:"ÓÉæ"; }
.icon-bookmark:before { content:"ÓÉø"; }
.icon-blip:before { content:"ÓÑÄ"; }
.icon-blogger:before { content:"ÓÑÅ"; }
.icon-blinklist:before { content:"ÓÑÇ"; }
.icon-behance:before { content:"ÓÑÉ"; }
.icon-bebo:before { content:"ÓÑÑ"; }
.icon-baidu:before { content:"ÓÑÖ"; }
.icon-apple:before { content:"ÓÑÜ"; }
.icon-amazon:before { content:"ÓÑá"; }
.icon-aim:before { content:"ÓÑà"; }
.icon-youtube:before { content:"ÓÑâ"; }
.icon-netlog:before { content:"ÓÑä"; }/*Modules *************************************/
/*Previews*/

 .without_reclama{
     flex: 1 0;
 }

.previews{
    text-align: center;
}
.previews .wrapper{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-top: 0px !important;

}
.previews .preview {
  vertical-align: middle;
    float: left;
    min-width: 150px ;
    text-align: center;
    margin:auto;
    text-align: center;
}
.previews .preview_padding {
    padding-right: 10px ;
    padding-left: 10px ;

     padding-bottom:20px;
   /* vertical-align: middle;*/
    display: table-cell;
    width:100%;
    text-align: center;
    margin:auto;
}

.previews .preview h3 {
   /*font-size: 1vmax;*/
   text-align: center;
}
@media (max-width: 600px)
{
.previews .preview {
    width: 100% !important;
    }
}

.previews .preview img:hover {
   -webkit-filter: brightness(90%);
   filter: brightness(90%);
    transition: 1.5s;
}/* 1.4 To Top
---------------------------------------------------------------------------*/
#topcontrol {
    right: 10px;
    width: 40px;
    height: 40px;
    z-index: 999;
    bottom: -50px;
    position: fixed;
    font-size: 30px;
    line-height: 34px;
    text-align: center;
    background-color: transparent;

    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}
#topcontrol a {
    width: 40px;
    height: 40px;
    display: block;
    line-height: 34px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);

    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;

    -webkit-border: 2px solid ;
       -moz-border: 2px solid ;
         -o-border: 2px solid ;
            border: 2px solid ;

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}
#topcontrol a i { line-height: 34px; }
#topcontrol.topdisplay { bottom: 16px; }/*Previews*/
.flippers{
    text-align: center;
}
.flippers .wrapper{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-top: 0px !important;

}

.flippers .flip-container {
  vertical-align: middle;
    float: left;
    min-width: 150px ;
    text-align: center;
    margin:auto;
    text-align: center;
}
.flippers .flipper_padding{
    vertical-align: middle;
    display: table-cell;
    width:100%;
    text-align: center;
    margin:auto;
  /*  padding:10px;*/


}

.flipper_title{
    padding: 10px;
}
.flipper_text{
     padding: 10px;
}

.flippers .flipper_image {

}
.flippers .flip-container h3 {

}
@media (max-width: 600px)
{
.flippers .flip-container {
    width: 100% !important;
    }
}

/*.flippers .flip-container:hover {
   -webkit-filter: brightness(90%);
   filter: brightness(90%);
    transition: 1.5s;
}*/

.flip-container {
perspective: 1000;
-webkit-perspective: 1000;
}

.flip-container:hover .flipper, .flip-container.hover .flipper {
transform: rotateY(180deg);
-webkit-transform: rotateY(180deg);
}

 .front, .back {
width: 100%;
height:100%;
vertical-align: middle;
  display: table-cell;
    border:none;
    margin:0px;

}





.flipper {
transition: 0.6s;
-webkit-transition: 0.6s;
transform-style: preserve-3d;
-webkit-transform-style: preserve-3d;

position: relative;
}
.front, .back {
backface-visibility: hidden;
-webkit-backface-visibility: hidden;

position: absolute;
top: 0;
left: 0;
}
.front {
z-index: 2;
}
.back {
transform: rotateY(180deg);
-webkit-transform: rotateY(180deg);
}
/*Site *************************************/
/*Boxes----------------*/

#header{
margin-top:0px !important;
      ;
}

.carousel_box{
padding-right:0px !important;
padding-left:0px !important;
 ;
}

body, p, td{
line-height:28px;
 ;
}

#navbar{
margin-top:100px !important;
  ;
}

.landing_page  .section-heading{
margin-bottom:50px !important;
  ;
}

section.landing_page{
padding-top:50px !important;
padding-bottom:50px !important;
      ;
}

#hotel{
margin-top:0px !important;
padding-top:0px !important;
padding-bottom:50px !important;
}

#action_list .action{
 ;
}

#page{
padding-bottom:50px !important;
min-height:650px !important;
    ;
}

.main_page #page, .main_page{
padding-top:0px !important;
padding-bottom:0px !important;
     ;
}

#rooms  .page_content{
margin-bottom:30px !important;
padding-top:30px !important;
padding-bottom:30px !important;
  ;
}

#actions  .page_content{
margin-bottom:30px !important;
padding-top:30px !important;
padding-bottom:30px !important;
    ;
}

.map_box{
width:100% !important;
height:720px !important;
  ;
}

#contact{
margin-bottom:0px !important;
padding-bottom:0px !important;
  ;
}

.pattern_icon{
width:150px !important;
height:150px !important;
      ;
}

.logo_img{
height:80px !important;
vertical-align:middle !important;
}

.jumbotron{
padding-top:0px !important;
padding-bottom:0px !important;
  ;
}

.article_image{
margin-bottom:30px !important;
overflow:hidden;
    ;
}

.article_descript{
padding-top:10px !important;
padding-right:10px !important;
padding-bottom:10px !important;
padding-left:10px !important;
height:255px !important;
   ;
}

.round{
margin-right:10px !important;
width:50px !important;
height:50px !important;
display:inline-block;
text-align:center;
 ;
}

.small_round{
margin-right:5px !important;
width:30px !important;
height:30px !important;
display:inline-block;
text-align:center;
}

.round i,  .round em{
padding-top:7px !important;
}

#contactbar .round, #booking .round{
margin-top:10px !important;
margin-right:3px !important;
padding-top:0px !important;
padding-right:0px !important;
padding-bottom:0px !important;
padding-left:0px !important;
display:inline-block;
vertical-align:middle !important;
text-align:center;
}

#booking .round img{
width:46px !important;
height:46px !important;
}

#contactbar .small_round img{
width:26px !important;
height:26px !important;
}

#contactbar a, #booking a{
display:inline-block;
 ;
}

#contactbar .round i, #booking .round i{
padding-top:0px !important;
line-height:46px;
vertical-align:middle !important;
text-align:center;
}

.inner_menu{
margin-bottom:50px !important;
padding-bottom:20px !important;
}

.response_list{
padding-top:50px !important;
padding-bottom:50px !important;
             ;
}

.response_text{
padding-top:15px !important;
padding-right:15px !important;
padding-bottom:15px !important;
padding-left:15px !important;
height:260px !important;
text-align:left;
}

.response_author{
margin-top:20px !important;
text-align:right;
 ;
}

.response_text_inner{
height:180px !important;
}

.rooms_elem{
margin-bottom:20px !important;
}

.rooms_title{
margin-right:0px !important;
margin-left:0px !important;
padding-top:10px !important;
padding-bottom:10px !important;
}

.inner_menu_elem a{
padding-right:15px !important;
padding-left:40px !important;
text-align:left;
 ;
}

.accommodation_short_descript{
margin-bottom:20px !important;
line-height:13px;
}

.tariff_price .thumbnail{
padding-top:25px !important;
padding-right:15px !important;
padding-bottom:25px !important;
padding-left:15px !important;
text-align:center;
}

.tariff_price li .price_box{
text-align:center;
}

.prices{
margin-top:30px !important;
}

.price{
margin-top:20px !important;
}

.big_round{
margin-top:20px !important;
margin-right:auto !important;
margin-left:auto !important;
width:128px !important;
height:128px !important;
text-align:center;
}

.tariff_list  .col-md-3{
padding-right:5px !important;
padding-left:5px !important;
    ;
}

.tariff_price:last-child{
margin-right:0px !important;
}

.wrapper{
margin-top:20px !important;
padding-top:30px !important;
padding-bottom:50px !important;
}

.simple{
padding-top:50px !important;
padding-bottom:80px !important;
}

.tariff_list  h2{
margin-bottom:30px !important;
}

#tariffs{
padding-top:50px !important;
padding-bottom:50px !important;
}

.action_list{
margin-bottom:50px !important;
}

.restaurant_list{
margin-bottom:50px !important;
}

.article_list{
margin-bottom:50px !important;
}

.room_list{
margin-bottom:50px !important;
}

.service_wrapper{
margin-top:0px !important;
padding-top:0px !important;
}

/*.container-fluid{
margin-right:0px !important;
margin-left:0px !important;
padding-right:0px !important;
padding-left:0px !important;
}*/

.container-fluid  .row{
margin-right:0px !important;
margin-left:0px !important;
}

.dish_menu_inner_menu{
margin-top:20px !important;
margin-bottom:0px !important;
}

#contactbar .navbar-nav>li, #booking .navbar-nav>li{
float:left;
}

.phone_list{
padding-left:0px !important;
float:left;
list-style:none;
     ;
}

#contactbar ul.lang_menu{
margin-right:5px !important;
float:right;
}

.image_in_article{
margin-right:20px !important;
margin-bottom:0px !important;
width:300px !important;
float:left;
}

#contactbar .address_single{
padding-top:12px !important;
    ;
}

footer{
padding-top:40px !important;
padding-bottom:40px !important;
min-height:150px !important;
  ;
}

#footer_left{
padding-bottom:20px !important;
}

#footer_right{
padding-bottom:20px !important;
    text-align: right;
    margin-right: 0;
    width: 100%;
}

#footer_center{
padding-bottom:20px !important;
}

.logo{
margin-left:-15px !important;
padding-top:10px !important;
 ;
}

@media (max-width: 1200px){
.navbar-nav>li>a{padding-left:10px; padding-right:10px; font-size:14px};
}

@media (max-width: 1000px){
.navbar-nav>li>a{padding-left:5px; padding-right:5px; font-size:14px}
#navbar .container{width:100%;};
}

.restaurant_action_list{
margin-top:30px !important;
margin-bottom:30px !important;
}

.restaurant_action_list   .restaurant_action_elem  h2, .restaurant_action_list   .restaurant_action_elem  h3{
margin-top:0px !important;
margin-bottom:0px !important;
padding-top:0px !important;
padding-bottom:0px !important;
}

.restaurant_action_list   .restaurant_action_elem{
margin-bottom:30px !important;
padding-top:50px !important;
}

.restaurant_action_list   .restaurant_action_elem ul{
margin-left:-30px !important;
}

.party_simple_list{
margin-top:30px !important;
padding-top:30px !important;
padding-bottom:30px !important;
}

.musician_elem{
text-align:center;
}

#page .round{
margin-right:0px !important;
}

.room_price .btn-default{
min-width:150px !important;
}

#mySlider{
margin-bottom:50px !important;
}

.slider_image{
overflow:hidden;
}

.mySlider  .carousel-control{
padding-top:10.25% !important;
width:5% !important;
}

.mySlider_wrapper{
margin-top:20px !important;
margin-bottom:20px !important;
padding-bottom:20px !important;
  ;
}

.mySlider .thumbnail, .mySlider .item{
height:100% !important;
}

.snack_row{
padding-top:10px !important;
}

.address_on_main_page{
padding-bottom:30px !important;
}

.service_list{
padding-top:30px !important;
}

.padding-bottom-30{
padding-bottom:30px !important;
}

.top_line{
padding-top:30px !important;
}

.myvideo{
padding-top:30px !important;
padding-bottom:56.25% !important;
height:0px !important;
position:relative;
overflow:hidden;
}

.myvideo iframe,.myvideo object,.myvideo embed{
width:100% !important;
height:100% !important;
position:absolute;
top:00px !important;
}

.restaurant_action_list   .restaurant_action_elem  h3{
margin-top:15px !important;
margin-bottom:10px !important;
}

.padding_30{
padding-top:30px !important;
padding-right:30px !important;
padding-bottom:30px !important;
padding-left:30px !important;
}

.rooms_descript{
padding-top:20px !important;
padding-right:20px !important;
padding-bottom:10px !important;
padding-left:20px !important;
min-height:120px !important;
line-height:18px;
}

.price_digit{
padding-top:3px !important;
height:34px !important;
}

.map-marker{
margin-right:10px !important;
float:left;
 ;
}

#visa a{
padding-top:0px !important;
}

#topbar{
padding-top:10px !important;
padding-bottom:6px !important;
   ;
}

#image_32{
vertical-align:bottom !important;
}

#menu_10{
margin-top:0px !important;
margin-right:0px !important;
margin-bottom:0px !important;
margin-left:0px !important;
}

#visa{
padding-right:0px !important;
padding-left:0px !important;
}

#room_search{
padding-right:0px !important;
padding-left:0px !important;
}

.member-item  img{
width:290px !important;
height:290px !important;
}

#main_parallax{
height:300px !important;
 ;
}

.likes, #promocode{
margin-bottom:50px !important;
clear:both;
text-align:center;
    ;
}

#page_title_box{
margin-bottom:30px !important;
padding-top:30px !important;
padding-bottom:30px !important;
text-align:center;
 ;
}

.slider_action{
padding-top:10px !important;
padding-right:10px !important;
padding-bottom:10px !important;
padding-left:30px !important;
width:350px !important;
         ;
}

.carousel-caption{
padding-top:0px !important;
padding-bottom:0px !important;
left:0px !important;
bottom:0px !important;
right:0px !important;
     position:static !important;;
}

.address_single{
line-height:20px;
  ;
}

footer p{
line-height:15px;
   ;
}

@media only screen and (max-width: 380px){
      .address_single{
font-size:12px;
};
}

.calendar td{
padding-top:3px !important;
padding-right:5px !important;
padding-bottom:3px !important;
padding-left:5px !important;
vertical-align:middle !important;
text-align:center;
   ;
}

.calendar{
    border-spacing: 2px;;
}

.green_strip{
margin-bottom:30px !important;
padding-top:30px !important;
padding-bottom:30px !important;
 ;
}

.address_on_page{
margin-bottom:30px !important;
 ;
}

#content{
padding-top:20px !important;
padding-bottom:50px !important;
    ;
}

#action_parallax{
padding-top:100px !important;
padding-bottom:100px !important;
text-align:center;
   ;
}

p{
text-align:justify;
 ;
}

.subscribe{
text-align:right;
 ;
}

#news{
margin-bottom:30px !important;
text-align:center;
  ;
}

.news_title, .news_title p{
text-align:center;
 ;
}

.managers img{
height:200px !important;
 ;
}

.section_title{
margin-bottom:30px !important;
text-align:center;
   ;
}

#copyright{
text-align:right;
  ;
}

.dark{
  background-color:rgba(0,0,0,0.2);;
}

#article_parallax{
margin-bottom:30px !important;
padding-top:200px !important;
padding-bottom:200px !important;
   ;
}

#article_picture{
margin-bottom:30px !important;
padding-top:400px !important;
padding-bottom:40px !important;
  ;
}

.reclama_300_600{
margin-bottom:10px !important;
width:300px !important;
height:600px !important;
text-align:center;
   ;
}

.reclama_300_250{
padding-bottom:10px !important;
width:300px !important;
height:250px !important;
text-align:center;
     ;
}

.flex_list{
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;

 -webkit-flex-wrap: wrap;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;;
}

body.main  .previews{
margin-bottom:30px !important;
    ;
}

.breadcrumb{
margin-bottom:0px !important;
 ;
}

h2{
text-align:left;
 ;
}

.reclama_column{
margin-left:10px !important;
width:300px !important;
text-align:center;
 ;
}

#articles .preview_padding{
padding-right:0px !important;
padding-left:0px !important;
 ;
}

#articles .preview_title{
padding-right:10px !important;
padding-left:10px !important;
  ;
}

#articles .preview_text{
padding-right:10px !important;
padding-left:10px !important;
   ;
}

.carousel-indicators{
margin-top:0px !important;
margin-left:0px !important;
width:100% !important;
  position:static !important; ;
}

.without_reclama{
padding-right:20px !important;
 ;
}

.previews .wrapper{
padding-right:20px !important;
  ;
}

.front{
background-position: center;;
}
/*Backgrounds----------------*/

#main_parallax{
background-image:url(/content/template_image/image/540.jpg) !important;
}

.inner_menu_elem a{
background-image:url(/content/template_image/image/409.png) !important;
background-repeat: no-repeat;
background-position: left;
}

#tariffs{
background-image:url(/content/template_image/image/412.jpg) !important;
background-repeat: no-repeat;
background-position: bottom right;
}
/*Fonts----------------*/

body, p, td{
font-size:16px;
}

body, p, td{
color:#333333 !important;
}

a{
color:#5cace2 !important;
}

a:hover{
color:#547dbf !important;
}

a:hover{
color:#547dbf !important;
}

#services p, #services h1, #services span, #services li, #services h2, #services a{
color:#ffffff !important;
}

#contact h2{
color:#272727 !important;
}
@font-face {
font-family: 'BebasNeue';
src: url(/fonts/109.eot)  format('embedded-opentype'), url(/fonts/109.ttf) format('truetype'); }
h1, h2, h3{
font-family: 'BebasNeue' !important;
}

#contactbar a{
color:#fac10a !important;
}

#contactbar li:hover  a{
color:#fac10a !important;
}

#contactbar .round i{
font-size:25px;
}
@font-face {
font-family: 'Adventure';
src: url(/fonts/7.eot)  format('embedded-opentype'), url(/fonts/7.ttf) format('truetype'); }
.response_author{
font-family: 'Adventure' !important;
}

.response_text{
color:#ffffff !important;
}

.rooms_title{
font-weight:bold;
}

.rooms_elem{
font-size:14px;
}

.accommodation_short_descript{
font-size:12px;
}

.price{
font-size:30px;
}

h3{
color:#547dbf !important;
}

#contactbar div{
color:#ffffff !important;
}

#contactbar{
font-size:14px;
}

footer, footer p{
color:#ffffff !important;
}

footer, footer p{
font-size:12px;
}

#copyright{
font-size:12px;
}

#page .round em, #page .round{
font-size:30px;
text-decoration:none;
}

.italic{
font-style:italic;
}

.text-small{
font-size:13px;
}

.text-bold{
font-weight:bold;
}

.service_list a:hover{
color:#ffffff !important;
}

.address_on_main_page, .address_on_main_page a, #contact a{
color:#ffffff !important;
}

.white_font, .white_font p, .white_font li{
color:#ffffff !important;
}

.big_text{
font-size:30px;
}

.owl-navigation a:hover{
color:#fac10a !important;
}

#response #CDSWIDSSP .widSSPData .widSSPReviews .widSSPH11, #response  #CDSWIDSSP .widSSPData .widSSPInformation .widSSPPopIdx b, #CDSWIDSSP .widSSPData .widSSPH11{
color:#fac10a !important;
 ;
}

.navbar-default  .navbar-nav>li>a:hover{
color:#fac10a !important;
}

.social_network_list  a, #socialbar  .social_network_list  a:hover{
color:#ffffff !important;
}

.navbar-default  .navbar-nav>li>a{
color:#ffffff !important;
 ;
}

.navbar-default .navbar-brand{
color:#ffffff !important;
 ;
}

h5{
font-size:16px;
 ;
}

h5{
color:#fac10a !important;
 ;
}

.slider_action h2{
color:#d91c1a !important;
 text-shadow: none;;
}

.slider_action a{
color:#ffffff !important;
 text-shadow: none;;
}

footer a{
color:#5cace2 ;
}

#contactbar, #contactbar a{
color:#ffffff !important;
}

.funnyText span.active{
color:#fac10a !important;
}

.funfact .fun-icon{
color:#fac10a !important;
}

.funfact .fun-title{
color:#fac10a !important;
}

.funfact .fun-number{
color:#fac10a !important;
}

.funfact .fun-unit, .funfact .fun-unit p{
color:#fac10a !important;
}

h2{
color:#5cace2 !important;
}

.tiles .with_symbol_image{
color:#ffffff !important;
}

.tiles .with_symbol_padding{
color:#ffffff !important;
}

.tiles .with_symbol h3{
color:#ffffff !important;
}

.col-xs-12 h2{
color:#ffffff !important;
}

h2.section_title{
font-weight:bold;
color:#333333 !important;
}

.bx-wrapper h2{
color:#ffffff !important;
}

#clients .section_title::before{
color:#25398f !important;
}

#clients .section_title::before{
color:#25398f !important;
}

.preview_text a{
color:#272727 !important;
}

.preview_title a h3:hover{
color:#fac10a !important;
}

.preview_title a h3{
color:#272727 !important;
}

.flippers .flip-container h3{
color:#ffffff !important;
}

.flipper_text a{
color:#ffffff !important;
}

#navbar .navbar-nav>.active>a.selected{
color:#fac10a !important;
}

#tiles .section_title::before{
color:#62277e !important;
}

.section_title::before{
color:#fac10a !important;
}

#events .section_title::before{
color:#597f1a !important;
}

#plitka .section_title::before{
color:#d91c1a !important;
}

#joinus .section_title::before{
color:#597f1a !important;
}

#history .section_title::before{
color:#fac10a !important;
}

#joinus .btn-default{
color:#333333 !important;
text-shadow:none !important;
}

#history .btn-default{
color:#333333 !important;
text-shadow:none !important;
}

#events .btn-default{
color:#ffffff !important;
text-shadow:none !important;
}

#order_form .btn-block{
color:#ffffff !important;
}

#message_form .btn-block{
color:#ffffff !important;
text-shadow:none !important;
}

#contact_right .section_title::before{
color:#d91c1a !important;
}

footer h3{
color:#ffffff !important;
}

#contact_left .section_title::before{
color:#597f1a !important;
}

#footer_1 p{
color:#f8f8f8 !important;
}

.address_single p{
color:#f8f8f8 !important;
}

#socialbar .social_network_list  a{
color:#fac10a !important;
}

footer a:hover{
color:#fac10a !important;
}

.tiles_list a h3{
color:#ffffff !important;
}
@font-face {
font-family: 'BebasNeue';
src: url(/fonts/109.eot)  format('embedded-opentype'), url(/fonts/109.ttf) format('truetype'); }
#site_title{
font-size:40px;
font-family: 'BebasNeue' !important;
}

#site_title a, .flipper a, .preview a, #article_parallax a:hover{
text-decoration:none;
}

#site_title, #site_title a{
color:#5cace2 !important;
}

.flipper a, .flipper_text{
color:#ffffff !important;
}

#article_parallax a{
color:#ffffff !important;
}

#article_picture a{
color:#ffffff !important;
}

.carousel-caption{
text-shadow:none !important;
}
/*Borders----------------*/

section.landing_page{
border-width:1px;
border-color:#f8f8f8;
}

section.landing_page{
border-top-style:solid;
border-top-width:1px;
}

#page_title_box{
border-bottom-style:solid;
border-bottom-width:1px;
border-color:#fac10a;
}

#page_title_box{
border-bottom-style:solid;
border-bottom-width:1px;
}

.round{
border-style:solid;
border-width:2px;
border-radius:50px;
}

#hotel{
border-style:none;
}

.big_round{
border-color:#848484;
}

.big_round{
border-style:solid;
border-width:1px;
border-radius:150px;
}

.inner_menu{
border-color:#848484;
}

.inner_menu{
border-bottom-style:solid;
border-bottom-width:1px;
}

body.main  .dish_menu_inner_menu{
border-style:none;
}

.restaurant_action_elem{
border-color:#848484;
}

.bottom_border{
border-color:#f8f8f8;
}

.bottom_border{
border-bottom-style:solid;
border-bottom-width:1px;
}

.top_line{
border-top-style:solid;
border-top-width:1px;
}

.top_line{
border-bottom-style:none;
}

.member-item  img{
border-style:solid;
border-width:2px;
}

#navbar .navbar-default{
border-style:none;
box-shadow:none !important;
border-color:#f8f8f8;
}

.calendar{
border-collapse:separate;
}

#circle{
border-color:#fac10a;
box-shadow-color:#ffffff;
}

#circle1{
border-color:#fac10a;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
border-color:#fac10a;
}

#full{
border-style:none;
}

#full{
border-style:none;
}
/*Colors----------------*/

#navbar, #navbar .navbar-default{
background-color:transparent !important;
 background-image:none;;
}

#contactbar{
background: linear-gradient(#272727,#272727) !important;
background: -webkit-linear-gradient(#272727,#272727) !important;
background: -moz-linear-gradient(#272727,#272727) !important;
background: -o-linear-gradient(#272727,#272727) !important;
background: -ms-linear-gradient(#272727,#272727) !important;
}

#footer{
    background-color:#272727 !important;
   margin-top: 100px;
}

#actions  .page_content{
background-color:#f8f8f8 !important;
         ;
}

#services{
background-color:#726659 !important;
  ;
}

#contact{
background-color:#fac10a !important;
  ;
}

.noactive{
-webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */;
}

#topbar{
background: linear-gradient(#272727,#272727) !important;
background: -webkit-linear-gradient(#272727,#272727) !important;
background: -moz-linear-gradient(#272727,#272727) !important;
background: -o-linear-gradient(#272727,#272727) !important;
background: -ms-linear-gradient(#272727,#272727) !important;
}

.service_list{
background-color:#726659 !important;
}

.carousel-control.left{
background-image:none;;
}

.carousel-control.right{
  background-image:none;;
}

.mySlider_wrapper{
background-color:#f5f5f5 !important;
 ;
}

.green, .color-8{
background-color:#597f1a !important;
 ;
}

.brown{
background-color:#726659 !important;
}

.gray{
background-color:#f8f8f8 !important;
}

.slider_action{
opacity:0.95 !important;
background-color:#fac10a !important;
    ;
}

.owl-page.active span{
background-color:#fac10a !important;
  ;
}

.parallax-section .wrapper:after{
background-color:#ffffff !important;
   ;
}

.tiles .wrapper{
background-color:#ffffff !important;
      ;
}

.red{
background-color:#d91c1a !important;
  ;
}

.violet{
background-color:#62277e !important;
 ;
}

.light-green{
background-color:#989900 !important;
  ;
}

.yellow{
background-color:#fac10a !important;
 ;
}

.yellow{
background-color:#fac10a !important;
         ;
}

#navbar.colored, body.inner #navbar{
background-color:#272727 !important;
  ;
}

#footer_top{
background-color:#333333 !important;
 ;
}

.blue{
background-color:#25398f !important;
 ;
}

.orange{
background: linear-gradient(#ec6209,#FF9800) !important;
background: -webkit-linear-gradient(#ec6209,#FF9800) !important;
background: -moz-linear-gradient(#ec6209,#FF9800) !important;
background: -o-linear-gradient(#ec6209,#FF9800) !important;
background: -ms-linear-gradient(#ec6209,#FF9800) !important;
   ;
}

.light_blue{
background-color:#547dbf !important;
    ;
}

#navbar .navbar-nav>.active>a.selected{
background-color:transparent !important;
background-image:none;;
}

.navbar-collapse.in{
background-color:#272727 !important;
 ;
}

#joinus .btn-default{
background: linear-gradient(#fac10a,#fac10a) !important;
background: -webkit-linear-gradient(#fac10a,#fac10a) !important;
background: -moz-linear-gradient(#fac10a,#fac10a) !important;
background: -o-linear-gradient(#fac10a,#fac10a) !important;
background: -ms-linear-gradient(#fac10a,#fac10a) !important;
    ;
}

#history .btn-default{
background: linear-gradient(#fac10a,#fac10a) !important;
background: -webkit-linear-gradient(#fac10a,#fac10a) !important;
background: -moz-linear-gradient(#fac10a,#fac10a) !important;
background: -o-linear-gradient(#fac10a,#fac10a) !important;
background: -ms-linear-gradient(#fac10a,#fac10a) !important;
     ;
}

#order_form .btn-block{
background: linear-gradient(#597f1a,#597f1a) !important;
background: -webkit-linear-gradient(#597f1a,#597f1a) !important;
background: -moz-linear-gradient(#597f1a,#597f1a) !important;
background: -o-linear-gradient(#597f1a,#597f1a) !important;
background: -ms-linear-gradient(#597f1a,#597f1a) !important;
        ;
}

#message_form .btn-block{
background: linear-gradient(#d91c1a,#d91c1a) !important;
background: -webkit-linear-gradient(#d91c1a,#d91c1a) !important;
background: -moz-linear-gradient(#d91c1a,#d91c1a) !important;
background: -o-linear-gradient(#d91c1a,#d91c1a) !important;
background: -ms-linear-gradient(#d91c1a,#d91c1a) !important;
           ;
}

.clients{
background-color:#f8f8f8 !important;
    ;
}

#events .btn-default{
background: linear-gradient(#597f1a,#597f1a) !important;
background: -webkit-linear-gradient(#597f1a,#597f1a) !important;
background: -moz-linear-gradient(#597f1a,#597f1a) !important;
background: -o-linear-gradient(#597f1a,#597f1a) !important;
background: -ms-linear-gradient(#597f1a,#597f1a) !important;
    ;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
background-color:#fac10a !important;
 ;
}

.grean-sea, .color-4{
background: linear-gradient(#16a085,#47c9af) !important;
background: -webkit-linear-gradient(#16a085,#47c9af) !important;
background: -moz-linear-gradient(#16a085,#47c9af) !important;
background: -o-linear-gradient(#16a085,#47c9af) !important;
background: -ms-linear-gradient(#16a085,#47c9af) !important;
    ;
 background:
linear-gradient(324deg, #16a085 4%, transparent 4%) -70px 43px,
linear-gradient( 36deg, #16a085 4%, transparent 4%) 30px 43px,
linear-gradient( 72deg, #47c9af 8.5%, transparent 8.5%) 30px 43px,
linear-gradient(288deg, #47c9af 8.5%, transparent 8.5%) -70px 43px,
linear-gradient(216deg, #47c9af 7.5%, transparent 7.5%) -70px 23px,
linear-gradient(144deg, #47c9af 7.5%, transparent 7.5%) 30px 23px,

linear-gradient(324deg, #16a085 4%, transparent 4%) -20px 93px,
linear-gradient( 36deg, #16a085 4%, transparent 4%) 80px 93px,
linear-gradient( 72deg, #47c9af 8.5%, transparent 8.5%) 80px 93px,
linear-gradient(288deg, #47c9af 8.5%, transparent 8.5%) -20px 93px,
linear-gradient(216deg, #47c9af 7.5%, transparent 7.5%) -20px 73px,
linear-gradient(144deg, #47c9af 7.5%, transparent 7.5%) 80px 73px;
background-color: #16a085;
background-size: 100px 100px; ;
}

.grey-blue{
background-color:#2c3e50 !important;
  ;
}

.dark-sea, .color-9{
background: linear-gradient(#0097A7,#547dbf) !important;
background: -webkit-linear-gradient(#0097A7,#547dbf) !important;
background: -moz-linear-gradient(#0097A7,#547dbf) !important;
background: -o-linear-gradient(#0097A7,#547dbf) !important;
background: -ms-linear-gradient(#0097A7,#547dbf) !important;
   ;
}

.alizarin, .color-1{
background: linear-gradient(#e74c3c,#c1382a) !important;
background: -webkit-linear-gradient(#e74c3c,#c1382a) !important;
background: -moz-linear-gradient(#e74c3c,#c1382a) !important;
background: -o-linear-gradient(#e74c3c,#c1382a) !important;
background: -ms-linear-gradient(#e74c3c,#c1382a) !important;
  ;
  background-color:#e74c3c;
background-image: radial-gradient(#c1382a 15%, transparent 16%),
radial-gradient(#c1382a 15%, transparent 16%);
background-size:60px 60px;
background-position: 0 0, 30px 30px; ;
}

.belize-hole, .color-2{
background: linear-gradient(#5299c7,#5cace2) !important;
background: -webkit-linear-gradient(#5299c7,#5cace2) !important;
background: -moz-linear-gradient(#5299c7,#5cace2) !important;
background: -o-linear-gradient(#5299c7,#5cace2) !important;
background: -ms-linear-gradient(#5299c7,#5cace2) !important;
 ;
}

.pink-900, .color-5{
background: linear-gradient(#880E4F,#F50057) !important;
background: -webkit-linear-gradient(#880E4F,#F50057) !important;
background: -moz-linear-gradient(#880E4F,#F50057) !important;
background: -o-linear-gradient(#880E4F,#F50057) !important;
background: -ms-linear-gradient(#880E4F,#F50057) !important;
 ;
}

.purple-900, .color-6{
background: linear-gradient(#4A148C,#E1BEE7) !important;
background: -webkit-linear-gradient(#4A148C,#E1BEE7) !important;
background: -moz-linear-gradient(#4A148C,#E1BEE7) !important;
background: -o-linear-gradient(#4A148C,#E1BEE7) !important;
background: -ms-linear-gradient(#4A148C,#E1BEE7) !important;
  ;
}

.emerald, .color-3{
background: linear-gradient(#2ecc71,#16a085) !important;
background: -webkit-linear-gradient(#2ecc71,#16a085) !important;
background: -moz-linear-gradient(#2ecc71,#16a085) !important;
background: -o-linear-gradient(#2ecc71,#16a085) !important;
background: -ms-linear-gradient(#2ecc71,#16a085) !important;
 ;
}

.tails_wrapper{
background-color:#272727 !important;
 ;
}

.reclama_300_600{
background-color:#f8f8f8 !important;
 ;
}

.reclama_300_250{
   ;
}

.breadcrumbs, .breadcrumb{
background-color:#f5f5f5 !important;
 ;
}

.color-0{
background: linear-gradient(#004D40,#47c9af) !important;
background: -webkit-linear-gradient(#004D40,#47c9af) !important;
background: -moz-linear-gradient(#004D40,#47c9af) !important;
background: -o-linear-gradient(#004D40,#47c9af) !important;
background: -ms-linear-gradient(#004D40,#47c9af) !important;
  ;
}

.color-10{
background: linear-gradient(#34495e,#0097A7) !important;
background: -webkit-linear-gradient(#34495e,#0097A7) !important;
background: -moz-linear-gradient(#34495e,#0097A7) !important;
background: -o-linear-gradient(#34495e,#0097A7) !important;
background: -ms-linear-gradient(#34495e,#0097A7) !important;
  ;
}

.color-7{
background: linear-gradient(#b71c1c,#e74c3c) !important;
background: -webkit-linear-gradient(#b71c1c,#e74c3c) !important;
background: -moz-linear-gradient(#b71c1c,#e74c3c) !important;
background: -o-linear-gradient(#b71c1c,#e74c3c) !important;
background: -ms-linear-gradient(#b71c1c,#e74c3c) !important;
  ;
}

.carousel-indicators li{
background-color:#5299c7 !important;
 ;
}
.artist_last_name{
    font-family: 'BebasNeue';
    font-size:20px;
}
.artist_name{
    font-family: 'BebasNeue';
    font-size:18px;
}
.navbar-brand{
 font-family: 'BebasNeue';
}

.card {
text-align:center;
}

.card-body{
height:180px;

}

.card-body.picture{
height:230px;

}

.card-body.big_picture_card{
height:auto;

}

.big_picture{
    max-width:100%;
}
body, html {
    height: 100%;
}
.wraper{
    display: flex;
    flex-direction: column;
    min-height: 100%;

}
main{
   flex: 1 1 auto;
}
#header{
   /* height:400px;*/
    overflow:hidden;
    max-width:100%;
    display:flex;
    align-items:center;
    /*background-image: url(/images/9_val.jpg);
    background-position-y: 70%;*/

   /* background-size: contain;*/
    /*background-size: cover;
    background-repeat: no-repeat;*/
}
.image-fluid{
width:100%;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}
.carousel-caption {
    text-shadow: 0 1px 4px rgba(0,0,0,.9);
  font-size:17px
}
.carousel-caption h3 {
  font-size: 30px;
  font-family: 'Lato', sans-serif;
}
    html,
    body,
    .carousel,
    .carousel-inner,
    .carousel-inner .item {
      height: 100%;
    }
    .item:nth-child(1) {
      background: url('https://snap-photos.s3.amazonaws.com/img-thumbs/960w/HZZKGVVJ6I.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
    }

    .item:nth-child(2) {
      background: url('https://snap-photos.s3.amazonaws.com/img-thumbs/960w/D2ROMCUEIV.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
    }

    .item:nth-child(3) {
      background: url('https://snap-photos.s3.amazonaws.com/img-thumbs/960w/PU9HHZB5QW.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
    }

    .jumbotron h1{
    color: #5cace2;
    }

  .btn-outline-success {
      --bs-btn-color: #5cace2;
      --bs-btn-border-color: #5cace2;
      --bs-btn-hover-color: #fff;
      --bs-btn-hover-bg: #5cace2;
      --bs-btn-hover-border-color: #5cace2;
     /* --bs-btn-focus-shadow-rgb: 25,135,84;*/
      --bs-btn-active-color: #fff;
      --bs-btn-active-bg: #5cace2;
      --bs-btn-active-border-color: #5cace2;
      --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
      --bs-btn-disabled-color: #5cace2;
      --bs-btn-disabled-bg: transparent;
      --bs-btn-disabled-border-color: #5cace2;
      --bs-gradient: none;
  }

  .letter.active{
    font-weight: bold;
  }