@charset "UTF-8";
@charset "utf-8";
@charset"UTF-8";
.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-wpsm_color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}

.wpsm_col-xs-1, .wpsm_col-sm-1, .wpsm_col-md-1, .wpsm_col-lg-1, .wpsm_col-xs-2, .wpsm_col-sm-2, .wpsm_col-md-2, .wpsm_col-lg-2, .wpsm_col-xs-3, .wpsm_col-sm-3, .wpsm_col-md-3, .wpsm_col-lg-3, .wpsm_col-xs-4, .wpsm_col-sm-4, .wpsm_col-md-4, .wpsm_col-lg-4, .wpsm_col-xs-5, .wpsm_col-sm-5, .wpsm_col-md-5, .wpsm_col-lg-5, .wpsm_col-xs-6, .wpsm_col-sm-6, .wpsm_col-md-6, .wpsm_col-lg-6, .wpsm_col-xs-7, .wpsm_col-sm-7, .wpsm_col-md-7, .wpsm_col-lg-7, .wpsm_col-xs-8, .wpsm_col-sm-8, .wpsm_col-md-8, .wpsm_col-lg-8, .wpsm_col-xs-9, .wpsm_col-sm-9, .wpsm_col-md-9, .wpsm_col-lg-9, .wpsm_col-xs-10, .wpsm_col-sm-10, .wpsm_col-md-10, .wpsm_col-lg-10, .wpsm_col-xs-11, .wpsm_col-sm-11, .wpsm_col-md-11, .wpsm_col-lg-11, .wpsm_col-xs-12, .wpsm_col-sm-12, .wpsm_col-md-12, .wpsm_col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 600px) {
  .wpsm_col-md-1, .wpsm_col-md-2, .wpsm_col-md-3, .wpsm_col-md-4, .wpsm_col-md-5, .wpsm_col-md-6, .wpsm_col-md-7, .wpsm_col-md-8, .wpsm_col-md-9, .wpsm_col-md-10, .wpsm_col-md-11, .wpsm_col-md-12 {
    float: left;
  }
  .wpsm_col-md-12 {
    width: 100%;
  }
  .wpsm_col-md-11 {
    width: 91.66666667%;
  }
  .wpsm_col-md-10 {
    width: 83.33333333%;
  }
  .wpsm_col-md-9 {
    width: 75%;
  }
  .wpsm_col-md-8 {
    width: 66.66666667%;
  }
  .wpsm_col-md-7 {
    width: 58.33333333%;
  }
  .wpsm_col-md-6 {
    width: 50%;
  }
  .wpsm_col-md-5 {
    width: 41.66666667%;
  }
  .wpsm_col-md-4 {
    width: 33.33333333%;
  }
  .wpsm_col-md-3 {
    width: 25%;
  }
  .wpsm_col-md-2 {
    width: 16.66666667%;
  }
  .wpsm_col-md-1 {
    width: 8.33333333%;
  }
  .wpsm_col-md-pull-12 {
    right: 100%;
  }
  .wpsm_col-md-pull-11 {
    right: 91.66666667%;
  }
  .wpsm_col-md-pull-10 {
    right: 83.33333333%;
  }
  .wpsm_col-md-pull-9 {
    right: 75%;
  }
  .wpsm_col-md-pull-8 {
    right: 66.66666667%;
  }
  .wpsm_col-md-pull-7 {
    right: 58.33333333%;
  }
  .wpsm_col-md-pull-6 {
    right: 50%;
  }
  .wpsm_col-md-pull-5 {
    right: 41.66666667%;
  }
  .wpsm_col-md-pull-4 {
    right: 33.33333333%;
  }
  .wpsm_col-md-pull-3 {
    right: 25%;
  }
  .wpsm_col-md-pull-2 {
    right: 16.66666667%;
  }
  .wpsm_col-md-pull-1 {
    right: 8.33333333%;
  }
  .wpsm_col-md-pull-0 {
    right: auto;
  }
  .wpsm_col-md-push-12 {
    left: 100%;
  }
  .wpsm_col-md-push-11 {
    left: 91.66666667%;
  }
  .wpsm_col-md-push-10 {
    left: 83.33333333%;
  }
  .wpsm_col-md-push-9 {
    left: 75%;
  }
  .wpsm_col-md-push-8 {
    left: 66.66666667%;
  }
  .wpsm_col-md-push-7 {
    left: 58.33333333%;
  }
  .wpsm_col-md-push-6 {
    left: 50%;
  }
  .wpsm_col-md-push-5 {
    left: 41.66666667%;
  }
  .wpsm_col-md-push-4 {
    left: 33.33333333%;
  }
  .wpsm_col-md-push-3 {
    left: 25%;
  }
  .wpsm_col-md-push-2 {
    left: 16.66666667%;
  }
  .wpsm_col-md-push-1 {
    left: 8.33333333%;
  }
  .wpsm_col-md-push-0 {
    left: auto;
  }
  .wpsm_col-md-offset-12 {
    margin-left: 100%;
  }
  .wpsm_col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .wpsm_col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .wpsm_col-md-offset-9 {
    margin-left: 75%;
  }
  .wpsm_col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .wpsm_col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .wpsm_col-md-offset-6 {
    margin-left: 50%;
  }
  .wpsm_col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .wpsm_col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .wpsm_col-md-offset-3 {
    margin-left: 25%;
  }
  .wpsm_col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .wpsm_col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .wpsm_col-md-offset-0 {
    margin-left: 0;
  }
}.wpsm_testimonial_2{
    text-align: center;
	margin-bottom:30px;
}
.wpsm_testi_description{
    color:#8a9aad;
    line-height: 30px;
    font-size: 18px;
    
}
.wpsm_testi_pic{
    position: relative;
	
}
.wpsm_testi_pic > img{
    border-radius: 0%;
	width:100px;
	height:100px;
	margin-left: auto;
    margin-right: auto;
}

.wpsm_testi_title{
    color:#444;
   margin-top: 15px;
    margin-bottom: 5px;
	font-size: 19px;
  
    font-weight: bold;
    
}
.wpsm_testi_title > small{
    color:#8a9aad;
   margin-top: 10px;
	color: darkgray;
    display: block;
    font-size: 17px;
    
}
.wpsm_testi_review{
	margin-bottom: 10px;
}
.wpsm_testi_links{
	color: #00aced;
    border: 0px !important;
    box-shadow: none;
    font-size: 14px;
    border: 0px;
    text-shadow: none;
	padding: 0;
    margin: 0;
}
.wpsm_testi_b_row{
	overflow:hidden;
	display:block;
	width:100%;
	border:0px solid #ddd;
	margin-bottom:30px;
}

.wpsm_testimonial{
    margin-bottom:30px;
	overflow:hidden;
}

.wpsm_testimonial .wpsm_testi_content{
    padding: 15px 10px;
    border-radius:6px;
    margin-bottom: 15px;
    position: relative;
    background:#1e73be;
    min-height: 70px;
}

.wpsm_testimonial .wpsm_testi_content:after{
   content: "";
    border-top: 10px solid #1e73be;
    border-left: 10px solid transparent;
    border-right: 9px solid transparent;
    position: absolute;
    bottom: -8px;
    left: 16%;
}

.wpsm_testimonial .wpsm_testi_description{
    margin-bottom: 10px;
    color:#fff;
	line-height: 30px;
    font-size: 18px;
}

.wpsm_testimonial-pic{
    float:left;
}

.wpsm_testimonial-pic > img{
	width: 80px !important;
    height: 80px !important;
    border-radius: 50% !important;
    border: 1px solid #e5e5e5;
    margin-left: 20px;
	margin-bottom:7px;
}

.wpsm_testimonial .wpsm_testimonial-review{
  margin: 3px 0 0 20px !important;
    float: left;
}

.wpsm_testimonial .wpsm_testimonial-title{
    font-size:16px;
    text-transform:capitalize;
    font-weight: bold;
    margin:0;
}

.wpsm_testimonial > .wpsm_testimonial-review span{
    color: darkgray;
    display: block;
    font-size: 13px;
    margin-bottom:5px;
}

.wpsm_testimonial .wpsm_testi_links{
    padding:0;
    margin:0;
}


.wpsm_testimonial .wpsm_testi_links{
    color:#00aced;
	border:0px !important;
	box-shadow:none;
	font-size:14px;
	border:0px;
	text-shadow:none;
}
.wpsm_row{
	overflow:hidden;
	display:block;
	width:100%;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.wpsm-testi-owl-carousel,
.wpsm-testi-owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.wpsm-testi-owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}
.wpsm-testi-owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}
.wpsm-testi-owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.wpsm-testi-owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
.wpsm-testi-owl-carousel .owl-item,
.wpsm-testi-owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.wpsm-testi-owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}
.wpsm-testi-owl-carousel .owl-item img {
    display: block;
   
}
.wpsm-testi-owl-carousel .owl-dots.disabled,
.wpsm-testi-owl-carousel .owl-nav.disabled {
    display: none;
}
.no-js .wpsm-testi-owl-carousel,
.wpsm-testi-owl-carousel.owl-loaded {
    display: block;
}
.wpsm-testi-owl-carousel .owl-dot,
.wpsm-testi-owl-carousel .owl-nav .owl-next,
.wpsm-testi-owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.wpsm-testi-owl-carousel .owl-nav button.owl-next,
.wpsm-testi-owl-carousel .owl-nav button.owl-prev,
.wpsm-testi-owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}
.wpsm-testi-owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.wpsm-testi-owl-carousel.owl-hidden {
    opacity: 0;
}
.wpsm-testi-owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
.wpsm-testi-owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.wpsm-testi-owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}
.wpsm-testi-owl-carousel.owl-rtl {
    direction: rtl;
}
.wpsm-testi-owl-carousel.owl-rtl .owl-item {
    float: right;
}
.wpsm-testi-owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.wpsm-testi-owl-carousel .owl-animated-in {
    z-index: 0;
}
.wpsm-testi-owl-carousel .owl-animated-out {
    z-index: 1;
}
.wpsm-testi-owl-carousel .fadeOut {
    animation-name: fadeOut;
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.owl-height {
    transition: height 0.5s ease-in-out;
}
.wpsm-testi-owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
}
.wpsm-testi-owl-carousel .owl-item .owl-lazy:not([src]),
.wpsm-testi-owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}
.wpsm-testi-owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}
.wpsm-testi-owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.wpsm-testi-owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(//www.charlespost.com/wp-content/plugins/testimonial-builder/assets/css/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s ease;
}
.wpsm-testi-owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}
.wpsm-testi-owl-carousel .owl-video-playing .owl-video-play-icon,
.wpsm-testi-owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}
.wpsm-testi-owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease;
}
.wpsm-testi-owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}
.owl-nav.disabled + .owl-dots {
	margin-top: 30px;
}

.owl-dots {
	text-align: center;	
	-webkit-tap-highlight-color: transparent;
}

.owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 30px;
}

.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
	background: #869791;
}

button:not(:hover):not(:active):not(.has-background)
{
    background-color:transparent !important;
}


/*Reset*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:none;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;text-decoration:none;margin:0;padding:0;}
table{border-collapse:separate;border-spacing:0}
blockquote:before,blockquote:after,q:before,q:after{content:""}
*{margin:0;padding:0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block; }								  
ol, ul { padding-left: 25px;}
blockquote, q { quotes: none;}
:focus { outline: 0;}
table { border-collapse: collapse; border-spacing: 0;}
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
a{text-decoration:none; position:relative; color:#000;}
audio,video,canvas {max-width: 100%;}
dt {font-weight: bold;}
dd {padding-left: 10px;}

/* CSS Document */
/*!
 * Bootstrap v3.3.2 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
 @media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}.clearfix:before,.clearfix:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after{content:" ";display:table}.clearfix:after,.container:after,.container-fluid:after,.row:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none !important;visibility:hidden !important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none !important}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none !important}@media (max-width:767px){.visible-xs{display:block !important}table.visible-xs{display:table}tr.visible-xs{display:table-row !important}th.visible-xs,td.visible-xs{display:table-cell !important}}@media (max-width:767px){.visible-xs-block{display:block !important}}@media (max-width:767px){.visible-xs-inline{display:inline !important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block !important}table.visible-sm{display:table}tr.visible-sm{display:table-row !important}th.visible-sm,td.visible-sm{display:table-cell !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block !important}table.visible-md{display:table}tr.visible-md{display:table-row !important}th.visible-md,td.visible-md{display:table-cell !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block !important}}@media (min-width:1200px){.visible-lg{display:block !important}table.visible-lg{display:table}tr.visible-lg{display:table-row !important}th.visible-lg,td.visible-lg{display:table-cell !important}}@media (min-width:1200px){.visible-lg-block{display:block !important}}@media (min-width:1200px){.visible-lg-inline{display:inline !important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block !important}}@media (max-width:767px){.hidden-xs{display:none !important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none !important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none !important}}@media (min-width:1200px){.hidden-lg{display:none !important}}.visible-print{display:none !important}@media print{.visible-print{display:block !important}table.visible-print{display:table}tr.visible-print{display:table-row !important}th.visible-print,td.visible-print{display:table-cell !important}}.visible-print-block{display:none !important}@media print{.visible-print-block{display:block !important}}.visible-print-inline{display:none !important}@media print{.visible-print-inline{display:inline !important}}.visible-print-inline-block{display:none !important}@media print{.visible-print-inline-block{display:inline-block !important}}@media print{.hidden-print{display:none !important}}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url(//www.charlespost.com/wp-content/themes/outdoor/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//www.charlespost.com/wp-content/themes/outdoor/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//www.charlespost.com/wp-content/themes/outdoor/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//www.charlespost.com/wp-content/themes/outdoor/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//www.charlespost.com/wp-content/themes/outdoor/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//www.charlespost.com/wp-content/themes/outdoor/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

 
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #3f3f3f;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure {
    /* The shadow behind the image */ }
    .mfp-img-mobile .mfp-figure:after {
      top: 0;
      bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
      display: inline;
      margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }
