@import url(https://fonts.googleapis.com/css?family=Lekton%7CRaleway%3A300%2C400%2C400i%2C500%2C600%2C700%7CTitillium+Web&display=swap);/*!/wp-content/themes/fortuna/css/modal-video.min.css*/
@keyframes modal-video{from{opacity:0}to{opacity:1}}@keyframes modal-video-inner{from{transform:translate(0, 100px)}to{transform:translate(0, 0)}}.modal-video{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);z-index:1000000;cursor:pointer;opacity:1;animation-timing-function:ease-out;animation-duration:.3s;animation-name:modal-video;-webkit-transition:opacity .3s ease-out;-moz-transition:opacity .3s ease-out;-ms-transition:opacity .3s ease-out;-o-transition:opacity .3s ease-out;transition:opacity .3s ease-out}.modal-video-close{opacity:0}.modal-video-close .modal-video-movie-wrap{-webkit-transform:translate(0, 100px);-moz-transform:translate(0, 100px);-ms-transform:translate(0, 100px);-o-transform:translate(0, 100px);transform:translate(0, 100px)}.modal-video-body{max-width:940px;width:100%;height:100%;margin:0 auto;display:table}.modal-video-inner{display:table-cell;vertical-align:middle;width:100%;height:100%}.modal-video-movie-wrap{width:100%;height:0;position:relative;padding-bottom:56.25%;background-color:#333;animation-timing-function:ease-out;animation-duration:.3s;animation-name:modal-video-inner;-webkit-transform:translate(0, 0);-moz-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-ms-transition:-ms-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.modal-video-movie-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%}.modal-video-close-btn{position:absolute;z-index:2;top:-35px;right:-35px;display:inline-block;width:35px;height:35px;overflow:hidden;border:none;background:transparent}.modal-video-close-btn:before{transform:rotate(45deg)}.modal-video-close-btn:after{transform:rotate(-45deg)}.modal-video-close-btn:before,.modal-video-close-btn:after{content:'';position:absolute;height:2px;width:100%;top:50%;left:0;margin-top:-1px;background:#fff;border-radius:5px;margin-top:-6px}
/*!/wp-content/themes/fortuna/css/animate.css*/
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animated.delay-2-5s {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
/*!/wp-content/themes/fortuna/css/owl.carousel.min.css*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.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;touch-action:manipulation;-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;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.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{-ms-touch-action:pan-y;touch-action:pan-y;-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 .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.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(/wp-content/themes/fortuna/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%}
/*!/wp-content/cache/asset-cleanup/css/item/fortuna__css__style-css-v29bbeb97e7146ec38ac2c653f41f6c651d3d7a83.css*/
/*!/wp-content/themes/fortuna/css/style.css*/@font-face{font-family:CrimsonBold;src:url("/wp-content/themes/fortuna/css/../fonts/Crimson-Bold.otf");font-display:swap;}

@font-face{font-family:CrimsonBoldItalic;src:url("/wp-content/themes/fortuna/css/../fonts/Crimson-BoldItalic.otf");font-display:swap;}
@font-face{font-family:CrimsonItalic;src:url("/wp-content/themes/fortuna/css/../fonts/Crimson-Italic.otf");font-display:swap;}
@font-face{font-family:CrimsonRoman;src:url("/wp-content/themes/fortuna/css/../fonts/Crimson-Roman.otf");font-display:swap;}

@font-face{font-family:CrimsonSemibold;src:url("/wp-content/themes/fortuna/css/../fonts/Crimson-Semibold.otf");font-display:swap;}
@font-face{font-family:CrimsonSemiboldItalic;src:url("/wp-content/themes/fortuna/css/../fonts/Crimson-SemiboldItalic.otf");font-display:swap;}

div.wpcf7-validation-errors {
	display: none !important;
}
html,body {
	font-family: 'Open Sans', sans-serif;
	color: #3B4D61;
	font-weight : normal;
	letter-spacing: 1.5px;
	overflow-x: hidden;
}
:focus {
	outline: -webkit-focus-ring-color auto 0;
}
h1,h2,h3,h4,h5 {
	margin-top: 0;
	margin-bottom: 0;
}
p {
	overflow-wrap: break-word;
}
.text-color-white {
	color: #fff;
}
.flex-space-between {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1;
}
.site {
	display: flex;
	flex-direction: row;
}
.site-menu {
	z-index: 1;
	max-width: 274px;
	width: 274px;
	display: flex;
	min-height: 100vh;
	flex-direction: column;
	justify-content: space-between;
	box-shadow: 0 0 10px 0 rgba(36, 36, 36, 0.5);
	background: #0064a3; /* Old browsers */
	background: -moz-linear-gradient(top, #0064a3 0%, #013b79 100%, #7db9e8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #0064a3 0%,#013b79 100%,#7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #0064a3 0%,#013b79 100%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0064a3', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
}
.site-content {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1;
	width: calc(100% - 274px);
}
.site-footer {
	background-color: #696969;
	color: #fff;
	font-size: 14px;
	padding-left: 60px;
}
.site-footer p {
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}
.navbar-header {
	display: none;
}
.site-menu ul {
	margin-bottom: 0;
	margin-top: 0;
	list-style-type: none;
	font-weight: lighter;
}
.current-menu-item {
	border-right: 2px solid;
	border-right-color: #fff;
}
.menu-div-item {
	position: relative;
	text-transform: uppercase;
  font-size: 14px;
  margin-top: 25px;
}
.menu-div-item > a {
	color: #ffffff;
	width: 100%;
	display: block;
}
.site-menu .menu-item-has-children >.menu-div-item >a::after {
	color: #ffffff;
  content: "⌃";
  transform: rotate(180deg);
  display: inline-block;
	position: absolute;
	right: 20px;
}
.site-menu .menu-item-has-children >.menu-div-item >a.active::after {
  transform: rotate(0deg);
}
.menu-item-has-children > ul {
	display: none;
}
.menu-item-has-children >.sub-menu>li>.menu-div-item{
	text-transform: capitalize;
}
.menu-logo {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	padding: 20px 0;
}
.menu-logo .img-logo-menu {
	width: 101px;
	height: 61px;
}
.footer-menu .menu-info { 
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #052F5C;
	height: 74px;
	padding: 0 0 0 30px;
}
.footer-menu .menu-info a {
	font-size: 13px;
	color: #fff;
	padding-bottom: 5px;
}
.footer-menu .footer-mail {
	width: 161px;
}
.menu-logo p {
	font-size: 17px;
	font-family: 'Times New Roman', Times, serif;
	-webkit-margin-before: 0.5em;
	-webkit-margin-after: 0;
	color: #111;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	display: block;
	text-align: center;
}
a.back-awards {
	position: absolute;
	top: 50%;
	left: 120px;
	font-size: 13px;
	color: #02A7C3;
}
a.back-awards::before {
	content: "〈";
	display: inline-block;
	margin-right: 3px;
	font-size: 12px;
}
.product-menu-mobile {
	display: none;
}
/* 
site-product-menu
*/
.site-product-menu {
	display: flex;
	flex-direction: row;
	justify-content: normal;
	width: 324px;
}
.site-product-menu .site-menu {
	width: 95px;
	z-index: 2;
	transition: width 0.5s;
}
.site-product-menu .menu-product {
	box-shadow: 0 0 10px 0 rgba(36, 36, 36, 0.5);
	flex: none;
	width: 229px;
	transition: width 0.5s;
	z-index: 1;
}
.site-product-menu .menu-product .all-product {
	font-size: 12px;
	background-color: #F5F5F5;
	padding: 16px 20px;
	cursor: pointer;
} 
.site-product-menu .menu-product .all-product p {
	text-transform: uppercase;
}
.site-product-menu .menu-product .all-product a {
	display: none;
}
.site-product-menu .menu-product .all-product a::before {
	content: "⬅";
	display: inline-block;
	margin-right: 5px;
}
.site-product-menu .menu-product ul {
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	list-style-type: none;
	visibility: visible;
	opacity: 1;
	-webkit-padding-start: 20px;
}
.site-product-menu .menu-product .menu-div-item {
	margin-top: 15px;
}
.site-product-menu .menu-product .third-level-menu {
	background-color: rgb(245, 245, 245);
	margin-left: -40px;
	padding: 1px 0px 16px 40px;
	margin-top: 15px;
}
.site-product-menu .menu-product .third-level-menu .menu-div-item {
	margin-top: 8px;
}
.site-product-menu .menu-product ul .menu-div-item > a {
	color: #3A3D4A;
	text-transform: capitalize;
	font-size: 12px;
	display: inline;
}
.site-product-menu .menu-product ul .current-menu-item {
	border: none;
}
.site-product-menu .menu-product ul .current-menu-item .menu-div-item {
	border-right: 2px solid;
	border-right-color: #013B79;
}
.site-product-menu .menu-product .menu-item-has-children.current-menu-item ul  .menu-div-item {
	border-right: 0;
}
.site-product-menu .menu-product ul .current-menu-item  .menu-div-item a {
	color: #013B79;
	
}
.site-product-menu .menu-product .menu-item-has-children.current-menu-item ul  .menu-div-item > a {
	color: #3A3D4A;
}
.menu-div-item .span-menu {
	display: none;
}
.site-product-menu .menu-product .menu-item-has-children >.menu-div-item .span-menu {
	color: #3A3D4A;
	width: 14px;
	height: 14px;
	font-size: 18px;
	content: "⌃";
	transform: rotate(180deg);
	display: inline-block;
	position: absolute;
	right: 20px;
	font-weight: 100;
	cursor: pointer;
}
.site-product-menu .menu-product .menu-item-has-children >.menu-div-item .span-menu.active {
	transform: rotate(0deg);
}
.site-product-menu .menu-logo .img-logo-menu {
	width: 56px;
	height: 34px;
}
.site-product-menu .menu-logo p {
	display: none;
}
.site-product-menu .site-menu .menu-opacity {
	visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
}
.site-product-menu .footer-menu .menu-info {
	display: none;
}
.site-product-menu .menu-hamburger {
	color: #fff;
	text-align: center;
	cursor: pointer;
}
.site-product-menu .menu-hamburger .hamburger {
	border: none;
	background-color: transparent;
	cursor: pointer;
}
.site-product-menu .menu-hamburger p {
	font-size: 13px;
}
/* menu product active */

.site-product-menu.menu-active .site-menu  {
	width: 274px;
}
.site-product-menu.menu-active .menu-product {
	width: 50px;
}
.site-product-menu.menu-active .menu-logo .img-logo-menu {
	width: 101px;
	height: 61px;
}
.site-product-menu.menu-active .site-menu .menu-opacity {
	visibility: visible;
  opacity: 1;
}
.site-product-menu.menu-active .menu-product ul {
	visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
}
.site-product-menu.menu-active .menu-product .all-product p {
	display: none;
}
.site-product-menu.menu-active .menu-product .all-product a {
	display: block;
}
.site-content-product {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1;
	width: calc(100% - 324px);
}

/* 
home page
*/
.home-banner {
	background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	width: 100%;
	height: 346px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 111px;
}
.home-banner h2 {
	font-family: 'CrimsonSemibold';
	font-size: 52px;
	color: #fff;
	line-height: 1;
}
.home-banner p {
	font-size: 16px;
	color: #fff;
}
.logos {
	padding-left: 111px;
}
.title-item {
	font-weight: 600;
	color: #013B79;
	text-transform: uppercase;
	font-size: 14px;
}
.home .title-item {
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
}
.home .logos .title-item {
	margin-top: 34px;
}
.logos .logo {
	display: inline-flex;
	width: 166px;
	height: 63px;
}
.logos .logo img {
	width: 166px;
}
.home-main {
	background-image: url("/wp-content/themes/fortuna/css/../images/brg/brgContentHome.png");
	background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 111px 60px 111px;
	overflow-x: hidden;
}
.home-main .our-products .products-item {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	flex-wrap: wrap;
}
.home-main .our-products .title-item {
	margin-top: 30px;
}
.home-main .our-products .products-item .product {
	width: calc(100% / 3 - 2px);
	background-color: #F5F5F5;
	display: flex;
	flex-direction: row;
	justify-content: normal;
	height: 80px;
	-webkit-margin-after: 1em;
}
.home-main .our-products .products-item .product a {
	color: #3A3D4A;
	display: flex;
	flex-direction: row;
	justify-content: normal;
	align-items: center;
	width: 100%;
	padding-left: 20px;
	text-transform: uppercase;
	font-size: 14px;
}
.home-main .our-products .products-item .product a img {
	width: 14px;
	height: 17px;
	margin-right: 5px;
}
.home-main .company .info-company {
	flex-direction: row;
	justify-content: space-between;
	display: flex;
}
.home-main .company .info-company .about-us {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 290px;
	padding: 15px 0 0 20px;
}
.home-main .company .info-company .group-info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1;
	margin-left: 30px;
}
.home-main .company .info-company .titel-item-company {
	font-family: 'CrimsonSemibold';
	font-size: 30px;
	color: #3A3D4A;
	line-height: 1;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	margin-bottom: 25px;
}

.home-main .company .info-company .group-info .core-principles {
	background-color: #004D83;
	border-radius: 2px;
	color: #fff;
	margin-bottom: 30px;
	align-items: center;
	padding: 20px;
}
.home-main .company .info-company .group-info .csr-service {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
}
.home-main .company .info-company .group-info .csr-service .box {
	width: calc(100% / 2 - 15px);
	background-color: #F5F5F5;
	display: flex;
	flex-direction: column;
	justify-content: normal;
	min-height: 100px;
	border: 1px solid #e2e2e2;
	border-radius: 2px;
	padding: 15px 0 0 20px;
}
.home-main .company .info-company .group-info .csr-service .box-csr {
	background-color: #fff;
}
.home-main .company .info-company .group-info .csr-service .box p {
	font-size: 16px;
	color: #7C8287;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
}
.home-main .company .info-company .group-info .csr-service .box p.titel-item-company {
	font-size: 30px;
	color: #3A3D4A;
}
.home-main .company .why-choose-us {
	flex-direction: row;
	justify-content: space-between;
	display: flex;
	background-color: #F5F5F5;
	margin-top: 50px;
}
.home-main .company .why-choose-us .box-title-why-us {
	width: calc(100% / 2);
	display: flex;
	flex-direction: column;
	justify-content: normal;
	padding: 20px 0 0 30px;
}
.home-main .company .why-choose-us .box-title-why-us h3 {
	font-size: 30px;
	color: #7C8287;
	font-family: 'CrimsonRoman';
}
.home-main .company .why-choose-us .box-title-why-us h2 {
	font-size: 36px;
	color: #3A3D4A;
	font-family: 'CrimsonRoman';
	line-height: 1.3;
}
.home-main .company .why-choose-us .box-list-why-us {
	width: calc(100% / 2);
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 30px 0;
}
.home-main .company .why-choose-us .box-list-why-us p {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	font-size: 15px;
	color: #3B4D61;
}
.flex-title-row {
	flex-direction: row;
	justify-content: space-between;
	display: flex;
	align-items: center;
}
.flex-title-row a {
	color: #02A7C3;
	font-size: 13px;
	font-style: italic;
}
.flex-title-row a:after {
	content: "〉";
	display: inline-block;
  margin-left: 5px;

}
.home-main .company .list-awards {
	margin-top: 40px;
	overflow-x: hidden;
}
.home-main .company .list-awards .owl-carousel .owl-item .custom-img {
	position: relative;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	display: flex;
	height: 196px;
	overflow: hidden;
}
.home-main .company .list-awards .owl-carousel .owl-item .custom-img::before {
	content: "";
	display: block;
	clear: both;
	position: absolute;
	width: calc(100% - 16px);
	min-height: 190px;
	max-height: 190px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border: 1px solid #fff;
	top: 3px;
	left: 8px;
}
.home-main .company .list-awards .owl-carousel .owl-item .custom-img::after {
	content: "";
	display: block;
	clear: both;
	position: absolute;
	left: 0;
	line-height: 0;
	height: 6px;
	bottom: 0;
	width: 100%;
	background: #1e5799;
	background: -moz-linear-gradient(left, #1e5799 0%, #005286 0%, #013b79 100%);
	background: -webkit-linear-gradient(left, #1e5799 0%,#005286 0%,#013b79 100%);
	background: linear-gradient(to right, #1e5799 0%,#005286 0%,#013b79 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#013b79',GradientType=1 );
}
.home-main .company .list-awards .owl-carousel .owl-item img {
	width: calc(100% - 10px);
}
.home-main .company .list-awards .owl-carousel .owl-item p {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 15px;
	color: #3B4D61;
	-webkit-margin-before: 0.5em;
	-webkit-margin-after: 0.5em;
}
.home-main .company .list-events {
	margin-top: 40px;
	overflow-x: hidden;
}
.home-main .company .list-events .owl-carousel .owl-item .custom-img {
	position: relative;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	display: flex;
	height: 196px;
	overflow: hidden;
	border: 1px solid #E2E2E2;
	border-radius: 2px;
	background-color: #ffffff;
}
.home-main .company .list-events .owl-carousel .owl-item p {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 15px;
	color: #3B4D61;
	-webkit-margin-before: 0.5em;
	-webkit-margin-after: 0.5em;
}
.home-main .company .list-events .owl-carousel .owl-item .home-date {
	font-size: 13px;
	color: #7C8287;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
}
/* 
		page
*/
section.banner {
	position: relative;
	width: 100%;
	height: 180px;
}
div#banner {
	position: absolute;
	width: 100%;
	height: 180px;
	top: 0;
	left: 0;
}
.page-title {
	position: absolute;
	top: 25px;
	left: 120px;
	font-size: 52px;
	font-family: 'CrimsonSemibold';
	color: #3A3D4A;
}
.page-title span {
	color:#013B79
}
.site-content .container {
	background-color: #FCFCFC;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	min-height: calc(100vh - 215px);
}
.site-content .container p {
	font-size: 15px;
}
.bgr-color-white {
	background-color: #ffffff;
}
/* 
testtimonial
*/
.item-testimonial {
	max-width: 632px;
	background-color: #fff;
	border: 1px solid #E2E2E2;
	margin-bottom: 17px;
	margin-left: 111px;
	padding: 20px 30px;
	border-radius: 2px;
	box-shadow: 0 8px 14px 0 rgba(224, 224, 224, 0.5);
	position: relative;
}
.item-testimonial::before {
	content: "";
	display: block;
	clear: both;
	position: absolute;
	line-height: 0;
	height: 32px;
	top: -4px;
	width: 32px;
	left: -16px;
	border-radius: 50%;
	background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(top, #1e5799 0%, #207cca 0%, #0086b9 0%, #004e83 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #1e5799 0%,#207cca 0%,#0086b9 0%,#004e83 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #1e5799 0%,#207cca 0%,#0086b9 0%,#004e83 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#004e83',GradientType=0 ); /* IE6-9 */
}
.item-testimonial::after {
	content: "“";
	display: block;
	clear: both;
	position: absolute;
	line-height: 0;
	height: 32px;
	top: 18px;
	width: 32px;
	left: -8px;
	color: #fff;
	font-family: 'Crimson';
	font-size: 44px;
}
.item-testimonial p {
	-webkit-margin-before: 0.5em;
	-webkit-margin-after: 0.5em;
	color: #3B4D61;
}
.item-testimonial .testimonial-content {
	font-size: 15px;
}
.item-testimonial .testimonial-info {
	text-align: right;
}
.item-testimonial .testimonial-info .client-name {
	font-weight: 600;
	font-size: 14px;
}
.item-testimonial .testimonial-info .occupation-name {
	font-style: italic;
	font-size: 14px;
}
.item-testimonial .testimonial-info .company-name {
	font-size: 14px;
	opacity: 0.7;
}
.viell-testimonial {
	color: #02A7C3;
	font-size: 13px;
	font-style: italic;
}
.viell-testimonial::after {
	content: "〉";
	display: inline-block;
	margin-left: 5px;
}
/* 
page about us
*/
.site-content .container.bgr-about-core {
	background-color: #fff;
	background-position: right top;
	background-repeat: no-repeat;
	background-size: contain;
}
.site-content .container.bgr-tech-service {
	background-size: inherit;
	min-height: 100vh;
}
.content-aboust-us {
	max-width: 530px;
	margin-left: 120px;
}
.content-aboust-us h1,h2 {
	font-size: 30px;
	font-family: 'CrimsonSemibold';
}
.content-aboust-us p {
	font-size: 15px;
}
/* 
why choose us
*/
.content-why-choose-us {
	max-width: 530px;
	margin-left: 120px;
}
.content-why-choose-us h1 {
	font-size: 36px;
	font-family: 'CrimsonSemibold';
}
.container .list_why_choose_us {
	max-width: 853px;
	margin-left: 120px;
	margin-bottom: 30px;
}
.container .list_why_choose_us .item-why_choose_us {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	margin-top: 40px;
}
.container .list_why_choose_us .item-why_choose_us .title_item {
	width: 320px;
	display: flex;
	color: #013B79;
}
.container .list_why_choose_us .item-why_choose_us .title_item h2 {
	font-size: 22px;
	font-family: 'CrimsonRoman';
}
.container .list_why_choose_us .item-why_choose_us .title_item h2 span {
	font-size: 40px;
	font-family: 'CrimsonBold';
}
.container .list_why_choose_us .item-why_choose_us .content_item {
	flex: 1;
	color: #3B4D61;
}
/* 
awards
*/
.list-content-awards {
	margin-left: 120px;
	max-width: 770px;
}
.list-content-awards .item {
	display: flex;
	width: 100%;
	flex-direction: row;
	justify-content: space-between;
	padding: 30px 0;
	border-bottom-color: #E2E2E2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.list-content-awards .item .custom-img {
	position: relative;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	display: flex;
	height: 130px;
	overflow: hidden;
	width: 220px;
}
.list-content-awards .item .custom-img::before {
	content: "";
	display: block;
	clear: both;
	position: absolute;
	width: calc(100% - 16px);
	height: 125px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border: 1px solid #fff;
	top: 3px;
	left: 8px;
}
.list-content-awards .item .custom-img::after {
	left: 0;
	content: "";
	display: block;
	clear: both;
	position: absolute;
	line-height: 0;
	height: 6px;
	bottom: 0;
	width: 100%;
	background: #1e5799;
	background: -moz-linear-gradient(left, #1e5799 0%, #005286 0%, #013b79 100%);
	background: -webkit-linear-gradient(left, #1e5799 0%,#005286 0%,#013b79 100%);
	background: linear-gradient(to right, #1e5799 0%,#005286 0%,#013b79 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#013b79',GradientType=1 );
}
.list-content-awards .item .custom-img img {
	width: calc(100% - 10px);
}
.list-content-awards .item .custom-content {
	flex: 1;
	margin-left: 30px;
}
.list-content-awards .item .custom-content h3 {
	font-size: 18px;
	margin-top: -5px;
}
.list-content-events {
	margin-left: 120px;
	max-width: 770px;
}
.list-content-events .item {
	display: flex;
	width: 100%;
	flex-direction: row;
	justify-content: space-between;
	padding: 30px 0;
	border-bottom-color: #E2E2E2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.list-content-events .item .custom-img {
	position: relative;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	display: flex;
	height: 130px;
	overflow: hidden;
	width: 220px;
	border: 1px solid #E2E2E2;
	border-radius: 2px;
}

.list-content-events .item .custom-img img {
	width: auto;
	height: 100%;
}
.list-content-events .item .custom-content {
	flex: 1;
	margin-left: 30px;
}
.list-content-events .item .custom-content h3 {
	font-size: 18px;
	margin-top: -5px;
}
.list-content-events .item .custom-content .date {
	color: #7C8287;
	font-size: 13px;
	margin-bottom: 10px;
}
.list-content-events .list-year select {
	width: 130px;
	margin: 0;
	padding: 0 0 0 .5em;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	outline: 0;
	box-shadow: none;
	border: 0 !important;
	background: transparent;
	background-image: none;
	border-bottom-color: #979797 ! important;
	border-bottom-width: 1px !important;
	border-bottom-style: solid !important;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 ! important;
	height: 31px;
}
.list-content-events .list-year select::-ms-expand {
	display: none;
}
.list-content-events .list-year .select {
	position: relative;
	width: 130px;
	height: 31px;
	display: inline-block;
}
.list-content-events .list-year .select::after {
	content: "⌃";
	transform: rotate(180deg);
	position: absolute;
	height: 14px;
	width: 14px;
	top: 10px;
	right: -15px;
	bottom: 0;
	padding: 0 1em;
	pointer-events: none;
}
.list-content-events .list-year button.btn {
	width: 110px;
	height: 34px;
	background-color: #004E83;
	color: #fff;
	border-radius: 50px;
	margin-left: 15px;
	text-transform: uppercase;
	font-size: 14px;
}
.list-content-events .list-year button:focus {
	outline: -webkit-focus-ring-color auto 0;
}
/* 
technical-service
*/
.content-technical-service {
	max-width: 530px;
	margin-left: 120px;
}
.technical-service-thumb-image {
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: center;
	width: 40%;
	height: auto;
}
/* .technical-service-thumb-image img {
	border: 1px solid #979797;
	border-radius: 2px;
} */
.technical-content {
	flex: 1;
}
.content-technical-service .technical-content .technical-content-file  .technical_service-item h3 {
	font-size: 16px;
	border-bottom: 1px solid #979797;
	padding-bottom: 5px;
	position: relative;
	margin-bottom: 5px;
	margin-top: 15px;
}
.content-technical-service .technical-content .technical-content-file  .technical_service-item h3::after {
	color: #979797;
	content: url("/wp-content/themes/fortuna/css/../images/tabArrow/DarkGrey.png");
	transform: rotate(0deg);
	display: inline-block;
	position: absolute;
	right: 0;
	width: 14px;
}
.content-technical-service .technical-content .technical-content-file  .technical_service-item h3.active::after {
	transform: rotate(180deg);
}
.content-technical-service .technical-content .technical-content-file  .technical_service-item .content-item {
	display: none;
}
.content-technical-service .technical-content .technical-content-file  .technical_service-item .content-item p {
	margin: 5px 0;
}
/* 
CSR
*/
.content-csr .post-content {
	max-width: 530px;
	margin-left: 120px;
}
.content-csr .list-year-content {
	background-color: #FCFCFC;
	background-image: url("/wp-content/themes/fortuna/css/../images/brg/brg-csr.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}
.content-csr .list-year-content .frst-container {
	padding: 60px 15px;
}
.content-csr .list-year-content .technical_service-item {
	max-width: 385px;
	position: relative;
}
.content-csr .list-year-content .technical_service-item::before {
	content: "";
	display: block;
	clear: both;
	position: absolute;
	width: 1px;
	height: 100%;
	border: 1px dashed #7C8287;
	top: 0;

}
.content-csr .list-year-content .technical_service-item .content-list .content_item {
	max-width: 330px;
	background-color: #fff;
	border-radius: 2px;
	border: 1px solid #E2E2E2;
	padding: 20px;
	box-shadow: 0px 8px 14px #e0e0e080;
	margin-bottom: 10px;
}
/* 
contact us
*/
.contact-us {
	padding: 0 120px 20px 120px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	background-image: url("/wp-content/themes/fortuna/css/../images/brg/brg-contact-oval.png");
	background-repeat: no-repeat;
	background-size: cover;
}
.contact-us .contact-General {
	width: 45%;
}
.contact-us .contact-General .info p label {
	color: #757D86;
	display: inline-block;
	font-size: 14px;
	width: 110px;
}
.contact-us .contact-General .info p {
	-webkit-margin-before: 7px;
	-webkit-margin-after: 7px;
}
.contact-us .contact-General .info p img {
	width: 186px;
}
.contact-us .contact-form {
	flex: 1;
	border: 1px solid #E2E2E2;
	border-bottom: 2px solid #004E83;
	border-radius: 2px;
	padding: 30px 20px;
	box-shadow: 0 8px 14px #e0e0e080;
	overflow: hidden;
	min-height: 310px;
}
.contact-us .contact-form .contact-item {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 10px;
}
.contact-us .contact-form .contact-item .btn-contact {
	width: calc(50% - 5px);
	background-color: #F5F5F5;
	height: 67px;
	display: flex;
	justify-content: normal;
	align-items: center;
	border: 1px solid #E2E2E2;
	border-radius: 2px;
	padding-left: 10px;
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
}
.contact-us .contact-form .contact-item .btn-contact span {
	width: 20px;
	height: 20px;
	text-align: center;
	margin-right: 10px;
}
.contact-us .contact-form .btn-others {
	display: flex;
	text-transform: uppercase;
	font-size: 14px;
	cursor: pointer;
}
.contact-us .contact-form .btn-others span {
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
.contact-us .contact-form .title-contact-us {
	display: flex;
	justify-content: space-between;
}
.contact-us .contact-form .title-contact-us a {
	font-size: 13px;
	color: #02A7C3;
	cursor: pointer;
}
.contact-us .contact-form .title-contact-us a::before {
	content: "〈";
	display: inline-block;
	margin-right: 3px;
	font-size: 12px;
}
.cover-captcha-btn-send {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cover-captcha-btn-send .item-captcha {
	width: 304px;
}
.cover-captcha-btn-send .btn-send {
	width: 110px !important;
	position: inherit !important;
}
.contact-us .contact-form .btn-send {
	position: relative;
	width: 100%;
	height: 35px;
	margin-top: 30px;
}
.contact-us .contact-form .btn-send input {
	background-color: #004E83;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	border-radius: 18px;
	width: 101px;
	border: 1px solid #FFFFFF;
	position: absolute;
	right: 0;
}
.contact-us .contact-form .item-contact-form {
	display: flex;
	justify-content: space-between;
}
.contact-us .contact-form .item-contact-form .item-input {
	width: calc(50% - 20px);
}
.contact-us .contact-form .item-contact-form .item-input input {
	width: 100%;
	border: none;
	border-bottom: 1px solid #979797;
	background-color: transparent;
}
.contact-us .contact-form .item-contact-form .item-input select {
	width: 100%;
	border: none;
	border-bottom: 1px solid #979797;
	border-radius: 0;
	-webkit-appearance: none;
	height: 40px;
	padding-right: 20px;
	background-color: transparent;
}
.contact-us .contact-form .item-contact-form .item-input select::-ms-expand {
	display: none;
}
.contact-us .contact-form .item-contact-form .select span::after {
	content: "⌃";
	transform: rotate(180deg);
	position: absolute;
	height: 14px;
	width: 14px;
	top: 10px;
	right: -15px;
	bottom: 0px;
	pointer-events: none;
	padding: 0px 1em;
}
.contact-us .contact-form .item-contact-form .item-input input::placeholder {
	font-size: 14px;
	color: #757D86;
}
.contact-us .contact-form input {
	height: 40px;
}
.contact-us .contact-form input:focus,select:focus {
	outline: -webkit-focus-ring-color auto 0;
}

.contact-us .contact-form .item-message input {
	width: 100%;
	border: none;
	border-bottom: 1px solid #979797;
	background-color: transparent;
}
.contact-us .contact-form .item-message input::placeholder {
	font-size: 14px;
	color: #757D86;
}
.wpcf7-mail-sent-ok {
	border: none !important;
	margin: 0px !important;
	padding: 0 !important;
	margin-top: 10px !important;
}
.contact-us-address {
	background-color: #FCFCFC;
	padding: 40px 120px;
	background-image: url("/wp-content/themes/fortuna/css/../images/brg/brg-contact.png");
	background-repeat: no-repeat;
	background-size: cover;
}
.contact-us-address h3 {
	color: #013B79;
	font-size: 14px;
	margin-bottom: 20px;
}
.contact-us-address .company-item {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
}
.contact-us-address .company-item .address-company {
	width: 45%;
}
.contact-us-address .company-item .map-company {
	flex: 1;
}
.contact-us-address .company-item .map-company .map {
	width: 100%;
	position: relative;
	height: 340px;
}
.contact-us-address .company-item .map-company .map iframe {
	width: 100%;
	height: 310px;
	position: absolute;
	top: 0;
	z-index: 1;
	border: 1px solid #D8D8D8 !important;
	border-radius: 2px;
}
.contact-us-address .company-item .map-company .map img {
	position: absolute;
	width: 100%;
	top: 0;
	height: 310px;
	opacity: 0;
	z-index: 0;
	border: 1px solid #D8D8D8;
	border-radius: 2px;
}
.contact-us-address .company-item .map-company .company-btn {
	display: flex;
}
.contact-us-address .company-item .map-company .company-btn .btn {
	width: 100px;
	height: 30px;
	border: 1px solid #E2E2E2;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	background-color: #E2E2E2;
	border-bottom-color: transparent;
	border-bottom-style: none;
	border-bottom-width: 0;
	color: #3B4D61;
	font-size: 14px;
	cursor: pointer;
}
.contact-us-address .company-item .map-company .company-btn .btn.active {
	background-color: #004E83;
	color: #fff;
}
.contact-us-address .company-item .address-company p {
	color: #3B4D61;
}
/* -------------------------------- 

Product 

-------------------------------- */
.product-img-info {
	padding-left: 60px;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	padding-bottom: 50px;
}
.product-img-info .product-img {
	padding-left: 60px;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	width: 50%;
}
.product-img-info .product-img .product-show {
	width:345px !important; 
	height:255px !important;
	border: 1px solid #E2E2E2;
	max-width: none;
}
.product-img-info .product-img .list-img-product {
	padding-left: 30px;
	display: flex;
	flex-direction: column;
	width: 100%;
}
.product-img-info .product-img .list-img-product a {
	margin-bottom: 10px;
	width: 63px;
	height: 43px;
	border: 1px solid #E2E2E2;
}
.product-img-info .product-img .list-img-product a.active {
	border: 1px solid #013B79;
}
.product-img-info .product-img .list-img-product a img {
	width: 61px;
	height: 41px;
}

.product-img-info .product-img .list-img-product .js-video-btn .video-img {
	width: 63px;
	height: 43px;
	position: absolute;
	/* background-color: #004E83; */
	opacity: 0.8;
	background-image: url("/wp-content/themes/fortuna/css/../images/iconContactForm/White.png");
	background-position: center;
  background-repeat: no-repeat;
  background-size: 17px;
}
.product-img-info .info-product {
	flex: 1;
}
.product-img-info .info-product .title-item {
	font-size: 12px;
}
.product-img-info .info-product .brand-logo {
	padding-left: 22px;
	width: 166px;
}
.product-img-info .info-product ul {
	list-style-type: none;
	padding: 0;
}
.product-img-info .info-product ul li a {
	color: #3B4D61;
}
.container-product {
	padding-left:60px;
	display: flex;
	flex-direction: row;
	justify-content: normal;
	margin-bottom: 20px;
	min-height: auto !important;
	padding-bottom: 40px;
	background-color: #FCFCFC;
}
.container-product .content-product {
	width: 47%;
	margin-top: 40px;
	font-size: 15px;
}
.container-product .content-product .content ul {
	margin-bottom: 0;
	margin-top: 0;
}
.container-product .content-product .content {
	margin-top: 10px;
}
.item-captcha {
	margin-top: 20px;
}
.container-product .product-form {
	border: 1px solid #E2E2E2;
	border-bottom: 2px solid #004E83;
	border-radius: 2px;
	padding: 30px 20px;
	box-shadow: 0 8px 14px #e0e0e080;
	overflow: hidden;
	min-height: 310px;
	margin-top: 10px;
	margin-left: 20px;
	width: 350px;
	height: fit-content;
	background-color: #fff;
}
.container-product .product-form input {
	width: 100%;
	border: none;
	border-bottom: 1px solid #979797;
	height: 40px;
	background-color: #fff;
}
.container-product .product-form input::placeholder {
	font-size: 14px;
	color: #757D86;
}
.container-product .product-form .btn-send {
	position: relative;
	width: 100%;
	height: 35px;
	margin-top: 30px;
}
.container-product .product-form .btn-send input {
	background-color: #004E83;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	border-radius: 18px;
	width: 101px;
	border: 1px solid #FFFFFF;
	position: absolute;
	right: 0;
}
.product-form input:focus,select:focus {
	outline: -webkit-focus-ring-color auto 0;
}
.related-products {
	padding: 0 60px 60px 60px;
}
.related-products h2 {
	margin-bottom: 20px;
}
.related-products .list-product .owl-item .custom-img {
	position: relative;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	display: flex;
	height: 200px;
	overflow: hidden;
	border: 1px solid #E2E2E2;
	border-radius: 2px;
	background-color: #ffffff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.related-products .list-product .owl-item p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 15px;
	color: #3B4D61;
	-webkit-margin-before: 0.5em;
	-webkit-margin-after: 0.5em;
}
/* 
category
*/
.container-category {
	padding: 20px 60px;
	display: flex;
	flex-direction: row;
	justify-content: normal;
	flex-wrap: wrap;
}
.container-category .item-category {
	width: calc(100% / 3 - 15px);
	display: flex;
	flex-direction: column;
	justify-content: normal;
	-webkit-margin-after: 1em;
	padding-right: 30px;
}
.container-category .post-image {
	margin-bottom: 18px;
	text-align: center;
	width: 100%;
	height: 230px;
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #E2E2E2;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.category-taxonomy {
	flex-direction: row;
	justify-content: normal;
	display: flex;
	padding-left: 80px;
	padding: 0 0 80px 80px;
}
.category-taxonomy .taxonomy-img {
	display: flex;
	width: 20%;
	justify-content: center;
	flex-direction: column;
}
.category-taxonomy .taxonomy-img img.brand-logo {
	width: 166px;
}
.category-taxonomy .taxonomy-description {
	display: flex;
	flex: 1;
	max-width: 530px;
}
.category-taxonomy .taxonomy-description a {
	color: #02A7C3;
	font-size: 13px;
	font-style: italic;
}
.more-link {
	color: #02A7C3;
	font-size: 13px;
	font-style: italic;
}
.more-link::after {
	content: "〉";
	display: inline-block;
	margin-left: 5px;
}
.title-product {
	font-size: 30px;
	font-family: 'CrimsonSemibold';
	color: #3A3D4A;
}
.all-product .featured-product .title-product {
	padding-left: 60px;

} 
.all-product .featured-product .item-product {
	display: flex;
	flex-direction: row;
	justify-content: normal;
	margin-bottom: 20px;
	border: 1px solid #E2E2E2;
	border-bottom: 2px solid #004E83;
	border-radius: 2px;
	padding: 30px 20px;
	box-shadow: 0 8px 14px #e0e0e080;
	overflow: hidden;
	min-height: 260px;
	margin-top: 10px;
	margin-left: 30px;
	margin-right: 40px;
	position: relative;
}
.all-product .featured-product .item-product .custom-img {
	position: relative;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	display: flex;
	height: 200px;
	width: 290px;
	overflow: hidden;
	border: 1px solid #E2E2E2;
	border-radius: 2px;
	background-color: #ffffff;
	margin-right: 20px;
	margin-left: 50px;
}
.all-product .featured-product .item-product .title-featured-product {
	font-size: 18px;
	font-weight: bold;
	color: #3B4D61;
}
.all-product .featured-product .item-product #prev {
	display: inline-block;
	position: absolute;
	left: 20px;
	top: 50%;
	z-index: 2;
	cursor: pointer;
}
.all-product .featured-product .item-product #next {
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 50%;
	z-index: 2;
	cursor: pointer;
}
.all-product .featured-product .item-product .item {
	display: flex;
	flex-direction: row;
	justify-content: normal;
	flex: 1;
}
.category-product {
	padding: 20px 60px;
}
.category-product .list-product {
	display: flex;
	flex-direction: row;
	justify-content: normal;
	flex-wrap: wrap;
	margin-top: 10px;
}
.category-product .list-product .item-product {
	width: calc(100% / 3 - 15px);
	display: flex;
	flex-direction: column;
	justify-content: normal;
	-webkit-margin-after: 1em;
	padding-right: 30px;
}
.category-product .list-product .item-product .custom-img {
	margin-bottom: 10px;
	text-align: center;
	width: 100%;
	height: 200px;
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #E2E2E2;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.featured-product .owl-carousel .owl-item img {
	width: auto;
	height: 100%;
}
/* .category-product .list-product .item-product .custom-img img {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	transform: translateY(-20%);
} */
/* 
partners
*/
.partners {
	padding: 10px 30px 30px 111px;
	background-color: #ffffff !important;
}
.category-brand {
	display: inline-block;
	width: 166px;
	height: 63px;
	margin-right: 23px;
}
/* 
care-area
*/
.content-care {
	background-image: url("/wp-content/themes/fortuna/css/../images/brg/brgCare-Area.png");
	background-repeat: no-repeat;
	background-size: cover;
}
.container-care {
	background-color: transparent !important;
}
.care-area {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 825px;
	margin-left: 111px;
	margin-bottom: 25px;
}
.care-area .item-care-area {
	width: 215px;
	margin-right: 30px;
}
.care-area .item-care-area h1 {
	font-family: 'CrimsonRoman';
	font-size: 40px;
	color: #3A3D4A;
	font-weight: lighter;
}
.care-area .item-care-area p {
	font-size: 18px;
	-webkit-margin-before: 8px;
	-webkit-margin-after: 8px;
}
/* -------------------------------- 

Primary style

-------------------------------- */
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	text-decoration: none;
}
img {
	max-width: 100%;
}
/* -------------------------------- 

Main components 

-------------------------------- */
header h1 {
	font-size: 22px;
	font-size: 1.375rem;
	color: #ffffff;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.form-search {
	width: 224px;
	height: 30px;
	position: relative;
	margin-left: 30px;
	margin-top: 20px;
}
form.searchform {
	border: none;
	width: 224px;
	height: 30px;
	position: relative;
	border-radius: 50px;
	opacity: 0;
}
form.searchform.active-form {
	border: 1px solid #fff;
	opacity: 1;
}
.searchicon {
	width: 20px;
	height: 20px;
	left: 10px;
	top: 4px;
	position: absolute;
	cursor: pointer;
	z-index: 1;
}
#searchbox {
	background-color: transparent;
	border: none;
	color: #fff;
	font-size: 14px;
	position: absolute;
	left: 35px;
	top: 4px;
	transition: width 0.5s;
	width: 0;
}
.active-form #searchbox {
	width: calc(100% - 50px);
}
.form-search input::placeholder {
	font-size: 13px;
	color: #fff9;
}
#loading-home {
	background-color: #fafafa;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 16000002;
	min-height: 100vh;
	width: 100%;
	max-width: 100%;
}
#loading-home img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
@media (max-width: 3500px) {

}
@media (max-width: 2048px) and (max-height: 1536px) {

}

@media (max-width: 1920px) and (max-height: 1200px) {
}

@media (max-width: 1600px) and (max-height: 1200px) {
}

@media (max-width: 1920px) and (max-height: 1080px) {
}

@media (max-width: 1680px) and (max-height: 1050px) {
}

@media (max-width: 1280px) and (max-height: 1024px) {

}

@media (max-width: 1440px) and (max-height: 900px) {

}

@media (max-width: 1366px) and (max-height: 768px) {
}

@media (max-width: 1366px) {
	/* home page */
	.home-banner, .logos {
		padding-left: 40px;
	}
	.home-banner h2 {
		font-size: 45px;
	}
	.home-main {
		padding: 0 40px 60px 40px;
	}
	.home-main .company .why-choose-us .box-title-why-us h3,.home-main .company .why-choose-us .box-title-why-us h2 {
		font-size: 26px;
	}
	/* page */
	.page-title {
		font-size: 45px;
		left: 40px;
	}
	a.back-awards {
		left: 40px;
	}
	.content-aboust-us {
		margin-left: 40px;
	}
	.content-why-choose-us {
		margin-left: 40px;
	}
	.content-why-choose-us h1 {
		font-size: 30px;
	}
	.container .list_why_choose_us {
		margin-left: 40px;
	}
	.container .list_why_choose_us .item-why_choose_us .title_item {
		font-size: 22px;
	}
	.item-testimonial {
		margin-left: 40px;
	}
	.content-technical-service {
		margin-left: 40px;
	}
	.content-csr .post-content {
		margin-left: 40px;
	}
	.list-content-awards {
		margin-left: 40px;
	}
	.list-content-events {
		margin-left: 40px;
	}
	.contact-us {
		padding: 0 40px 20px 40px;
	}
	.contact-us-address {
		padding: 40px;
	}
	/* product page item */
	.product-img-info {
		padding-left: 40px;
	}
	.product-img-info .product-img {
		padding-left: 0;
		width: 55%;
		justify-content: normal;
    flex-direction: column;
	}
	.product-img-info .product-img .list-img-product {
    padding-left: 35px;
    padding-top: 10px;
    flex-direction: row;
    width: 100%;
    justify-content: normal;
	}
	.product-img-info .product-img .list-img-product a {
		margin-right: 5px;
	}
	.container-product {
		padding-left: 40px;
		
	}
	.container-product .content-product {
		width: 55%;
	}
	.related-products {
		padding: 0 40px 60px 40px;
	}
	/* partners */
	.category-taxonomy {
		padding: 0 10px 40px 40px;
	}
	.container-category {
		padding: 20px 40px; 
	}
}

@media (max-width: 1280px) and (max-height: 800px) {
}

@media (max-width: 1024px) and (max-height: 768px) {
	.carousel-control {
		display: none;
	}
	.carousel.mobile {
		width: 100%;
	}
	.carousel.desktop .carousel-inner {
		width: 75%;
	    margin: 50px auto 15px;
	}
}

@media (max-width: 1024px) {
	/* home */
	.site {
    display: block;
    position: relative;
	}
	/* menu */
	.site-menu {
		position: relative;
		right: 0;
		max-width: 100%;
		width: 100%;
		background: transparent;
		z-index: 16000002;
		min-height: auto;
		display: block;
		box-shadow: 0 0 0 0 rgba(36, 36, 36, 0);
	}

	.navbar-collapse  {
		display: none;
	}
	.navbar-header {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
	}
	.navbar-header .menu-logo {
		flex-direction: initial;
		justify-content: normal;
		align-items: center;
		height: 60px;
		padding-left: 14px;
		width: calc(100% - 60px);
	}
	.navbar-header .menu-logo .img-logo-menu {
    width: 248px;
    height: 37px;
	}
	.navbar-header .menu-hamburger-mobile {
    position: absolute;
    width: 60px;
    height: 60px;
    right: 0;
    top: 0;
	}
	.navbar-header .menu-hamburger-mobile .hamburger {
    width: 60px;
    height: 60px;
    font-size: 35px;
    color: #fff;
    background: #0064a3;
    background: -moz-linear-gradient(top, #0064a3 0%, #013b79 100%, #7db9e8 100%);
    background: -webkit-linear-gradient(top, #0064a3 0%,#013b79 100%,#7db9e8 100%);
    background: linear-gradient(to bottom, #0064a3 0%,#013b79 100%,#7db9e8 100%);
    border: none;
		cursor: pointer;
		z-index: 5;
		padding: 0;
	}
	.navbar-header .menu-mobile {
    position: fixed;
    top: 0;
    right: 0;
		background-color: #00000080;
		width: 100%;
		min-height: 100vh;
		display: none;
		z-index: 16000002;
		overflow: scroll;
	}
	.navbar-header .menu-mobile .list-menu {
		min-height: 100vh;
    max-width: 73%;
    box-shadow: 0 0 10px 0 rgba(36, 36, 36, 0.5);
    background: #0064a3;
    background: -moz-linear-gradient(top, #0064a3 0%, #013b79 100%, #7db9e8 100%);
    background: -webkit-linear-gradient(top, #0064a3 0%,#013b79 100%,#7db9e8 100%);
    background: linear-gradient(to bottom, #0064a3 0%,#013b79 100%,#7db9e8 100%);
    position: absolute;
		right: 0;
		width: 274px;
	}
	.navbar-header .menu-mobile .list-menu .cross {
    font-size: 90px;
    height: 30px;
    line-height: 0.5;
    width: 30px;
    padding: 0;
    color: #fff;
    background-color: transparent;
    border: none;
    position: absolute;
    right: -7px;
    top: 0;
    cursor: pointer;
}
.navbar-header .menu-mobile .list-menu form.searchform {
	width: 190px;
}
/* menu product */
.site-product-menu {
	width: 100%;
}
.site-product-menu .footer-menu .menu-info {
	display: block;
}
.main-menu-page {
	display: none;
}
.site-product-menu .menu-product {
	width: 100%;
	box-shadow: 0 0 10px 0 rgba(36, 36, 36, 0);
}
.site-product-menu .menu-product .menu-item-has-children >.menu-div-item >a::after {
	display: none;
}
.back-menu::before{
	content: "〈";
	display: inline-block;
	margin-right: 5px;
}
.back-menu {
	font-size: 12px;
	color: #fff;
	padding: 30px 0 20px 20px;
	cursor: pointer;
	display: block;
}
.btn-product {
	font-size: 12px;
	color: #fff;
	padding: 30px 0 20px 20px;
	cursor: pointer;
	display: block;
}
.btn-product::after {
	content: "〉";
	display: inline-block;
	margin-left: 5px;
}
.site-product-menu .menu-mobile .form-search {
	/* width: 240px; */
	margin-left: 15px;
}
.site-product-menu .all-product-mobile {
	background-color: #fff;
	min-height: calc(100vh - 191px);
}
/* page home */
	.site-content {
		width: 100%;
	}
	.product-menu {
		display: none;
	}
	.site-content-product {
		width: 100%;
	}
	.all-product .featured-product .title-product {
    padding-left: 40px;
	}
	.category-product {
    padding: 20px 40px;
	}
}

@media (max-width: 900px) {

}

@media (max-width: 768px) {
	.site-content .container.bgr-tech-service {
		background: none !important;
	}
	.mobile .cd-image-container {
		background-color: transparent;
	}
	.carousel-control {
		display: none;
	}
	.home-banner {
		height: 281px;
	}
	.home-banner h2 {
		font-size: 30px;
	}
	.home-main .company .info-company {
		flex-direction: column;
    justify-content: normal;
	}
	.home-main .company .info-company .about-us {
		height: 250px;
    margin-bottom: 10px;
    width: 100%;
	}
	.home-main .company .info-company .group-info {
		margin-left: 0;
	}
	.home-main .company .info-company .group-info .core-principles {
		margin-bottom: 10px;
	}
	.home-main .company .why-choose-us {
		margin-top: 10px;
	}
	.home-main .company .why-choose-us .box-title-why-us {
		padding: 20px 0 20px 30px;
		width: 100%;
		border: 1px solid #e2e2e2;
	}
	.home-main .company .why-choose-us .list-choose {
		display: none;
	}
	/* gage*/
	section.banner {
		height: 90px;
	}
	.page-title {
		font-size: 30px;
	}
	.content-aboust-us h1, h2 {
		font-size: 26px;
	}
	div#banner {
		height: 90px;
	}
	
}

@media (max-width: 736px) {
	div.bottom-image img.mobile.alter {
	    width: 35%!important;
	}
}

@media (max-width: 667px) {
	html, body {
		letter-spacing: 0;
	}
	.product-img-info {
		justify-content: space-between;
    flex-direction: column;
    padding: 0 15px 10px 15px;
	}
	.product-img-info .product-img {
		width: 100%;
		align-items: center;
	}
	.product-img-info .product-img .list-img-product {
		width: 100%;
    justify-content: center;
    align-items: center;
	}
	.container-product {
		padding: 0 15px 30px 15px;
		flex-direction: column;
	}
	.container-product .content-product {
		width: 100%;
	}
	.container-product .product-form {
		margin-left: 0;
		max-width: 350px;
		width: 100%;
	}	
	.related-products {
		padding: 0 15px 40px 15px;
	}
	.partners {
		padding: 0 15px;
	}
	.care-area {
		margin-left: 15px;
	}
	.contact-us {
		padding: 0 15px 40px 15px;
		flex-direction: column;
		background-image: none;
	}
	.contact-us .contact-General {
		width: 100%;
	}
	.contact-us-address {
		padding: 40px 15px;
	}
	.contact-us-address .company-item {
		flex-direction: column;
	}
	.contact-us-address .company-item .address-company {
    width: 100%;
    margin-bottom: 10px;
	}
	.category-taxonomy {
		padding: 0 15px 40px 15px;
	}
	.container-category {
		padding: 20px 15px;
	}
	.container-category .item-category {
		width: calc(100% / 2 - 10px);
		padding-right: 20px;
	}
	.site-footer {
		padding-left: 15px;
	}
}

@media (max-width: 568px) {
	.carousel.desktop .carousel-inner {
	    width: 100%;
	    margin: 40px auto 10px;
	}
	.home-banner, .logos {
		padding-left: 15px;
		padding-right: 15px;
	}
	.home-main .company .info-company .about-us {
		height: 180px;
	}
	.home-main .our-products .products-item .product {
		width: 100%;
	}
	.home-main .company .info-company .group-info .csr-service {
		flex-direction: column;
	}
	.home-main .company .info-company .group-info .csr-service .box {
		width: 100%;
    margin-bottom: 10px;
	}
	.home-main .company .info-company .group-info .csr-service .box-csr {
		background-color: #FCFCFC;
	}
	.home-main .company .why-choose-us {
    margin-top: 0;
	}
	/* page */
	section.banner {
		height: 115px;
	}
	div#banner {
		height: 115px;
	}
	.page-title {
		left: 15px;
	}
	a.back-awards {
		left: 15px;
	}
	.all-product .featured-product .title-product {
		padding-left: 15px;
	}
	.all-product .featured-product .item-product {
		margin-left: 0;
    margin-right: 0;
	}
	.all-product .featured-product .item-product .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	}
	.all-product .featured-product .item-product .custom-img {
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 10px;
	}
	.item-content-product {
		width: 90%;
	} 
	.all-product .featured-product .item-product #prev {
		left: 5px;
    top: 20%;
	}
	.all-product .featured-product .item-product #next {
		right: 5px;
		top: 20%;
	}
	.category-product {
		padding: 20px 15px;
	}
	.category-product .list-product {
		flex-direction: column;
	}
	.category-product .list-product .item-product {
		width: 100%;
    padding-right: 0;

	}
	.content-aboust-us {
		margin-left: 15px;
		margin-right: 15px;
	}
	.content-why-choose-us {
		margin-left: 15px;
	}
	.container .list_why_choose_us{
		margin-left: 15px;
	}
	.container .list_why_choose_us .item-why_choose_us .title_item {
		width: 50%;
	}
	.item-testimonial {
		margin-left: 15px;
	}
	.content-technical-service {
		margin-left: 15px;
		margin-right: 15px;
	}
	.technical-service-thumb-image {
		width: 100%;
		margin-bottom: 10px;
	}
	.content-csr .post-content {
		margin-left: 15px;
	}
	.list-content-awards {
		margin-left: 15px;
		margin-right: 15px;
	}
	.list-content-awards .item {
		flex-direction: column;
		justify-content: center;
    align-items: center;
	}
	.list-content-awards .item .custom-content {
		margin-left: 0;
		width: 100%;
	}
	.list-content-awards .item .custom-img {
		margin-bottom: 10px;
	}
	.list-content-events {
		margin-left: 15px;
		margin-right: 15px;
	}
	.list-content-events .item {
		flex-direction: column;
		justify-content: center;
    align-items: center;
	}
	.list-content-events .item .custom-img {
		margin-bottom: 10px;
	}
	.list-content-events .item .custom-content {
		margin-left: 0;
		width: 100%;
	}
	.category-taxonomy {
		flex-direction: column;
	}
	.category-taxonomy .taxonomy-img {
		width: 100%;
		align-items: center;
    margin-bottom: 10px;
	}
	.site-footer {
		padding-left: 10px;
	}
	.contact-us .contact-form .btn-send {
		text-align: center;
	}
	.contact-us .contact-form .btn-send input {
		position: initial;
	}
	.container-product .product-form .btn-send {
		text-align: center;
	}
	.container-product .product-form .btn-send input {
		position: initial;
	}
}

@media (max-width: 498px) {

}

@media (max-width: 480px) {

}

@media (max-width: 466px) {

}

@media (max-width: 414px) {
	.container .list_why_choose_us .item-why_choose_us {
		flex-direction: column;
	}
	.container .list_why_choose_us .item-why_choose_us .title_item {
		width: 100%;
	}
	.contact-us .contact-form .contact-item {
		flex-direction: column;
		margin-bottom: 0;
	}
	.contact-us .contact-form .contact-item .btn-contact {
		width: 100%;
		margin-bottom: 10px;
	}
	.contact-us .contact-form .item-contact-form {
		flex-direction: column;
	}
	.contact-us .contact-form .item-contact-form .item-input {
		width: 100%;
	}
	.container-category .item-category {
		width: 100%;
		padding-right: 0;
	}
	.category-brand {
		margin-right: 0;
	}
}

@media (max-width: 391px) {

}

@media (max-width: 375px) {

}

@media (max-width: 338px) {

}

@media (max-width: 323px) {

}

@media (max-width: 320px) {
	.carousel.mobile .carousel-inner {
	    width: 93%;
	    padding-top: 95px;
	}
	.carousel.mobile .carousel-inner > .item.next.left, .carousel.mobile .carousel-inner > .item.prev.right {
		padding-top: 95px;
	}
	.carousel.desktop .carousel-inner {
	    margin: 25px auto 10px;
	}
}
.category-taxonomy .taxonomy-description{
	display: unset;
}
/*!/wp-content/plugins/categories-images/assets/css/zci-styles.css*/
/* Categories Images Frontend Styles */

/* Grid Layout */
.zci-taxonomy-list.zci-grid {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(var(--zci-columns, 3), 1fr);
    list-style: none;
    /* Remove bullets */
    padding: 0;
    margin: 0;
}

.zci-taxonomy-list.zci-grid .zci-item {
    text-align: center;
    list-style: none;
    /* Ensure no bullets on items */
    margin: 0;
}

.zci-taxonomy-list.zci-grid .zci-image {
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
    /* For hover effect */
    border-radius: 8px;
    /* Nicer corners */
}

.zci-taxonomy-list.zci-grid .zci-image img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    transition: transform 0.3s ease;
    /* Smooth hover */
}

.zci-taxonomy-list.zci-grid .zci-image img:hover {
    transform: scale(1.05);
    /* Subtle zoom effect */
}

/* Inline Layout */
.zci-taxonomy-list.zci-inline {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.zci-taxonomy-list.zci-inline .zci-item {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0;
}

/* List Layout (Default) */
.zci-taxonomy-list.zci-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.zci-taxonomy-list.zci-list .zci-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap: 10px;
}

/* Common */
.zci-term-name {
    display: block;
    font-weight: bold;
    margin-top: 5px;
    color: inherit;
    text-decoration: none;
}

.zci-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.zci-term-count {
    display: inline-block;
    background: #f0f0f1;
    border-radius: 10px;
    padding: 2px 8px;
    font-size: 0.8em;
    margin-left: 5px;
    vertical-align: middle;
}
/*!/wp-content/plugins/contact-form-7/includes/css/styles.css*/
.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 .hidden-fields-container {
	display: none;
}

.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;
}
/*!/wp-content/plugins/cookie-notice/css/front.min.css*/
#cookie-notice{position:fixed;min-width:100%;height:auto;z-index:100000;font-size:13px;letter-spacing:0;line-height:20px;left:0;text-align:center;font-weight:400;font-family:-apple-system,BlinkMacSystemFont,Arial,Roboto,"Helvetica Neue",sans-serif}#cookie-notice,#cookie-notice *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#cookie-notice.cn-animated{-webkit-animation-duration:.5s!important;animation-duration:.5s!important;-webkit-animation-fill-mode:both;animation-fill-mode:both}#cookie-notice.cn-animated.cn-effect-none{-webkit-animation-duration:1ms!important;animation-duration:1ms!important}#cookie-notice .cookie-notice-container{display:block}#cookie-notice.cookie-notice-hidden .cookie-notice-container{display:none}#cookie-notice .cookie-revoke-container{display:block}#cookie-notice.cookie-revoke-hidden .cookie-revoke-container{display:none}.cn-position-top{top:0}.cn-position-bottom{bottom:0}.cookie-notice-container{padding:15px 30px;text-align:center;width:100%;z-index:2}.cookie-revoke-container{padding:15px 30px;width:100%;z-index:1}.cn-close-icon{position:absolute;right:15px;top:50%;margin:-10px 0 0 0;width:15px;height:15px;opacity:.5;padding:10px;border:none;outline:0;background:0 0;box-shadow:none;cursor:pointer}.cn-close-icon:focus,.cn-close-icon:focus-visible{outline:2px solid currentColor;outline-offset:3px}.cn-close-icon:hover{opacity:1}.cn-close-icon:after,.cn-close-icon:before{position:absolute;content:' ';height:15px;width:2px;top:3px;background-color:grey}.cn-close-icon:before{transform:rotate(45deg)}.cn-close-icon:after{transform:rotate(-45deg)}#cookie-notice .cn-revoke-cookie{margin:0}#cookie-notice .cn-button{margin:0 0 0 10px;display:inline-block}#cookie-notice .cn-button:not(.cn-button-custom){font-family:-apple-system,BlinkMacSystemFont,Arial,Roboto,"Helvetica Neue",sans-serif;font-weight:400;font-size:13px;letter-spacing:.25px;line-height:20px;margin:0 0 0 10px;text-align:center;text-transform:none;display:inline-block;cursor:pointer;touch-action:manipulation;white-space:nowrap;outline:0;box-shadow:none;text-shadow:none;border:none;-webkit-border-radius:2rem;-moz-border-radius:2rem;border-radius:2rem;text-decoration:none;padding:8.5px 10px;line-height:1;color:inherit}.cn-text-container{margin:0 0 6px 0}.cn-buttons-container,.cn-text-container{display:inline-block}.cn-compliance-warning{display:block;color:#f5a623!important;font-size:12px;line-height:18px;margin:4px 0 8px 0}.cn-compliance-warning .cn-warning-icon{color:#f5a623!important;margin-right:4px}.cn-compliance-warning strong{color:#f5a623!important}.cn-compliance-warning a{color:#f5a623!important;text-decoration:underline}.cn-compliance-warning a:hover{color:#ffb84d!important}#cookie-notice.cookie-notice-visible.cn-effect-none,#cookie-notice.cookie-revoke-visible.cn-effect-none{-webkit-animation-name:fadeIn;animation-name:fadeIn}#cookie-notice.cn-effect-none{-webkit-animation-name:fadeOut;animation-name:fadeOut}#cookie-notice.cookie-notice-visible.cn-effect-fade,#cookie-notice.cookie-revoke-visible.cn-effect-fade{-webkit-animation-name:fadeIn;animation-name:fadeIn}#cookie-notice.cn-effect-fade{-webkit-animation-name:fadeOut;animation-name:fadeOut}#cookie-notice.cookie-notice-visible.cn-effect-slide,#cookie-notice.cookie-revoke-visible.cn-effect-slide{-webkit-animation-name:slideInUp;animation-name:slideInUp}#cookie-notice.cn-effect-slide{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}#cookie-notice.cookie-notice-visible.cn-position-top.cn-effect-slide,#cookie-notice.cookie-revoke-visible.cn-position-top.cn-effect-slide{-webkit-animation-name:slideInDown;animation-name:slideInDown}#cookie-notice.cn-position-top.cn-effect-slide{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}@-webkit-keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@-webkit-keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@media all and (max-width:900px){.cookie-notice-container #cn-notice-text{display:block}.cookie-notice-container #cn-notice-buttons{display:block}#cookie-notice .cn-button{margin:0 5px 5px 5px}}@media all and (max-width:480px){.cookie-notice-container,.cookie-revoke-container{padding:15px 25px}}
/*!/wp-content/themes/fortuna/style.css*/
/*
Theme Name: Fortuna Wordpress Theme
Theme URI: http://originally.us/
Author: OriJin
Author URI: http://originally.us/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fortuna
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

originally us is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
 font - family: sans - serif;
 - webkit - text - size - adjust: 100 %;
 - ms - text - size - adjust: 100 %;
}
body {
	margin: 0;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline - block;
 vertical - align: baseline;
}
audio: not([controls]) {
	display: none;
	height: 0;
}
[hidden], template {
	display: none;
}
a {
 background - color: transparent;
}
a: active, a: hover {
	outline: 0;
}
abbr[title] {
 border - bottom: 1 px dotted;
}
b, strong {
 font - weight: bold;
}
dfn {
 font - style: italic;
}
h1 {
 font - size: 2e m;
	margin: 0.67e m 0;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html input[type "button"], input[type "reset"], input[type "submit"] {
 -webkit - appearance: button;
 cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
button::-moz - focus - inner, input::-moz - focus - inner {
 border: 0;
 padding: 0;
}
input {
 line - height: normal;
}
input[type "checkbox"], input[type "radio"] {
 box - sizing: border - box;
 padding: 0;
}
input[type "number"]::-webkit - inner - spin - button, input[type "number"]::-webkit - outer - spin - button {
 height: auto;
}
input[type "search"] {
 -webkit - appearance: textfield;
 box - sizing: content - box;
}
input[type "search"]::-webkit - search - cancel - button, input[type "search"]::-webkit - search - decoration {
 -webkit - appearance: none;
}
fieldset {
 border: 1 px solid# c0c0c0;
	margin: 0 2 px;
	padding: 0.35e m 0.625e m 0.75e m;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
 font - weight: bold;
}
table {
 border - collapse: collapse;
 border - spacing: 0;
}
td, th {
	padding: 0;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

/* body, button, input, select, textarea {
	color: #3B4D61;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
} */
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
p {
	margin-bottom: 0;
	margin-top: 0;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
 background: # eee;
 font - family: "Courier 10 Pitch", Courier, monospace;
 font - size: 15 px;
 font - size: 0.9375 rem;
 line - height: 1.6;
 margin - bottom: 1.6e m;
 max - width: 100 %;
	overflow: auto;
	padding: 1.6e m;
}
code, kbd, tt, var {
 font - family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
 font - size: 15 px;
 font - size: 0.9375 rem;
}
abbr, acronym {
 border - bottom: 1 px dotted #666;
	cursor: help;
}
mark, ins {
 background: # fff9c0;
 text - decoration: none;
}
big {
 font - size: 125 %;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
 box - sizing: border - box;
}
*, *: before, *: after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    
    box - sizing: inherit;
}
body {
	background: #fff;/* Fallback for when there is no custom background color defined. */
}
blockquote: before, blockquote: after, q: before, q: after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
hr {
 background - color: #ccc;
	border: 0;
	height: 1 px;
 margin - bottom: 1.5e m;
}
ul, ol {
	margin: 0 0 1.5e m 3e m;
}
ul {
 list - style: disc;
}
ol {
 list - style: decimal;
}
li > ul, li > ol {
 margin - bottom: 0;
 margin - left: 1.5e m;
}
dt {
 font - weight: bold;
}
dd {
	margin: 0 1.5e m 1.5e m;
}
img {
	height: auto;
    /* Make sure images are scaled correctly. */
    
    max - width: 100 %;
/* Adhere to container width. */
}
table {
	margin: 0 0 1.5e m;
 width: 100 %;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button, input[type "button"], input[type "reset"], input[type "submit"] {
 border: 1 px solid;
 border - color: #ccc# ccc# bbb;
 border - radius: 3 px;
 background: #e6e6e6;
 box - shadow: inset 0 1 px 0 rgba(255, 255, 255, 0.5), inset 0 15 px 17 px rgba(255, 255, 255, 0.5), inset 0 - 5 px 12 px rgba(0, 0, 0, 0.05);
 color: rgba(0, 0, 0, .8);
 font - size: 12 px;
 font - size: 0.75 rem;
 line - height: 1;
 padding: .6e m 1e m .4e m;
 text - shadow: 0 1 px 0 rgba(255, 255, 255, 0.8);
}
button: hover, input[type "button"]: hover, input[type "reset"]: hover, input[type "submit"]: hover {
 border - color: #ccc# bbb# aaa;
 box - shadow: inset 0 1 px 0 rgba(255, 255, 255, 0.8), inset 0 15 px 17 px rgba(255, 255, 255, 0.8), inset 0 - 5 px 12 px rgba(0, 0, 0, 0.02);
}
button: focus, input[type "button"]: focus, input[type "reset"]: focus, input[type "submit"]: focus, button: active, input[type "button"]: active, input[type "reset"]: active, input[type "submit"]: active {
 border - color: #aaa# bbb# bbb;
 box - shadow: inset 0 - 1 px 0 rgba(255, 255, 255, 0.5), inset 0 2 px 5 px rgba(0, 0, 0, 0.15);
}
input[type "text"], input[type "email"], input[type "url"], input[type "password"], input[type "search"], input[type "number"], input[type "tel"], input[type "range"], input[type "date"], input[type "month"], input[type "week"], input[type "time"], input[type "datetime"], input[type "datetime-local"], input[type "color"], textarea {
 color: #666;
 border: 1px solid # ccc;
 border - radius: 3 px;
}
select {
 border: 1 px solid# ccc;
}
input[type "text"]: focus, input[type "email"]: focus, input[type "url"]: focus, input[type "password"]: focus, input[type "search"]: focus, input[type "number"]: focus, input[type "tel"]: focus, input[type "range"]: focus, input[type "date"]: focus, input[type "month"]: focus, input[type "week"]: focus, input[type "time"]: focus, input[type "datetime"]: focus, input[type "datetime-local"]: focus, input[type "color"]: focus, textarea: focus {
 color: #111;
}
input[type "text"], input[type "email"], input[type "url"], input[type "password"], input[type "search"], input[type "number"], input[type "tel"], input[type "range"], input[type "date"], input[type "month"], input[type "week"], input[type "time"], input[type "datetime"], input[type "datetime-local"], input[type "color"] {
 padding: 3 px;
}
textarea {
 padding - left: 3 px;
 width: 100 %;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
	color: #3B4D61;
}
a: visited {
	color: #3B4D61;
}
a:hover, a: focus, a: active {
	color: #3B4D61;
	text-decoration: underline;
}
a: focus {
	outline: none;
	color: #3B4D61;
}
a: hover, a: active {
	outline: none;
	color: #3B4D61;
}
/*--------------------------------------------------------------
## Contact
--------------------------------------------------------------*/

span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 12px;
    display: block;
    margin-top: 10px;
}

div.wpcf7-validation-errors {
    border: 2px solid red;
    margin: 0px;
    padding: 10px;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    margin: 0px;
    padding: 10px;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main - navigation {
 clear: both;
 display: block;
 float: left;
 width: 100 %;
}
.main - navigation ul {
 display: none;
 list - style: none;
 margin: 0;
 padding - left: 0;
}
.main - navigation li {
 float: left;
 position: relative;
}
.main - navigation a {
 display: block;
 text - decoration: none;
}
.main - navigation ul ul {
 box - shadow: 0 3 px 3 px rgba(0, 0, 0, 0.2);
 float: left;
 position: absolute;
 top: 1.5e m;
 left: -999e m;
 z - index: 99999;
}
.main - navigation ul ul ul {
 left: -999e m;
 top: 0;
}
.main - navigation ul ul a {
 width: 200 px;
}
.main - navigation ul ul li {
}
.main - navigation li: hover > a, .main - navigation li.focus > a {
}
.main - navigation ul ul: hover > a, .main - navigation ul ul.focus > a {
}
.main - navigation ul ul a: hover, .main - navigation ul ul a.focus {
}
.main - navigation ul li: hover > ul, .main - navigation ul li.focus > ul {
 left: auto;
}
.main - navigation ul ul li: hover > ul, .main - navigation ul ul li.focus > ul {
 left: 100 %;
}
.main - navigation.current_page_item > a, .main - navigation.current - menu - item > a, .main - navigation.current_page_ancestor > a, .main - navigation.current - menu - ancestor > a {
}
/* Small menu. */

.menu - toggle, .main - navigation.toggled ul {
 display: block;
}
@media screen and(min - width: 37.5e m) {
 .menu - toggle {
 display: none;
}
 .main - navigation ul {
 display: block;
}
}
.site - main.comment - navigation, .site - main.posts - navigation, .site - main.post - navigation {
 margin: 0 0 1.5e m;
 overflow: hidden;
}
.comment - navigation.nav - previous, .posts - navigation.nav - previous, .post - navigation.nav - previous {
 float: left;
 width: 50 %;
}
.comment - navigation.nav - next, .posts - navigation.nav - next, .post - navigation.nav - next {
 float: right;
 text - align: right;
 width: 50 %;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */

.screen - reader - text {
 clip: rect(1 px, 1 px, 1 px, 1 px);
 position: absolute!important;
 height: 1 px;
 width: 1 px;
 overflow: hidden;
}
.screen - reader - text: focus {
 background - color: #f1f1f1;
 border - radius: 3 px;
 box - shadow: 0 0 2 px 2 px 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. */
}
/* Do not show the outline on the skip link target. */

# content[tabindex "-1"]: focus {
 outline: 0;
}
/*--------------------------------------------------------------
        # Alignments
        --------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
 margin - right: 1.5e m;
}
.alignright {
	display: inline;
	float: right;
 margin - left: 1.5e m;
}
.aligncenter {
	clear: both;
	display: block;
 margin - left: auto;
 margin - right: auto;
}
/*--------------------------------------------------------------
        # Clearings
        --------------------------------------------------------------*/

.clear: before, .clear: after, .entry - content: before, .entry - content: after, .comment - content: before, .comment - content: after, .site - header: before, .site - header: after, .site - content: before, .site - content: after, .site - footer: before, .site - footer: after {
 content: "";
 display: table;
 table - layout: fixed;
}
.clear: after, .entry - content: after, .comment - content: after, .site - header: after, .site - content: after, .site - footer: after {
 clear: both;
}
/*--------------------------------------------------------------
        # Widgets
        --------------------------------------------------------------*/

.widget {
	margin: 0 0 1.5e m;
}
/* Make sure select elements fit in widgets. */

.widget select {
 max - width: 100 %;
}
/*--------------------------------------------------------------
        # Content
        --------------------------------------------------------------*/
/*--------------------------------------------------------------
        ## Posts and pages
        --------------------------------------------------------------*/

.sticky {
	display: block;
}
.hentry {
	margin: 0 0 1.5e m;
}
.byline, .updated: not(.published) {
	display: none;
}
.single.byline, .group - blog.byline {
 display: inline;
}
.page - content, .entry - content, .entry - summary {
 margin: 1.5e m 0 0;
}
.page - links {
 clear: both;
 margin: 0 0 1.5e m;
}
/*--------------------------------------------------------------
        ## Asides
        --------------------------------------------------------------*/

.blog.format - aside.entry - title, .archive.format - aside.entry - title {
 display: none;
}
/*--------------------------------------------------------------
        ## Comments
        --------------------------------------------------------------*/

.comment - content a {
 word - wrap: break -word;
}
.bypostauthor {
	display: block;
}
/*--------------------------------------------------------------
        # Infinite scroll
        --------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite - scroll.posts - navigation, /* Older / Newer Posts Navigation (always hidden) */

.infinite - scroll.neverending.site - footer {
    /* Theme Footer (when set to scrolling) */
    
    display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity - end.neverending.site - footer {
 display: block;
}
/*--------------------------------------------------------------
        # Media
        --------------------------------------------------------------*/

.page - content.wp - smiley, .entry - content.wp - smiley, .comment - content.wp - smiley {
 border: none;
 margin - bottom: 0;
 margin - top: 0;
 padding: 0;
}
/* Make sure embeds and iframes fit their containers. */

embed, iframe, object {
 max - width: 100 %;
}
/*--------------------------------------------------------------
        ## Captions
        --------------------------------------------------------------*/

.wp - caption {
 margin - bottom: 1.5e m;
 max - width: 100 %;
}
.wp - caption img[class * "wp-image-"] {
 display: block;
 margin - left: auto;
 margin - right: auto;
}
.wp - caption.wp - caption - text {
 margin: 0.8075e m 0;
}
.wp - caption - text {
 text - align: center;
}
/*--------------------------------------------------------------
        ## Galleries
        --------------------------------------------------------------*/

.gallery {
 margin - bottom: 1.5e m;
}
.gallery - item {
 display: inline - block;
 text - align: center;
 vertical - align: top;
 width: 100 %;
}
.gallery - columns - 2.gallery - item {
 max - width: 50 %;
}
.gallery - columns - 3.gallery - item {
 max - width: 33.33 %;
}
.gallery - columns - 4.gallery - item {
 max - width: 25 %;
}
.gallery - columns - 5.gallery - item {
 max - width: 20 %;
}
.gallery - columns - 6.gallery - item {
 max - width: 16.66 %;
}
.gallery - columns - 7.gallery - item {
 max - width: 14.28 %;
}
.gallery - columns - 8.gallery - item {
 max - width: 12.5 %;
}
.gallery - columns - 9.gallery - item {
 max - width: 11.11 %;
}
.gallery - caption {
 display: block;
}
/*!/wp-content/cache/asset-cleanup/css/item/first_timeline_pro__font-awesome-4-0-3__css__font-awesome-min-css-va7ef57b2e7571289771a5fa94987629befe6abf8.css*/
/*!/wp-content/plugins/first_timeline_pro/font-awesome-4.0.3/css/font-awesome.min.css*//*!
 *  Font Awesome 4.0.3 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('/wp-content/plugins/first_timeline_pro/font-awesome-4.0.3/css/../fonts/fontawesome-webfontba72.eot?v=4.0.3');src:url('/wp-content/plugins/first_timeline_pro/font-awesome-4.0.3/css/../fonts/fontawesome-webfontd41d.eot?#iefix&v=4.0.3') format('embedded-opentype'),url('/wp-content/plugins/first_timeline_pro/font-awesome-4.0.3/css/../fonts/fontawesome-webfontba72.woff?v=4.0.3') format('woff'),url('/wp-content/plugins/first_timeline_pro/font-awesome-4.0.3/css/../fonts/fontawesome-webfontba72.ttf?v=4.0.3') format('truetype'),url('/wp-content/plugins/first_timeline_pro/font-awesome-4.0.3/css/../fonts/fontawesome-webfontba72.svg?v=4.0.3#fontawesomeregular') format('svg');font-weight:normal;font-style:normal;font-display:swap;}.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.3333333333333333em;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.2857142857142858em;text-align:center}.fa-ul{padding-left:0;margin-left:2.142857142857143em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.142857142857143em;width:2.142857142857143em;top:.14285714285714285em;text-align:center}.fa-li.fa-lg{left:-1.8571428571428572em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg)}100%{-ms-transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);-webkit-transform:scale(-1,1);-moz-transform:scale(-1,1);-ms-transform:scale(-1,1);-o-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);-webkit-transform:scale(1,-1);-moz-transform:scale(1,-1);-ms-transform:scale(1,-1);-o-transform:scale(1,-1);transform:scale(1,-1)}.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-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-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{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:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.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-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-asc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-desc: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-reply-all:before{content:"\f122"}.fa-mail-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{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"}
/*!/wp-content/plugins/first_timeline_pro/css/plugins/animate.min.css*/
﻿@charset "UTF-8";/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 */.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounce{20%,53%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.050,.855,.060);animation-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.050,.855,.060);animation-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{20%,53%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.050,.855,.060);animation-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.050,.855,.060);animation-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}}@keyframes pulse{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}}@keyframes rubberBand{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}@keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}}@keyframes tada{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{from,to{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}}@keyframes wobble{from,to{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{11.1%,from,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{11.1%,from,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes bounceIn{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes bounceIn{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInDown{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInRight{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInUp{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}.flipInY,.flipOutX{-webkit-backface-visibility:visible!important}@-webkit-keyframes flipInY{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@keyframes flipOutX{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;backface-visibility:visible!important}@-webkit-keyframes flipOutY{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}@keyframes flipOutY{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{from{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}to{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{from{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}to{-webkit-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{from{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{from{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}@keyframes rotateOutDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}@keyframes rotateOutUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}@keyframes rollOut{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}@-webkit-keyframes hingeTop{0%{-webkit-transform:rotateX(-85deg);transform:rotateX(-85deg);-webkit-transform-origin:0 0;transform-origin:0 0;opacity:.3}40%{-webkit-transform:rotateX(25deg);transform:rotateX(25deg);opacity:.8}60%{-webkit-transform:rotateX(-25deg);transform:rotateX(-25deg);opacity:.9}80%{-webkit-transform:rotateX(10deg);transform:rotateX(10deg);opacity:1}100%{-webkit-transform:rotateX(0);transform:rotateX(0);-webkit-transform-origin:0 0;transform-origin:0 0}}@-moz-keyframes hingeTop{0%{-moz-transform:rotateX(-85deg);transform:rotateX(-85deg);-moz-transform-origin:0 0;transform-origin:0 0;opacity:.3}40%{-moz-transform:rotateX(25deg);transform:rotateX(25deg);opacity:.8}60%{-moz-transform:rotateX(-25deg);transform:rotateX(-25deg);opacity:.9}80%{-moz-transform:rotateX(10deg);transform:rotateX(10deg);opacity:1}100%{-moz-transform:rotateX(0);transform:rotateX(0);-moz-transform-origin:0 0;transform-origin:0 0}}@-o-keyframes hingeTop{0%{transform:rotateX(-85deg);-o-transform-origin:0 0;transform-origin:0 0;opacity:.3}40%{transform:rotateX(25deg);opacity:.8}60%{transform:rotateX(-25deg);opacity:.9}80%{transform:rotateX(10deg);opacity:1}100%{transform:rotateX(0);-o-transform-origin:0 0;transform-origin:0 0}}@keyframes hingeTop{0%{-webkit-transform:rotateX(-85deg);-moz-transform:rotateX(-85deg);transform:rotateX(-85deg);-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-o-transform-origin:0 0;transform-origin:0 0;opacity:.3}40%{-webkit-transform:rotateX(25deg);-moz-transform:rotateX(25deg);transform:rotateX(25deg);-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-o-transform-origin:0 0;transform-origin:0 0;opacity:.8}60%{-webkit-transform:rotateX(-25deg);-moz-transform:rotateX(-25deg);transform:rotateX(-25deg);-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-o-transform-origin:0 0;transform-origin:0 0;opacity:.9}80%{-webkit-transform:rotateX(10deg);-moz-transform:rotateX(10deg);transform:rotateX(10deg);-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-o-transform-origin:0 0;transform-origin:0 0;opacity:1}100%{-webkit-transform:rotateX(0);-moz-transform:rotateX(0);transform:rotateX(0);-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-o-transform-origin:0 0;transform-origin:0 0}}.hingeTop{-webkit-animation-name:hingeTop;animation-name:hingeTop}@-webkit-keyframes hingeBottom{0%{-webkit-transform:rotateX(-85deg);transform:rotateX(-85deg);-webkit-transform-origin:100% 100%;transform-origin:100% 100%;opacity:.3}40%{-webkit-transform:rotateX(25deg);transform:rotateX(25deg);opacity:.8}60%{-webkit-transform:rotateX(-25deg);transform:rotateX(-25deg);opacity:.9}80%{-webkit-transform:rotateX(10deg);transform:rotateX(10deg);opacity:1}100%{-webkit-transform:rotateX(0);transform:rotateX(0);-webkit-transform-origin:100% 100%;transform-origin:100% 100%}}@-moz-keyframes hingeBottom{0%{-moz-transform:rotateX(-85deg);transform:rotateX(-85deg);-moz-transform-origin:100% 100%;transform-origin:100% 100%;opacity:.3}40%{-moz-transform:rotateX(25deg);transform:rotateX(25deg);opacity:.8}60%{-moz-transform:rotateX(-25deg);transform:rotateX(-25deg);opacity:.9}80%{-moz-transform:rotateX(10deg);transform:rotateX(10deg);opacity:1}100%{-moz-transform:rotateX(0);transform:rotateX(0);-moz-transform-origin:100% 100%;transform-origin:100% 100%}}@-o-keyframes hingeBottom{0%{transform:rotateX(-85deg);-o-transform-origin:100% 100%;transform-origin:100% 100%;opacity:.3}40%{transform:rotateX(25deg);opacity:.8}60%{transform:rotateX(-25deg);opacity:.9}80%{transform:rotateX(10deg);opacity:1}100%{transform:rotateX(0);-o-transform-origin:100% 100%;transform-origin:100% 100%}}@keyframes hingeBottom{0%{-webkit-transform:rotateX(-85deg);-moz-transform:rotateX(-85deg);transform:rotateX(-85deg);-webkit-transform-origin:100% 100%;-moz-transform-origin:100% 100%;-o-transform-origin:100% 100%;transform-origin:100% 100%;opacity:.3}40%{-webkit-transform:rotateX(25deg);-moz-transform:rotateX(25deg);transform:rotateX(25deg);opacity:.8}60%{-webkit-transform:rotateX(-25deg);-moz-transform:rotateX(-25deg);transform:rotateX(-25deg);opacity:.9}80%{-webkit-transform:rotateX(10deg);-moz-transform:rotateX(10deg);transform:rotateX(10deg);opacity:1}100%{-webkit-transform:rotateX(0);-moz-transform:rotateX(0);transform:rotateX(0);-webkit-transform-origin:100% 100%;-moz-transform-origin:100% 100%;-o-transform-origin:100% 100%;transform-origin:100% 100%}}.hingeBottom{-webkit-animation-name:hingeBottom;animation-name:hingeBottom}@-webkit-keyframes hingeLeft{0%{-webkit-transform:rotateY(-85deg);transform:rotateY(-85deg);-webkit-transform-origin:0 100%;transform-origin:0 100%;opacity:.3}40%{-webkit-transform:rotateY(25deg);transform:rotateY(25deg);opacity:.8}60%{-webkit-transform:rotateY(-25deg);transform:rotateY(-25deg);opacity:.9}80%{-webkit-transform:rotateY(10deg);transform:rotateY(10deg);opacity:1}100%{-webkit-transform:rotateY(0);transform:rotateY(0);-webkit-transform-origin:0 100%;transform-origin:0 100%}}@-moz-keyframes hingeLeft{0%{-moz-transform:rotateY(-85deg);transform:rotateY(-85deg);-moz-transform-origin:0 100%;transform-origin:0 100%;opacity:.3}40%{-moz-transform:rotateY(25deg);transform:rotateY(25deg);opacity:.8}60%{-moz-transform:rotateY(-25deg);transform:rotateY(-25deg);opacity:.9}80%{-moz-transform:rotateY(10deg);transform:rotateY(10deg);opacity:1}100%{-moz-transform:rotateY(0);transform:rotateY(0);-moz-transform-origin:0 100%;transform-origin:0 100%}}@-o-keyframes hingeLeft{0%{transform:rotateY(-85deg);-o-transform-origin:0 100%;transform-origin:0 100%;opacity:.3}40%{transform:rotateY(25deg);opacity:.8}60%{transform:rotateY(-25deg);opacity:.9}80%{transform:rotateY(10deg);opacity:1}100%{transform:rotateY(0);-o-transform-origin:0 100%;transform-origin:0 100%}}@keyframes hingeLeft{0%{-webkit-transform:rotateY(-85deg);-moz-transform:rotateY(-85deg);transform:rotateY(-85deg);-webkit-transform-origin:0 100%;-moz-transform-origin:0 100%;-o-transform-origin:0 100%;transform-origin:0 100%;opacity:.3}40%{-webkit-transform:rotateY(25deg);-moz-transform:rotateY(25deg);transform:rotateY(25deg);opacity:.8}60%{-webkit-transform:rotateY(-25deg);-moz-transform:rotateY(-25deg);transform:rotateY(-25deg);opacity:.9}80%{-webkit-transform:rotateY(10deg);-moz-transform:rotateY(10deg);transform:rotateY(10deg);opacity:1}100%{-webkit-transform:rotateY(0);-moz-transform:rotateY(0);transform:rotateY(0);-webkit-transform-origin:0 100%;-moz-transform-origin:0 100%;-o-transform-origin:0 100%;transform-origin:0 100%}}.hingeLeft{-webkit-animation-name:hingeLeft;animation-name:hingeLeft}@-webkit-keyframes hingeRight{0%{-webkit-transform:rotateY(-85deg);transform:rotateY(-85deg);-o-transform-origin:100% 0;transform-origin:100% 0;opacity:.3}40%{-webkit-transform:rotateY(25deg);transform:rotateY(25deg);opacity:.8}60%{-webkit-transform:rotateY(-25deg);transform:rotateY(-25deg);opacity:.9}80%{-webkit-transform:rotateY(10deg);transform:rotateY(10deg);opacity:1}100%{-webkit-transform:rotateY(0);transform:rotateY(0);-o-transform-origin:100% 0;transform-origin:100% 0}}@-moz-keyframes hingeRight{0%{-moz-transform:rotateY(-85deg);transform:rotateY(-85deg);-o-transform-origin:100% 0;transform-origin:100% 0;opacity:.3}40%{-moz-transform:rotateY(25deg);transform:rotateY(25deg);opacity:.8}60%{-moz-transform:rotateY(-25deg);transform:rotateY(-25deg);opacity:.9}80%{-moz-transform:rotateY(10deg);transform:rotateY(10deg);opacity:1}100%{-moz-transform:rotateY(0);transform:rotateY(0);-o-transform-origin:100% 0;transform-origin:100% 0}}@-o-keyframes hingeRight{0%{transform:rotateY(-85deg);-o-transform-origin:100% 0;transform-origin:100% 0;opacity:.3}40%{transform:rotateY(25deg);opacity:.8}60%{transform:rotateY(-25deg);opacity:.9}80%{transform:rotateY(10deg);opacity:1}100%{transform:rotateY(0);-o-transform-origin:100% 0;transform-origin:100% 0}}@keyframes hingeRight{0%{-webkit-transform:rotateY(-85deg);-moz-transform:rotateY(-85deg);transform:rotateY(-85deg);-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-o-transform-origin:100% 0;transform-origin:100% 0;opacity:.3}40%{-webkit-transform:rotateY(25deg);-moz-transform:rotateY(25deg);transform:rotateY(25deg);opacity:.8}60%{-webkit-transform:rotateY(-25deg);-moz-transform:rotateY(-25deg);transform:rotateY(-25deg);opacity:.9}80%{-webkit-transform:rotateY(10deg);-moz-transform:rotateY(10deg);transform:rotateY(10deg);opacity:1}100%{-webkit-transform:rotateY(0);-moz-transform:rotateY(0);transform:rotateY(0);-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-o-transform-origin:100% 0;transform-origin:100% 0}}.hingeRight{-webkit-animation-name:hingeRight;animation-name:hingeRight}
/*!/wp-content/cache/asset-cleanup/css/item/first_timeline_pro__css__default-css-vb940cb465c0718a7fa5203435739ca4573ad81a2.css*/
/*!/wp-content/plugins/first_timeline_pro/css/default.css*/

/* --------------------------------

Primary style

-------------------------------- */
html * {
  /* -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; */
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

/* --------------------------------

Modules - reusable parts of our design

-------------------------------- */
.frst-container {

  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 15px;
}

.frst-container::after {

  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

/* --------------------------------

Main components

-------------------------------- */
.frst-timeline {
  position: relative;
}

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

/*.frst-date-opposite{
padding: 0;
}*/


.frst-timeline-block {
  position: relative;
  min-height: 16px;
  padding-left: 35px;
  padding-right: 35px;
}
.frst-timeline-block::before {
  content: "";
  position: absolute;
  height: 100%;
  left: 0;
  top: 35px;
}
.frst-timeline-block:last-child::before{
  display: none;
}
.frst-left-align .frst-timeline-block::before {
}

.frst-right-align .frst-timeline-block::before {
  right: 0;
  left: auto !important;
  margin-left: 0 !important;
}
.frst-timeline-block::after {
  content: "";
  display: table;
  clear: both;
}

.frst-timeline-img {
  position: absolute;
  min-width: 1px;
  min-height: 1px;
  left: 0;
  top: 0;
}
.frst-timeline-img i{
  display: block;
}

.frst-right-align .frst-timeline-img {
  margin-left: 0 !important;
  left: auto !important;
  right: 0;
}
.frst-last-empty-item .frst-timeline-img span{
  vertical-align: top;
}

.frst-timeline-content-inner {
  position: relative;
}

.frst-date {
  display: block;
}

.cssanimations .frst-timeline-content.is-hidden {
  visibility: hidden;
}

.cssanimations .frst-timeline-content.animated {
  visibility: visible;
}

.frst-labels span{
  display: inline-block;
}

.frst-labels{
  padding: 20px 0;
}
.frst-labels.frst-start-label{
  padding-top: 0 !important;
}
.frst-labels.frst-end-label{
  margin-bottom: 0  !important;
}
.turqoise{
      background: #00A79D !important;
}
.light-blue{
      background: #27AAE2 !important;
}
.blue{
      background: #1D75BD !important;
}
.violette{
      background: #2B3991 !important;
}
.dark-violette{
      background: #272264 !important;
}
/*.aqua-blue{
  background: #36ACB6 !important;
}
.red{
  background: #C84028 !important;
}
.orange{
  background: #EB8D23 !important;
}
.light-green{
  background: #C2C84A !important;
}*/





@media only screen and (min-width:679px) {
  .frst-date-opposite {
    margin-left: 190px;
  }
  .frst-left-align.frst-date-opposite {
    margin-left: 190px;
  }

  .frst-right-align.frst-date-opposite {
    margin-right: 190px;
    margin-left: 0;
    text-align: right;
  }
  .frst-date-opposite.frst-alternate{
    margin: 0;
  }


  .frst-timeline.frst-alternate.frst-left-align .frst-timeline-content,
  .frst-timeline.frst-date-opposite.frst-left-align .frst-timeline-content,
  .frst-timeline.frst-alternate.frst-right-align .frst-timeline-content,
  .frst-timeline.frst-date-opposite.frst-right-align .frst-timeline-content {
    width: 100%;
  }

  .frst-alternate .frst-timeline-block::before {
    left: 50%;
  }

  .frst-alternate .frst-timeline-img {
    left: 50% !important;
  }

  .frst-alternate .frst-timeline-block.frst-even-item .frst-timeline-content {
    float: right;
  }
  .frst-alternate .frst-timeline-block.frst-odd-item .frst-timeline-content {
    float: left;
  }

  .frst-date-opposite .frst-date {
    position: absolute;
    top: 0;
    text-align: right;
  }

  .frst-alternate .frst-timeline-block.frst-odd-item .frst-timeline-content,
  .frst-alternate.frst-date-opposite .frst-timeline-block.frst-even-item .frst-date,
  .frst-date-opposite.frst-left-align .frst-date,
  .frst-right-align {
    text-align: right;
  }

  .frst-alternate.frst-date-opposite .frst-timeline-block.frst-odd-item .frst-timeline-content .frst-date,
  .frst-date-opposite.frst-right-align .frst-date {
    text-align: left;
  }
  .frst-alternate .frst-timeline-label-block{
    text-align: center;
  }
  .frst-alternate .frst-timeline-label-block .frst-labels span{
    left: 0;
    right: 0;
  }

}

@media only screen and (max-width:678px) {
  .frst-timeline{
    margin-left: 20px;
  }
  .frst-timeline.frst-right-align,
  .frst-timeline.frst-responsive-right {
    margin-right: 20px;
    margin-left: 0;
  }
  .frst-responsive-right .frst-timeline-block::before {
    right: 0;
    left: auto !important;
    margin-left: 0 !important;
  }
  .frst-responsive-right {
    text-align: right;
  }
  .frst-responsive-right .frst-timeline-img {
    margin-left: 0 !important;
    left: auto !important;
    right: 0;
  }
  .frst-date{
    margin-bottom: 10px;
  }
}


/*facebook sonradan umumi css e elave et*/
.fb-icons {
  display: none;
}
.fb-timeline .fb-icons{
	margin-top: 10px;
	display: block;
	text-align: left;
}
.fb-timeline .fb-icons .icons-section{
	display: inline-block;
	margin-right: 15px;
	font-size: 18px;
	color: #757779;
}
/*!/wp-content/plugins/first_timeline_pro/css/jquery.bxslider.css*/
/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin-bottom: 10px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}
/** THEME
===================================*/
.bx-wrapper {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('/wp-content/plugins/first_timeline_pro/css/../images/bx_loader.gif') center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url('/wp-content/plugins/first_timeline_pro/css/../images/controls.png') no-repeat 0 -32px;
}
/* .bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
} */
.bx-wrapper .bx-next {
  right: 10px;
  background: url('/wp-content/plugins/first_timeline_pro/css/../images/controls.png') no-repeat -43px -32px;
}
/* .bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
} */
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('/wp-content/plugins/first_timeline_pro/css/../images/controls.png') -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('/wp-content/plugins/first_timeline_pro/css/../images/controls.png') -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}
/*!/wp-content/plugins/first_timeline_pro/css/frst-timeline-style-8.css*/
/*-------- Type- 01 ------*/

.frst-timeline-style-8 {
    color: #000;
}

.frst-timeline-style-8 .frst-timeline-block::before {
    width: 3px;
    background: rgba(0, 0, 0, 0);
    margin-left: -2px;
    background: rgba(12, 12, 12, 0.8);
    top: 12px;
}

.frst-timeline-style-8.frst-right-align .frst-timeline-block::before {
    margin-right: -2px;
}

.frst-timeline-block {
    padding-bottom: 30px;
    padding-left: 45px;
    padding-right: 45px;
}

.frst-timeline-style-8 .frst-timeline-img {
    padding: 0;
    margin-left: -21px;
    top: 0;
    /*--- Box shadow value --*/
    width: 42px;
    height: 42px;
    color: #fff;
    text-align: center;
    font-size: 24px;
}
.frst-timeline-style-8.frst-icon .frst-timeline-img {
	margin-left: -25px;
	top: -3px; 
	width: 50px;
	height: 50px;
}
.frst-timeline-style-8.frst-icon .frst-timeline-img span{
    height: 50px;
    width: 50px;
	line-height: 50px;
}

.frst-timeline-style-8 .frst-timeline-img span {
    display: inline-block;
    margin: auto;
    height: 50%;
    width: 50%;
    background: #202020;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    vertical-align: middle;
}

.frst-timeline-style-8 .frst-timeline-img i {
    display: inline-block;
}

.frst-timeline-style-8.frst-right-align .frst-timeline-img {
    margin-right: -21px;
}

.frst-timeline-style-8 .frst-timeline-content {
    color: #777;
    background: white;
}

.frst-timeline-style-8 .frst-date {
    color: #9c9c9c;
    top: 3px;
}
.frst-timeline-style-8.frst-icon .frst-date {
    top: 3px;
}

.frst-timeline-style-8 h2 {
    margin: 0 0 5px !important;
    font-weight: 800 !important;
    color: #444;
    font-size: 18px !important;
    padding: 0 !important;
}

.frst-date-opposite.frst-timeline-style-8 h2 {}

.frst-timeline-style-8 p {
    margin: 0;
}

.frst-timeline-style-8 .frst-timeline-label-block {
    padding-top: 0;
}

.frst-timeline-style-8 .frst-labels > span {
    position: relative;
    background: #202020;
    color: #fff;
    font-weight: 800;
    padding: 8px 30px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
        left: -85px;
}

.frst-timeline-style-8.frst-right-align .frst-labels > span {
    left: auto;
    right: -47px
}


/*--------- news-------*/

.frst-timeline-style-8 .frst-timeline-content-inner {
    border: 2px solid #d8d8d8;
    padding: 30px;
    position: relative;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.frst-timeline-style-8 .frst-timeline-content-inner .media-section {
    width: 100%;
    max-height: 350px;
    overflow: hidden;
	margin-bottom: 10px;
}

.frst-timeline-style-8 .frst-timeline-content-inner .media-section iframe {
    max-width: 100%;
}

.frst-timeline-style-8 .frst-timeline-block.frst-small-img .frst-timeline-content-inner .media-section{margin-bottom: 0; overflow: unset;}
.frst-timeline-style-8 .frst-timeline-block.frst-small-img .frst-timeline-content-inner {text-align: left;}
.frst-timeline-style-8 .frst-timeline-block.frst-small-img .frst-timeline-content-inner .media-section img {
    width: 85px;
    height: 85px;
    object-fit: cover;
    float: left;
    border-radius: 14px;
	margin-right: 7px;
}

.frst-timeline-style-8 .frst-timeline-content-inner::before, .frst-timeline-style-8 .frst-timeline-content-inner::after {
    content: "";
    border-style: solid;
    border-color: transparent;
    position: absolute;
}

.frst-timeline-style-8 .frst-timeline-content-inner::before {
    border-width: 10px 11px 10px 0;
    border-right-color: #d8d8d8;
    left: -11px;
    top: 10px;
}

.frst-timeline-style-8 .frst-timeline-content-inner::after {
    border-width: 8px 9px 8px 0;
    border-right-color: #fff;
    left: -9px;
    top: 12px;
}

.frst-timeline-style-8.frst-right-align .frst-timeline-content-inner::before {
    border-width: 10px 0 10px 11px;
    border-left-color: #d8d8d8;
    left: auto;
    right: -11px;
}

.frst-timeline-style-8.frst-right-align .frst-timeline-content-inner::after {
    border-width: 8px 0 8px 9px;
    border-left-color: #fff;
    right: -8px;
    left: auto;
}


/*---------- Responsive part ------------*/

@media only screen and (min-width:679px) {
    .frst-date-opposite {
        margin-left: 203px;
    }
    .frst-left-align.frst-date-opposite {
        margin-left: 203px;
    }
    .frst-right-align.frst-date-opposite {
        margin-right: 203px;
        margin-left: 0;
    }
    .frst-timeline-style-8.frst-alternate .frst-timeline-content, .frst-timeline-style-8.frst-date-opposite .frst-timeline-content {
        width: calc(50% - 44px);
    }
    .frst-timeline-style-8.frst-date-opposite .frst-date {
        left: -248px;
        line-height: 32px;
        width: 160px;
    }
    .frst-timeline-style-8.frst-date-opposite.frst-right-align .frst-date, .frst-timeline-style-8.frst-date-opposite.frst-alternate .frst-timeline-block.frst-odd-item .frst-date {
        right: -248px;
        left: auto;
        text-align: left;
    }
    .frst-timeline-style-8.frst-right-align .frst-date {
        left: auto;
        right: 0;
    }
    /*--------- news-------*/
    .frst-timeline-style-8.frst-alternate .frst-odd-item .frst-timeline-content-inner::before {
        border-width: 10px 0 10px 11px;
        border-left-color: #d8d8d8;
        left: auto;
        right: -11px;
    }
    .frst-timeline-style-8.frst-alternate .frst-odd-item .frst-timeline-content-inner::after {
        border-width: 8px 0 8px 9px;
        border-left-color: #fff;
        right: -8px;
        left: auto;
    }
}

@media only screen and (max-width:678px) {
    .frst-timeline-style-8.frst-responsive-right .frst-labels span {
        left: auto;
        right: -47px
    }
    .frst-timeline-style-8.frst-responsive-right .frst-timeline-block::before {
        margin-right: -2px;
    }
    .frst-timeline-style-8.frst-responsive-right .frst-timeline-img {
        margin-right: -21px;
    }
    /*--------- news-------*/
    .frst-timeline-style-8.frst-responsive-right .frst-timeline-content-inner::before {
        border-width: 10px 0 10px 11px;
        border-left-color: #d8d8d8;
        left: auto;
        right: -11px;
    }
    .frst-timeline-style-8.frst-responsive-right .frst-timeline-content-inner::after {
        border-width: 8px 0 8px 9px;
        border-left-color: #fff;
        right: -8px;
        left: auto;
    }
}


}