/*
Theme Name: Singelo
Description: Singelo is a one page WordPress theme with a separate blog section and is perfect for any kind of creative agencies or freelancers.
Tags: business, clean, corporate design, creative, localization, modern, portfolio, wordpress theme, responsive, template builder
Version: 1.1.9
Author: PixelThrone
Author URI: http://themeforest.net/user/pixelthrone
Theme URI: http://themeforest.net/item/singelo-one-page-wordpress-theme/5873946
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/
/*---------------------------------------------------
		LESS Elements 0.9
	---------------------------------------------------
		A set of useful LESS mixins
		More info at: http://lesselements.com
	---------------------------------------------------*/
/* Generic */
/* Typography */
/* Structure */
/* Subnav */
/* Header */
/* Portfolio */
/* Social */
/* BLOG */
/* Shortcodes */
/* Lightwindow */
/* Helpers */
/* Misc */
/* Misc */
/* Flex Slider Browser Resets */
/* Section Blog */
/* Large desktop */
/* Portrait tablet to landscape and desktop */
/* Landscape phone to portrait tablet */
/* Landscape phones and down */
/* Make clicks pass-through */
/* Fancy blur effect */
/* Remove these to get rid of the spinner */
@charset "UTF-8";
/* WordPress Core */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
}
html {
  overflow-y: scroll;
}
body {
  background-color: #fff;
  font-size: 16px;
  font-family: "ABeeZee";
}
h1,
.h1-size {
  font-size: 80px;
  font-family: "Lato";
}
h2,
.h2-size {
  font-size: 40px;
  font-family: "Lato";
}
h3,
.h3-size {
  font-size: 25px;
  font-family: "Lato";
}
h4,
.h4-size {
  font-size: 20px;
  font-family: "Lato";
}
h5,
.h5-size {
  font-size: 18px;
  font-family: "Lato";
}
h6,
.h6-size {
  font-size: 16px;
  font-family: "Lato";
}
small,
.small-size {
  font-size: 85%;
}
.small-x-size {
  font-size: 80%;
}
.smaller {
  font-size: 70%;
}
/* .wrapper {
  overflow: hidden;
} */
.pages-holder {
  -webkit-transition: 500ms ease;
  -moz-transition: 500ms ease;
  -o-transition: 500ms ease;
  transition: 500ms ease;
  position: relative;
  height: 0;
}
.content-page {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
div.page-main {
  -webkit-transition: 500ms ease;
  -moz-transition: 500ms ease;
  -o-transition: 500ms ease;
  transition: 500ms ease;
  position: relative;
  z-index: 1;
}
.background-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-position: center top;
  background-repeat: no-repeat;
}
.background-image.cover {
  background-size: cover;
}
.subpages-holder {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  overflow: hidden;
}
.subpage {
  -webkit-transition: 500ms ease;
  -moz-transition: 500ms ease;
  -o-transition: 500ms ease;
  transition: 500ms ease;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 2;
  background: #fff;
}
.page-main a,
.subpage a,
.footer-page a {
  color: inherit;
}
.page-main a,
.subpage a {
  text-decoration: underline;
}
.page-wrapper,
.footer-container {
  position: relative;
  z-index: 2;
  padding: 200px 0 0px 0;
}
.no-nav .page-wrapper {
  padding: 100px 0 0px 0;
}
footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.single-portfolio footer {
  position: relative;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
}
.single-portfolio .footer-push {
  display: none;
}
.footer-container {
  padding: 50px 0 50px 0;
}
.footer-page {
  position: relative;
}
.footer-page .arrow-top {
  -moz-opacity: 0.1;
  -khtml-opacity: 0.1;
  -webkit-opacity: 0.1;
  opacity: 0.1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10);
  filter: alpha(opacity=10);
  -webkit-transition: 500ms ease;
  -moz-transition: 500ms ease;
  -o-transition: 500ms ease;
  transition: 500ms ease;
  position: absolute;
  right: 40px;
  bottom: 140px;
  z-index: 2;
  text-decoration: none;
}
.footer-page .arrow-top:hover {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.footer-page .arrow-top:before {
  content: "\F176";
  font-weight: normal;
  font-style: normal;
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
  line-height: 100%;
  font-size: 30px;
}
.footer-push {
  height: 300px;
}
section.portfolio {
  position: relative;
  z-index: 3;
}
.google-maps {
  position: relative;
  height: 400px;
}
/* #preloader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 888;
  overflow: hidden;
  padding-top: 25%;
  background: #fff;
  text-align: center;
} */
nav.subnav {
  -webkit-transition: 500ms ease;
  -moz-transition: 500ms ease;
  -o-transition: 500ms ease;
  transition: 500ms ease;
  position: absolute;
  right: 0;
  bottom: -100px;
  left: 0;
  z-index: 9;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  font-family: "Lato";
}
nav.subnav.active {
  bottom: 0;
}
nav.subnav ul {
  display: inline-block;
  margin: 0;
}
nav.subnav ul li {
  display: inline-block;
  margin: 0;
  vertical-align: bottom;
}
nav.subnav ul li a {
  -webkit-transition: 250ms ease;
  -moz-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  position: relative;
  display: inline-block;
  margin: 0 15px;
  padding: 20px 40px;
  line-height: 100%;
}
nav.subnav ul li a.active {
  top: 40px;
}
nav.subnav ul li a.active.active:hover {
  top: 0px;
}
nav.subnav ul li a:hover {
  padding: 40px 40px;
  text-decoration: none;
}
header {
  -webkit-transition: 250ms ease;
  -moz-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
  padding: 40px 0;
  color: #ffffff;
  text-shadow: none;
  font-family: "Lato";
}
header.collapsed-trigger {
  background: rgba(0,0,0,0.5);
}
header a {
  color: #ffffff;
  text-shadow: none;
}
header a:hover {
  color: #ffffff;
  text-decoration: none;
}
header .navbar-inner {
  border: 0;
  background: none;
  box-shadow: none;
  filter: none;
}
header .nav-collapse {
  top: 0px;
}
header .mask-header {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0.5;
}
header>.container {
  position: relative;
  z-index: 2;
}
header .navbar {
  margin-bottom: 0;
  font-size: 18px;
}
header .navbar .brand {
  padding: 0;
  color: #ffffff;
  text-shadow: none;
}
header .navbar .brand img.retina {
  display: none;
}
header .navbar .btn-navbar,
header .navbar .btn-navbar:hover {
  margin: 17px 0 0 0;
  border: 0;
  background: none;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}
header .navbar .nav > li {
  position: relative;
}
header .navbar .nav > li>a:after {
  -webkit-transition: 250ms ease-in-out;
  -moz-transition: 250ms ease-in-out;
  -o-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  position: absolute;
  bottom: 16px;
  left: 50%;
  margin-left: 0%;
  width: 0%;
  height: 2px;
  background-color: #ffffff;
  content: '';
}
header .navbar .nav > li.current-menu-item>a:after,
header .navbar .nav > li:hover>a:after {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  margin-left: -13%;
  width: 26%;
}
header .navbar .nav > li>a {
  padding: 0px 25px 25px 25px;
  color: #ffffff;
  text-shadow: none;
  font-weight: 500;
}
header .navbar .nav > li>a:hover {
  color: rgba(255,255,255,0.75);
}
header ul.language {
  position: relative;
  display: inline-block;
  padding-left: 40px;
  font-size: 12px;
}
header ul.language:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  width: 30px;
  height: 1px;
  background: rgba(255,255,255,0.5);
  content: '';
}
header ul.language li {
  position: relative;
  display: inline-block;
  padding: 0 0 0 10px;
}
header ul.language li:first-child {
  padding: 0;
}
header ul.language li:first-child:after {
  display: none;
}
header ul.language li:after {
  position: absolute;
  top: 50%;
  left: 3px;
  margin-top: -3px;
  width: 1px;
  height: 5px;
  border-right: 1px dotted #ffffff;
  content: '';
}
header ul.language li a {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
}
header ul.language li a.active {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.single-portfolio header,
.page-template-template-portfolio-php header {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.portfolio article .flex-control-nav {
  display: none;
}
.portfolio-detail {
  padding: 150px 0 150px 0;
}
.portfolio-detail h2 {
  font-size: 30px;
}
.portfolio-detail h2.no-slide {
  margin-top: 80px;
}
.portfolio-detail .wpb_flexslider .flex-direction-nav {
  display: none;
}
.portfolio-detail .portfolio-flexslider {
  position: relative;
  margin-bottom: 40px;
}
.portfolio-detail .portfolio-flexslider .flex-direction-nav {
  display: none;
}
.portfolio-detail .portfolio-flexslider .flex-control-nav {
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
}
.portfolio-detail .portfolio-flexslider .flex-control-nav li {
  display: inline-block;
  margin: 0 6px;
}
.portfolio-detail .portfolio-flexslider .flex-control-nav li a {
  -webkit-transition: 500ms ease;
  -moz-transition: 500ms ease;
  -o-transition: 500ms ease;
  transition: 500ms ease;
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 20px;
  background: #666;
  background: rgba(0,0,0,0.5);
  text-indent: -9999px;
  cursor: pointer;
}
.portfolio-detail .portfolio-flexslider .flex-control-nav li a.flex-active {
  background: rgba(0,0,0,0.9);
}
.portfolio-detail .portfolio-flexslider .flex-control-nav li a:hover {
  background: rgba(0,0,0,0.9);
}
.portfolio-detail .portfolio-flexslider ul.nav-portfolios {
  position: absolute;
  top: -37px;
  right: 0;
  left: 0;
  z-index: 9;
  text-align: center;
}
.portfolio-detail .portfolio-flexslider ul.nav-portfolios li {
  display: inline-block;
  width: 50px;
}
.portfolio-detail .portfolio-flexslider ul.nav-portfolios li a {
  -webkit-transition: 250ms ease-in-out;
  -moz-transition: 250ms ease-in-out;
  -o-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background: #c6c6c3;
  color: #fff;
  text-align: center;
  font-size: 25px;
  line-height: 50px;
}
.portfolio-detail .portfolio-flexslider ul.nav-portfolios li a.disabled {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  cursor: not-allowed;
}
.portfolio-detail .portfolio-flexslider ul.nav-portfolios li a:hover {
  background: #adada9;
  color: #fff;
  text-decoration: none;
}
.portfolio-detail .portfolio-flexslider ul.nav-portfolios li.next a:before {
  content: "\f178";
  font-weight: normal;
  font-style: normal;
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
  line-height: 100%;
}
.portfolio-detail .portfolio-flexslider ul.nav-portfolios li.prev a:before {
  content: "\f177";
  font-weight: normal;
  font-style: normal;
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
  line-height: 100%;
}
.portfolio-detail .portfolio-flexslider ul.nav-portfolios li.exit {
  margin-right: 15px;
  margin-left: 15px;
}
.portfolio-detail .portfolio-flexslider ul.nav-portfolios li.exit a {
  height: 75px;
  line-height: 75px;
}
.portfolio-detail .portfolio-flexslider ul.nav-portfolios li.exit a:before {
  content: "\f00d";
  font-weight: normal;
  font-style: normal;
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
  line-height: 100%;
}
.portfolio-detail .content {
  margin-top: 40px;
}
.portfolio-detail .content a {
  color: inherit;
  text-decoration: underline;
}
.portfolio-detail .similar-works {
  margin-top: 50px;
  padding: 70px 0;
  border-top: 1px solid rgba(0,0,0,0.1);
}
.portfolio-detail .similar-works h5 {
  margin-bottom: 30px;
  font-weight: 300;
  font-style: italic;
}
.portfolio-detail .similar-works ul.portfoliolist li {
  width: 33%;
}
.portfolio-detail .similar-works h2 {
  font-size: 25px;
}
.portfolio-detail .similar-works p {
  font-size: 13px;
}
.portfolio article a {
  color: inherit;
  text-decoration: underline;
}
.portfolio article p {
  line-height: 150%;
}
.portfolio article h3 {
  padding-top: 70px;
  font-weight: 900;
  font-size: 30px;
  line-height: 115%;
}
.portfolio article h3 a {
  color: inherit;
  text-decoration: none;
}
.portfolio article h3 a:hover {
  text-decoration: underline;
}
.portfolio-da-thumbs {
  position: relative;
}
.portfolio-da-thumbs .load-portfolio {
  display: block;
  padding: 40px;
  text-align: center;
}
.portfolio-da-thumbs .portfolio-categories {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  position: absolute;
  top: -58px;
  left: 40px;
  z-index: 9;
  margin-right: 40px;
  padding: 8px 6px;
  border-radius: 5px;
  background: #fff;
  color: #000;
  line-height: 100%;
}
.portfolio-da-thumbs .portfolio-categories:hover li {
  -webkit-transition: 500ms ease;
  -moz-transition: 500ms ease;
  -o-transition: 500ms ease;
  transition: 500ms ease;
  display: inline-block;
}
.portfolio-da-thumbs .portfolio-categories:hover li.hidden {
  display: none;
}
.portfolio-da-thumbs .portfolio-categories:before {
  position: absolute;
  bottom: -15px;
  left: 20px;
  z-index: 10;
  width: 0px;
  height: 0px;
  border-width: 15px 15px 0 0;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  content: '';
}
.portfolio-da-thumbs .portfolio-categories li {
  font-size: 80%;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  display: none;
  padding: 0px 13px;
  border-left: 1px solid #c4c4c5;
  line-height: 100%;
}
.portfolio-da-thumbs .portfolio-categories li.hidden {
  display: none;
}
.portfolio-da-thumbs .portfolio-categories li a {
  color: #393a3c;
}
.portfolio-da-thumbs .portfolio-categories li.show {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.portfolio-da-thumbs .portfolio-categories li:first-child {
  border-left: 0;
}
.portfolio-da-thumbs .portfolio-categories li.active {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  display: inline-block;
}
.portfolio-da-thumbs .portfolio-categories li.active:before {
  content: "\f00C";
  font-weight: normal;
  font-style: normal;
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
  line-height: 100%;
  padding-right: 8px;
  color: #393a3c;
  text-decoration: none;
  font-size: 14px;
}
ul.portfoliolist {
  position: relative;
  margin: 2px 0 1px 0;
  padding: 0;
  list-style: none;
}
ul.portfoliolist li {
  -webkit-transition: 1000ms ease;
  -moz-transition: 1000ms ease;
  -o-transition: 1000ms ease;
  transition: 1000ms ease;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  position: relative;
  display: inline-block;
  padding: 0;
  width: 25%;
  vertical-align: bottom;
}
ul.portfoliolist li.faded {
  -moz-opacity: 0.25 !important;
  -khtml-opacity: 0.25 !important;
  -webkit-opacity: 0.25 !important;
  opacity: 0.25 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25) !important;
  filter: alpha(opacity=25) !important;
}
ul.portfoliolist li.opaque {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
ul.portfoliolist li.to-show {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
ul.portfoliolist li.items6 {
  width: 16.66667%;
}
ul.portfoliolist li.featured {
  display: none;
}
ul.portfoliolist li.hidden {
  display: none;
}
ul.portfoliolist li:nth-child(4n) a {
  margin-right: 0px;
}
ul.portfoliolist li h2 {
  font-size: 25px;
  line-height: 20px;
}
ul.portfoliolist li a {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 1px 1px 0;
}
ul.portfoliolist li a img {
  width: 100%;
}
ul.portfoliolist li a .infowrapper {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  position: absolute;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,10,0.8);
}
ul.portfoliolist li a .infowrapper .info-table {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}
ul.portfoliolist li a .infowrapper .info {
  display: table-cell;
  padding: 0 10%;
  vertical-align: middle;
}
ul.portfoliolist li a .infowrapper p {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
ul.portfoliolist li a:hover .infowrapper {
  display: block;
}
.social {
  position: relative;
  z-index: 3;
  padding: 40px 0 20px;
  color: #000;
}
.social a {
  color: inherit;
}
.social .twitter-feed-icon {
  padding-top: 30px;
}
.social .tweet_list {
  margin: 0;
  min-height: 100px;
}
.social .tweet_list li {
  list-style: none;
}
.social .tweet_list li .tweet_text {
  font-style: italic;
}
.social .tweet_list li .tweet_text a {
  font-weight: 600;
}
.social .tweet_list li .tweet_time {
  display: block;
  margin-bottom: 10px;
}
.social .tweet_list li .tweet_time a {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  font-size: 11px;
}
.social .social-profiles li {
  margin-left: 30px;
  padding: 30px 0 0 0;
  vertical-align: middle;
}
.social .social-profiles li a:hover {
  display: block;
}
.social .social-profiles li small {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  font-size: 11px;
}
.social a[class^="icon-"],
.social a[class*="icon-"],
.social [class^="icon-"],
.social [class*="icon-"] {
  font-size: 35px;
}
.social a[class^="icon-"]:hover,
.social a[class^="icon-"]:active,
.social a[class*="icon-"]:hover,
.social a[class*="icon-"]:active,
.social [class^="icon-"]:hover,
.social [class^="icon-"]:active,
.social [class*="icon-"]:hover,
.social [class*="icon-"]:active {
  text-decoration: none;
}
.social .icon-bitbucket,
.social .icon-bitbucket-sign {
  color: #205081;
}
.social .icon-dribbble {
  color: #ea4c89;
}
.social .icon-facebook,
.social .icon-facebook-sign {
  color: #3b5998;
}
.social .icon-flickr {
  color: #ff0084;
}
.social .icon-foursquare {
  color: #0072b1;
}
.social .icon-github,
.social .icon-github-alt,
.social .icon-github-sign {
  color: #4183c4;
}
.social .icon-gittip {
  color: #663300;
}
.social .icon-google-plus,
.social .icon-google-plus-sign {
  color: #dd4b39;
}
.social .icon-instagram {
  color: #517fa4;
}
.social .icon-linkedin,
.social .icon-linkedin-sign {
  color: #007bb6;
}
.social .icon-maxcdn {
  color: #F5AE34;
}
.social .icon-pinterest,
.social .icon-pinterest-sign {
  color: #cb2027;
}
.social .icon-renren {
  color: #105BA3;
}
.social .icon-skype {
  color: #00b0f6;
}
.social .icon-stackexchange {
  color: #195398;
}
.social .icon-trello {
  color: #1C6087;
}
.social .icon-tumblr,
.social .icon-tumblr-sign {
  color: #32506d;
}
.social .icon-twitter,
.social .icon-twitter-sign {
  color: #00aced;
}
.social .icon-vk {
  color: #45668e;
}
.social .icon-weibo {
  color: #E6162D;
}
.social .icon-xing,
.social .icon-xing-sign {
  color: #036567;
}
.social .icon-youtube,
.social .icon-youtube-play,
.social .icon-youtube-sign {
  color: #bb0000;
}
.brand {
  padding: 0;
  color: #ffffff;
  text-shadow: none;
}
.brand img.retina {
  display: none;
}
.flexslider .flex-viewport {
  -webkit-transition: .2s linear;
  -moz-transition: .2s linear;
  -o-transition: .2s linear;
  transition: .2s linear;
}
.flexslider .flex-control-nav {
  bottom: 0;
}
section.blog {
  position: relative;
  height: 100%;
  background-color: #fff;
  color: #000;
}
section.blog aside.cover {
  position: fixed;
  max-width: 550px;
  width: 30%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
section.blog aside.cover .cover-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 70%;
  left: 0;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,#000000 0%,rgba(0,0,0,0) 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#000000),color-stop(100%,rgba(0,0,0,0)));
  background: -webkit-linear-gradient(top,#000000 0%,rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(top,#000000 0%,rgba(0,0,0,0) 100%);
  background: -ms-linear-gradient(top,#000000 0%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom,#000000 0%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#00000000',GradientType=0);
}
section.blog aside.cover .blog-info {
  position: absolute;
  top: 50px;
  right: 50px;
  left: 50px;
  color: #fff;
}
section.blog aside.cover .blog-info figure.brand {
  margin: 0 0 10px 0;
}
section.blog aside.cover .blog-info header {
  position: static;
  padding: 0;
}
section.blog aside.cover .blog-info header .navbar .btn-navbar {
  float: left;
  margin-top: 0;
  margin-bottom: 20px;
}
section.blog aside.cover .blog-info header .navbar .nav {
  margin: 0;
}
section.blog aside.cover .blog-info header .navbar .nav > li > a {
  padding: 0 0 25px 0;
  background: none;
  font-size: 16px;
}
section.blog article p {
  line-height: 25px;
}
section.blog article .the_content a {
  text-decoration: underline;
  font-weight: bold;
}
section.blog aside.content,
section.blog footer.next_post_link {
  position: relative;
  left: 30%;
  width: 70%;
}
section.blog aside.content aside.posts,
section.blog footer.next_post_link aside.posts {
  margin-top: 50px;
}
section.blog aside.content aside.posts h2,
section.blog footer.next_post_link aside.posts h2 {
  margin-top: 15px;
  margin-bottom: 25px;
  font-weight: 900;
  font-size: 30px;
  line-height: 32px;
}
section.blog aside.content aside.posts figure.post-thumbnail,
section.blog footer.next_post_link aside.posts figure.post-thumbnail {
  margin: 15px 0 30px 0;
}
section.blog aside.content aside.posts .the_content,
section.blog footer.next_post_link aside.posts .the_content {
  margin-top: 50px;
}
section.blog aside.content aside.posts .post-info,
section.blog footer.next_post_link aside.posts .post-info {
  margin-top: 20px;
}
section.blog aside.content aside.posts .author,
section.blog footer.next_post_link aside.posts .author {
  text-decoration: underline;
}
section.blog aside.content aside.posts hr,
section.blog footer.next_post_link aside.posts hr {
  margin: 50px -30px 50px 30px;
  border-top-color: #f1f1ee;
  border-top-color: rgba(0,0,0,0.05);
  border-bottom: none;
}
section.blog aside.content aside.posts hr.comments,
section.blog footer.next_post_link aside.posts hr.comments {
  margin: 50px -30px 50px -50px;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
section.blog aside.content aside.posts.single,
section.blog footer.next_post_link aside.posts.single {
  margin-bottom: 150px;
}
section.blog aside.content aside.posts.single figure.post-thumbnail,
section.blog footer.next_post_link aside.posts.single figure.post-thumbnail {
  margin: 0 0 30px 0;
}
section.blog aside.content aside.posts.single .icon-bookmark-empty,
section.blog footer.next_post_link aside.posts.single .icon-bookmark-empty {
  position: absolute;
  margin-left: -20px;
}
section.blog aside.content aside.posts.single .author-meta p,
section.blog aside.content aside.posts.single .comments p,
section.blog footer.next_post_link aside.posts.single .author-meta p,
section.blog footer.next_post_link aside.posts.single .comments p {
  font-size: 81.3%;
  line-height: 138.4%;
}
section.blog aside.content .leave_comment,
section.blog footer.next_post_link .leave_comment {
  display: block;
  margin-left: -25px;
  padding: 15px;
  width: 160px;
  outline: none;
  background: #c6c6c3;
  color: #fff;
  text-align: left;
  font-size: 14px;
  border-radius: 30px 30px 30px 30px;
}
section.blog aside.content .leave_comment i,
section.blog footer.next_post_link .leave_comment i {
  margin-right: 10px;
  font-size: 20px;
}
section.blog aside.content .leave_comment:hover,
section.blog aside.content .leave_comment:active,
section.blog aside.content .leave_comment:focus,
section.blog footer.next_post_link .leave_comment:hover,
section.blog footer.next_post_link .leave_comment:active,
section.blog footer.next_post_link .leave_comment:focus {
  text-decoration: none;
}
section.blog aside.content section.comments .commentlist,
section.blog footer.next_post_link section.comments .commentlist {
  margin: 0;
}
section.blog aside.content section.comments .commentlist li,
section.blog footer.next_post_link section.comments .commentlist li {
  list-style: none;
}
section.blog aside.content section.comments .commentlist h4.author,
section.blog footer.next_post_link section.comments .commentlist h4.author {
  text-decoration: none;
}
section.blog aside.content section.comments .commentlist hr,
section.blog footer.next_post_link section.comments .commentlist hr {
  margin: 30px -30px 30px 30px;
}
section.blog aside.content section.comments .commentlist .date,
section.blog footer.next_post_link section.comments .commentlist .date {
  display: block;
  font-size: 75%;
}
section.blog aside.content section.comments .commentlist .comment-reply-link,
section.blog footer.next_post_link section.comments .commentlist .comment-reply-link {
  position: absolute;
  bottom: -19px;
  left: 13px;
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  background-color: #C6C6C3;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 25px;
}
section.blog aside.content section.comments .commentlist .comment-reply-link:hover,
section.blog aside.content section.comments .commentlist .comment-reply-link:active,
section.blog footer.next_post_link section.comments .commentlist .comment-reply-link:hover,
section.blog footer.next_post_link section.comments .commentlist .comment-reply-link:active {
  text-decoration: none;
}
section.blog aside.content section.comments .commentlist .children,
section.blog footer.next_post_link section.comments .commentlist .children {
  margin-left: 12%;
}
section.blog aside.content section.comments .comment-form-header textarea,
section.blog aside.content section.comments .comment-form-header input,
section.blog footer.next_post_link section.comments .comment-form-header textarea,
section.blog footer.next_post_link section.comments .comment-form-header input {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #838383;
  border: 1px solid rgba(0,0,0,0.5);
  border-radius: 4px;
  background: none;
  font-size: 12px;
}
section.blog aside.content section.comments .comment-form-header #submit,
section.blog footer.next_post_link section.comments .comment-form-header #submit {
  height: 50px;
}
section.blog aside.content section.comments .avatar-wrapper,
section.blog footer.next_post_link section.comments .avatar-wrapper {
  position: relative;
}
section.blog aside.content section.comments .avatar-wrapper figure.avatar,
section.blog footer.next_post_link section.comments .avatar-wrapper figure.avatar {
  overflow: visible;
  width: auto;
}
section.blog aside.content section.comments .avatar-wrapper figure.avatar img,
section.blog footer.next_post_link section.comments .avatar-wrapper figure.avatar img {
  margin-left: 0px;
  border-radius: 38px;
}
section.blog aside.content .avatar-wrapper,
section.blog footer.next_post_link .avatar-wrapper {
  position: absolute;
  left: -25px;
}
section.blog aside.content .avatar-wrapper figure.avatar,
section.blog footer.next_post_link .avatar-wrapper figure.avatar {
  overflow: hidden;
  margin: 0;
  width: 50px;
  border-radius: 38px;
}
section.blog aside.content .avatar-wrapper figure.avatar img,
section.blog footer.next_post_link .avatar-wrapper figure.avatar img {
  margin-left: -12px;
  max-width: 76px;
  border-radius: 38px;
}
section.blog aside.content .avatar-wrapper .comments_number,
section.blog footer.next_post_link .avatar-wrapper .comments_number {
  position: absolute;
  z-index: 10;
  margin-top: -10px;
  margin-left: 12px;
  width: 25px;
  height: 25px;
  border-radius: 25px 25px 25px 25px;
  background-color: #c6c6c3;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 11px;
  line-height: 25px;
}
section.blog aside.content ul.page-numbers li a,
section.blog aside.content ul.page-numbers li span,
section.blog footer.next_post_link ul.page-numbers li a,
section.blog footer.next_post_link ul.page-numbers li span {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  margin: 0 2px;
  padding: 0;
  width: 21px;
  border: 3px solid;
  border-radius: 34px;
  background: none;
  color: inherit;
  font-weight: 800;
  font-style: italic;
  font-size: 14px;
}
section.blog aside.content ul.page-numbers li a:hover,
section.blog footer.next_post_link ul.page-numbers li a:hover {
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  -webkit-opacity: 0.85;
  opacity: 0.85;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
  filter: alpha(opacity=85);
  border-color: inherit;
  background-color: #000;
  color: #fff;
}
section.blog aside.content .pagination ul > li:first-child > a,
section.blog aside.content .pagination ul > li:first-child > span,
section.blog footer.next_post_link .pagination ul > li:first-child > a,
section.blog footer.next_post_link .pagination ul > li:first-child > span {
  border-radius: 34px;
}
section.blog aside.content .widget_tag_cloud a,
section.blog footer.next_post_link .widget_tag_cloud a {
  display: inline-block;
  margin-bottom: 5px;
  padding: 10px;
  border: 1px solid #BDBDBD;
  border: 1px solid rgba(0,0,0,0.25);
  border-radius: 10px;
  font-size: 11px !important;
  line-height: 100%;
}
section.blog aside.content aside.sidebar,
section.blog footer.next_post_link aside.sidebar {
  margin-top: 50px;
  font-size: 13px;
}
section.blog aside.content aside.sidebar ul,
section.blog footer.next_post_link aside.sidebar ul {
  margin: 0;
  list-style: none;
}
section.blog aside.content aside.sidebar aside.widget,
section.blog footer.next_post_link aside.sidebar aside.widget {
  margin-bottom: 40px;
}
section.blog aside.content aside.sidebar .widget_categories > ul li,
section.blog footer.next_post_link aside.sidebar .widget_categories > ul li {
  margin: 5px 0 0 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #e4e4e4;
  border-bottom: 1px solid rgba(0,0,0,0.15);
}
section.blog aside.content aside.sidebar .widget_categories > ul li:last-child,
section.blog footer.next_post_link aside.sidebar .widget_categories > ul li:last-child {
  padding-bottom: 0;
  border: none;
}
section.blog aside.content aside.sidebar .pt_recent_posts_widget li,
section.blog footer.next_post_link aside.sidebar .pt_recent_posts_widget li {
  margin-bottom: 10px;
}
section.blog aside.content aside.sidebar .pt_recent_posts_widget .span4,
section.blog footer.next_post_link aside.sidebar .pt_recent_posts_widget .span4 {
  margin-left: -25px;
}
section.blog aside.content aside.sidebar .pt_recent_posts_widget img,
section.blog footer.next_post_link aside.sidebar .pt_recent_posts_widget img {
  margin-top: -10px;
  width: 50px;
  height: 50px;
  border-radius: 25px;
}
section.blog aside.content aside.sidebar #searchform div,
section.blog footer.next_post_link aside.sidebar #searchform div {
  position: relative;
}
section.blog aside.content aside.sidebar #searchform div:before,
section.blog aside.content aside.sidebar #searchform div #searchsubmit,
section.blog footer.next_post_link aside.sidebar #searchform div:before,
section.blog footer.next_post_link aside.sidebar #searchform div #searchsubmit {
  content: "\f002";
  font-weight: normal;
  font-style: normal;
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
  line-height: 100%;
  position: absolute;
  top: 11px;
  right: 15px;
  border: none;
  background: none;
  color: rgba(0,0,0,0.15);
  font-size: 16px;
}
section.blog aside.content aside.sidebar #searchform div #searchsubmit,
section.blog footer.next_post_link aside.sidebar #searchform div #searchsubmit {
  right: 17px;
  text-indent: -9999px;
}
section.blog aside.content aside.sidebar #searchform label,
section.blog footer.next_post_link aside.sidebar #searchform label {
  display: none;
}
section.blog aside.content aside.sidebar #searchform input#s,
section.blog footer.next_post_link aside.sidebar #searchform input#s {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding: 0 35px 0 15px;
  height: 40px;
  border-color: rgba(0,0,0,0.15);
  border-radius: 45px;
  background-color: inherit;
  font-size: 13px;
  opacity: 0.8;
}
section.blog aside.content .smaller,
section.blog footer.next_post_link .smaller {
  font-size: 75%;
}
section.blog aside.content a,
section.blog footer.next_post_link a {
  color: inherit;
}
section.blog footer.next_post_link {
  position: absolute;
  right: 0;
  width: auto;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5OTk5OTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,#999999 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,#999999));
  background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,#999999 100%);
  background: -o-linear-gradient(top,rgba(0,0,0,0) 0%,#999999 100%);
  background: -ms-linear-gradient(top,rgba(0,0,0,0) 0%,#999999 100%);
  background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,#999999 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#999999',GradientType=0);
}
section.blog footer.next_post_link h2 {
  margin-bottom: 0;
  padding-bottom: 30px;
  color: #fff;
  font-size: 30px;
  line-height: 32px;
}
.container-blog {
  margin-left: 0;
  max-width: 780px;
  width: 100%;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
  background: none;
  font-style: italic;
  font-size: 40px;
  font-family: "Lato";
  opacity: .2;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
  padding-left: 0;
  color: inherit;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header.ui-accordion-header-active {
  opacity: 1;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header:hover {
  opacity: .6;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_content {
  padding-left: 0;
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon,
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
  display: none;
}
.vc_pie_chart {
  font-family: "Lato";
}
.vc_pie_chart span.vc_pie_chart_value {
  font-size: 14.5454545455px;
}
.vc_pie_chart .wpb_heading.wpb_pie_chart_heading {
  margin-top: 15px;
}
.vc_pie_chart .vc_pie_chart_back {
  margin-top: 10px;
  margin-left: 10px;
}
.pt_separator {
  position: relative;
  background: #ffffff;
}
.pt_separator.horizontal {
  height: 1px;
}
.pt_separator.horizontal.left:before {
  left: 0;
}
.pt_separator.horizontal.right:before {
  right: 0;
}
.pt_separator.horizontal:before {
  top: 50%;
  margin-top: -4px;
}
.pt_separator.vertical {
  margin-left: 50%;
  width: 1px;
}
.pt_separator.vertical.top:before {
  top: 0;
}
.pt_separator.vertical.bottom:before {
  bottom: 0;
}
.pt_separator.vertical:before {
  left: 50%;
  margin-left: -4px;
}
.pt_separator:before {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background: inherit;
  content: '';
}
.pt_round_button_icon {
  -webkit-transition: 350ms ease;
  -moz-transition: 350ms ease;
  -o-transition: 350ms ease;
  transition: 350ms ease;
  position: relative;
  display: block;
  overflow: hidden;
  padding: 32px 0;
  border: 2px solid;
  border-radius: 70px;
  text-align: center;
  text-decoration: none;
}
.pt_round_button_icon:hover i {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  top: -100px;
}
.pt_round_button_icon:hover i.anim {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  top: 50%;
  margin-top: -15px;
}
.pt_round_button_icon i {
  -webkit-transition: 350ms ease-in-out;
  -moz-transition: 350ms ease-in-out;
  -o-transition: 350ms ease-in-out;
  transition: 350ms ease-in-out;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  position: relative;
  top: 0;
  width: 30px;
  height: 30px;
  text-decoration: none;
  font-size: 30px;
  line-height: 30px;
}
.pt_round_button_icon i.anim {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  position: absolute;
  top: 100px;
  left: 50%;
  margin-top: 0;
  margin-left: -15px;
}
.pt_round_button_icon i:before {
  text-decoration: none;
}
a.pt_button_icon {
  display: block;
  padding: 20px 0;
  text-align: center;
  text-decoration: none;
}
a.pt_button_icon i {
  text-decoration: none;
  font-size: 25px;
  line-height: 25px;
}
.team-wrapper:hover .text {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  margin-top: 20px;
}
.team-wrapper .text {
  -webkit-transition: 350ms ease;
  -moz-transition: 350ms ease;
  -o-transition: 350ms ease;
  transition: 350ms ease;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  margin-top: 20px;
  text-align: center;
}
.team-wrapper .text h4 {
  margin-bottom: 5px;
}
.team-wrapper .text p {
  font-style: italic;
  font-size: 14.5454545455px;
}
.touch .mask,
.touch .team-wrapper .text {
  display: none;
}
.touch .mask.show,
.touch .team-wrapper .text.show {
  display: block;
  opacity: 1;
}
.touch .mask.hide,
.touch .team-wrapper .text.hide {
  display: none;
  opacity: 0;
}
.team-element {
  position: relative;
  display: inline-block;
  max-width: 170px;
}
.team-element:hover .mask {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
}
.team-element:hover .mask a {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.team-element:hover .pt_separator {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  bottom: -20px;
  height: 45px;
}
.team-element img {
  border-radius: 170px;
}
.team-element .pt_separator {
  -webkit-transition: 250ms ease-out;
  -moz-transition: 250ms ease-out;
  -o-transition: 250ms ease-out;
  transition: 250ms ease-out;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  position: absolute;
  bottom: 20px;
  height: 0px;
}
.team-element .pt_separator.vertical:before {
  margin-left: -3px;
}
.team-element .mask {
  -webkit-transition: 350ms ease;
  -moz-transition: 350ms ease;
  -o-transition: 350ms ease;
  transition: 350ms ease;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  position: absolute;
  top: -20px;
  right: -20px;
  bottom: -20px;
  left: -20px;
  border-radius: 290px;
}
.team-element .mask a {
  -webkit-transition: 500ms ease;
  -moz-transition: 500ms ease;
  -o-transition: 500ms ease;
  transition: 500ms ease;
  position: absolute;
  left: 50%;
  overflow: hidden;
  margin-left: -50px;
  width: 100px;
  height: 26px;
  text-align: center;
  text-decoration: none;
  font-size: 25px;
  line-height: 100%;
}
.team-element .mask a i {
  -webkit-transition: 350ms ease;
  -moz-transition: 350ms ease;
  -o-transition: 350ms ease;
  transition: 350ms ease;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  text-decoration: none;
}
.team-element .mask a span {
  -webkit-transition: 500ms ease;
  -moz-transition: 500ms ease;
  -o-transition: 500ms ease;
  transition: 500ms ease;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  position: absolute;
  left: 100%;
  display: block;
  margin-left: -50px;
  width: 100px;
  height: 26px;
  font-size: 14.5454545455px;
  line-height: 26px;
}
.team-element .mask a:hover i {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  left: 0%;
}
.team-element .mask a:hover span {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  left: 50%;
}
.team-element .mask.networks-1 a.network_1 {
  top: 50%;
  margin-top: -13px;
}
.team-element .mask.networks-2 a.network_1 {
  top: 30%;
}
.team-element .mask.networks-2 a.network_2 {
  bottom: 30%;
}
.team-element .mask.networks-3 a.network_1 {
  top: 20%;
}
.team-element .mask.networks-3 a.network_2 {
  top: 50%;
  margin-top: -13px;
}
.team-element .mask.networks-3 a.network_3 {
  bottom: 20%;
}
.team-element .mask.networks-4 a.network_1 {
  top: 20%;
}
.team-element .mask.networks-4 a.network_2 {
  top: 36.5%;
}
.team-element .mask.networks-4 a.network_3 {
  bottom: 36.5%;
}
.team-element .mask.networks-4 a.network_4 {
  bottom: 20%;
}
div.wpb_gallery .wpb_flexslider .flex-control-nav {
  bottom: 5px;
}
div.flexslider {
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.pt_button_slide {
  -webkit-transition: 500ms ease;
  -moz-transition: 500ms ease;
  -o-transition: 500ms ease;
  transition: 500ms ease;
  position: relative;
  text-align: center;
}
.pt_button_slide:hover .holder-front {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  top: -50px;
}
.pt_button_slide:hover .holder-back {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  top: 0;
}
.pt_button_slide .holder-back {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: 500ms ease;
  -moz-transition: 500ms ease;
  -o-transition: 500ms ease;
  transition: 500ms ease;
  position: relative;
  top: -20px;
  padding: 30px;
}
.pt_button_slide .holder-back hr {
  margin: 0 0 15px 12.5%;
  width: 75%;
  border-top: 0;
  border-bottom: 1px solid;
}
.pt_button_slide .holder-front {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: 1000ms ease;
  -moz-transition: 1000ms ease;
  -o-transition: 1000ms ease;
  transition: 1000ms ease;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 70px 0;
}
.pt_button_slide .holder-front .icon-holder i {
  font-size: 130px;
  line-height: 100%;
}
.pt_button_slide .holder-front h4 {
  position: relative;
  margin: 20px 0 0 12.5%;
  padding-top: 30px;
  width: 75%;
}
.pt_button_slide .holder-front h4:before {
  -webkit-transition: 250ms ease;
  -moz-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  border-top: 1px solid;
  content: '';
}
.pt_blog_posts li {
  position: relative;
  margin: 25px 0 30px 0;
}
.pt_blog_posts li:hover em {
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  -webkit-opacity: 0.75;
  opacity: 0.75;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  filter: alpha(opacity=75);
}
.pt_blog_posts li a {
  text-decoration: none;
}
.pt_blog_posts li em {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  -webkit-transition: 500ms ease;
  -moz-transition: 500ms ease;
  -o-transition: 500ms ease;
  transition: 500ms ease;
  display: block;
  margin-top: 3px;
}
.pt_blog_posts li:last-child:before {
  display: none;
}
.pt_blog_posts li:before {
  position: absolute;
  bottom: -15px;
  left: -10px;
  width: 10%;
  height: 1px;
  border-bottom: 1px solid;
  content: '';
}
.pt_newsletter_form {
  position: relative;
  z-index: 2;
}
.pt_newsletter_form:before {
  content: "\F003";
  font-weight: normal;
  font-style: normal;
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
  line-height: 100%;
  -moz-opacity: 0.05;
  -khtml-opacity: 0.05;
  -webkit-opacity: 0.05;
  opacity: 0.05;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=5);
  filter: alpha(opacity=5);
  position: absolute;
  top: -25px;
  left: -40px;
  font-size: 80px;
}
.pt_newsletter_form input[type="email"],
.pt_newsletter_form input {
  font-size: 20px;
  font-family: "Lato";
  margin-bottom: 5px;
  margin-left: -10px;
  padding: 2px 10px;
  height: auto;
  border: 0;
  border-bottom: 1px solid;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: bold;
}
.pt_newsletter_form input[type="email"] :-moz-placeholder,
.pt_newsletter_form input :-moz-placeholder {
  color: inherit;
}
.pt_newsletter_form input[type="email"] ::-moz-placeholder,
.pt_newsletter_form input ::-moz-placeholder {
  color: inherit;
}
.pt_newsletter_form input[type="email"] ::-ms-input-placeholder,
.pt_newsletter_form input ::-ms-input-placeholder {
  color: inherit;
}
.pt_newsletter_form input[type="email"] ::-webkit-input-placeholder,
.pt_newsletter_form input ::-webkit-input-placeholder {
  color: inherit;
}
.pt_newsletter_form input[type="email"]:-moz-placeholder,
.pt_newsletter_form input:-moz-placeholder {
  color: inherit;
}
.pt_newsletter_form input[type="email"]:-ms-input-placeholder,
.pt_newsletter_form input:-ms-input-placeholder {
  color: inherit;
}
.pt_newsletter_form input[type="email"]::-webkit-input-placeholder,
.pt_newsletter_form input::-webkit-input-placeholder {
  color: inherit;
}
.pt_newsletter_form input[type="email"]:focus,
.pt_newsletter_form input:focus {
  box-shadow: none;
}
.bt-share {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  text-decoration: none;
  line-height: 15px;
}
.bt-share:hover {
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  -webkit-opacity: 0.75;
  opacity: 0.75;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  filter: alpha(opacity=75);
  text-decoration: none;
}
.bt-share img {
  padding-right: 5px;
  width: 15px;
}
.pt-contact-form input {
  font-size: 85%;
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  margin: 0;
  padding: 0;
  height: 30px;
  border: none;
  border-bottom: 1px solid;
  border-radius: 0;
  background-color: none;
  background-color: transparent;
  box-shadow: none;
  color: inherit;
  line-height: 30px;
}
.pt-contact-form input :-moz-placeholder {
  color: inherit;
}
.pt-contact-form input ::-moz-placeholder {
  color: inherit;
}
.pt-contact-form input ::-ms-input-placeholder {
  color: inherit;
}
.pt-contact-form input ::-webkit-input-placeholder {
  color: inherit;
}
.pt-contact-form input:-moz-placeholder {
  color: inherit;
}
.pt-contact-form input:-ms-input-placeholder {
  color: inherit;
}
.pt-contact-form input::-webkit-input-placeholder {
  color: inherit;
}
.pt-contact-form textarea {
  font-size: 85%;
  margin-bottom: 30px;
  padding: 0;
  height: 120px;
  border: none;
  border-radius: 0;
  background-color: none;
  background-color: transparent;
  background-image: -moz-linear-gradient(top,transparent,transparent 29px,#E7EFF8 0px);
  background-image: -webkit-linear-gradient(top,transparent,transparent 29px,#E7EFF8 0px);
  background-image: linear-gradient(to bottom,transparent,transparent 29px,#E7EFF8 0px);
  background-size: 100% 30px;
  box-shadow: none;
  color: inherit;
  line-height: 30px;
  resize: none;
}
.pt-contact-form textarea :-moz-placeholder {
  color: inherit;
}
.pt-contact-form textarea ::-moz-placeholder {
  color: inherit;
}
.pt-contact-form textarea ::-ms-input-placeholder {
  color: inherit;
}
.pt-contact-form textarea ::-webkit-input-placeholder {
  color: inherit;
}
.pt-contact-form textarea:-moz-placeholder {
  color: inherit;
}
.pt-contact-form textarea:-ms-input-placeholder {
  color: inherit;
}
.pt-contact-form textarea::-webkit-input-placeholder {
  color: inherit;
}
.pt-contact-form button {
  font-size: 18px;
  font-family: "Lato";
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font-style: italic;
}
.pt-contact-form input:focus,
.pt-contact-form textarea:focus,
.pt-contact-form input:focus:invalid:focus,
.pt-contact-form textarea:focus:invalid:focus {
  box-shadow: none;
  color: inherit;
}
.flickr_badge_image {
  width: 62px;
  height: 62px;
}
.pt_text_animated {
  overflow: hidden;
}
.pt_text_animated .tlt {
  display: block;
  padding: 10px 0;
  line-height: 100%;
}
.lightwindow ul.share a.icon-github:hover,
.lightwindow ul.share a.icon-github-sign:hover,
.lightwindow ul.share a.icon-github-alt:hover {
  color: #4183c4;
}
.lightwindow ul.share a.icon-flickr:hover {
  color: #FE0883;
}
.lightwindow ul.share a.icon-vimeo:hover {
  color: #86B32D;
}
.lightwindow ul.share a.icon-twitter:hover,
.lightwindow ul.share a.icon-twitter-sign:hover {
  color: #00aced;
}
.lightwindow ul.share a.icon-facebook:hover,
.lightwindow ul.share a.icon-facebook-sign:hover {
  color: #3B5998;
}
.lightwindow ul.share a.icon-google-plus:hover,
.lightwindow ul.share a.icon-google-plus-sign:hover {
  color: #dd4b39;
}
.lightwindow ul.share a.icon-pinterest:hover,
.lightwindow ul.share a.icon-pinterest-sign:hover {
  color: #be4037;
}
.lightwindow ul.share a.icon-tumblr:hover,
.lightwindow ul.share a.icon-tumblr-sign:hover {
  color: #2e4c69;
}
.lightwindow ul.share a.icon-linkedin:hover,
.lightwindow ul.share a.icon-linkedin-sign:hover {
  color: #4875B4;
}
.lightwindow ul.share a.icon-dribbble:hover {
  color: #ea4c89;
}
.lightwindow ul.share a.icon-stumbleupon:hover {
  color: #eb4823;
}
.lightwindow ul.share a.icon-lastfm:hover {
  color: #d2130a;
}
.lightwindow ul.share a.icon-behance:hover {
  color: #1377ff;
}
.lightwindow ul.share a.icon-instagram:hover {
  color: #517fa4;
}
.lightwindow ul.share a.icon-skype:hover {
  color: #00b0f6;
}
.lightwindow ul.share a.icon-soundcloud:hover {
  color: #fe4b00;
}
.lightwindow ul.share a.icon-xing:hover,
.lightwindow ul.share a.icon-xing-sign:hover {
  color: #036567;
}
.lightwindow ul.share a.icon-youtube:hover,
.lightwindow ul.share a.icon-youtube-play:hover,
.lightwindow ul.share a.icon-youtube-sign:hover {
  color: #FF3333;
}
.lightwindow {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  display: none;
  overflow-x: auto;
  overflow-y: scroll;
  background: #000;
}
.lightwindow .lightwindow-content {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: opacity 1000ms ease;
  -moz-transition: opacity 1000ms ease;
  -o-transition: opacity 1000ms ease;
  transition: opacity 1000ms ease;
  position: absolute;
  right: 0;
  left: 0;
}
.lightwindow.lightwindow-portfolio {
  background: rgba(255,255,255,0.9);
}
.lightwindow.lightwindow-share h2 {
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
  font-weight: 300;
  font-family: 'Lato', sans-serif;
}
.lightwindow.lightwindow-share .share {
  margin-top: 50px;
  font-size: 60px;
}
.lightwindow.lightwindow-share .share a {
  -webkit-transition: 500ms ease;
  -moz-transition: 500ms ease;
  -o-transition: 500ms ease;
  transition: 500ms ease;
  text-decoration: none;
}
.lightwindow.lightwindow-share .share li {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  margin: 0 20px;
}
.lightwindow.lightwindow-share .close {
  margin-top: 100px;
}
.lightwindow .close {
  -webkit-transition: 1000ms ease;
  -moz-transition: 1000ms ease;
  -o-transition: 1000ms ease;
  transition: 1000ms ease;
  display: inline-block;
  float: none;
  margin-top: 60px;
  width: 18px;
  height: 16px;
  color: #fff;
  text-decoration: none;
  text-shadow: none;
  font-weight: 100;
  font-size: 36px;
  line-height: 14px;
  opacity: 1;
}
.lightwindow .close:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  color: inherit;
}
.prettyphoto:before {
  -webkit-transition: 500ms ease;
  -moz-transition: 500ms ease;
  -o-transition: 500ms ease;
  transition: 500ms ease;
  content: "\F002";
  font-weight: normal;
  font-style: normal;
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
  line-height: 100%;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 9;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: #fff;
  color: #000;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  opacity: .4;
}
.prettyphoto:hover:before {
  opacity: 1;
}
.ultra-light {
  font-weight: 100;
}
.ultra-light h1,
.ultra-light h2,
.ultra-light h3,
.ultra-light h4,
.ultra-light h5,
.ultra-light h6 {
  font-weight: 100;
}
.light {
  font-weight: 300;
}
.light h1,
.light h2,
.light h3,
.light h4,
.light h5,
.light h6 {
  font-weight: 300;
}
.normal {
  font-weight: 400;
}
.normal h1,
.normal h2,
.normal h3,
.normal h4,
.normal h5,
.normal h6 {
  font-weight: 400;
}
.semi-bold {
  font-weight: 600;
}
.semi-bold h1,
.semi-bold h2,
.semi-bold h3,
.semi-bold h4,
.semi-bold h5,
.semi-bold h6 {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.bold h1,
.bold h2,
.bold h3,
.bold h4,
.bold h5,
.bold h6 {
  font-weight: 700;
}
.extra-bold {
  font-weight: 800;
}
.extra-bold h1,
.extra-bold h2,
.extra-bold h3,
.extra-bold h4,
.extra-bold h5,
.extra-bold h6 {
  font-weight: 800;
}
.op100_i {
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  -webkit-opacity: 1 !important;
  opacity: 1 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100) !important;
  filter: alpha(opacity=100) !important;
}
.op100 {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.op90 {
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
}
.op80 {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
.op70 {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
.op60 {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
}
.op50 {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.op40 {
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  -webkit-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity=40);
}
.op30 {
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
}
.op20 {
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  -webkit-opacity: 0.2;
  opacity: 0.2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
  filter: alpha(opacity=20);
}
.op10 {
  -moz-opacity: 0.1;
  -khtml-opacity: 0.1;
  -webkit-opacity: 0.1;
  opacity: 0.1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10);
  filter: alpha(opacity=10);
}
.op0 {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
/* .no-scroll {
  overflow: hidden !important;
} */
.m-bottom10 {
  margin-bottom: 10px;
}
.m-bottom20 {
  margin-bottom: 20px;
}
.m-bottom30 {
  margin-bottom: 30px;
}
.m-bottom40 {
  margin-bottom: 40px;
}
.align-center {
  text-align: center;
}
.videoWrapper {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.videoWrapper object,
.videoWrapper embed,
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
code {
  white-space: normal;
}
section.portfolio,
.portfolio-detail {
  /* FlexSlider Necessary Styles */
  /* Hide the slides before the JS is loaded. Avoids image jumping */
  /* Clearfix for the .slides element */
  /* No JavaScript Fallback */
  /* If you are not using another script, such as Modernizr, make sure you
	 * include js that eliminates this class on page load */
  /* Direction Nav */
}
section.portfolio .flex-container a:active,
section.portfolio .portfolio-flexslider a:active,
section.portfolio .flex-container a:focus,
section.portfolio .portfolio-flexslider a:focus,
.portfolio-detail .flex-container a:active,
.portfolio-detail .portfolio-flexslider a:active,
.portfolio-detail .flex-container a:focus,
.portfolio-detail .portfolio-flexslider a:focus {
  outline: none;
}
section.portfolio .slides,
section.portfolio .flex-control-nav,
section.portfolio .flex-direction-nav,
.portfolio-detail .slides,
.portfolio-detail .flex-control-nav,
.portfolio-detail .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
section.portfolio .portfolio-flexslider,
.portfolio-detail .portfolio-flexslider {
  position: relative;
  margin: 0;
  padding: 0;
}
section.portfolio .portfolio-flexslider .slides > li,
.portfolio-detail .portfolio-flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
section.portfolio .portfolio-flexslider .slides img,
.portfolio-detail .portfolio-flexslider .slides img {
  display: block;
  width: 100%;
}
section.portfolio .flex-pauseplay span,
.portfolio-detail .flex-pauseplay span {
  text-transform: capitalize;
}
section.portfolio .slides:after,
.portfolio-detail .slides:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "\0020";
  line-height: 0;
}
section.portfolio html[xmlns] .slides,
.portfolio-detail html[xmlns] .slides {
  display: block;
}
section.portfolio * html .slides,
.portfolio-detail * html .slides {
  height: 1%;
}
section.portfolio .no-js .slides > li:first-child,
.portfolio-detail .no-js .slides > li:first-child {
  display: block;
}
section.portfolio .flex-direction-nav,
.portfolio-detail .flex-direction-nav {
  *height: 0;
}
section.portfolio .flex-direction-nav a,
.portfolio-detail .flex-direction-nav a {
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  overflow: hidden;
  margin: -30px 0 0;
  padding: 25px 10px;
  width: 20px;
  height: 17px;
  border: 1px solid #fff;
  border-radius: 70px;
  background: none;
  color: #fff;
  text-decoration: none;
  text-indent: 0;
  line-height: 100%;
  opacity: 1;
  cursor: pointer;
}
section.portfolio .flex-direction-nav a:hover,
section.portfolio .flex-direction-nav a:active,
.portfolio-detail .flex-direction-nav a:hover,
.portfolio-detail .flex-direction-nav a:active {
  margin: -50px 0 0;
  padding: 45px 10px;
  border-color: #fff;
  background-color: #fff;
  color: rgba(0,0,0,0.4);
}
section.portfolio .flex-direction-nav .flex-prev,
.portfolio-detail .flex-direction-nav .flex-prev {
  left: -70px;
}
section.portfolio .flex-direction-nav .flex-next,
.portfolio-detail .flex-direction-nav .flex-next {
  right: -70px;
  text-align: right;
}
section.portfolio .flex-direction-nav .flex-disabled,
.portfolio-detail .flex-direction-nav .flex-disabled {
  display: none;
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}
section.portfolio .flex-direction-nav a.flex-prev:before,
.portfolio-detail .flex-direction-nav a.flex-prev:before {
  display: inline-block;
  content: '\f177';
  font-size: 20px;
  font-family: FontAwesome;
}
section.portfolio .flex-direction-nav a.flex-next:before,
.portfolio-detail .flex-direction-nav a.flex-next:before {
  display: inline-block;
  content: '\f178';
  font-size: 20px;
  font-family: FontAwesome;
}
section.portfolio .template-left .flex-prev,
.portfolio-detail .template-left .flex-prev {
  left: 20px;
}
section.portfolio .template-left .flex-next,
.portfolio-detail .template-left .flex-next {
  right: 20px;
}
section.portfolio .template-right .flex-prev,
.portfolio-detail .template-right .flex-prev {
  right: auto;
  left: 20px;
}
section.portfolio .template-right .flex-next,
.portfolio-detail .template-right .flex-next {
  right: 20px;
}
@media (min-width: 1832px) {
  section.blog aside.content,
  section.blog footer.next_post_link {
    left: 550px;
  }
}
@media (min-width: 1200px) {
  .container-blog {
    margin-left: 0;
    max-width: 970px;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .container-blog {
    margin-left: 0;
    max-width: 600px;
    width: 100%;
  }
}
@media (max-width: 1200px) {
  ul.portfoliolist li h2 {
    font-size: 40px;
    line-height: 100%;
  }
  ul.portfoliolist li.items6 h2 {
    font-size: 20px;
    line-height: 23px;
  }
  ul.portfoliolist li.items6 p {
    font-size: 13px;
  }
  .flickr_badge_image {
    width: 75px;
    height: 75px;
  }
}
@media (min-width: 980px) and (max-width: 1024px) {
  ul.portfoliolist li.items6 {
    width: 25%;
  }
  ul.portfoliolist li.items6 h2 {
    font-size: 30px;
    line-height: 23px;
  }
  ul.portfoliolist li.items6 p {
    font-size: 13px;
  }
  .portfolio article h3 {
    padding-top: 15px;
    font-size: 25px;
  }
  .portfolio article p {
    padding-top: 30px;
    padding-top: 0;
    font-size: 14.5454545455px;
    line-height: 135%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  h1,
  .h1-size {
    font-size: 66.6666666667px;
  }
  h2,
  .h2-size {
    font-size: 33.3333333333px;
  }
  h3,
  .h3-size {
    font-size: 20.8333333333px;
  }
  h4,
  .h4-size {
    font-size: 16.6666666667px;
  }
  h5,
  .h5-size {
    font-size: 15px;
  }
  h6,
  .h6-size {
    font-size: 13.3333333333px;
  }
  ul.portfoliolist li h2 {
    font-size: 33.3333333333px;
  }
  header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  header .navbar .brand {
    font-size: 18px;
  }
  header .navbar .nav {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid;
  }
  header .navbar .nav > li>a:after {
    display: none;
  }
  header .navbar .nav > li>a {
    padding: 5px 0;
    color: #ffffff;
    text-shadow: none;
    font-weight: 500;
    font-size: 16.3636363636px;
  }
  header .navbar .nav > li>a:hover {
    background: transparent;
    color: rgba(255,255,255,0.75);
  }
  nav.subnav ul li a,
  nav.subnav ul li a:hover {
    margin: 0 1px;
    padding: 10px 5px;
    font-size: 12px;
  }
  nav.subnav ul li a.active {
    top: 25px;
  }
  .lightwindow.lightwindow-share .share {
    font-size: 40px;
  }
  .arrow-top {
    display: none;
  }
  .portfolio article h3 {
    padding-top: 15px;
    font-size: 25px;
  }
  .portfolio article p {
    padding-top: 15px;
    padding-top: 0;
    font-size: 13.3333333333px;
    line-height: 135%;
  }
  ul.portfoliolist li a .infowrapper p {
    font-size: 13.3333333333px;
  }
  ul.portfoliolist li h2 {
    line-height: 30px;
  }
  ul.portfoliolist li {
    width: 33.3%;
  }
  ul.portfoliolist li.items6 {
    width: 25%;
  }
  ul.portfoliolist li.items6 h2 {
    font-size: 20px;
    line-height: 23px;
  }
  .pt_round_button_icon {
    padding: 16px 0;
    font-size: 18px;
  }
  section.blog aside.posts {
    width: 92%;
  }
  .flickr_badge_image {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 767px) {
  header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  header .navbar .brand {
    font-size: 18px;
  }
  header .navbar .nav {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid;
  }
  header .navbar .nav > li>a:after {
    display: none;
  }
  header .navbar .nav > li>a {
    padding: 5px 0;
    color: #ffffff;
    text-shadow: none;
    font-weight: 500;
    font-size: 16.3636363636px;
  }
  header .navbar .nav > li>a:hover {
    background: transparent;
    color: rgba(255,255,255,0.75);
  }
  nav.subnav ul li a,
  nav.subnav ul li a:hover {
    margin: 0 1px;
    padding: 10px 5px;
    font-size: 12px;
  }
  nav.subnav ul li a.active {
    top: 25px;
  }
  h1,
  .h1-size {
    font-size: 57.1428571429px;
  }
  h2,
  .h2-size {
    font-size: 28.5714285714px;
  }
  h3,
  .h3-size {
    font-size: 17.8571428571px;
  }
  h4,
  .h4-size {
    font-size: 14.2857142857px;
  }
  h5,
  .h5-size {
    font-size: 12.8571428571px;
  }
  h6,
  .h6-size {
    font-size: 11.4285714286px;
  }
  ul.portfoliolist li h2 {
    font-size: 28.5714285714px;
  }
  body {
    padding-right: 0;
    padding-left: 0;
  }
  .page-wrapper,
  .footer-container,
  .portfolio article {
    padding-right: 20px;
    padding-left: 20px;
  }
  .page-wrapper {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .footer-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  ul.portfoliolist li {
    width: 33.3%;
  }
  ul.portfoliolist li.featured {
    display: inline-block;
  }
  ul.portfoliolist li.featured.hidden {
    display: none;
  }
  ul.portfoliolist li.items6 {
    width: 33.3%;
  }
  ul.portfoliolist li.items6 h2 {
    font-size: 20px;
    line-height: 23px;
  }
  .portfolio article {
    display: none;
  }
  .portfolio-detail {
    padding: 50px 0;
  }
  .portfolio-detail .similar-works {
    margin-top: 70px;
    padding: 35px 0;
  }
  .social {
    padding: 20px;
  }
  .social .twitter-feed-icon,
  .social .social-profiles {
    margin: 0;
    text-align: left;
  }
  .social .social-profiles li {
    margin-right: 20px;
    margin-left: 0;
  }
  .team-wrapper {
    text-align: center;
  }
  .team-wrapper .text {
    opacity: 1;
  }
  .team-wrapper .mask {
    display: none;
  }
  .team-wrapper .mask i {
    font-size: 18px;
  }
  .team-wrapper .mask.networks-4 a.network_1 {
    top: 10%;
  }
  .team-wrapper .mask.networks-4 a.network_2 {
    top: 30.5%;
  }
  .team-wrapper .mask.networks-4 a.network_3 {
    bottom: 30.5%;
  }
  .team-wrapper .mask.networks-4 a.network_4 {
    bottom: 10%;
  }
  .vc_pie_chart canvas {
    /*display: none*/
  }
  .vc_pie_chart .vc_pie_chart_value {
    margin-top: 65%;
  }
  .vc_pie_chart .vc_pie_chart_back {
    display: none;
  }
  .pt_round_button_icon {
    padding: 10px 0;
    font-size: 14px;
  }
  .pt_button_slide {
    margin: 25px 0;
  }
  .pt_button_slide .holder-back {
    top: 0;
  }
  .pt_button_slide:hover .holder-back {
    top: 0;
  }
  .pt_button_slide .holder-back {
    margin: 0;
    opacity: 1;
  }
  .pt_button_slide .holder-front {
    opacity: 0;
  }
  section.blog aside.cover {
    position: relative;
    width: 100%;
    height: 400px;
  }
  section.blog aside.cover .blog-info {
    top: 40px;
    right: 20px;
    left: 20px;
  }
  section.blog aside.cover .blog-info header {
    position: absolute;
  }
  section.blog aside.cover .blog-info header .navbar .btn-navbar {
    float: right;
  }
  section.blog aside.cover .blog-info header .navbar .nav > li {
    display: block;
    padding-left: 0;
  }
  section.blog aside.cover .blog-info header .navbar .nav > li a {
    padding: 5px 0;
  }
  section.blog .nav-collapse,
  section.blog .nav-collapse.collapse {
    top: 15px;
  }
  section.blog aside.content,
  section.blog footer.next_post_link {
    left: 0;
    padding: 0 20px;
    width: auto;
  }
  section.blog aside.content .avatar-wrapper {
    left: -20px;
  }
  section.blog aside.content aside.posts hr,
  section.blog footer.next_post_link aside.posts hr,
  section.blog aside.content aside.posts hr.comments,
  section.blog footer.next_post_link aside.posts hr.comments {
    margin: 50px 0;
  }
  .flickr_badge_image {
    width: 33px;
    height: 33px;
  }
  footer {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
  }
  .footer-push {
    display: none;
  }
}
@media (max-width: 480px) {
  h1,
  .h1-size {
    font-size: 50px;
  }
  h2,
  .h2-size {
    font-size: 25px;
  }
  h3,
  .h3-size {
    font-size: 15.625px;
  }
  h4,
  .h4-size {
    font-size: 12.5px;
  }
  h5,
  .h5-size {
    font-size: 11.25px;
  }
  h6,
  .h6-size {
    font-size: 10px;
  }
  ul.portfoliolist li h2 {
    font-size: 25px;
  }
  ul.portfoliolist li {
    width: 50%;
  }
  ul.portfoliolist li h2 {
    font-size: 18px;
    line-height: 20px;
  }
  ul.portfoliolist li p {
    font-size: 12px;
    line-height: 16px;
  }
  ul.portfoliolist li.items6 {
    width: 50%;
  }
  ul.portfoliolist li.items6 h2 {
    font-size: 18px;
    line-height: 20px;
  }
  ul.portfoliolist li.items6 p {
    font-size: 12px;
    line-height: 16px;
  }
  .footer-page .arrow-top {
    bottom: 20px;
  }
  .vc_pie_chart canvas {
    display: block;
  }
  .vc_pie_chart .vc_pie_chart_value {
    margin-top: 0;
  }
  .vc_pie_chart .vc_pie_chart_back {
    display: block;
  }
}
@media screen and (max-width: 860px) {
  section.portfolio .flex-direction-nav .flex-prev {
    left: 10px;
    opacity: 1;
  }
  section.portfolio .flex-direction-nav .flex-next {
    right: 10px;
    opacity: 1;
  }
}
#nprogress {
  pointer-events: none;
  -webkit-pointer-events: none;
}
#nprogress .bar {
  background: #ffffff;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #ffffff, 0 0 5px #ffffff;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px,-4px);
  -moz-transform: rotate(3deg) translate(0px,-4px);
  -ms-transform: rotate(3deg) translate(0px,-4px);
  -o-transform: rotate(3deg) translate(0px,-4px);
  transform: rotate(3deg) translate(0px,-4px);
}
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1000;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon {
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #ffffff;
  border-left-color: #ffffff;
  border-radius: 10px;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  -moz-animation: nprogress-spinner 400ms linear infinite;
  -ms-animation: nprogress-spinner 400ms linear infinite;
  -o-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}
.preloading #nprogress .bar {
  background: #000;
}
.preloading #nprogress .peg {
  box-shadow: 0 0 10px #000, 0 0 5px #000;
}
.preloading #nprogress .spinner {
  display: none;
}
@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes nprogress-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes nprogress-spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes nprogress-spinner {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body {
  -webkit-backface-visibility: hidden;
}
.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-moz-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-o-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.animated.flash {
  -webkit-animation-name: flash;
  -moz-animation-name: flash;
  -o-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
  }
}
@-moz-keyframes shake {
  0%,
  100% {
    -moz-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -moz-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -moz-transform: translateX(10px);
  }
}
@-o-keyframes shake {
  0%,
  100% {
    -o-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -o-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -o-transform: translateX(10px);
  }
}
@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(10px);
  }
}
.animated.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
}
@-o-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-30px);
  }
  60% {
    -o-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.animated.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@-moz-keyframes tada {
  0% {
    -moz-transform: scale(1);
  }
  10%,
  20% {
    -moz-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -moz-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -moz-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -moz-transform: scale(1) rotate(0);
  }
}
@-o-keyframes tada {
  0% {
    -o-transform: scale(1);
  }
  10%,
  20% {
    -o-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -o-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -o-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -o-transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%,
  20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.animated.tada {
  -webkit-animation-name: tada;
  -moz-animation-name: tada;
  -o-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes swing {
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes swing {
  20% {
    -moz-transform: rotate(15deg);
  }
  40% {
    -moz-transform: rotate(-10deg);
  }
  60% {
    -moz-transform: rotate(5deg);
  }
  80% {
    -moz-transform: rotate(-5deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}
@-o-keyframes swing {
  20% {
    -o-transform: rotate(15deg);
  }
  40% {
    -o-transform: rotate(-10deg);
  }
  60% {
    -o-transform: rotate(5deg);
  }
  80% {
    -o-transform: rotate(-5deg);
  }
  100% {
    -o-transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.animated.swing {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  -moz-animation-name: swing;
  -o-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes wobble {
  0% {
    -moz-transform: translateX(0%);
  }
  15% {
    -moz-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -moz-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -moz-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -moz-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -moz-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -moz-transform: translateX(0%);
  }
}
@-o-keyframes wobble {
  0% {
    -o-transform: translateX(0%);
  }
  15% {
    -o-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -o-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -o-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -o-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -o-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -o-transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
.animated.wobble {
  -webkit-animation-name: wobble;
  -moz-animation-name: wobble;
  -o-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes pulse {
  0% {
    -o-transform: scale(1);
  }
  50% {
    -o-transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.animated.pulse {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
}
@-moz-keyframes flip {
  0% {
    -moz-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -moz-animation-timing-function: ease-out;
  }
  40% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -moz-animation-timing-function: ease-out;
  }
  50% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in;
  }
  80% {
    -moz-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -moz-animation-timing-function: ease-in;
  }
  100% {
    -moz-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -moz-animation-timing-function: ease-in;
  }
}
@-o-keyframes flip {
  0% {
    -o-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -o-animation-timing-function: ease-out;
  }
  40% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -o-animation-timing-function: ease-out;
  }
  50% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in;
  }
  80% {
    -o-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -o-animation-timing-function: ease-in;
  }
  100% {
    -o-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -o-animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flip;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flip;
  -o-backface-visibility: visible !important;
  -o-animation-name: flip;
  backface-visibility: visible !important;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.animated.flipInX {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-moz-keyframes flipOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-o-keyframes flipOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.animated.flipOutX {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: flipOutX;
  -moz-backface-visibility: visible !important;
  -o-animation-name: flipOutX;
  -o-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-moz-keyframes flipInY {
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-o-keyframes flipInY {
  0% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.animated.flipInY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-moz-keyframes flipOutY {
  0% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-o-keyframes flipOutY {
  0% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.animated.flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipOutY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipOutY;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animated.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.animated.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.animated.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.animated.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.animated.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.animated.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.animated.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.animated.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.animated.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -moz-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.animated.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
}
@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
}
@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.animated.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
}
@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
}
@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.animated.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
}
@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
}
@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.animated.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
}
@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
}
@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.animated.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -moz-animation-name: fadeOutRight;
  -o-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.animated.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  -moz-animation-name: fadeOutUpBig;
  -o-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-o-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.animated.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  -moz-animation-name: fadeOutDownBig;
  -o-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.animated.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  -moz-animation-name: fadeOutLeftBig;
  -o-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.animated.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  -moz-animation-name: fadeOutRightBig;
  -o-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(.3);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05);
  }
  70% {
    -moz-transform: scale(.9);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(.3);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.05);
  }
  70% {
    -o-transform: scale(.9);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(.9);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slideInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes slideInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  -moz-animation-name: slideInDown;
  -o-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes slideInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes slideInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  -moz-animation-name: slideInLeft;
  -o-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes slideInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes slideInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  -moz-animation-name: slideInRight;
  -o-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes slideOutLeft {
  0% {
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes slideOutLeft {
  0% {
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  -moz-animation-name: slideOutLeft;
  -o-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes slideOutRight {
  0% {
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes slideOutRight {
  0% {
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  -moz-animation-name: slideOutRight;
  -o-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes slideOutUp {
  0% {
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes slideOutUp {
  0% {
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  -moz-animation-name: slideOutUp;
  -o-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.animated.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px);
  }
  80% {
    -moz-transform: translateY(10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes bounceInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(-30px);
  }
  80% {
    -o-transform: translateY(10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.animated.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -moz-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px);
  }
  80% {
    -moz-transform: translateY(-10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(30px);
  }
  80% {
    -o-transform: translateY(-10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.animated.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px);
  }
  80% {
    -moz-transform: translateX(-10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(30px);
  }
  80% {
    -o-transform: translateX(-10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.animated.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-30px);
  }
  80% {
    -moz-transform: translateX(10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(-30px);
  }
  80% {
    -o-transform: translateX(10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.animated.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
  }
}
@-moz-keyframes bounceOut {
  0% {
    -moz-transform: scale(1);
  }
  25% {
    -moz-transform: scale(.95);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -moz-transform: scale(.3);
  }
}
@-o-keyframes bounceOut {
  0% {
    -o-transform: scale(1);
  }
  25% {
    -o-transform: scale(.95);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -o-transform: scale(.3);
  }
}
@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(.3);
  }
}
.animated.bounceOut {
  -webkit-animation-name: bounceOut;
  -moz-animation-name: bounceOut;
  -o-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes bounceOutUp {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes bounceOutUp {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.animated.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -moz-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes bounceOutDown {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-o-keyframes bounceOutDown {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.animated.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  -moz-animation-name: bounceOutDown;
  -o-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes bounceOutLeft {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes bounceOutLeft {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.animated.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  -moz-animation-name: bounceOutLeft;
  -o-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes bounceOutRight {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes bounceOutRight {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.animated.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  -moz-animation-name: bounceOutRight;
  -o-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateIn {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateIn {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.animated.rotateIn {
  -webkit-animation-name: rotateIn;
  -moz-animation-name: rotateIn;
  -o-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.animated.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  -moz-animation-name: rotateInUpLeft;
  -o-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.animated.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  -moz-animation-name: rotateInDownLeft;
  -o-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.animated.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  -moz-animation-name: rotateInUpRight;
  -o-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.animated.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  -moz-animation-name: rotateInDownRight;
  -o-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOut {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(200deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOut {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.animated.rotateOut {
  -webkit-animation-name: rotateOut;
  -moz-animation-name: rotateOut;
  -o-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.animated.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  -moz-animation-name: rotateOutUpLeft;
  -o-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.animated.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  -moz-animation-name: rotateOutDownLeft;
  -o-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.animated.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  -moz-animation-name: rotateOutUpRight;
  -o-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.animated.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  -moz-animation-name: rotateOutDownRight;
  -o-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    opacity: 0;
  }
}
@-moz-keyframes hinge {
  0% {
    -moz-transform: rotate(0);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -moz-transform: rotate(80deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  40% {
    -moz-transform: rotate(60deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  80% {
    -moz-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  100% {
    -moz-transform: translateY(700px);
    opacity: 0;
  }
}
@-o-keyframes hinge {
  0% {
    -o-transform: rotate(0);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -o-transform: rotate(80deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  40% {
    -o-transform: rotate(60deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  80% {
    -o-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  100% {
    -o-transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.animated.hinge {
  -webkit-animation-name: hinge;
  -moz-animation-name: hinge;
  -o-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
}
@-moz-keyframes rollIn {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
}
@-o-keyframes rollIn {
  0% {
    opacity: 0;
    -o-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
.animated.rollIn {
  -webkit-animation-name: rollIn;
  -moz-animation-name: rollIn;
  -o-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
  }
}
@-moz-keyframes rollOut {
  0% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%) rotate(120deg);
  }
}
@-o-keyframes rollOut {
  0% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
.animated.rollOut {
  -webkit-animation-name: rollOut;
  -moz-animation-name: rollOut;
  -o-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes lightSpeedIn {
  0% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -moz-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -moz-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-o-keyframes lightSpeedIn {
  0% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -o-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -o-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.animated.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -moz-animation-name: lightSpeedIn;
  -o-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.animated.lightSpeedIn {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-moz-keyframes lightSpeedOut {
  0% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-o-keyframes lightSpeedOut {
  0% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.animated.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -moz-animation-name: lightSpeedOut;
  -o-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
.animated.lightSpeedOut {
  -webkit-animation-duration: 0.25s;
  -moz-animation-duration: 0.25s;
  -o-animation-duration: 0.25s;
  animation-duration: 0.25s;
}
.animated.faster {
  -webkit-animation-duration: 0.25s;
  -moz-animation-duration: 0.25s;
  -o-animation-duration: 0.25s;
  animation-duration: 0.25s;
}
.animated.fast {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.animated.slow {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}
.animated.slower {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.no-delay {
  -webkit-animation-delay: 0.0s !important;
  -moz-animation-delay: 0.0s !important;
  -o-animation-delay: 0.0s !important;
  animation-delay: 0.0s !important;
}
.animated.delay0 {
  -webkit-animation-delay: 0.0s;
  -moz-animation-delay: 0.0s;
  -o-animation-delay: 0.0s;
  animation-delay: 0.0s;
}
.animated.delay1 {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.animated.delay2 {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.animated.delay3 {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.animated.delay4 {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.animated.delay5 {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.animated.delay6 {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.animated.delay7 {
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  -o-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.animated.delay8 {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.animated.delay9 {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.animated.delay10 {
  -webkit-animation-delay: 1.0s;
  -moz-animation-delay: 1.0s;
  -o-animation-delay: 1.0s;
  animation-delay: 1.0s;
}
.animated.delay11 {
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
.animated.delay12 {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.animated.delay13 {
  -webkit-animation-delay: 1.3s;
  -moz-animation-delay: 1.3s;
  -o-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
.animated.delay14 {
  -webkit-animation-delay: 1.4s;
  -moz-animation-delay: 1.4s;
  -o-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
.animated.delay15 {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.animated.delay16 {
  -webkit-animation-delay: 1.6s;
  -moz-animation-delay: 1.6s;
  -o-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
.animated.delay17 {
  -webkit-animation-delay: 1.7s;
  -moz-animation-delay: 1.7s;
  -o-animation-delay: 1.7s;
  animation-delay: 1.7s;
}
.animated.delay18 {
  -webkit-animation-delay: 1.8s;
  -moz-animation-delay: 1.8s;
  -o-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
.animated.delay18 {
  -webkit-animation-delay: 1.9s;
  -moz-animation-delay: 1.9s;
  -o-animation-delay: 1.9s;
  animation-delay: 1.9s;
}
.animated.delay20 {
  -webkit-animation-delay: 2.0s;
  -moz-animation-delay: 2.0s;
  -o-animation-delay: 2.0s;
  animation-delay: 2.0s;
}
.animated.delay50 {
  -webkit-animation-delay: 5.0s;
  -moz-animation-delay: 5.0s;
  -o-animation-delay: 5.0s;
  animation-delay: 5.0s;
}
.ie9 .footer-container {
  padding: 100px 0 100px 0;
}
.ie9 .pt-contact-form textarea {
  border: 1px solid;
}
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.wp-caption {
  padding: 5px 3px 10px;
  max-width: 96%;
  border: 1px solid #f0f0f0;
  background: #fff;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  max-width: 98.5%;
  width: auto;
  height: auto;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  margin: 0;
  padding: 0 4px 5px;
  font-size: 11px;
  line-height: 17px;
}
.wp-caption,
.wp-caption-text>a {
  color: #000;
}
.sticky {
  color: inherit;
}
.gallery-caption {
  color: inherit;
}
.bypostauthor {
  color: inherit;
}