.my-mfp-slide-bottom .mfp-content {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;

	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
	-ms-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out;

        -webkit-transform: scale(0.8); 
        -moz-transform: scale(0.8); 
        -ms-transform: scale(0.8); 
        -o-transform: scale(0.8); 
        transform: scale(0.8);  
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready .mfp-content {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
        -webkit-transform: scale(1); 
        -moz-transform: scale(1); 
        -ms-transform: scale(1); 
        -o-transform: scale(1); 
        transform: scale(1); 
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing .mfp-content {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;

        -webkit-transform: scale(0.8); 
        -moz-transform: scale(0.8); 
        -ms-transform: scale(0.8); 
        -o-transform: scale(0.8); 
        transform: scale(0.8); 
}
/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;

	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//www.charlespost.com/wp-content/themes/outdoor/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75);
  }

  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25);
  }

  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    -ms-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75);
  }

  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    -ms-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25);
  }

  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    -ms-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }
}

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;

  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(-2000px);
    transform: scale(.1) translateY(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(60px);
    transform: scale(.475) translateY(60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(-2000px);
    -ms-transform: scale(.1) translateY(-2000px);
    transform: scale(.1) translateY(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(60px);
    -ms-transform: scale(.475) translateY(60px);
    transform: scale(.475) translateY(60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(-2000px);
    transform: scale(.1) translateX(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(48px);
    transform: scale(.475) translateX(48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(-2000px);
    -ms-transform: scale(.1) translateX(-2000px);
    transform: scale(.1) translateX(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(48px);
    -ms-transform: scale(.475) translateX(48px);
    transform: scale(.475) translateX(48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(2000px);
    transform: scale(.1) translateX(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(-48px);
    transform: scale(.475) translateX(-48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(2000px);
    -ms-transform: scale(.1) translateX(2000px);
    transform: scale(.1) translateX(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(-48px);
    -ms-transform: scale(.475) translateX(-48px);
    transform: scale(.475) translateX(-48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(2000px);
    transform: scale(.1) translateY(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(-60px);
    transform: scale(.475) translateY(-60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(2000px);
    -ms-transform: scale(.1) translateY(2000px);
    transform: scale(.1) translateY(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(-60px);
    -ms-transform: scale(.475) translateY(-60px);
    transform: scale(.475) translateY(-60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(-60px);
    transform: scale(.475) translateY(-60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(2000px);
    transform: scale(.1) translateY(2000px);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(-60px);
    -ms-transform: scale(.475) translateY(-60px);
    transform: scale(.475) translateY(-60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(2000px);
    -ms-transform: scale(.1) translateY(2000px);
    transform: scale(.1) translateY(2000px);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(42px);
    transform: scale(.475) translateX(42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(-2000px);
    transform: scale(.1) translateX(-2000px);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(42px);
    -ms-transform: scale(.475) translateX(42px);
    transform: scale(.475) translateX(42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(-2000px);
    -ms-transform: scale(.1) translateX(-2000px);
    transform: scale(.1) translateX(-2000px);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(-42px);
    transform: scale(.475) translateX(-42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(2000px);
    transform: scale(.1) translateX(2000px);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(-42px);
    -ms-transform: scale(.475) translateX(-42px);
    transform: scale(.475) translateX(-42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(2000px);
    -ms-transform: scale(.1) translateX(2000px);
    transform: scale(.1) translateX(2000px);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(60px);
    transform: scale(.475) translateY(60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(-2000px);
    transform: scale(.1) translateY(-2000px);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(60px);
    -ms-transform: scale(.475) translateY(60px);
    transform: scale(.475) translateY(60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(-2000px);
    -ms-transform: scale(.1) translateY(-2000px);
    transform: scale(.1) translateY(-2000px);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

.owl-dots {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline}
.owl-dots .owl-dot span{width:8px;height:8px;margin:5px 7px;display:block;-webkit-backface-visibility:visible;-webkit-transition:opacity 200ms ease;-moz-transition:opacity 200ms ease;-ms-transition:opacity 200ms ease;-o-transition:opacity 200ms ease;transition:opacity 200ms ease;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;border:1px solid #fff;}
.owl-dots .owl-dot.active span,.owl-dots .owl-dot:hover span{background:#fff}

/**
 * Swiper 3.2.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: November 21, 2015
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}
/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
/* Cube */
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
  width: 100%;
  height: 100%;
  /*text-align: center;
  position:relative;
  float:left;*/
}
/*.swiper-slide {
  position:relative;
}*/
.pagination{
	position:absolute;
	z-index:20;
	left:0;
	width:100%;
	bottom:20px;
}
.swiper-pagination-bullet{ 
	display:inline-block;
	width:8px;
	height:8px;
	background:#fff;
	margin-right:5px;
	cursor:pointer;
	border-radius:100%;
	border:2px solid rgba(255,255,255,0.51); 
	margin-left:7px;
	opacity: 1;
	-webkit-transition: 0.5s 0.2s;
	transition: 0.5s 0.2s;
}
.swiper-pagination-bullet-active{background: none;}

.background-video { 
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
video,
source {
  bottom: 0;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
}
.loaded .ytplayer-container {
  display: block;
}
.ytplayer-container {
  bottom: 0;
  height: 100%;
  left: 0;
  min-width: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
} 
.ytplayer-shield {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.ytplayer-player {
  position: absolute;
}
/*___________________________________________________________________________________________________________________________________________________
 _ jquery.mb.components                                                                                                                             _
 _                                                                                                                                                  _
 _ file: YTPlayer.css                                                                                                                               _
 _ last modified: 19/04/15 17.35                                                                                                                    _
 _                                                                                                                                                  _
 _ Open Lab s.r.l., Florence - Italy                                                                                                                _
 _                                                                                                                                                  _
 _ email: matteo@open-lab.com                                                                                                                       _
 _ site: http://pupunzi.com                                                                                                                         _
 _       http://open-lab.com                                                                                                                        _
 _ blog: http://pupunzi.open-lab.com                                                                                                                _
 _ Q&A:  http://jquery.pupunzi.com                                                                                                                  _
 _                                                                                                                                                  _
 _ Licences: MIT, GPL                                                                                                                               _
 _    http://www.opensource.org/licenses/mit-license.php                                                                                            _
 _    http://www.gnu.org/licenses/gpl.html                                                                                                          _
 _                                                                                                                                                  _
 _ Copyright (c) 2001-2015. Matteo Bicocchi (Pupunzi);                                                                                              _
 ___________________________________________________________________________________________________________________________________________________*/


/**
* version: {{ version }}
*/

/**/
@font-face {
    font-family: 'ytpregular';
    src: url(//www.charlespost.com/wp-content/themes/outdoor/font/ytp-regular.eot);
}

@font-face {
    font-family: 'ytpregular';
    src: url(data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAA5sABEAAAAAFCAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABgAAAABwAAAAcZ9iuNUdERUYAAAGcAAAAHQAAACAAdAAET1MvMgAAAbwAAABJAAAAYHUMUrFjbWFwAAACCAAAAKkAAAGKn5XycWN2dCAAAAK0AAAANgAAADYNLQohZnBnbQAAAuwAAAGxAAACZVO0L6dnYXNwAAAEoAAAAAgAAAAIAAAAEGdseWYAAASoAAAGVQAAB4jz86dSaGVhZAAACwAAAAAzAAAANgbKONpoaGVhAAALNAAAACAAAAAkESQLXGhtdHgAAAtUAAAAVAAAARxOmwVwbG9jYQAAC6gAAAAjAAAAkFoEXRRtYXhwAAALzAAAACAAAAAgAWoB625hbWUAAAvsAAAA+wAAAeok3Eb+cG9zdAAADOgAAADAAAABN99tv1lwcmVwAAANqAAAALkAAAFY3I6ikndlYmYAAA5kAAAABgAAAAbHMlGnAAAAAQAAAADMPaLPAAAAAM3Nk7QAAAAAzc13sXjaY2BkYGDgA2IJBhBgYmAEQjcgZgHzGAAHTAB5AAAAeNpjYGbZwDiBgZWBhdWY5SwDA8MsCM10liGNKQ3IB0rBASMDEgj1DvdjcGDgfcDAlvYPqJJVldEZpoZVkuUZkFJgYAQAUUULewAAAHjaY2BgYGaAYBkGRgYQaAHyGMF8FoYMIC3GIAAUYQOyeBkUGKIYqhgWKHAp6CvEP2D4/x+sAyTuyJAIFGeAizP+//r/8f/D//f+n/HA8oHo/WcKblDzsQBGoOkwSUYmIMGErgDiRLyAhZWNnYOTi5uHl49fQFBIWERUTFxCUkpaRhYiLyevoKikrKKqpq6hqaWto6unb2BoZGxiambOQF1gQZYuAIQnH4IAAAAAAAAAAAABegEnAHEAswC9AOAA5QD+ARcBIwBdAHIBtgBcAGAAZgByAI8AogErAbIAUwBEBREAAHjaXVG7TltBEN0NDwOBxNggOdoUs5mQxnuhBQnE1Y1iZDuF5QhpN3KRi3EBH0CBRA3arxmgoaRImwYhF0h8Qj4hEjNriKI0Ozuzc86ZM0vKkap36WvPU+ckkMLdBs02/U5ItbMA96Tr642MtIMHWmxm9Mp1+/4LBpvRlDtqAOU9bykPGU07gVq0p/7R/AqG+/wf8zsYtDTT9NQ6CekhBOabcUuD7xnNussP+oLV4WIwMKSYpuIuP6ZS/rc052rLsLWR0byDMxH5yTRAU2ttBJr+1CHV83EUS5DLprE2mJiy/iQTwYXJdFVTtcz42sFdsrPoYIMqzYEH2MNWeQweDg8mFNK3JMosDRH2YqvECBGTHAo55dzJ/qRA+UgSxrxJSjvjhrUGxpHXwKA2T7P/PJtNbW8dwvhZHMF3vxlLOvjIhtoYEWI7YimACURCRlX5hhrPvSwG5FL7z0CUgOXxj3+dCLTu2EQ8l7V1DjFWCHp+29zyy4q7VrnOi0J3b6pqqNIpzftezr7HA54eC8NBY8Gbz/v+SoH6PCyuNGgOBEN6N3r/orXqiKu8Fz6yJ9O/sVoAAAAAAQAB//8AD3jaTZVrbBxXFcfvufNe72Nmdx77tmfHO2N76117784OTr154YAbR7RQuUQhttoSuXZKFQVKKYqgiFJAgkpIkVClIn8opSomjXY3VHHTFldEIYpay1hR+ID4Bha27FoIEQGpd8Idu4lY7c6eOfee//2f3+zeizAaQwif4iYRgwRUbgGqjLYFNvVxtcVzfxltM5iGqMUEaS5ItwU+vTPahiBPFFMpmoo5hnv8XnjFn+Um7/xmjF1GCLHoPf+fgsUVEYcSKIcGkYbaWYxKLZ3bgGa50qpACQ0NeyYoYILaDTqpurUK2FZBUYlJY8ukEc0egLpbo+kY8O/BQcx2dvwP2Fh6/Q+Gl19fyroubHmer7rpjHllPZ/NKB+tp2/4/TzxSx0zo/74uUY29vJZOEHIfng4lzz7cjyXzn/jJwqCwCOLdj2iPSP3F/hUAHF3v+Cviee5DIqhJDLRACLoPGpHECq1M7Sd5iDZ/W6zQW8mu9Ecql7SI6xYaiOpnxCydwPNWqWJ/tSSjY1mqtqU5ZYNpWal2pJiGy0XSi1bVuKX1Fyh1GuMoJYeUeJvy/GEVbTpfTOjHJRVzUim0tlcwekbKD1QrgR5M97OV8nIyMjQsKPUEKWGNEVFFBwqEs/yHMEVFMM1PIc4FhiWQVxHcxjD0zzXEkgbmHe5G1eA9T955453xd+B9tbpi6vj10+fvj6+evH0Fju7vPDU5szVY8euzmw+tXABv7kEov/v33WOv+v/C8LG9M2xD19/EquzCyuHVuY6R25Obz35+odw4NDKwuzWHAK86q9x21wKYYQkjFeZ3M5f/TUmw6Qo12P+38Wf0zEZpVABlVANfQu1owHXXMD1AdIyQhvNgeou2b1LAuhAkVwyExRps/ppAE230qrTX1MrEVXil5W4qlm9thMAMpR2MtVHAbXMnBJvZ8oVGjdZ5XK6u6cwNExqdNJ9dnm4D+8eIeYeM7hH0b3H9bcQuczdeH75ef+TxTveO/5tuDK2Mrs5d+HmzQtzm7MrbP6ZqxMrrz2+vf34aysTV5+5iN9YhMi51W93Tiz5/wFp+ujy/MntGXx+dfrjqflrO788Ob989MaMP716+Nr8FOpCjbvnw032BUrm82gKfQc10SJaAwwZGINHEUrksaEndI3XCppBavWaU7Nrda/u7QfPsnmBF1ReK4NjCxbkgVRJdW/MdmiyjHkhCgKvGkrNq+uGngPLUDXVioJTcGxONWguENOIYmkq1lQqaDu2q1AqKi6qRh6CN0uqhlkn1WIwt1Z3FTqH6lt2kWLkqZpQ2F1H4D3X1CzFUkCp1R8EVaeKGr3mgXpyd3OKZTcgioMi3qImqA2FaFSYrkHd7BYESnSMdqAx1HNgg/6pG0Bo95RAGehqoNAuaRHR90wGdXyJtkAJ1DxSDVQCfS8ocui+EohqagNjFroniyLAOYbBgvSQxuXxiUSCGQXReJBnjafhbf6xBs8P9ZclLLJdTJfdL3bLRsgd50Nf52P7JIWjInYqFuZhUGErucF0Qj/zNJtPGArDz7EYFi0chvSpw8C/mJRgRVLfgrEf7RvowhyjJ3JPfPlX/h8N/6fZryX7bh/pJsPj4QLX9Ra89NL3QQkljmOqnognU6HcxKkoI/JsaJ8cDcfCqZAMC2cfFeSoHu+WFEmWzIQqx8PVmCThSFqPKqLIsgxJx0QYZt1iocjgfrPbjIoiltkXxzxTlE5FVTL1zb7YmTOSzXGiEBU0ZgHzXexjd9HklDtTc2P7iR4/Wmqk/jGhfZXjZW1bYFVp3y01G+ocrh/K9VST3+05OUsaEnAYGKZRfWIpDQaXT2Ej2/vCl1S5nNe7jHq5eCAlM7rOpFx8PP1Zf/NzCUdkpXjUhHmdfdi/Xv31D6WccPAIDjNMmPnBzC+ErAipZzPf++LkQyGRhTDEpCNkbmLpz8892zmE3+8swq1YODIqf2Z7lO8RdJHn7RS8kpY6r0qhAg7xXIHnhViu+zBDbhcx16UOfGVgaGkoXe6LhwS+h7NgSa+vR7ESZvPyq6VUqN+SC0ZSTPm3oETGoxGIh/p60w3naIyJ/Gywf9CMnnAemR3524hT5DErxOwBhR55COMw3e+u0T0tOEsR0JMx+NBHftD/AJ+D/f7v/TW+9t+P+Bo9e/7vNYz+By6FsKkAAAB42mNgZGBgYGRwbI8IWhzPb/OVQZ6DAQTOni3fCKP/+/x7yrOBNRTI5WBgAokCAG3mDbAAeNpjYGRgYFX9t5eBgeftf5//WTwbGIAiKMAdAJycBph42mN6w+DCwcDAAMIsZ8D0HhBNLIap52D478fBwHQRyvbBpZ7nLYMtKeZjt5OJhxT1TKsYGFhDETTjcSAG0gyPoRgozigIpL0hNEiOBcgFAEBoNC142mNgYNCBwjoccALDBEY9RhsgPIMMmZcRhHtIhkcA9pQspAAAAQAAAEcBVAALAAAAAAACAAEAAgAWAAABAACTAAAAAHjalZCxTgJBFEXPApJoYYgF9VZUSIAFTdDCnmiIgsTKsASQuGiCu0YaCr4OfomKOzsTCHRmMzPn3blz38sCFyzJ4uXOgbKWZY+8KssZLqk7zkp9cJyjSOT4jD9WjvPSt46vKHoFx2txyfGGqnfPO18kyohSGjBjJPqRFmqPmWolWkZ9o0uHZ/EkfTNgTo0KVX017ujRps+TyDqvT7xW9U/UV1Vz9ZryrQn8o8QOL1JsdVA/5IwZpv7f/YsKTW50O1PqpzKNZyw1UnKov2c9dbkD7c1/zdhXFSrNdIz3HbuaJFH1KM9CZyDN3N3SoiFupfP66mbOYAd8k0EGAHjabc05TwJhHITxZ0BBBc/P4IkI7y4sh0dBsosHKiqHeLUiiTE0FH56Xdl/6TS/ZIoZUszzM+ad/3IOSilNmm122GWPfQ4ocEiRI0qUcXj4VKgSUKNOgybHnHDKGSER7Xjjgkuu6HDNDbd0ueOeB3r0GTDkkRFPPPPCK29a0KIyympJy1pRTnmtak3r2tCmtjLjz+/ph5edfU2cc2Fiy/3px4Xpmb5ZMatmYNbMutkwm2Yr0W8nBnOj+OcXVDk0PnjaRc67DoJAEAVQFuT9fqsJCSZ2+w12QkNjrCCx9w+sbSy19DsGK/9Ob3RZujk3k7nzZp8bsbvSkXXoR8Yew9gavN9QNHSUHTFch4oMfuoV0uqGNL4nv25emq3yHzzADwVcwOsFHMCtBWzAWQlYgJ0ImIA1rRmAeRbQAWM6vQD04A9GgXglRBo4Kh+19gJGYDgzBqOnZALGO8kUTLaSGZhWkjmYrSULMA8kS7CYi5ZgKTlQxr/W1F5aAAAAAAFRp8cxAAA=) format('woff'), url(//www.charlespost.com/wp-content/themes/outdoor/css/font/ytp-regular.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

.mb_YTPlayer:focus {
    outline: 0;
}

.mbYTP_wrapper {
    display: block;
    transform: translateZ(0) translate3d(0, 0, 0);
    transform-style: preserve-3d;
    perspective: 1000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
}

.mb_YTPlayer .loading {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 12px;
    color: #fff;
    background: rgba(0, 0, 0, 0.51);
    text-align: center;
    padding: 2px 4px;
    border-radius: 5px;
    font-family: "Droid Sans", sans-serif;
    -webkit-animation: fade .1s infinite alternate;
    /* Chrome, Safari, Opera */
    animation: fade .1s infinite alternate;
}


/* Chrome, Safari, Opera */

@-webkit-keyframes fade {
    0% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}


/* Standard syntax */

@keyframes fade {
    0% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}

.fullscreen {
    display: block!important;
    position: fixed!important;
    width: 100%!important;
    height: 100%!important;
    top: 0!important;
    left: 0!important;
    margin: 0!important;
    border: none !important;
    opacity: 1 !important;
}

.mbYTP_wrapper iframe {
    max-width: 4000px !important;
}

.inline_YTPlayer {
    margin-bottom: 20px;
    vertical-align: top;
    position: relative;
    left: 0;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .7);
    background: rgba(0, 0, 0, .5);
}

.inline_YTPlayer img {
    border: none!important;
    margin: 0!important;
    padding: 0!important;
    transform: none!important;
}


/*CONTROL BAR*/

.mb_YTPBar .ytpicon {
    font-size: 20px;
    font-family: 'ytpregular';
}

.mb_YTPBar .mb_YTPUrl.ytpicon {
    font-size: 30px;
}

.mb_YTPBar {
    transition: opacity .5s;
    display: block;
    width: 100%;
    height: 10px;
    padding: 5px;
    background: #333;
    position: fixed;
    bottom: 0;
    left: 0;
    text-align: left;
    z-index: 1000;
    font: 14px/16px sans-serif;
    color: white;
    opacity: .1;
    box-sizing: border-box;
}

.mb_YTPBar.visible,
.mb_YTPBar:hover {
    opacity: 1;
}

.mb_YTPBar .buttonBar {
    transition: all .5s;
    background: transparent;
    font: 12px/14px Calibri;
    position: absolute;
    top: -30px;
    left: 0;
    padding: 5px;
    width: 100%;
    box-sizing: border-box;
}

.mb_YTPBar:hover .buttonBar {
    background: rgba(0, 0, 0, 0.4);
}

.mb_YTPBar span {
    display: inline-block;
    font: 16px/20px Calibri, sans-serif;
    position: relative;
    width: 30px;
    height: 25px;
    vertical-align: middle;
}

.mb_YTPBar span.mb_YTPTime {
    width: 130px;
}

.mb_YTPBar span.mb_YTPUrl,
.mb_YTPBar span.mb_OnlyYT {
    position: absolute;
    width: auto;
    display: block;
    top: 6px;
    right: 10px;
    cursor: pointer;
}

.mb_YTPBar span.mb_YTPUrl img {
    width: 60px;
}

.mb_YTPBar span.mb_OnlyYT {
    left: 300px;
    right: auto;
}

.mb_YTPBar span.mb_OnlyYT img {
    width: 25px;
}

.mb_YTPBar span.mb_YTPUrl a {
    color: white;
}

.mb_YTPBar .mb_YTPPlaypause,
.mb_YTPlayer .mb_YTPBar .mb_YTPPlaypause img {
    cursor: pointer;
}

.mb_YTPBar .mb_YTPMuteUnmute {
    cursor: pointer;
}


/*PROGRESS BAR*/

.mb_YTPBar .mb_YTPProgress {
    height: 10px;
    width: 100%;
    background: #222;
    bottom: 0;
    left: 0;
}

.mb_YTPBar .mb_YTPLoaded {
    height: 10px;
    width: 0;
    background: #444;
    left: 0;
}

.mb_YTPBar .mb_YTPseekbar {
    height: 10px;
    width: 0;
    background: #bb110e;
    bottom: 0;
    left: 0;
    box-shadow: rgba(82, 82, 82, 0.47) 1px 1px 3px;
}

.mb_YTPBar .YTPOverlay {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: "flat";
    box-sizing: border-box;
}


/*RASTER OVERLAY*/

.YTPOverlay.raster {
    background: url(//www.charlespost.com/wp-content/themes/outdoor/images/raster.png);
}

.YTPOverlay.raster.retina {
    background: url(//www.charlespost.com/wp-content/themes/outdoor/images/raster@2x.png);
}

.YTPOverlay.raster-dot {
    background: url(//www.charlespost.com/wp-content/themes/outdoor/images/raster_dot.png);
}

.YTPOverlay.raster-dot.retina {
    background: url(//www.charlespost.com/wp-content/themes/outdoor/images/raster_dot@2x.png);
}


/*VOLUME SLIDER*/

.mb_YTPBar .simpleSlider {
    position: relative;
    width: 100px;
    height: 10px;
    border: 1px solid #fff;
    overflow: hidden;
    box-sizing: border-box;
    margin-right: 10px;
    cursor: pointer !important;
    border-radius: 3px;
}

.mb_YTPBar.compact .simpleSlider {
    width: 40px;
}

.mb_YTPBar .simpleSlider.muted {
    opacity: .3;
}

.mb_YTPBar .level {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff;
    box-sizing: border-box;
}

.mb_YTPBar .level.horizontal {
    height: 100%;
    width: 0;
}

.mb_YTPBar .level.vertical {
    height: auto;
    width: 100%;
}

/*
 * jQuery FlexSlider v2.6.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url(//www.charlespost.com/wp-content/themes/outdoor/fonts/flexslider-icon.eot);
  src: url(//www.charlespost.com/wp-content/themes/outdoor/fonts/flexslider-icon.eot?#iefix) format('embedded-opentype'), url(//www.charlespost.com/wp-content/themes/outdoor/fonts/flexslider-icon.woff) format('woff'), url(//www.charlespost.com/wp-content/themes/outdoor/fonts/flexslider-icon.ttf) format('truetype'), url(//www.charlespost.com/wp-content/themes/outdoor/fonts/flexslider-icon.svg#flexslider-icon) format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #ffffff;
  border: 4px solid #ffffff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/*
Theme Name: Outdoor Child
Theme URI: https://demowp.cththemes.net/outdoor/
Author: Cththemes
Author URI: http://themeforest.net/user/cththemes/
Description: Outdoor – Creative Responsive Photography / Portfolio Wordpress Theme is perfect if you like a clean and modern design. This theme is ideal for designers, photographers, and those who need an easy, attractive and effective way to share their work with clients.
Version: 3.3
Tags: custom-background, custom-menu, editor-style, featured-images, post-formats, sticky-post, theme-options, translation-ready
Template: outdoor
Text Domain: outdoor-child
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/


/*
Theme Name: Outdoor
Theme URI: http://outdoor.cththemes.org/
Author: Cththemes
Author URI: http://themeforest.net/user/cththemes
Description: Outdoor – Creative Responsive Photography / Portfolio WordPress Theme is perfect if you like a clean and modern design. This theme is ideal for designers, photographers, and those who need an easy, attractive and effective way to share their work with clients.
Version: 4.2.1
Tags: custom-background, custom-menu, editor-style, featured-images, post-formats, sticky-post, theme-options, translation-ready
Text Domain: outdoor
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/
/*======================================

    ++WP Reset ++
    +++Fonts +++
    ++++General Styles++++
    ++++Typography ++++
    ++++Page preload ++++
    ++++Content Styles ++++
    ++++Section  ++++
    ++++Fixed title ++++
    ++++Separator ++++
    ++++Links  ++++
    ++++Video+++++
    ++++Home  +++++
    ++++Item hover  ++++
    ++++Header  ++++
    ++++Navigation ++++
    ++++About ++++
    ++++Services++++
    ++++Facts  ++++
    ++++Team++++
    ++++Testimonials ++++
    ++++Footer ++++
    ++++Portfolio++++
    ++++Share ++++
    ++++Contacts++++
    ++++Blog ++++
    ++++Css-animation ++++
    ++++Responsive++++
*/
/*-------------WP Reset ---------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  display: inline;
  float: right;
}

.alignleft {
  display: inline;
  float: left;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption p.wp-caption-text {
  font-size: 90%;
}

.gallery-caption,
.wp-caption-text {
  margin-top: 10px;
}

.bypostauthor .comment-meta {
  font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

table th, table td {
  padding: 5px;
}

#wp-calendar {
  width: 100%;
}

#wp-calendar tbody td, #wp-calendar thead th {
  text-align: center;
  padding: 10px;
}

.widget_search button[type=submit] {
  border-width: 2px;
}

.mb-15 {
  margin-bottom: 15px;
}

.widget_categories select,
.widget_archive select {
  width: 100%;
}

.sidebar .widget * {
  max-width: 100%;
}

.cth-single .blog-text img,
.cth-page .blog-text img,
.sidebar .widget img,
.cth-single img,
.cth-page img {
  max-width: 100%;
  height: auto;
}

.sidebar ul {
  list-style: none;
  padding-left: 0px;
}

.sidebar ul ul {
  padding-left: 15px;
}

.sidebar ul li {
  padding-bottom: 8px;
  margin-bottom: 15px;
}

.sidebar ul.children, .sidebar ul.sub-menu {
  margin-top: 15px;
  padding-top: 8px;
}

.sidebar ul.children > li:last-child, .sidebar ul.sub-menu > li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.widget_archive ul li a,
.widget_categories ul li a,
.widget_pages ul li a,
.widget_meta ul li a,
.widget_recent_comments ul li a,
.widget_recent_entries ul li a,
.widget_rss ul li a,
.widget_nav_menu ul li a {
  display: inline-block;
}

.widget_rss ul li a {
  display: block;
}

.gallery[class*=gallery-columns-] .gallery-item img {
  width: auto;
}

.gallery[class*=gallery-columns-] {
  float: left;
  width: 100%;
}

.gallery.gallery-columns-1 .gallery-item {
  width: 100%;
  padding: 2px;
  margin-bottom: 20px;
  float: left;
}

.gallery.gallery-columns-2 .gallery-item {
  width: 50%;
  padding: 2px;
  margin-bottom: 20px;
  float: left;
}

.gallery.gallery-columns-3 .gallery-item {
  width: 33.33%;
  padding: 2px;
  margin-bottom: 20px;
  float: left;
}

.gallery.gallery-columns-4 .gallery-item {
  width: 25%;
  padding: 2px;
  margin-bottom: 20px;
  float: left;
}

.gallery.gallery-columns-5 .gallery-item {
  width: 20%;
  padding: 2px;
  margin-bottom: 20px;
  float: left;
}

.gallery.gallery-columns-6 .gallery-item {
  width: 16.66%;
  padding: 2px;
  margin-bottom: 20px;
  float: left;
}

.gallery.gallery-columns-7 .gallery-item {
  width: 14.28%;
  padding: 2px;
  margin-bottom: 20px;
  float: left;
}

.gallery.gallery-columns-8 .gallery-item {
  width: 12.5%;
  padding: 2px;
  margin-bottom: 20px;
  float: left;
}

.gallery.gallery-columns-9 .gallery-item {
  width: 11.11%;
  padding: 2px;
  margin-bottom: 20px;
  float: left;
}

.row.full-height > .wpb_column, .row.full-height > .wpb_column > .vc_column-inner, .row.full-height > .wpb_column > .vc_column-inner > .wpb_wrapper,
.wpb_column.full-height > .vc_column-inner, .wpb_column.full-height > .vc_column-inner > .wpb_wrapper {
  height: 100%;
}

.wpb_content_element {
  margin-bottom: 0px;
}

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

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

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

/*-------------Import fonts ---------------------------------------*/
/*-------------General Style---------------------------------------*/
html {
  overflow-x: hidden !important;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  background: #f9f9f9;
  height: 100%;
  text-align: left;
  /*line-height: 1.5;*/
}

@-o-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/*--------------Typography--------------------------------------*/
h1 {
  font-size: 4.4666666667em;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.17em;
}

h2 {
  font-size: 3.2em;
  font-weight: 300;
  text-align: center;
}

h3 {
  font-size: 1em;
}

h4 {
  font-size: 0.9em;
  font-weight: 200;
}

h5 {
  font-size: 0.8em;
  font-weight: 200;
}

h6 {
  font-size: 0.6em;
  font-weight: 200;
}

p {
  text-align: left;
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 10px;
}

p img {
  max-width: 100%;
  height: auto;
}

blockquote {
  float: left;
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 15px solid #eee;
  width: 100%;
}

blockquote p {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  color: #494949;
}

.nicescroll-cursors:before {
  content: "";
  width: 30px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  z-index: 5;
}

/* ---------Page preload--------------------------------------*/
.loader {
  position: fixed;
  top: 50% !important;
  left: 50%;
  width: 50px;
  height: 50px;
  z-index: 100;
  margin-left: -25px;
}

.tm-loader,
.tm-loader #circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: none;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

.tm-loader {
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-animation: preloader-outer 1.5s ease infinite;
  animation: preloader-outer 1.5s ease infinite;
}

.tm-loader #circle {
  -webkit-animation: preloader 3s ease infinite;
  animation: preloader 3s ease infinite;
}

.tm-loader #circle {
  border: 2px solid #ccc;
}

.tm-loader #circle {
  border-bottom: 2px solid #000;
}

@-webkit-keyframes preloader-outer {
  from {
    opacity: 1;
    -webkit-transform: rotate(0deg);
  }
  to {
    opacity: 1;
    -webkit-transform: rotate(360deg);
  }
}
@keyframes preloader-outer {
  from {
    opacity: 1;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    opacity: 1;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes preloader {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
@keyframes preloader {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
/* ---------Content Styles--------------------------------------*/
#main-theme {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#wrapper {
  height: 100%;
  margin-left: 0;
  vertical-align: top;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 3;
  width: 100%;
}

.left-decor, .right-decor, .fixed-wrap:before, .fixed-wrap:after {
  position: fixed;
  width: 50px;
  height: 100%;
  background: #fff;
  z-index: 1;
  -webkit-transform: translate3d(0, 0, 0);
}

.fixed-wrap:before, .fixed-wrap:after {
  content: "";
  z-index: 3;
}

.left-decor, .fixed-wrap:before {
  left: 0;
}

.right-decor, .fixed-wrap:after {
  right: 0;
}

.left-decor:before, .right-decor:before, .left-decor:after, .right-decor:after {
  content: "";
  position: absolute;
  width: 30px;
  left: 10px;
  height: 1px;
  background: #eee;
}

.left-decor:before, .right-decor:before {
  top: 70px;
}

.left-decor:after, .right-decor:after {
  bottom: 50px;
}

.content-holder {
  vertical-align: top;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 2;
  height: 100%;
  padding: 50px;
}

.slid-hol {
  padding-top: 70px;
}

.container {
  max-width: 1024px;
  width: 92%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.content {
  width: 100%;
  position: relative;
  z-index: 2;
  float: left;
}

.zindex3 {
  z-index: 3;
}

.mr-con {
  top: -50px;
}

.full-height {
  height: 100%;
}

.wrapper-inner {
  float: left;
  width: 70%;
  position: relative;
  background: #fff;
  padding: 150px 0;
  z-index: 3;
  opacity: 0;
}

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

.full-width-wrap:before {
  content: "";
  position: absolute;
  right: 0;
  width: 30%;
  background: #fff;
  top: -70px;
  height: 70px;
}

.body-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #f4f4f4;
  z-index: 2;
}

.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-attachment: scroll;
  background-position: center;
  background-repeat: repeat;
  background-origin: content-box;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.full-height-parallax {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
}

.respimg {
  /*width:100%;*/
  max-width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
  z-index: 2;
}

.overp3 .overlay {
  opacity: 0.3;
}

.overp4 .overlay {
  opacity: 0.4;
}

.overp5 .overlay {
  opacity: 0.5;
}

.overp6 .overlay {
  opacity: 0.6;
}

.overp7 .overlay {
  opacity: 0.7;
}

.overp8 .overlay {
  opacity: 0.8;
}

.overp9 .overlay {
  opacity: 0.9;
}

/* ---------Section --------------------------------------*/
section {
  float: left;
  width: 100%;
  position: relative;
  padding: 90px 0;
  background: #f9f9f9;
}

.small-container {
  max-width: 650px;
}

.parallax-section {
  float: left;
  width: 100%;
  padding: 200px 0;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.parallax-section .subtitle:before, .hero-title .subtitle:before {
  content: "";
  position: absolute;
  top: 100%;
  margin-top: 30px;
  width: 1px;
  background: rgba(255, 255, 255, 0.71);
  height: 50px;
  left: 50%;
}

.parallax-section div.overlay {
  opacity: 0.3 !important;
}

.sect-scroll {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-left: -20px;
  color: #fff;
  z-index: 5;
  font-size: 18px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.sect-scroll:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -30px;
  width: 60px;
  background: #fff;
  height: 1px;
  opacity: 0.6;
}

.sect-scroll:hover {
  opacity: 0.6;
}

.subtitle {
  color: #fff;
  font-size: 16px;
  font-style: italic;
  font-family: Georgia, "Times New Roman", Times, serif;
  padding-top: 12px;
  opacity: 0.8;
  position: relative;
}

.parallax-section .bg {
  width: 110%;
  left: -5%;
  height: 110%;
  top: -5%;
}

.parallax-section .bg {
  height: 115%;
  top: -10%;
}

.parallax-section h2 {
  color: #fff;
  font-size: 42px;
}

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

.no-border {
  border: none !important;
}

.no-padding {
  padding: 0 !important;
}

/* ---------Fixed title --------------------------------------*/
.fixed-title {
  position: fixed;
  width: 220px;
  height: 100px;
  top: 50%;
  margin-top: 125px;
  letter-spacing: 0.17em;
  font-size: 12px;
  text-transform: uppercase;
  margin-left: -54px;
  line-height: 50px;
  text-align: center;
  cursor: default;
  overflow: hidden;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  z-index: 12;
}

.fixed-title h1,
.fixed-title span, .fixed-title a {
  position: relative;
  z-index: 3;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  color: #fff;
  font-size: inherit;
  line-height: inherit;
}

.fixed-title:after {
  content: "";
  position: absolute;
  bottom: 46px;
  left: 0;
  z-index: 2;
  width: 100%;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  height: 160px;
  background: #292929;
}

.fixed-title:hover:after {
  height: 0;
}

.fixed-title:hover h1,
.fixed-title:hover span, .fixed-title a {
  color: #000;
}

/*.fix-box.scroll-to-fixed-fixed {overflow-y:scroll;}*/
.fix-box .fix-box-wrapp {
  height: 100%;
  overflow-y: scroll;
}

.fix-box .comments-holder, .fix-box .comment-form-holder {
  padding-left: 20px;
  padding-right: 20px;
}

.fix-box .comment-form-holder, .fixed-info-container .comment-form-holder {
  margin-bottom: 50px !important;
}

.fixed-info-container .control-group .controls textarea {
  max-width: 100%;
}

.fixed-info-container .control-group .controls input {
  width: 200px;
}

/* ---------Separator --------------------------------------*/
.separator {
  margin: 0 auto;
  width: 70px;
  height: 4px;
  background: #fff;
  margin: 10px auto 10px;
}

.bl-sep {
  background: #000;
}

.separator-image {
  background: none;
  width: auto;
}

/* --------- Links  --------------------------------------*/
.btn {
  display: inline-block;
  padding: 14px 35px 13px 35px;
  line-height: 1;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  margin: 20px auto;
  color: #000;
  border: 2px solid #000;
  position: relative;
}

.anim-button {
  overflow: hidden;
  background-clip: padding-box;
  vertical-align: middle;
  max-width: 100%;
  overflow: hidden;
  outline: none;
  width: auto;
}

.anim-button i {
  top: -100%;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 40px;
  text-align: center !important;
  font-size: 16px;
}

.wt-btn {
  color: #fff;
  border: 2px solid #fff;
}

.anim-button i, .anim-button span {
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.anim-button span {
  float: left;
  width: 100%;
  position: relative;
  top: 0;
}

.anim-button:hover span {
  top: 100px;
}

.anim-button:hover i {
  top: 0;
}

/* --------- Video --------------------------------------*/
.resp-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 20px;
}

.resp-video iframe,
.resp-video object,
.resp-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.media-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.video-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.mob-bg {
  display: none;
}

/* --------- Home  --------------------------------------*/
.full-height-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.big-index {
  z-index: 6;
  overflow: hidden;
}

.hero-title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 5;
}

.hero-logo {
  margin: 0 auto 10px;
  max-width: 200px;
  position: relative;
}

.hero-logo:before, .hero-logo:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 70px;
  height: 3px;
  background: #fff;
  opacity: 0.6;
}

.hero-logo:before {
  left: -150px;
}

.hero-logo:after {
  right: -150px;
}

.hero-logo img {
  width: 100%;
  height: auto;
}

.hero-title h3 {
  color: #fff !important;
  opacity: 0.8;
}

.hero-title h2, .hero-title a {
  color: #fff;
}

.hero-link {
  margin-top: 30px;
  font-size: 16px;
  display: inline-table;
  padding: 10px 26px;
  min-width: 150px;
  border: 1px solid rgba(255, 255, 255, 0.51);
}

.hero-link:hover {
  text-decoration: line-through;
}

.parallax-nav.swiper-nav-holder {
  z-index: 6;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}

.parallax-nav.swiper-nav-holder .arrow-left {
  left: 32px !important;
  color: #fff;
  position: absolute;
  font-size: 18px;
}

.parallax-nav.swiper-nav-holder .arrow-right {
  color: #fff;
  right: 32px !important;
  position: absolute;
  font-size: 18px;
}

.hs {
  position: absolute;
  top: 50%;
  right: -40px;
  width: 30px;
  z-index: 20;
  height: 60px;
  margin-top: -30px;
}

.hs a {
  position: relative;
  float: left;
  width: 100%;
  height: 30px;
  font-size: 19px;
  margin-bottom: 4px;
}

.slideshow-holder, .slideshow-item, .slideshow-item .item {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.slideshow-item .item {
  width: 100%;
  height: 100%;
  position: relative;
}

.slideshow-holder .overlay {
  opacity: 0.4;
  z-index: 3;
}

.slide-title-holder {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.slide-title {
  top: 50%;
  position: relative;
  z-index: 5;
}

.slide-title .separator-image {
  padding: 10px 0;
}

.slide-title .subtitle {
  position: relative;
}

.slide-title .subtitle:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -25px;
  height: 25px;
  width: 50px;
  border-radius: 90px 90px 0 0;
  -moz-border-radius: 90px 90px 0 0;
  -webkit-border-radius: 90px 90px 0 0;
  border: 2px solid #fff;
  border-bottom: none;
}

.swiper-slide .overlay {
  opacity: 0.3;
}

.slide-title h3 {
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  margin-bottom: 10px;
  color: #fff;
  display: inline-table;
}

.slide-title h3:before, .slide-title h3:after, .hero-text-holder:before, .hero-text-holder:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 50px;
  height: 1px;
  background: #fff;
  opacity: 0.6;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.slide-title h3:before, .hero-text-holder:before {
  left: -70px;
}

.slide-title h3:after, .hero-text-holder:after {
  right: -70px;
}

.slide-title h3:hover:before, .slide-title h3:hover:after {
  width: 100%;
}

.slide-title h4 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  margin: 6px 0 10px 0;
  width: 100%;
  color: #fff;
}

.slide-title h4 a {
  padding: 10px 40px;
  background: rgba(255, 255, 255, 0.11);
  display: inline-table;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.31);
}

.slide-title h3 a, .slide-title h4 a {
  color: #fff;
}

.slide-title h4 a:hover, .slide-title h4 a:hover i {
  text-decoration: line-through;
}

.single-title h3 {
  position: relative;
  opacity: 1;
  top: 0;
}

.single-title .slide-title {
  position: relative;
  left: -50px;
}

.zoomimage {
  position: absolute;
  top: 70px;
  right: 70px;
  cursor: pointer;
  z-index: 15;
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.91);
}

.zoomimage i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  line-height: 30px;
  color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.zoomimage:hover i {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.zoomimage img {
  width: 30px;
  height: 30px;
  opacity: 0;
  position: relative;
  z-index: 2;
}

.hero-grid {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
}

.hero-grid.w11 {
  width: 100%;
}

.hero-grid.w12 {
  width: 50%;
}

.hero-grid.w13 {
  width: 33.33333%;
}

.hero-grid.w14 {
  width: 25%;
}

.hero-grid.w15 {
  width: 20%;
}

.hero-grid.w16 {
  width: 16.66666%;
}

.hero-grid.w17 {
  width: 14.28571%;
}

.hero-grid.w18 {
  width: 12.5%;
}

.hero-grid.w19 {
  width: 11.11111%;
}

.hero-grid.w110 {
  width: 10%;
}

.hero-grid.h11 {
  height: 100%;
}

.hero-grid.h12 {
  height: 50%;
}

.hero-grid.h13 {
  height: 33.33333%;
}

.hero-grid.h14 {
  height: 25%;
}

.hero-grid.h15 {
  height: 20%;
}

.hero-grid.h16 {
  height: 16.66666%;
}

.hero-grid.h17 {
  height: 14.28571%;
}

.hero-grid.h18 {
  height: 12.5%;
}

.hero-grid.h19 {
  height: 11.11111%;
}

.hero-grid.h110 {
  height: 10%;
}

.hero-grid .overlay {
  z-index: 2;
  opacity: 0.3;
}

.hero-slider, .hero-slider .item {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}

.hero-text-holder {
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 40px;
  margin: 0 auto 10px;
  max-width: 450px;
  text-transform: uppercase;
}

.hero-text-holder .item {
  float: left;
  width: 100%;
  overflow: hidden;
}

/*------item hover ------------------------------------------------*/
.box-item {
  float: left;
  width: 100%;
}

.vertical-gallery .box-item {
  margin-bottom: 10px;
  padding: 0px 5px;
}

.vertical-gallery.no-sp-yes .box-item {
  padding: 0px;
  margin-bottom: 0px;
}

.box-item a {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.box-item a img {
  position: relative;
  z-index: 1;
  width: 100%;
  -webkit-transition: all 4000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -o-transition: all 4000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: all 4000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}

.box-item a .overlay {
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.box-item a:hover .overlay {
  opacity: 0.3;
}

.box-item a:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
      transform: scale(1.05);
}

/*------ Header  ------------------------------------------------*/
header.outdoor-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  height: 70px;
  line-height: 70px;
  width: 100%;
  background: #fff;
  -webkit-transform: translate3d(0, 0, 0);
}

.header-inner {
  float: left;
  width: 100%;
  padding: 0 50px;
  padding-top: 10px;
  position: relative;
}

.logo-holder {
  position: absolute;
  top: 10px;
  left: 50px;
  width: 100%;
  height: 50px;
}

.logo-holder a img {
  float: left;
  /*width:auto;
  height:100%;*/
}

/*------ navigation  ------------------------------------------------*/
.nav-holder {
  float: right;
  position: relative;
}

/*nav {
    position:relative;
    float:left;
    width:100%;
    top:10px;
}
.nav-holder nav ul {list-style: none;padding-left: 0px;}
nav li{
    float:left;
    position:relative;
}
nav li ul {
    margin: 30px 0 0 0;
    display: none;
    position: absolute;
    max-width: 100%;
    min-width:200px;
    top: 30px;
    left: 0;
    z-index: 1;    
    background: #fff;   
    transition: all .2s ease-in-out; 
}
nav li:hover > ul {
    display: block;
    margin: 0;
}
nav li ul li ul {
    top: 0;
    left: -100%;    
}
nav li ul li:hover  > ul  {
    display: block;
    right: 100%;
}   
nav li ul li {
    float: none;
    display: block;
    border: 0;
}
nav li a {
    float: left;
    padding: 10px 22px;
    line-height: 1;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #666;
    top:0;
    position:relative;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    transition: all 100ms linear;
    text-align: left;
    width: 100%;
}
nav li a.act-link:before {
     content:'';
     position:absolute;
     bottom:0;
     left:0;
     width:100%;
     height:100%;
     background:#292929;
    -webkit-transition: all 200ms linear;
   -moz-transition: all 200ms linear;
   -o-transition: all 200ms linear;
   -ms-transition: all 200ms linear;
   transition: all 200ms linear;
    z-index:-1;
}
nav li a.act-link {
    color: #fff;
}
nav li a.act-link:hover  {
    color:#000;
}
nav li a:hover {
    color:#ccc;
}
nav li a.act-link:hover:before {
    height:0;
}
nav li ul a:before  {
    display:none;
}
nav li ul a.act-link,nav li ul li a.ancestor-act-link,nav li ul li a.parent-act-link {
    color:#000;
    font-weight:600;
}*/
nav {
  position: relative;
  float: left;
  width: 100%;
  top: 10px;
}

.nav-holder nav ul {
  list-style: none;
  padding-left: 0px;
}

nav li {
  float: left;
  position: relative;
}

nav li ul {
  margin: 30px 0 0 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  max-width: 100%;
  min-width: 200px;
  top: 30px;
  left: 0;
  z-index: 1;
  /*z-index: -999;*/
  background: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

nav li:hover > ul {
  opacity: 1;
  visibility: visible;
  margin: 0;
  z-index: 1;
}

nav li ul li ul {
  top: 0;
  left: -100%;
}

nav li ul li:hover > ul {
  opacity: 1;
  visibility: visible;
  right: 100%;
}

nav li ul li {
  float: none;
  display: block;
  border: 0;
}

nav li a {
  float: left;
  padding: 10px 22px;
  line-height: 1;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #666;
  top: 0;
  position: relative;
  -webkit-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  text-align: left;
  width: 100%;
}

nav li a.act-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #292929;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  z-index: -1;
}

nav li a.act-link {
  color: #fff;
}

nav li a.act-link:hover {
  color: #000;
}

nav li a:hover {
  color: #ccc;
}

nav li a.act-link:hover:before {
  height: 0;
}

nav li ul a:before {
  display: none;
}

nav li ul a.act-link, nav li ul li a.ancestor-act-link, nav li ul li a.parent-act-link {
  color: #000;
  font-weight: 600;
}

.nav-button-holder {
  float: right;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  margin: 0 0 0 10px;
  padding-left: 22px;
  display: none;
}

.nav-button {
  float: right;
  width: 30px;
  height: 24px;
  position: relative;
  margin-top: 9px;
  cursor: pointer;
}

.nav-button span {
  float: left;
  width: 100%;
  height: 4px;
  background: #000;
  margin-bottom: 2px;
  position: relative;
}

/*------ about -------------------------------------------------*/
.scroll-page-nav {
  position: fixed;
  top: 50%;
  right: 0px;
  z-index: 13;
  width: 50px;
}

ul.one-page-scroll-nav {
  list-style: none;
  padding-left: 0px;
}

.scroll-page-nav li {
  width: 100%;
  float: left;
  margin-bottom: 4px;
}

.scroll-page-nav a {
  display: inline-block;
  width: 7px;
  height: 7px;
  border: 1px solid #666;
  border-radius: 100%;
  line-height: 0px;
  text-indent: -99999px;
}

.scroll-page-nav a.act-link {
  background: #666;
}

.fixed-wrap {
  position: fixed;
}

.custom-inner {
  float: left;
  width: 100%;
  padding: 150px 0 70px 0;
  position: relative;
  z-index: 5;
}

.custom-inner .container {
  max-width: 1250px;
}

.custom-inner p, .custom-inner h2 {
  color: #fff;
  text-align: left;
}

.custom-inner h3 {
  float: left;
  width: 100%;
  margin: 10px 0 20px 0;
  text-align: left;
}

.custom-inner.error-page p, .custom-inner.error-page h2 {
  text-align: center !important;
}

.custom-inner.error-page h2 {
  font-size: 180px;
}

.custom-inner.error-page h3 {
  color: #fff;
  font-size: 22px;
  text-align: center;
}

.custom-inner.postpass-page p, .custom-inner.postpass-page h2 {
  text-align: center !important;
}

.custom-inner.postpass-page h2 {
  font-size: 46px;
  text-transform: uppercase;
}

.custom-inner.postpass-page h3 {
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.custom-inner .separator {
  float: left;
}

.custom-inner.error-page .separator {
  float: none;
}

.custom-inner.postpass-page .separator {
  float: none;
}

.content-link {
  float: left;
  font-size: 18px;
  margin-top: 30px;
  color: #fff;
}

.content-link:hover {
  text-decoration: line-through;
}

.content-logo {
  margin-bottom: 20px;
  opacity: 0.8;
}

.signature {
  float: left;
  width: 100%;
  margin-top: 20px;
}

.signature img {
  float: left;
}

.section-columns {
  padding: 50px 0 0 0;
}

.section-columns:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  height: 50px;
  z-index: 20;
}

.section-columns-text {
  float: right;
  width: 60%;
  position: relative;
  background: #292929;
  padding: 50px 0;
}

.section-columns-text .custom-inner {
  padding: 50px 0;
}

.section-columns-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
}

/* --------- Services  --------------------------------------*/
.service-box {
  float: left;
  width: 100%;
  padding: 20px 0px 20px 60px;
  position: relative;
  cursor: crosshair;
}

.service-box i {
  position: absolute;
  top: 22px;
  left: 0;
  color: #ccc;
  font-size: 22px;
}

.service-box h4 {
  text-align: left;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Jost", sans-serif;
  color: #fff;
  padding-bottom: 10px;
}

.service-box span {
  float: left;
  color: #fff;
  width: 100%;
  font-size: 16px;
  font-style: italic;
  text-align: left;
  font-family: Georgia, "Times New Roman", Times, serif;
  padding: 12px 0 20px 0;
  opacity: 0.8;
  border-bottom: 1px solid #eee;
}

.order-holder .wpb_content_element {
  margin-bottom: 0px;
}

.order-holder h3 {
  font-size: 29px;
  position: relative;
  line-height: 75px;
}

.order-holder h3:before {
  content: "";
  position: absolute;
  right: 70px;
  top: 12px;
  width: 1px;
  height: 50px;
  background: #eee;
}

/*------facts  -------------------------------------------------*/
.inline-facts {
  float: left;
  width: 100%;
  padding: 40px 0;
  position: relative;
  background: #fff;
}

.inline-facts:before {
  content: "";
  position: absolute;
  top: 10%;
  right: 1px;
  width: 1px;
  height: 80%;
  background: #eee;
}

.inline-facts-holder > .wpb_column:nth-child(4n+0) .inline-facts:before {
  display: none;
}

.inline-facts-holder .wpb_content_element {
  margin-bottom: 0px;
}

.inline-facts i {
  position: relative;
  color: #ccc;
  font-size: 24px;
  opacity: 0.4;
  padding-bottom: 10px;
}

.inline-facts .num {
  font-size: 34px;
  color: #000;
}

.inline-facts h6 {
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Jost", sans-serif;
  padding-top: 10px;
  color: #666;
}

.inline-facts h6 a {
  color: #666;
}

.inline-facts h6 a:hover {
  text-decoration: line-through;
}

/*------ Team  ------------------------------------------------*/
.team-holder {
  float: left;
  width: 100%;
  margin-top: 50px;
}

.team-holder li {
  float: left;
  width: 33.3333%;
  padding: 20px 20px 20px 0;
}

.team-box {
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.team-info {
  float: left;
  width: 100%;
  margin-top: 20px;
}

.team-info h3 {
  font-size: 19px;
  padding-bottom: 4px;
}

.team-photo {
  position: relative;
  overflow: hidden;
  width: 100%;
  float: left;
}

.team-box .overlay {
  opacity: 0;
  z-index: 2;
  background: #000;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.team-box:hover .overlay {
  opacity: 0.5;
}

.team-social {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 3;
  display: none;
  list-style: none;
  padding-left: 0px;
}

.team-social li {
  float: none !important;
  display: inline-block !important;
  padding: 6px;
  width: auto !important;
}

.team-social li a {
  color: #fff;
  font-size: 16px;
  position: relative;
  top: 50px;
  opacity: 0;
}

.small-padding {
  padding: 110px 0;
}

.small-padding2 {
  padding: 30px 0 80px;
}

/* --------- Testimonials --------------------------------------*/
.testi-item {
  max-width: 800px;
  margin: 20px auto;
  text-align: center;
}

.testi-item h3 {
  font-size: 15px;
  text-transform: uppercase;
  font-family: "Jost", sans-serif;
  padding: 20px 0;
  color: #fff;
}

.testi-item p {
  text-align: center;
  font-size: 16px;
  font-style: italic;
  font-family: Georgia, "Times New Roman", Times, serif;
  padding: 10px 0;
  color: #fff;
}

.white-bg {
  background: #fff;
}

.testimonials-slider-holder {
  float: left;
  width: 100%;
  position: relative;
}

.testimonials-slider-holder .customNavigation a {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 20px;
  font-size: 19px;
  cursor: pointer;
  color: #fff;
  z-index: 30;
}

.testimonials-slider-holder .customNavigation a.next-slide {
  right: 0;
}

.testimonials-slider-holder .customNavigation a.prev-slide {
  left: 0;
}

.testi-item a {
  display: inline-table;
  margin-top: 30px;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Jost", sans-serif;
  margin-top: 30px;
  color: #fff;
  position: relative;
}

.testi-item a:hover {
  text-decoration: line-through;
}

/*------ footer -------------------------------------------------*/
footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: #fff;
  z-index: 15;
  padding: 0 50px;
  line-height: 50px;
}

.footer-social {
  padding-top: 10px;
  float: right;
}

.footer-social ul {
  list-style: none;
  padding-left: 0px;
}

.footer-social li {
  float: left;
  margin-left: 10px;
}

.footer-social li a {
  float: left;
  width: 26px;
  height: 26px;
  line-height: 26px;
  font-size: 9px;
  color: #fff;
  border-radius: 100%;
  background: #292929;
}

.policy-box {
  float: left;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #666;
}

.policy-box span {
  float: left;
}

.policy-box ul {
  position: relative;
  float: left;
  margin-left: 10px;
  padding-left: 20px;
  list-style: none;
}

.policy-box ul li {
  float: left;
  position: relative;
  padding-left: 40px;
}

.policy-box ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 3px;
  background: #000;
  margin-top: -2px;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.policy-box ul li:hover:before {
  width: 100%;
}

.policy-box ul:before {
  content: "";
  position: absolute;
  top: 16px;
  left: -2px;
  background: #eee;
  width: 2px;
  height: 20px;
}

.policy-box ul li a {
  padding: 0 10px;
  color: #666;
}

.policy-box ul li a:hover {
  text-decoration: line-through;
}

.to-top {
  position: absolute;
  top: -41px;
  right: 51px;
  opacity: 0;
  width: 40px;
  height: 40px;
  margin-top: -12px;
  line-height: 40px;
  cursor: pointer;
  font-size: 20px;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.81);
  color: #fff;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.vistotop {
  opacity: 1;
  margin-top: 0;
  visibility: visible;
}

.to-top:hover {
  opacity: 0.8;
}

/*-- portfolio ------------------*/
.gallery-items {
  float: left;
  width: 100%;
  padding-bottom: 50px;
}

.grid-item-holder {
  float: left;
  width: 100%;
  height: auto;
  position: relative;
}

.hid-port-info .grid-item-holder {
  overflow: hidden;
}

.hidden-port-info .grid-item {
  display: none;
}

.grid-big-pad .grid-item-holder {
  padding: 20px;
}

.grid-small-pad .grid-item-holder {
  /*padding:10px 20px 10px 0;*/
  padding: 10px 10px 10px 10px;
}

.gallery-item, .grid-sizer {
  width: 25%;
  position: relative;
}

.gallery-item {
  position: relative;
}

.gallery-item-second,
.grid-sizer-second {
  width: 50%;
}

.gallery-item-three,
.grid-sizer-three {
  width: 75%;
}

.gallery-item img, .grid-sizer img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

.content-column .gallery-item {
  padding: 1px;
}

.content-column {
  padding-bottom: 50px;
}

.five-coulms .gallery-item, .five-coulms .grid-sizer {
  width: 20%;
}

.five-coulms .gallery-item-second {
  width: 40%;
}

.five-coulms .gallery-item-three {
  width: 60%;
}

.four-coulms .gallery-item, .four-coulms .grid-sizer {
  width: 25%;
}

.four-coulms .gallery-item-second {
  width: 50%;
}

.four-coulms .gallery-item-three {
  width: 75%;
}

.three-coulms .gallery-item, .three-coulms .grid-sizer {
  width: 33.33333%;
}

.three-coulms .gallery-item-second {
  width: 66.66666%;
}

.two-coulms .gallery-item, .two-coulms .grid-sizer {
  width: 50%;
}

.two-coulms .gallery-item-second, .two-coulms .gallery-item-three {
  width: 100%;
}

.one-coulms .gallery-item, .one-coulms .grid-sizer {
  width: 100%;
}

.gallery-item .overlay {
  z-index: 2;
  opacity: 0;
}

.grid-item {
  position: absolute;
  width: 100%;
  z-index: 3;
  top: 50%;
  left: 0;
}

.grid-item-gal {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  top: 0;
  left: 0;
}

.grid-item-gal a {
  float: left;
  width: 100%;
  height: 100%;
}

.grid-item-holder:hover .overlay {
  opacity: 0.7 !important;
}

.grid-item h3 {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  float: left;
  width: 100%;
  font-family: "Jost", sans-serif;
  color: #fff;
}

.grid-item h3 a {
  color: #fff;
}

.grid-item span {
  width: 100%;
  float: left;
  font-size: 14px;
  opacity: 0.6;
  margin-top: 6px;
  color: #fff;
}

.grid-item span a {
  color: #fff;
}

.hid-port-info .grid-item span a {
  color: #fff;
}

.grid-item span a:hover {
  text-decoration: line-through;
}

.grid-item:before, .grid-item:after {
  content: "";
  position: absolute;
  left: 50%;
  background: rgba(255, 255, 255, 0.51);
  width: 1px;
  height: 0;
}

.grid-item:before, .grid-item:after {
  bottom: -50px;
}

.grid-item:after {
  top: -50px;
}

.grid-item h3, .grid-item span {
  opacity: 0;
}

.vis-port-info .grid-item {
  position: relative;
  float: left;
  top: 0;
  margin-top: 0 !important;
  color: #000;
  padding: 20px 0;
}

.vis-port-info .grid-item h3 a, .vis-port-info .grid-item span {
  color: #000;
}

.vis-port-info .grid-item span {
  font-size: 14px;
  font-style: italic;
  font-family: Georgia, "Times New Roman", Times, serif;
  padding-top: 10px;
  color: #666;
  display: block;
  position: relative;
}

.vis-port-info .grid-item span:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  background: #000;
  left: 50%;
  margin-left: -25px;
  top: 2px;
}

.vis-port-info .grid-item:before, .vis-port-info .grid-item:after {
  display: none;
}

.vis-port-info .grid-item h3, .vis-port-info .grid-item span {
  opacity: 1;
}

.grid-item-holder:hover .grid-item h3, .grid-item-holder:hover .grid-item span, .port-desc-holder:hover .grid-item span, .port-desc-holder:hover .grid-item h3, .horizontal_item:hover .grid-item span, .horizontal_item:hover .grid-item h3 {
  opacity: 1;
}

.hvis-port-info .grid-item h3, .hvis-port-info .grid-item span {
  opacity: 1;
}

.grid-item-holder:hover .grid-item:before, .grid-item-holder:hover .grid-item:after, .port-desc-holder:hover .grid-item:before, .port-desc-holder:hover .grid-item:after, .horizontal_item:hover .grid-item:after, .horizontal_item:hover .grid-item:before {
  height: 40px;
}

.st-3 .grid-item-holder a img, .gallery-item img, .grid-sizer img, .grid-item:after, .grid-item:before, .grid-item h3, .grid-item span {
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.fixed-filter {
  position: fixed;
  left: 80px;
  bottom: 80px;
  z-index: 5;
  background: rgba(0, 0, 0, 0.51);
  padding: 15px 20px;
}

.vis-filter {
  float: left;
  width: 100%;
  padding: 0 50px;
  position: relative;
}

.fixed-filter a, .vis-filter a {
  float: left;
  margin-right: 8px;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
}

.vis-filter a {
  float: none;
  display: inline-block;
}

.fixed-filter a.gallery-filter_active, .vis-filter a.gallery-filter_active, .inline-filters a.gallery-filter_active {
  text-decoration: line-through;
}

.inline-filters {
  float: left;
  width: 100%;
  padding: 30px 0;
  margin: 20px 0 0;
  position: relative;
}

.inline-filters:before {
  content: "";
  position: absolute;
  top: 10px;
  height: 1px;
  background: #ccc;
  left: 50%;
  width: 120px;
  margin-left: -60px;
}

.inline-filters a {
  display: inline-block;
  padding: 10px 18px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #666;
  margin: 0 5px;
}

.gallery_horizontal {
  margin-top: 20px;
  float: left;
  width: 100%;
  position: relative;
}

.gallery_horizontal .owl-item img {
  width: auto;
  position: relative;
  z-index: 1;
}

.gallery_horizontal.owl-carousel .owl-item img {
  width: auto;
}

.gallery_horizontal.resp-ena .owl-item img {
  max-width: 100%;
  height: auto !important;
}

.gallery_horizontal {
  position: relative;
}

.zoomimage img, .gallery_horizontal .owl-item .zoomimage img {
  width: 30px;
  height: 30px !important;
  opacity: 0;
  position: relative;
  z-index: 2;
}

.horizontal_item {
  overflow: hidden;
  position: relative;
}

.portfolio_item, .horizontal_item, .swiper-slide {
  cursor: e-resize;
  cursor: default;
}

.horizontal_item .port-desc-holder {
  top: 50%;
  height: auto !important;
}

.resize-carousel-holder {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}

.resize-carousel-holder .grid-item p {
  text-align: center;
}

.resize-carousel-holder .customNavigation {
  position: absolute;
  top: 50%;
  right: -45px;
  width: 40px;
  z-index: 5;
  height: 80px;
  margin-top: -40px;
}

.resize-carousel-holder .resp-ena + .customNavigation {
  display: block;
  right: 0px;
}

.resize-carousel-holder .customNavigation:before, .resize-carousel-holder .customNavigation:after, .hs:before, .hs:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #666;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.resize-carousel-holder .customNavigation:before, .hs:before {
  top: -10px;
  left: 0;
}

.resize-carousel-holder .customNavigation:after, .hs:after {
  bottom: -8px;
  right: 0;
}

.resize-carousel-holder .customNavigation:hover:before, .resize-carousel-holder .customNavigation:hover:after, .hs:hover:before, .hs:hover:after {
  width: 0;
}

.resize-carousel-holder .customNavigation a {
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 19px;
  cursor: pointer;
}

.vis-info {
  padding-left: 350px !important;
}

.vis-info.vis2 .wpb_wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.fixed-info-container {
  position: fixed !important;
  z-index: 2;
  top: 0;
  left: 50px;
  height: 100%;
  width: 350px !important;
  background: #f9f9f9;
  padding: 120px 30px 80px 30px !important;
  overflow: auto;
}

.hidden-column {
  left: -450px;
  opacity: 0;
}

.show-hid-content {
  position: absolute;
  top: 32px;
  left: 32px;
  background: rgb(0, 0, 0);
  color: #fff;
  z-index: 4;
  font-size: 14px;
  cursor: pointer;
  padding: 12px 52px;
}

.show-hid-content:before {
  content: "/";
  position: absolute;
  top: 11px;
  right: 27px;
  color: #fff;
  opacity: 0.5;
}

.show-hid-content i {
  position: absolute;
  top: 15px;
  right: 10px;
  font-size: 14px;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.ishid i {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.fw-info-container {
  float: left;
  max-width: 1450px !important;
  position: relative;
  background: #fff;
  padding: 100px 50px 90px;
}

.fixed-info-container h3, .fixed-info-container h4, .fw-info-container h3, .fw-info-container h4 {
  float: left;
  text-align: left;
  font-size: 25px;
  font-family: "Jost", sans-serif;
  width: 100%;
  color: #292929;
  margin-top: 20px;
}

.fixed-info-container h4, .fw-info-container h4 {
  font-size: 15px;
}

.fixed-info-container .separator, .fw-info-container .separator {
  float: left;
  width: 80px;
  height: 4px;
  background: #292929;
  margin: 20px 0 20px;
  position: relative;
}

.project-details {
  float: left;
  width: 100%;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 20px;
  list-style: none;
  padding-left: 0px;
  border-bottom: 1px solid #ccc;
}

.project-details li {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}

.project-details li i {
  position: absolute;
  top: 12px;
  left: 0;
  width: 40px;
  font-size: 14px;
  color: #000;
}

.pd-holder {
  float: left;
  width: 100%;
  padding-left: 40px;
}

.pd-holder h5 {
  text-align: left;
  font-size: 14px;
  font-style: italic;
  font-family: Georgia, "Times New Roman", Times, serif;
  padding-top: 12px;
}

.pd-holder h5 a {
  font-style: italic;
  font-family: Georgia, "Times New Roman", Times, serif;
  opacity: 0.8;
}

.project-details li a:hover {
  text-decoration: line-through;
}

.project-nav {
  float: left;
  width: 100%;
  margin-top: 30px;
}

.project-nav ul li {
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ccc;
  margin-right: 40px;
}

.project-nav ul li a {
  font-size: 18px;
  color: #292929;
}

.content-nav {
  float: left;
  width: 100%;
  padding: 20px 0;
  position: relative;
  z-index: 1;
}

.content-nav ul {
  position: relative;
  left: 0;
  list-style: none;
  padding-left: 0px;
}

.content-nav li {
  float: left;
  margin-right: 10px;
}

.content-nav li a {
  font-size: 28px;
}

.content-nav li span {
  line-height: 34px;
}

.p-all {
  position: absolute;
  right: 0;
  top: 30px;
  font-size: 18px;
}

.content-nav a {
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.content-nav li a span {
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  padding-right: 20px;
  font-size: 18px;
  position: relative;
  top: -2px;
}

.content-nav a:hover {
  opacity: 0.6;
}

.p_horizontal_wrap {
  float: left;
  width: 100%;
  position: relative;
  background: #fff;
  height: 100%;
}

#portfolio_horizontal_container {
  max-height: 100%;
  height: 100%;
  float: left;
  width: 100%;
  position: relative;
}

#portfolio_horizontal_container .portfolio_item {
  width: auto;
  height: 100%;
  float: left;
  padding: 0 10px;
  overflow: hidden;
  position: relative;
}

#portfolio_horizontal_container.hoz-ver-cols .portfolio_item {
  padding: 0px;
}

#portfolio_horizontal_container.hoz-ver-cols .portfolio_item img {
  padding: 5px;
}

#portfolio_horizontal_container .portfolio_item img {
  float: left;
  width: auto;
  height: 100%;
}

.port-subtitle-holder {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 10px;
}

.port-subtitle {
  float: left;
  width: 100%;
  background: #fff;
  padding: 20px 0;
  text-align: left;
}

.port-subtitle h3 {
  font-size: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.port-subtitle span {
  float: left;
  width: 100%;
  font-size: 12px;
  padding-top: 6px;
  position: relative;
  left: -10px;
}

.port-subtitle span a {
  padding: 0 10px;
  color: #ccc;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.port-subtitle span a:hover, .port-subtitle h3:hover {
  color: #000;
  text-decoration: line-through;
}

.port-desc-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  z-index: 20;
}

.hoz-ver-cols .port-desc-holder {
  padding: 5px;
}

.port-desc {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
}

.port-desc-holder .grid-item span {
  font-size: 18px;
}

.port-desc-holder .grid-item h3 {
  font-size: 30px;
  font-family: "Jost", sans-serif;
  letter-spacing: 2px;
}

.port-desc-holder .grid-item h3:hover {
  opacity: 0.8;
}

.port-desc .overlay, .horizontal_item .overlay {
  opacity: 0;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.port-desc-holder:hover .overlay, .horizontal_item:hover .overlay {
  opacity: 0.6;
}

.disa-opa .port-desc-holder:hover .overlay, .disa-opa .horizontal_item:hover .overlay {
  opacity: 0;
}

.disa-over .overlay {
  display: none;
}

.count-folio {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 10;
  padding: 30px 0;
  width: 50px;
  font-size: 14px;
}

.num-album {
  position: relative;
  padding-bottom: 28px;
  color: #666;
}

.num-album:before {
  content: "/";
  position: absolute;
  bottom: -2px;
  color: #000;
  left: 21px;
}

.all-album {
  padding-top: 8px;
}

.column-filter {
  position: fixed;
  top: 90px;
  left: 80px;
  z-index: 23;
  width: 150px;
}

.filter-button {
  position: relative;
  float: left;
  margin-bottom: 20px;
  background: #000;
  color: #fff;
  width: 100%;
  padding: 12px 0;
  cursor: pointer;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.filter-button i {
  position: absolute;
  right: 20px;
  top: 15px;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
}

.filter-button:before {
  content: "/";
  position: absolute;
  top: 11px;
  right: 37px;
  color: #fff;
  opacity: 0.5;
}

.roticon {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.hid-filter {
  float: left;
  width: 100%;
  background: rgba(51, 51, 51, 0.61);
  padding: 20px 0;
  display: none;
}

.hid-filter a {
  color: #fff;
  float: left;
  width: 100%;
  padding: 6px 10px;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.gallery-filter_active {
  text-decoration: line-through;
}

.bg-slider {
  z-index: 1;
}

.fw-info-container, .project-nav {
  float: left;
  position: relative;
  width: 100%;
}

.fw-info-container {
  margin-top: 50px;
  bottom: 0;
}

.show-info {
  position: absolute;
  bottom: 50px;
  left: 50px;
  width: 80%;
  z-index: 15;
}

.show-info span {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  color: #494949;
  letter-spacing: 2px;
  color: #fff;
  cursor: pointer;
  float: left;
  border-bottom: 1px solid #fff;
}

.tooltip-info {
  height: auto;
  line-height: 20px;
  padding: 10px 20px;
  font-size: 11px;
  color: #fff;
  text-align: center;
  text-indent: 0px;
  position: absolute;
  background: rgba(0, 0, 0, 0.91);
  bottom: 0;
  opacity: 0;
  left: 0;
  margin-bottom: 30px;
  visibility: hidden;
  pointer-events: none;
  z-index: 16;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.tooltip-info p {
  font-size: 13px;
  letter-spacing: 1px;
}

.tooltip-info h5 {
  font-size: 16px;
  margin-top: 12px;
  padding: 5px 0;
  position: relative;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  letter-spacing: 2px;
  text-align: left;
}

.show-info:hover .tooltip-info {
  visibility: visible;
  opacity: 1;
  bottom: 0;
}

figure img {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.sections-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 55.5%;
  height: 100%;
  background: #fff;
  z-index: 1;
}

.right-white .sections-bg {
  left: auto;
  right: 0px;
}

.sections-bg-shop {
  width: 62%;
}

.sections-bg.bg-leftsidebar {
  right: 0px;
  left: auto;
}

.sections-bg-shop.bg-leftsidebar {
  right: 0px;
  left: auto;
}

.sections-bg.bg-fullwidth {
  width: 100%;
}

.sections-bg.bg-fullwidth {
  width: 100% !important;
}

.project-box, .vertical-gallery {
  float: left;
  width: 100%;
  padding: 0 20px;
}

.vertical-gallery.gallery-masonry {
  padding: 0px;
}

.wpb_text_column .project-box,
.project-box {
  margin-bottom: 40px;
}

.project-box h3 {
  float: left;
  width: 100%;
  text-align: left;
  padding-bottom: 20px;
  font-size: 24px;
  color: #666;
  font-family: "Jost", sans-serif;
  letter-spacing: 1px;
}

.column-container {
  max-width: 1500px;
}

.custom-slider-holder {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}

.post-entry .custom-slider-holder {
  margin-bottom: 0px;
}

.post-entry .custom-slider-holder .owl-controls {
  display: none;
}

.custom-slider-holder .customNavigation {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 40px;
  margin-top: -20px;
}

.custom-slider-holder .item {
  position: relative;
}

.custom-slider-holder a.next-slide, .custom-slider-holder a.prev-slide {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.21);
  z-index: 5;
  position: absolute;
  top: 0;
  cursor: pointer;
  color: #fff;
  line-height: 40px;
  font-size: 18px;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.custom-slider-holder a.prev-slide {
  left: 10px;
}

.custom-slider-holder a.next-slide {
  right: 10px;
}

.custom-slider-holder .customNavigation a:hover {
  background: rgb(255, 255, 255);
  color: #000;
}

.box-sizer, .box-item, .box-sizer-second, .box-item-second, .box-sizer-three, .box-item-three {
  width: 100%;
}

.two-columns-box .box-sizer,
.two-columns-box .box-item {
  width: 50%;
}

.three-columns-box .box-sizer,
.three-columns-box .box-item {
  width: 33.333%;
}

.four-columns-box .box-sizer,
.four-columns-box .box-item {
  width: 25%;
}

.five-columns-box .box-sizer,
.five-columns-box .box-item {
  width: 20%;
}

/*------ share------------------------------------------------*/
.show-share {
  float: right;
  cursor: pointer;
  margin-left: 20px;
  position: relative;
  top: -10px;
  padding: 0 10px;
  text-transform: uppercase;
  font-size: 12px;
}

.show-share:before, .show-share:after {
  content: "";
  position: absolute;
  top: 20px;
  left: -14px;
  width: 2px;
  height: 30px;
}

.isShare:after {
  height: 0;
}

.show-share:before {
  background: #eee;
  z-index: 1;
}

.show-share:after {
  z-index: 2;
  background: #000;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.share-container {
  position: fixed;
  z-index: 20;
  right: 64px;
  top: 74px;
  width: 30px;
  visibility: hidden;
}

.share-container .share-icon {
  visibility: hidden;
}

.visshare {
  visibility: visible;
}

.visshare .share-icon {
  visibility: visible;
}

.share-icon {
  height: 40px;
  width: 40px;
  float: left;
  margin-bottom: 1px;
  position: relative;
  font-size: 15px;
  line-height: 40px;
  background: #fff;
  color: #000;
  opacity: 0;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.share-icon:hover {
  opacity: 0.6 !important;
}

.share-icon:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}

.share-icon-digg:before {
  content: "\f1a6";
}

.share-icon-email:before {
  content: "\f003";
}

.share-icon-flickr:before {
  content: "\f16e";
}

.share-icon-foursquare:before {
  content: "\f180";
}

.share-icon-rss:before {
  content: "\f09e";
}

.share-icon-facebook:before {
  content: "\f09a";
}

.share-icon-twitter:before {
  content: "\f099";
}

.share-icon-tumblr:before {
  content: "\f173";
}

.share-icon-linkedin:before {
  content: "\f08c";
}

.share-icon-vimeo:before {
  content: "\f194";
}

.share-icon-instagram:before {
  content: "\f16d";
}

.share-icon-pinterest:before {
  content: "\f0d2";
}

.share-icon-googleplus:before {
  content: "\f0d5";
}

.share-icon-in1:before {
  content: "\f08c";
}

.share-icon-stumbleupon:before {
  content: "\f1a4";
}

.share-icon-vk:before {
  content: "\f189";
}

.blog-text h3.shr-post {
  text-transform: none;
  margin-top: 20px;
  color: #666;
}

.blog-share-container {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.blog-share-container .share-icon {
  opacity: 1;
  background: #292929;
  color: #fff;
  text-align: center;
  margin-bottom: 0px;
  margin-right: 2px;
}

/*------ Contacts ------------------------------------------------*/
.contact-inner .container {
  max-width: 900px;
}

/*.contact-inner .row {
    padding-top:60px;
}*/
.contact-inner p {
  text-align: left;
}

.contact-list {
  float: left;
  width: 100%;
  position: relative;
  padding-top: 15px;
  margin-top: 15px;
  list-style: none;
  padding-left: 0px;
}

.contact-list:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 2px;
  background: #fff;
}

.no-dec:before {
  display: none;
}

.contact-list li {
  float: left;
  width: 100%;
  padding: 6px 0;
  text-align: left;
}

.contact-list li a, .contact-list li span {
  color: #fff;
  font-size: 16px;
}

.contact-list li a:hover {
  text-decoration: line-through;
}

.contact-list li span {
  color: #ccc;
}

.comment-form-author, .comment-form-email, .comment-form-url, .comment-form-comment, p.form-submit {
  float: left;
  width: 100%;
}

#contact-form input[type=submit], .controls button, .form-submit #submit {
  background: none;
  border: none;
  border-radius: 0;
  padding: 14px 20px;
  line-height: 14px;
  cursor: pointer;
  font-size: 13px;
  color: #fff;
  -webkit-appearance: none;
  float: right;
  background: rgb(49, 49, 49);
}

ul li.comment .form-submit #submit {
  float: left;
}

#contact-form input[type=submit]:hover, .controls button:hover, .form-submit #submit:hover {
  background: rgba(49, 49, 49, 0.8);
}

.error_message {
  text-align: center;
  margin-bottom: 30px;
  font-size: 15px;
  color: #fff;
}

#success_page h3 {
  text-align: center;
  font-size: 18px;
}

#success_page p {
  color: #fff;
  margin-top: 20px;
  text-align: center;
}

#message fieldset {
  border: none;
  color: #fff;
}

#contact-form {
  max-width: 650px;
  margin: 70px auto;
  float: none;
}

#contact-form input[type=text], #contact-form input[type=email], #contact-form textarea {
  color: #000;
  font-size: 12px;
  padding: 15px 0;
  width: 100%;
  padding-left: 10px;
  background: #fff;
  margin-bottom: 20px;
  border: 0;
  border: 1px solid #eee;
  position: relative;
}

#contact-form input[type=submit] {
  float: none;
  margin: 20px auto;
}

/* Contact 2*/
.contact-inner #contact-form {
  text-align: center !important;
  max-width: 600px;
  float: left;
  margin: 0 auto;
  width: 100%;
}

.passpost-input,
.contact-inner #contact-form input[type=text], .contact-inner #contact-form input[type=email], .contact-inner #contact-form textarea {
  color: #fff;
  font-size: 12px;
  padding: 15px 0;
  width: 100%;
  padding-left: 10px;
  background: none;
  background: rgba(255, 255, 255, 0.2);
  margin-bottom: 20px;
  border: 0;
  border: 1px solid #fff;
  position: relative;
}

.contact-inner #contact-form input[type=text]:focus, .contact-inner #contact-form textarea:focus, .contact-inner #contact-form input[type=email]:focus {
  color: #fff;
}

.contact-inner #contact-form textarea {
  height: 170px;
  resize: none;
}

.contact-inner #contact-form input[type=submit] {
  float: right;
}

.map-box {
  float: left;
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
}

.map-holder {
  position: absolute;
  width: 100%;
  height: 550px;
  top: -50px;
  left: 0;
  z-index: 10;
}

#map-canvas {
  float: left;
  width: 100%;
  height: 550px;
  position: relative;
}

/* ------blog------------------------------------------------------------ */
.blg-nav {
  margin-top: -20px;
  margin-bottom: 20px;
}

.waimg {
  float: left;
  margin-bottom: 20px;
}

article {
  float: left;
  margin-bottom: 10px;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #eee;
}

article .btn {
  float: left;
}

.post-author {
  margin-bottom: 40px;
  margin-top: 10px;
  float: left;
  border-bottom: 1px solid #eee;
  padding: 20px 0;
  width: 100%;
}

.author-img {
  float: left;
  width: 15%;
}

.author-content {
  float: left;
  width: 85%;
  padding-left: 10px;
}

.author-img img {
  border-radius: 100%;
  float: left;
}

.author-content h5 {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 14px;
  color: #000;
  display: block;
  float: left;
}

.author-content p {
  margin-bottom: 8px;
  float: left;
  width: 100%;
}

.widget {
  float: left;
  width: 100%;
  margin-bottom: 40px;
  text-align: left;
  border-bottom: 2px solid #eee;
  padding-bottom: 20px;
}

.widget h3 {
  float: left;
  width: 100%;
  position: relative;
  font-size: 20px;
  color: #000;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  letter-spacing: 1px;
  padding-bottom: 20px;
}

.widget-posts li {
  padding: 12px 0;
}

.widget-posts-img {
  float: left;
  width: 30%;
}

.widget-comments-img img {
  border-radius: 100%;
}

.widget-posts-descr {
  float: left;
  width: 70%;
  padding-left: 10px;
}

.widget-posts-descr a {
  font-size: 14px;
  font-style: italic;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #666;
}

.widget-posts-date {
  float: left;
  width: 100%;
  margin-top: 10px;
  color: #666;
  font-size: 14px;
  font-family: "Jost", sans-serif;
}

.searh-holder {
  max-width: 450px;
  margin-top: 20px;
  position: relative;
}

.searh-inner {
  float: left;
  width: 100%;
  position: relative;
}

.search {
  border: 1px solid rgba(0, 0, 0, 0.07);
  float: left;
  background: #fff;
  border-radius: none;
  position: relative;
  outline: none;
  padding: 0px 0px 0px 10px;
  width: 100%;
  height: 40px;
  color: #000;
  -webkit-appearance: none;
}

.search-submit {
  border: none;
  outline: none;
  cursor: pointer;
  background: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 28%;
  height: 40px;
}

.trnsp-search {
  border: 1px solid #fff;
  border-radius: 6px;
  color: #fff;
  background: rgba(255, 255, 255, 0.21);
}

.trnsp_btn {
  border-radius: 0 6px 6px 0;
}

.trnsp_btn i {
  color: #fff !important;
}

.search-submit:hover i {
  opacity: 0.5;
}

.tagcloud.indexposts {
  text-align: left;
  padding-left: 0px;
  margin-top: 20px;
}

.tagcloud li {
  display: inline-block;
  padding-bottom: 8px;
  margin-bottom: 6px;
}

.tagcloud li a {
  padding: 6px 10px;
  margin-right: 2px;
  background: #292929;
  color: #fff;
}

.tagcloud li a:hover {
  background: #fff;
  color: #292929;
}

.cat-item {
  padding-bottom: 8px;
  margin-bottom: 15px;
}

.cat-item a {
  font-size: 14px;
  font-style: italic;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #666;
}

.cat-item a, .tagcloud li a {
  font-weight: 400;
  font-size: 12px;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.widget .tagcloud li a {
  font-size: 12px !important;
}

.sinnle-post h2 {
  float: left;
  font-size: 32px;
  text-align: left;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  width: 100%;
}

.blog-title, .blog-text {
  /*float:left;*/
  width: 100%;
  padding: 20px 0;
  list-style: none;
}

.blog-text {
  padding: 0;
  padding-bottom: 20px;
}

.blog-title li {
  float: left;
  text-align: left;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #666;
  font-size: 13px;
  color: #666;
  margin-right: 4px;
}

.blog-title li:before {
  content: " - ";
}

.blog-title li:first-child:before {
  display: none;
}

.blog-title a {
  color: #666;
}

.blog-text {
  margin-top: 10px;
  position: relative;
}

.sinnle-post .blog-text {
  max-width: 900px;
}

.blog-text h3, .comment-form-holder h3, .comments-holder h3, .project-details h3 {
  font-size: 16px;
  text-align: left;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.comments-holder h3 span {
  font-family: "Jost", sans-serif;
  font-weight: 400;
}

.project-details h3 {
  padding: 20px 0 15px;
}

.blog-media {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

.blog-text p {
  font-size: 14px;
  padding-top: 10px;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

.blog-text a {
  font-weight: bold;
}

.blog-text em {
  font-style: italic;
}

.pagination-blog {
  margin-top: 20px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.07);
  float: left;
  width: 100%;
  margin: 15px 0;
}

.pagination-blog ul {
  float: left;
  margin: 20px 0 30px;
  border: 1px solid rgba(0, 0, 0, 0.07);
}

.pagination-blog a,
.pagination-blog span {
  float: left;
  padding: 12px 18px;
  position: relative;
  font-size: 13px;
  color: #666;
  letter-spacing: 1px;
  border-right: 1px solid rgba(0, 0, 0, 0.07);
}

.pagination-blog a.current-page, .pagination-blog a:hover,
.pagination-blog span.current-page {
  color: #fff;
  background: #000;
}

.sidebar {
  float: left;
  width: 100%;
  padding: 0 0 0 30px;
}

.left-sidebar .sidebar {
  padding: 0 30px 0 0;
}

.sinnle-post p {
  font-size: 16px;
}

.sinnle-post .blog-text h3 {
  margin-bottom: 30px;
}

.commentlist {
  text-align: left;
  float: left;
  margin: 30px 0px;
  max-width: 900px;
  padding: 20px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.comment-form-holder {
  max-width: 800px;
  float: left;
}

.fixed-info-container .comment-form-holder {
  max-width: 260px;
}

#comments {
  text-align: left;
  padding-top: 10px;
  max-width: 800px;
}

#comments-title, #reply-title {
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
  margin-bottom: 5px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: #666;
}

.comment {
  float: left;
  width: 100%;
}

.comment-body {
  position: relative;
  margin-left: 70px;
  padding-top: 30px;
}

.comment-author {
  position: absolute;
  top: 30px;
  left: -66px;
}

.comment-author img {
  border-radius: 100%;
}

.comment .children {
  margin-left: 70px;
}

.fn {
  display: block;
  margin-bottom: 10px;
}

.comment-meta, .comment-meta a {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 12px;
  letter-spacing: 1px;
  color: #494949;
  padding-bottom: 10px;
}

#respond {
  margin-top: 40px;
  float: left;
  width: 100%;
}

#reply-title {
  padding-bottom: 30px;
  margin-bottom: 5px;
}

#commentform {
  float: left;
  width: 100%;
}

.comment-notes {
  margin-top: 10px;
  color: #a4a4a3;
}

.control-group label {
  margin-left: 10px;
  font-weight: 200;
  float: left;
  position: relative;
  top: 25px;
}

.control-group .controls input {
  margin-top: 15px;
  border: none;
  outline: none;
  height: 35px;
  background: #eee;
  color: #a4a4a3;
  text-decoration: none;
  border: 1px solid #ccc;
  float: left;
  width: 270px;
  padding-left: 15px;
}

.control-group .controls textarea {
  float: left;
  margin-top: 15px;
  border: none;
  outline: none;
  height: 180px;
  max-width: 600px;
  background: #eee;
  padding-left: 15px;
  padding-top: 15px;
  color: #a4a4a3;
  resize: vertical;
  text-decoration: none;
  border: 1px solid #ccc;
}

.controls button, .form-submit #submit {
  margin-top: 30px;
}

/*------ css-animation - ------------------------------------------------*/
.transition {
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
}

.transition2 {
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.transition3 {
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.fl-l {
  float: left;
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

/* new portfolio video */
.is_folio_video .ifarme-holder {
  max-width: 100%;
}

.ifarme-holder {
  float: left;
  width: auto;
  height: 100%;
  position: relative;
  -webkit-overflow-scrolling: touch !important;
}

.swiper-slide .ifarme-holder {
  width: 100%;
  height: 100%;
}

.autowidth-false.carousel-items-1.gallery_horizontal .owl-item img {
  width: 100%;
  height: auto !important;
}

.autowidth-false.carousel-items-1.gallery_horizontal .owl-item, .autowidth-false.carousel-items-1.gallery_horizontal .owl-item .horizontal_item {
  max-height: 100%;
  height: 100%;
}

.autowidth-false.carousel-items-1.gallery_horizontal .horizontal_item .port-desc-holder {
  height: 100% !important;
  top: 0;
}

.is_folio_video iframe, .sw-video iframe {
  max-width: 100%;
}

.disa-zoom .zoomimage {
  display: none;
}

.gallery_horizontal.owl-carousel .owl-item:last-child {
  margin-right: 0px !important;
}

/*Password Post*/
/*.outdoor_passpost_wrapp {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: transparent url(//www.charlespost.com/wp-content/themes/outdoor/images/bg/22.jpg) no-repeat top left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.outdoor_passpost{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}
.outdoor_passpost_form_wrapp {
    position: relative;
    max-width: 100%;
    width: 500px;
    height: 500px;
    margin-top: 100px;
    background: #000;
    top: 50%;
    margin-top: -250px;
}*/
.postpass_form {
  float: left;
  width: 100%;
}

.passpost-input-wrapp {
  max-width: 500px;
  margin: 0 auto;
}

.passpost-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  text-align: center;
  text-transform: uppercase;
  border-width: 2px;
}

.passpost-submit {
  background: transparent;
  cursor: pointer;
}

.op4 {
  opacity: 0.4;
}

/* Home Landing Page */
.page-template-homepage-landing-php .body-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.2;
}

.page-template-homepage-landing-php .content-holder {
  padding: 0px;
}

.preview-title {
  position: absolute;
  top: 20%;
  left: 10%;
  text-align: left;
  z-index: 100;
}

.preview-title h2 {
  text-transform: uppercase;
}

.preview-title h3 {
  margin-top: 10px;
  text-transform: uppercase;
}

.preview-title h4 {
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  margin-top: 50px;
  font-size: 18px;
}

.vertical-slider .iframe-holder {
  position: relative;
  float: right;
  right: 5%;
  top: 10%;
  width: 80%;
  height: 80%;
  visibility: visible;
  -webkit-transform: scale(0.65);
  -ms-transform: scale(0.65);
  transform: scale(0.65);
  overflow: hidden;
}

.vertical-slider .iframe-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #fff;
  opacity: 0;
  /*-webkit-transition: opacity 500ms linear;
  -moz-transition: opacity 500ms linear;
  -o-transition: opacity 500ms linear;
  -ms-transition: opacity 500ms linear;
  transition: opacity 500ms linear;*/
}

.vertical-slider .fix-overlay .iframe-overlay {
  opacity: 0.3;
}

.vertical-slider .iframe-holder > img,
.vertical-slider .iframe-holder iframe {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.vertical-slider .iframe-holder > img {
  height: auto;
}

.vertical-slider .swiper-nav-holder {
  position: absolute;
  left: 10%;
  top: 80%;
  width: 100px;
  height: 40px;
  margin-top: 80px;
  line-height: 36px;
}

.ver-slider-content-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  overflow-y: scroll;
}

.vertical-slider .swiper-nav {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #fff;
  position: relative;
  z-index: 14;
  font-size: 8px;
  background: #000;
}

.vertical-slider .swiper-nav:hover {
  background: #fff;
}

.vertical-slider .slide-title-holder {
  position: absolute;
  top: 30%;
  width: 100%;
  z-index: 10;
  height: auto;
}

.vertical-slider .slide-title {
  max-width: 800px;
  margin: -20px auto;
  top: 0px;
}

.vertical-slider .slide-title h3 {
  position: relative;
  opacity: 0;
  top: 50px;
  float: right;
}

.vertical-slider .swiper-slide-active .slide-title h3 {
  opacity: 1;
  top: 0;
  -webkit-transition: 1s 0.5s;
  -o-transition: 1s 0.5s;
  transition: 1s 0.5s;
}

.vertical-slider .slide-title h3 {
  padding: 6px 10px 6px 0;
  margin-top: -70px;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  font-size: 32px;
  letter-spacing: 2px;
  position: relative;
  display: inline-table;
  text-shadow: -50px 41px 2px rgba(150, 150, 150, 0.32);
}

.vertical-slider .slide-title h3 span {
  float: left;
  width: 100%;
}

.vertical-slider .slide-title h3:before {
  content: "";
  position: absolute;
  bottom: -5px;
  background: #000;
  width: 0;
  height: 6px;
  left: 0;
  top: auto;
  -webkit-transition: 1s 1.3s;
  -o-transition: 1s 1.3s;
  transition: 1s 1.3s;
}

.vertical-slider .slide-title h3:after {
  display: none;
}

.vertical-slider .swiper-slide-active .slide-title h3:before {
  width: 100%;
}

.vertical-slider .slide-title a {
  color: #000;
}

.vertical-slider .swiper-container {
  float: left;
  width: 100%;
  height: 100%;
}

.vertical-slider .slides-counter {
  position: absolute;
  bottom: 60px;
  right: 80px;
  z-index: 20;
}

.vertical-slider .slides-counter li {
  display: inline-block;
  font-size: 34px;
  position: relative;
  font-weight: 100;
  text-transform: uppercase;
  margin-left: 20px;
  width: 50px;
  height: 30px;
}

.vertical-slider .slides-counter li:last-child:before {
  content: "/";
  font-size: 25px;
  position: absolute;
  font-family: Arial, Helvetica, sans-serif;
  right: 100%;
  margin-right: 6px;
  top: 10px;
}

.vertical-slider .presSlidesFrom {
  position: relative;
  top: -10px;
}

.vertical-slider .presSlidesActive {
  color: #666;
  font-size: 54px;
}

.vertical-slider .slides-counter.black-colr {
  width: 140px;
  height: 40px;
  font-size: 14px;
}

.vertical-slider .slides-counter.black-colr li {
  font-size: 16px;
  color: #000 !important;
  margin-left: 10px;
}

.vertical-slider .slides-counter.black-colr li:last-child:before {
  font-size: 15px;
  color: #000 !important;
  position: absolute;
  margin-right: 8px;
  top: 0;
}

.vertical-slider .slides-counter.black-colr .presSlidesFrom {
  position: relative;
  top: -4px;
}

.vertical-slider .slides-counter.black-colr .presSlidesActive {
  color: #000;
  font-size: 24px;
}

.home-landing-slider-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.home-landing-slider-wrapper .pagination {
  position: absolute;
  z-index: 20;
  right: 20px;
  top: 45%;
  left: auto;
  bottom: auto;
  width: auto;
}

.home-landing-slider-wrapper .swiper-pagination-bullet {
  display: block;
  margin-left: 0px;
  margin-bottom: 7px;
  background: #222;
  border-width: 0px;
}

.home-landing-slider-wrapper .swiper-pagination-bullet-active {
  background: #aaa;
}

/*Home Thumbs Gallery */
.thumbsgallery-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  /*overflow-y: hidden;
  overflow-x: scroll;*/
  overflow: hidden;
}

.gallery-top {
  height: 100%;
  width: 100%;
}

.gallery-thumbs {
  /*height: 20%;*/
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*padding: 10px 0;*/
  padding: 0px;
  position: absolute;
  bottom: -100px;
  width: 100%;
  left: 0px;
  overflow: hidden;
  -webkit-transition: bottom 250ms ease 0s;
  -o-transition: bottom 250ms ease 0s;
  transition: bottom 250ms ease 0s;
}

.gallery-thumbs:hover {
  bottom: 0px;
}

.gallery-thumbs .swiper-slide {
  /*width: 25%;
  height: 100%;*/
  width: 120px;
  height: 120px;
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: opacity 250ms ease 0s;
  -o-transition: opacity 250ms ease 0s;
  transition: opacity 250ms ease 0s;
}

.gallery-thumbs .swiper-slide:hover,
.gallery-thumbs .swiper-slide-active {
  opacity: 0.99;
}

.thumb-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-box-shadow: inset 0 0 0 #ffffff, inset 0 0 #ffffff;
          box-shadow: inset 0 0 0 #ffffff, inset 0 0 #ffffff;
  -webkit-transition: -webkit-box-shadow 300ms;
  transition: -webkit-box-shadow 300ms;
  -o-transition: box-shadow 300ms;
  transition: box-shadow 300ms;
  transition: box-shadow 300ms, -webkit-box-shadow 300ms;
  -webkit-transition: box-shadow 300ms;
}

.gal.hs {
  top: auto;
  bottom: 125px;
  right: 10px;
  width: auto;
  height: 40px;
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.gal.hs:hover {
  opacity: 1;
}

.gal.hs:before, .gal.hs:after {
  display: none;
}

.gal.hs a {
  width: 40px;
  height: 40px;
  margin: 0px 2px;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.21);
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  cursor: pointer;
  color: #fff;
  border: solid 1px #ccc;
}

.thumbsgallery-horizontal-direction .gal.hs {
  width: 40px;
  height: auto;
  bottom: auto;
  top: 50%;
  margin-top: -66px;
}

.thumbsgallery-horizontal-direction .gal.hs a {
  margin: 2px 0px;
}

.gal.hs .gal-pause-play {
  font-size: 13px;
}

.gal.hs .gal-pause-play.is_playing i:before {
  content: "\f04c";
}

.gal.hs a:hover {
  background: rgb(255, 255, 255);
  color: #000;
}

/*vertical gallery*/
.thumbsgallery-vertical-direction .gallery-thumbs {
  width: 120px;
  top: 0px;
  bottom: 0px;
  left: auto;
  right: -100px;
  -webkit-transition: right 250ms ease 0s;
  -o-transition: right 250ms ease 0s;
  transition: right 250ms ease 0s;
}

.thumbsgallery-vertical-direction .gallery-thumbs:hover {
  right: 0px;
}

/*.thumbsgallery-vertical-direction .gal.hs {width: 40px;height: auto;right: 125px;top: auto;bottom: 10px;}
.thumbsgallery-vertical-direction .gal.hs a {margin: 2px 0px;}*/
.thumbsgallery-vertical-direction .gal.hs {
  bottom: 10px;
  top: auto;
  left: 50%;
  margin-left: -66px;
  right: auto;
}

.thumbsgallery-vertical-direction .gal.hs a.arrow-right i:before {
  content: "\f107";
}

.thumbsgallery-vertical-direction .gal.hs a.arrow-left i:before {
  content: "\f106";
}

/*Image Content*/
.thmbsgallery-img-desc, .thmbsgallery-img-caption {
  text-align: center;
  color: #fff;
}

.thmbsgallery-img-desc p, .thmbsgallery-img-caption p {
  text-align: center;
  color: #fff;
}

#portfolio_horizontal_container.hoz-ver-two-columns .portfolio_item {
  height: 50%;
}

#portfolio_horizontal_container.hoz-ver-three-columns .portfolio_item {
  height: 33.3%;
}

#portfolio_horizontal_container.hoz-ver-four-columns .portfolio_item {
  height: 25%;
}

#portfolio_horizontal_container.hoz-ver-five-columns .portfolio_item {
  height: 20%;
}

.is-passpost .content-holder > .content {
  height: 100%;
  overflow: hidden;
}

.is-passpost .fixed-title {
  z-index: 25;
}

/*.is-passpost .full-height-wrap,*/
.postpass-bg-wrap {
  z-index: 24;
}

.custom-inner.postpass-page {
  position: absolute;
  z-index: 26;
}

.blog-text {
  float: left;
}

.show-share,
.share-icon,
.hs,
.footer-social li a,
.slide-title-holder,
.pagination,
.zoomimage,
.column-filter,
.port-desc-holder,
.count-folio,
.parallax-section h2,
.separator-image,
.subtitle,
.sect-scroll,
.inline-facts,
.scroll-page-nav,
.owl-dots,
.customNavigation a,
.to-top,
.team-box,
.error-page,
.content-logo,
.inline-filters,
.postpass-page,
.grid-item-holder {
  text-align: center;
}

figure a.vc_single_image-wrapper img {
  cursor: pointer;
}

.page-template-gallery-grid-php .vis-port-info .grid-item, .page-template-gallery-masonry-php .vis-port-info .grid-item,
.page-template-gallery-grid-php .hid-port-info .grid-item, .page-template-gallery-masonry-php .hid-port-info .grid-item,
.archive-gallery.hid-port-info .grid-item, .archive-gallery.vis-port-info .grid-item {
  display: none;
}

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

.mobile-video {
  display: none;
}

.mobile-video.is-mobile {
  display: block;
}

.cthiso-item .resp-video-holder {
  padding: 2px;
}

.cthiso-item img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}

.cthiso-item .port-desc-holder:before {
  right: 3px;
  bottom: 3px;
}

.cthiso-item:hover .port-desc-holder {
  opacity: 1;
}

.cthiso-item img {
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

#lg-share {
  display: none;
}

.lg-actions .lg-icon {
  border: 0;
  opacity: 0.5;
}
.lg-actions .lg-icon:hover {
  opacity: 1;
}

.owl-dots .owl-dot {
  background: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.single-product #commentform input[type=checkbox] + label,
.single-product #commentform input[type=radio] + label {
  margin-left: 5px;
}

.folio-inner-wrap {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.folio-inner-wrap img {
  position: relative;
}

.cthiso-items {
  position: relative;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.cthiso-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cthiso-item-holder {
  /*float: left;*/
  width: 100%;
  height: auto;
  position: relative;
  /*padding:2px;*/
  margin-bottom: 0;
}

.cthiso-big-pad.cthiso-items {
  margin-left: -15px;
  margin-right: -15px;
}

.cthiso-big-pad .cthiso-item {
  padding: 15px;
}

.cthiso-medium-pad.cthiso-items {
  margin-left: -10px;
  margin-right: -10px;
}

.cthiso-medium-pad .cthiso-item {
  padding: 10px;
}

.cthiso-small-pad.post-cthiso-items, .cthiso-small-pad.cthiso-items {
  margin-left: -5px;
  margin-right: -5px;
}

.cthiso-small-pad .post-cthiso-item, .cthiso-small-pad .cthiso-item {
  padding: 5px;
}

.cthiso-extrasmall-pad.cthiso-items {
  margin-left: -2px;
  margin-right: -2px;
}

.cthiso-extrasmall-pad .cthiso-item {
  padding: 2px;
}

.cthiso-no-pad .cthiso-item {
  padding: 0;
}

.cthiso-item, .cthiso-sizer {
  width: 25%;
  position: relative;
  /*float:left;*/
  overflow: hidden;
}

.cthiso-item:hover {
  overflow: visible;
}

.cthiso-item-two, .cthiso-sizer-two,
.cthiso-item-second {
  width: 50%;
}

.cthiso-item-three, .cthiso-sizer-three {
  width: 75%;
}

.cthiso-one-cols .cthiso-item, .cthiso-one-cols .cthiso-sizer,
.cthiso-one-cols .cthiso-item-two, .cthiso-one-cols .cthiso-sizer-two,
.cthiso-one-cols .cthiso-item-second,
.cthiso-one-cols .cthiso-item-three, .cthiso-one-cols .cthiso-sizer-three {
  width: 100%;
}

.cthiso-two-cols .cthiso-item, .cthiso-two-cols .cthiso-sizer {
  width: 50%;
}

.cthiso-two-cols .cthiso-item-second,
.cthiso-two-cols .cthiso-item-two, .cthiso-two-cols .cthiso-sizer-two, .cthiso-two-cols .cthiso-item-three, .cthiso-two-cols .cthiso-sizer-three {
  width: 100%;
}

.cthiso-three-cols .cthiso-item, .cthiso-three-cols .cthiso-sizer {
  width: 33.333%;
}

.cthiso-three-cols .cthiso-item-second,
.cthiso-three-cols .cthiso-item-two, .cthiso-three-cols .cthiso-sizer-two {
  width: 66.666%;
}

.cthiso-three-cols .cthiso-item-three, .cthiso-three-cols .cthiso-sizer-three {
  width: 100%;
}

.cthiso-five-cols .cthiso-item, .cthiso-five-cols .cthiso-sizer {
  width: 20%;
}

.cthiso-five-cols .cthiso-item-second,
.cthiso-five-cols .cthiso-item-two, .cthiso-five-cols .cthiso-sizer-two {
  width: 40%;
}

.cthiso-five-cols .cthiso-item-three, .cthiso-five-cols .cthiso-sizer-three {
  width: 60%;
}

.cthiso-six-cols .cthiso-item, .cthiso-six-cols .cthiso-sizer {
  width: 16.66666%;
}

.cthiso-six-cols .cthiso-item-second,
.cthiso-six-cols .cthiso-item-two, .cthiso-six-cols .cthiso-sizer-two {
  width: 33.33333%;
}

.cthiso-six-cols .cthiso-item-three, .cthiso-six-cols .cthiso-sizer-three {
  width: 50%;
}

.cthiso-seven-cols .cthiso-item, .cthiso-seven-cols .cthiso-sizer {
  width: 14.285%;
}

.cthiso-seven-cols .cthiso-item-second,
.cthiso-seven-cols .cthiso-item-two, .cthiso-seven-cols .cthiso-sizer-two {
  width: 28.57%;
}

.cthiso-seven-cols .cthiso-item-three, .cthiso-seven-cols .cthiso-sizer-three {
  width: 42.857%;
}

.cthiso-eight-cols .cthiso-item, .cthiso-eight-cols .cthiso-sizer {
  width: 12.5%;
}

.cthiso-eight-cols .cthiso-item-second,
.cthiso-eight-cols .cthiso-item-two, .cthiso-eight-cols .cthiso-sizer-two {
  width: 25%;
}

.cthiso-eight-cols .cthiso-item-three, .cthiso-eight-cols .cthiso-sizer-three {
  width: 37.5%;
}

.cthiso-nine-cols .cthiso-item, .cthiso-nine-cols .cthiso-sizer {
  width: 11.11111%;
}

.cthiso-nine-cols .cthiso-item-second,
.cthiso-nine-cols .cthiso-item-two, .cthiso-nine-cols .cthiso-sizer-two {
  width: 22.22222%;
}

.cthiso-nine-cols .cthiso-item-three, .cthiso-nine-cols .cthiso-sizer-three {
  width: 33.33333%;
}

.cthiso-ten-cols .cthiso-item, .cthiso-ten-col .cthiso-sizer {
  width: 10%;
}

.cthiso-ten-cols .cthiso-item-second,
.cthiso-ten-cols .cthiso-item-two, .cthiso-ten-cols .cthiso-sizer-two {
  width: 20%;
}

.cthiso-ten-cols .cthiso-item-three, .cthiso-ten-cols .cthiso-sizer-three {
  width: 30%;
}

@media only screen and (max-width: 767px) {
  .cthiso-item, .cthiso-sizer {
    width: 100%;
  }
  .cthiso-big-pad .cthiso-item {
    padding-bottom: 0;
  }
  .cthiso-big-pad .cthiso-item,
  .cthiso-medium-pad .cthiso-item,
  .cthiso-small-pad .cthiso-item,
  .cthiso-extrasmall-pad .cthiso-item {
    padding-bottom: 0;
  }
}
/*------  Responsive ------------------------------------------------------*/
@media only screen and (max-width: 2300px) {
  .sections-bg {
    width: 56%;
  }
  .sections-bg-shop {
    width: 63.5%;
  }
}
@media only screen and (max-width: 2000px) {
  .sections-bg {
    width: 57%;
  }
  .sections-bg-shop {
    width: 66%;
  }
}
@media only screen and (max-width: 1200px) {
  .five-coulms .gallery-item, .five-coulms .grid-sizer {
    width: 33.333%;
  }
  .five-coulms .gallery-item-second, .five-coulms .grid-sizer-second {
    width: 66.666%;
  }
  .five-coulms .gallery-item-three, .five-coulms .grid-sizer-three {
    width: 100%;
  }
}
@media only screen and (max-width: 1036px) {
  #main-theme {
    height: 100%;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    -webkit-overflow-scrolling: touch;
  }
  .mob-bg {
    display: block;
  }
  .inline-facts h6 {
    float: none;
    font-size: 16px;
    text-align: center;
  }
  .num {
    float: none;
    text-align: center;
  }
  .nav-button-holder {
    display: block;
  }
  /*.nav-holder {
      position:absolute;
      top:60px;
      left:0;
      width:100%;
      background:#fff;
      padding:30px 0;
      display:none;
      height:300px;
      overflow:auto;
  }
  nav ul li  , nav ul li ul li , nav li ul li > ul    {
      float:left;
      width:100%;
      margin-bottom:10px;
      text-align:left;
      left:0;
      right: 0;
  }
  nav li ul:last-child, nav li ul li:last-child{margin-bottom: 0px;}
  nav li a.act-link,nav li a.ancestor-act-link,nav li a.parent-act-link {color:#000;font-weight: 600;}
  nav li ul {
      margin: 0;
      position: relative;
      float: left;
      width:100%;
      display: block;
      top:0;
      left: 0;
      z-index: 1;     
      border-bottom:none;  
  }
  .nav-holder nav li ul {padding-left: 20px; margin-top: 10px;}*/
  .nav-holder {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 30px 0;
    display: none;
    height: 300px;
    overflow: auto;
  }
  nav ul li, nav ul li ul li, nav li ul li > ul {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    text-align: left;
    left: 0;
    opacity: 1;
    right: 0;
  }
  nav li ul:last-child, nav li ul li:last-child {
    margin-bottom: 0px;
  }
  nav li a.act-link, nav li a.ancestor-act-link, nav li a.parent-act-link {
    color: #000;
    font-weight: 600;
  }
  nav li ul {
    margin: 0;
    opacity: 1;
    visibility: visible;
    position: relative;
    float: left;
    width: 100%;
    display: none;
    top: 0;
    left: 0;
    z-index: 1;
    border-bottom: none;
  }
  nav.show-sub-mobile li ul {
    display: block;
  }
  nav li:hover > ul {
    display: block;
  }
  .nav-holder nav li ul {
    padding-left: 20px;
    margin-top: 10px;
  }
  .slide-title-holder {
    width: 100%;
  }
  .slide-title {
    top: 45%;
    float: none;
    margin: 0 auto;
    border-right: none;
    padding: 50px;
  }
  .slide-title h3 {
    font-size: 22px;
  }
  .slide-title h4 {
    font-size: 12px;
  }
  .page-title {
    padding-bottom: 20px;
  }
  .page-title h2 {
    font-size: 30px;
  }
  section {
    padding: 30px 0;
  }
  /*.gallery-item,.grid-sizer {
      width:50% !important;
  }*/
  /*.gallery-item-second, .gallery-item-three,.grid-sizer-second,.grid-sizer-three{
      width:50% !important;
  }
  .one-coulms .gallery-item ,.one-coulms .gallery-item-second, .one-coulms .gallery-item-three,
  .two-coulms .gallery-item ,.two-coulms .gallery-item-second, .two-coulms .gallery-item-three
  {
      width:100% !important;
  }*/
  /*.two-coulms .gallery-item {
      width:100% !important;
  }*/
  /*.five-coulms .gallery-item {
      width:33.333% !important;
  }
  .five-coulms .gallery-item-second {
      width:66.666% !important;
  }
  .five-coulms .gallery-item-three {
      width:100% !important;
  }*/
  .fixed-column {
    float: left;
    position: relative;
    width: 100%;
    height: auto;
    right: 0;
    left: 0;
    top: 0;
  }
  .media-container {
    float: left;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
  }
  .colum-w {
    padding-top: 0 !important;
  }
  .fw .zoomimage {
    top: 150px;
  }
  .fixed-info-container {
    position: relative !important;
    top: 0;
    left: 0 !important;
    opacity: 1;
    width: 100% !important;
    float: left;
    padding: 50px 30px 80px 30px !important;
    overflow: auto;
    height: auto !important;
  }
  .fixed-info-container .comment-form-holder {
    max-width: 100%;
  }
  .cusres {
    width: 100%;
    float: left;
  }
  .vis-info {
    padding-left: 0 !important;
  }
  .horizontal_item {
    padding: 10px 20px;
  }
  .resp-ena .horizontal_item {
    padding: 0px;
  }
  .horizontal_item img {
    width: 100%;
    height: auto !important;
  }
  .show-hid-content {
    display: none;
  }
  .section-columns-text {
    width: 100% !important;
  }
  .section-columns-img {
    position: relative;
    top: 0;
    left: 0;
    width: 100% !important;
    height: auto;
    padding: 150px 0;
  }
  .nav-button {
    margin-top: 19px;
  }
  .zindex-fix {
    z-index: 1;
  }
  .left-sidebar .sidebar,
  .sidebar {
    padding: 0;
  }
  .swiper-slide .show-info {
    bottom: 70px;
  }
  .resize-carousel-holder .customNavigation {
    display: none;
  }
  /* New Portfolio video */
  .horizontal_item .ifarme-holder {
    float: left;
    width: 100% !important;
    height: auto !important;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 120px;
    margin-top: 60px;
  }
  .horizontal_item .ifarme-holder iframe,
  .horizontal_item .ifarme-holder object,
  .horizontal_item .ifarme-holder embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .gallery_horizontal {
    margin-bottom: 70px;
  }
  .full-height-fix {
    height: auto !important;
  }
}
@media only screen and (max-width: 992px) {
  .inline-facts-holder > .wpb_column:nth-child(2n+0) .inline-facts:before {
    display: none;
  }
  .sections-bg-shop,
  .sections-bg {
    width: 100% !important;
  }
}
@media only screen and (max-width: 756px) {
  #portfolio_horizontal_container {
    height: auto !important;
    max-width: 100%;
    width: 100%;
  }
  #portfolio_horizontal_container .portfolio_item {
    width: 100% !important;
    height: auto !important;
    padding: 0 10px;
    overflow: hidden;
    position: relative;
  }
  #portfolio_horizontal_container .portfolio_item img {
    width: 100% !important;
    height: auto !important;
  }
  .port-subtitle-holder {
    position: relative;
    float: left;
    width: 100%;
    padding: 0;
  }
  .content-holder {
    padding: 70px 0 50px 0;
  }
  .footer-social {
    margin: 0 auto;
    float: none;
  }
  .footer-social li {
    display: inline-block;
    float: none;
  }
  .parallax-section {
    padding: 150px 0;
  }
  .inline-facts {
    /*width:50%;*/
  }
  .to-top {
    right: 21px;
  }
  .logo-holder {
    left: 10px;
  }
  .scroll-page-nav {
    width: 30px;
  }
  .column-filter {
    top: 74px;
    left: 14px;
  }
  .count-folio, .full-height-wrap:before, .full-height-wrap:after, .left-decor, .right-decor, .fixed-wrap:before, .fixed-wrap:after, .policy-box, .portfolio_item .port-desc-holder {
    display: none;
  }
  .custom-inner {
    padding: 100px 0 70px 0;
  }
  .custom-inner.error-page h2 {
    font-size: 90px;
  }
  .custom-inner.postpass-page h2 {
    font-size: 32px;
  }
  /*.gallery-item {
      width:50%;
  }*/
  .gallery-item, .grid-sizer {
    width: 50% !important;
  }
  /*.five-coulms .gallery-item-second , .five-coulms .gallery-item-three{
      width:50% !important;
  }*/
  /*.two-columns-box  .box-item,
  .two-columns-box  .box-sizer,
  .three-columns-box  .box-item,
  .three-columns-box  .box-sizer,
  .four-columns-box  .box-item,
  .four-columns-box  .box-sizer {
      width: 100%;
  }
  .five-columns-box  .box-sizer,
  .five-columns-box  .box-item {
      width: 50%;
  }*/
  .gallery-masonry .box-item, .gallery-masonry .box-sizer {
    width: 50% !important;
  }
  /*Home Landing */
  .preview-title {
    top: 10%;
  }
  .vertical-slider .swiper-nav-holder {
    left: 10%;
    top: 90%;
    margin-top: 0;
    margin-left: 0;
  }
  .vertical-slider .slide-title-holder {
    top: 60%;
  }
  .vertical-slider .slide-title {
    padding: 0px;
  }
  .vertical-slider .slide-title h3 {
    float: none;
  }
  .vertical-slider .slide-title h3 {
    margin-top: 20px;
    font-size: 22px;
    text-shadow: none;
  }
  .vertical-slider .slide-title h3:before {
    display: none;
  }
  .vertical-slider .slide-title h3 a {
    color: #000;
  }
  .portfolio_item.hide_sub_info .port-desc-holder {
    display: block;
  }
  .hoz-ver-cols .portfolio_item .port-desc-holder {
    display: block;
  }
  #portfolio_horizontal_container.hoz-ver-cols .portfolio_item {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
  .cusres {
    left: 0;
  }
}
@media only screen and (max-width: 540px) {
  .page-title h2 {
    font-size: 20px;
  }
  .team-holder li {
    float: left;
    width: 100%;
    padding: 20px 0;
  }
  /*.gallery-item ,
  .gallery-item-second ,
  .gallery-item-three
  {
      width:100%!important;
  }*/
  .grid-small-pad .grid-item-holder, .grid-big-pad .grid-item-holder {
    padding: 20px 0 !important;
  }
  .header-inner {
    float: left;
    width: 100%;
    padding: 0 10px;
    padding-top: 10px;
    position: relative;
  }
  .servicses-holder li, .inline-facts {
    width: 100%;
  }
  .gallery-item, .grid-sizer {
    width: 100% !important;
  }
  /*.five-coulms .gallery-item {
      width:100% !important;
  }*/
  .gallery-masonry .box-item, .gallery-masonry .box-sizer {
    width: 100% !important;
  }
  /*.five-columns-box  .box-item {
      width: 100%;
  }*/
  .gallery-top {
    height: 100%;
  }
  .gallery-thumbs {
    display: none;
  }
  .gal.hs {
    top: auto;
    bottom: 10px;
    right: auto;
    left: 50%;
    margin-left: -66px;
  }
  .thumbsgallery-horizontal-direction .gal.hs {
    width: auto;
    height: 40px;
    bottom: 10px;
    top: auto;
    left: 50%;
    margin-left: -66px;
  }
  .thumbsgallery-horizontal-direction .gal.hs a {
    margin: 0px 2px;
  }
  /*.thumbsgallery-vertical-direction .gal.hs {bottom: auto;margin: 0px;top: 50%;margin-top: -66px;right: 10px;left: auto;}*/
  .blog-text {
    float: left;
    width: 100%;
  }
  .control-group .controls input, .control-group .controls textarea {
    max-width: 100%;
  }
  #contact-form input[type=submit], .controls button, .form-submit #submit {
    float: left;
  }
  p.form-submit {
    padding-bottom: 30px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .bg {
    background-attachment: scroll !important;
    -webkit-background-size: cover;
    background-position: center;
  }
}

/* =Theme customization starts here
------------------------------------------------------- */

/*#portfolio_horizontal_container .portfolio_item {
	width: auto !important;
}*/.admin-bar #main-theme,.admin-bar #main-theme header {top: 32px;}
.admin-bar #main-theme .share-container {top: 106px;}
@media screen and (max-width:782px) {
	.admin-bar #main-theme,.admin-bar #main-theme header {top: 46px;}
}
@media screen and (max-width:600px) {
	.admin-bar #main-theme{
		top:0px;
	}
	.admin-bar #main-theme header {
		top: 0px;
		position: relative;
	}
}
.no-des {display: none;}
.no-dis {display: none;}
.responsive-video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.responsive-video iframe,
.responsive-video object,
.responsive-video embed  {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.fl-fw {float: left;width: 100%;}
.custom_folio_pagi {padding-top: 20px;background: #fff;}
.custom-pagi {padding-bottom: 90px;}
.custom-pagi .pagination-blog {background: #fff;}
.display-posts .sticky {padding: 10px;border: 2px dashed #6dc77a;}
.blog-text,.page-links {text-align: left;}
.services-box-info ul,.ser-tooltip ul,ul.services-item-holder,.project-pagination ul,ul.commentlist, ul.commentlist ul.children {list-style: none;}
.commentlist,#menu ul,.scroll-nav ul,.services-box-info ul,.contact-info ul,ul.twitter-slider,.social-links ul,.ser-tooltip ul,ul.detailst-list,.color-switch {padding-left: 0px;}
.commentlist > .comment {width: 100%;}
address {float: left;width: 100%;margin-bottom: 20px;}
pre{background-color: #f5f5f5;border:1px solid rgba(0,0,0,0.15);border-radius: 4px;padding: 5px;overflow: auto;}
#sync-carousel-image .respimg {width: 100%;}
div.wpcf7-validation-errors {border:0px !important;}
div.wpcf7-response-output {margin-top: 0px !important;}
span.wpcf7-not-valid-tip {margin-bottom: 20px;}
#contact-form input.wpcf7-not-valid,#contact-form textarea.wpcf7-not-valid {margin-bottom: 5px;}
.contact-inner div.wpcf7-validation-errors {color:#fff;}
span.wpcf7-not-valid-tip,div.wpcf7-validation-errors {font-size: 12px;}
#loadmore-cus {margin-bottom: 50px;}
.loadmore-wrap-hozs {
    position: absolute;
    height: auto;
    top: 70px;
    right: 50px;
    z-index: 11111;
    margin-bottom: 0;
}
#loadmore-cus.portfolio_item {margin-bottom: 0;}
#loadmore-cus.portfolio_item a{
    top: 50%;
    margin-top: -21px;
}
.folio-gridman-lmore-holder,
.gal-lmore-holder {
    float: left;
    width: 100%;
    position: relative;
    display: block;
    margin-top: 50px;
    margin-bottom: 70px;
    text-align: center;
    visibility: hidden;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.folio-gridman-lmore-holder i,
.gal-lmore-holder i {
    width: 40px;
    height: 40px;
    line-height: 36px;
    border-radius: 100%;
    margin: 0 auto;
    border: 2px solid #eee;
    background: #f9f9f9;
    font-size: 18px;
}
.folio-gridman-lmore-holder span,
.gal-lmore-holder span {
    float: left;
    width: 100%;
    font-style: italic;
    margin-top: 15px;
}
.hoz-folio-lmore-holder ,
.hoz-gal-lmore-holder {
    display: none;
    visibility: hidden;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.hoz-folio-lmore-holder i ,
.hoz-gal-lmore-holder i {
    width: 40px;
    height: 40px;
    line-height: 36px;
    border-radius: 100%;
    margin: 0 auto;
    border: 2px solid #eee;
    background: #f9f9f9;
    font-size: 18px;
}
.hoz-folio-lmore-holder span ,
.hoz-gal-lmore-holder span {
    float: left;
    width: 100%;
    font-style: italic;
    margin-top: 15px;
    font-size: 18px;
    color: #fff;
}
.hoz-folio-lmore-holder.hoz-loading,
.hoz-gal-lmore-holder.hoz-loading{
    display: block;
    visibility: visible;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    text-align: right;
    z-index: 22222;
}
.hoz-folio-lmore-holder.hoz-loading .hoz-folio-load-more ,
.hoz-gal-lmore-holder.hoz-loading .hoz-gal-load-more {
    top: 50%;
    right: 200px;
    text-align: center;
    width: 100px;
}
.hoz-folio-lmore-holder.hoz-loading span ,
.hoz-gal-lmore-holder.hoz-loading span {
    float: none;
    
}
.hoz-folio-lmore-holder.hoz-ver-loading ,
.hoz-gal-lmore-holder.hoz-ver-loading {
    visibility: visible;
}
.hoz-folio-lmore-holder.hoz-ver-loading span ,
.hoz-gal-lmore-holder.hoz-ver-loading span {
    display: block;
}
.taxonomies_text {
    display: none;
}
.folio-popup-gallery-new a {
    display: none;
}
.folio-popup-gallery-new a.flo-open-gal {
    display: block;
}
@media (max-width: 767px){
    .p_horizontal_wrap {
        height: auto !important;
        overflow: visible !important;
    }
    .p_horizontal_wrap .portfolio_item {
        position: relative !important;
        top: auto !important;
        left: 0px;
    }
    .p_horizontal_wrap .portfolio_item:last-child {
        margin-bottom: 50px;
    }
    .hoz-folio-lmore-holder ,
    .hoz-gal-lmore-holder {
        display: block;
        position: absolute;
        bottom: 0px;
        text-align: center;
        padding-bottom: 70px;
        z-index: 222;
        width: 100%;
    }
    .hoz-folio-lmore-holder span ,
    .hoz-gal-lmore-holder span {
        color: #000;
    }
}
@media only screen and (max-width: 756px){
    .hide_sub_info .port-desc-holder {
        display: block !important;
    }
    #loadmore-cus.portfolio_item a {
        margin-top: 20px;
    }
}