/*
-----------------------------------------------------------------------------------
-- GENERAL
	-- reset
	-- defaults
	-- headings
	-- buttons
-- CONTENT PAGE 	
	-- sticky menu
	-- mobile menu
	-- about us
	-- contact
	-- subscribe
	-- text section
	-- tabs carousel
	-- choose team
	-- counter
	-- blog section
	-- parallax
	-- slider
	-- slider content
	-- our large team
	-- about-us page
	-- skill-bar
	-- portfolio single item
	-- alert-boxes
	-- list type
	-- tabs
	-- accordions
	-- block quote
	-- video player
-- LAYOUT
	-- scroll top
	-- clearfix
	-- grid
	-- columns
	-- page-title
	-- dividers
	-- img float
-- PLUGINS
	-- owl carousel
	-- owl carousel nav
	-- isotop
	-- isotope four columns
	-- google map
	-- footer
-- WIDGETS
	-- widget default set
	-- widget categories
	-- widget text
	-- widget search
	-- widget calendar
	-- widget recent posts
	-- widget latest news
	-- widget contact form
	-- widget flickr
	-- widget recent comments
	-- widget follow & subscribe
	-- widget menu
-- WOOCOMMERCE
	-- shop
	-- widget filter price
	-- pagination
	-- woocommerce tags
	-- woocommerce comments
	-- product carousel
	-- shop cart
	-- message form

	
*/
@import url(http://fonts.googleapis.com/css?family=Roboto:900,500,400italic,400italic,300italic,300,700,400);
@import url(http://fonts.googleapis.com/css?family=Dancing+Script);
@import url(http://fonts.googleapis.com/css?family=Pacifico);
/**/
/* reset */
/**/
html, body {
	width: 100%;
	min-height: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html, body, iframe, header, footer, main, aside, nav, section, article, div,
h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, hr, blockquote, pre,
a, address, del, em, sub, figure, figcaption, img,
form, fieldset, legend, label, input, select, textarea, button,
table, thead, tbody, tfoot, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	background: none;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
html, body, iframe, header, footer, main, aside, nav, section, article, div,
h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, hr, blockqoute, pre, figure, figcaption, address,
form, fieldset, legend, label, input, select, textarea, button {
	display: block;
}
input, textarea{
	border-radius: 0;
	-moz-border-radius: 0;
	-mz-border-radius: 0;
	-webkit-border-radius: 0;
}
input, select, textarea, button {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-appearance: none;
}
html, body {
	-webkit-text-size-adjust: none;	
	width: 100%;
}
dl, dt, dd, ul, ol, li {
	list-style: none;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
a, button {
	cursor: pointer;	
}
i{
	font-style: normal;
}

/**/
/* defaults */
/**/
body {
	font-family: 'Roboto', sans-serif;
	color: #6d6d6d;
	font-weight: 300;
}
body, html {
	overflow-x: hidden;
}
a {
	text-decoration: none;
	color: inherit;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;
}
dt, dd, p, li {
	font-size: 15px;
	font-weight: 300;
	line-height: 27px;
}
p {
	color: #000000;
}
strong {
	color: black;
}
aside {
	margin-bottom: 30px;
}
/**/
/* headings */
/**/
h1 {
	font-size: 24px;
	font-weight: 800;
	line-height: 44px;
	color: black;
}
h2 {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
	color: #000000;
	margin-bottom: 10px;
}
h3 {
	margin-top: 15px;
	font-size: 18px;
	font-weight: 700;
	color: #000000;
}
h4 {
	font-size: 48px;
	color: black;
}
img {
	display: block;
	height: auto;
}
.page-boxed {
	max-width: 1250px;
	margin: 0 auto;
	box-shadow: 0 0 20px rgba(0,0,0,0.5);
}
@media screen and (max-width: 1200px){
	.page-boxed {
		max-width: 1000px;
	}
}
/**/
/* Buttons */
/**/
.button {
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	color: #00e7b4;
}
.button.reply:after {
	content: "\f01e";
	font-family: FontAwesome;
	margin-left: 3px;
	display: inline-block;
	color: #ff4a81;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	transition:all 0.5s;
}
.button:hover{
	color: #ff4a81;
}
.rectangle-button {
	padding: 0px 40px;
	line-height: 60px;
	background-color: #ff4a81;
	color: white;
	font-weight: 700;
	font-size: 18px;
	display: inline-block;
	position: relative;
	margin-bottom: 5px;
	cursor: pointer;
	white-space: nowrap;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;
}
.rectangle-button i {
	font-weight: 400;
	margin-left: 17px;
}
.rectangle-button.small i {
	margin-left: 12px;
	font-size: 13px;
}
.rectangle-button.medium i{
	margin-left: 15px;
	font-size: 15px;
}
.rectangle-button.mini i {
	font-size: 12px;
	margin-left: 8px;
}
.rectangle-button:hover{
	background-color: #00e7b4;
}
.rectangle-button.green{
	background-color: #00e7b4;
}
.rectangle-button.green:hover{
	background-color: #ff4a81;
}
.rectangle-button.medium{
	padding: 0px 30px;
	line-height: 50px;
	height: 50px;
}
.rectangle-button.small{
	font-size: 16px;
	padding: 0px 24px;
	line-height: 40px;
}
.rectangle-button.mini {
	font-size: 14px;
	padding: 0px 15px;
	line-height: 33px;
}
.rectangle-button.green-text{
	color: #00e7b4;
}
.rectangle-button.green-text:hover{
	color: #fff;
}
.button-outline {
	padding-right: 20px;
	padding-left: 30px;
}
.button-outline.medium {
	padding-right: 15px;
	padding-left: 19px;
}
.button-outline.small {
	padding-right: 13px;
	padding-left: 14px;
}
.button-outline.mini{
	padding-left: 8px;
	padding-right: 6px;
}
.rectangle-button.load-more{
	left: 50%;
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-bottom: 50px;
}
.grid-buttons {
	width: 16.66%;
	float: left;
}
.grid-buttons .rectangle-button {
	margin-bottom: 20px;
}
.grid-buttons .round-button{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
.round-button.small{
	font-size: 16px;
	width: 78px;
	height: 78px;
	line-height: 78px;
}
.round-button.large{
	font-size: 18px;
	width: 110px;
	height: 110px;
	line-height: 110px;
}
.round-button {
	display: block;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #ff4a81;
	text-align: center;
	color: white;
	font-weight: 700;
	transition: background-color 0.3s;
}
.round-button.green {
	background-color: #00e7b4;
}
.round-button:hover{
	background-color: #00e7b4;
}
.round-button.green:hover{
	background-color: #ff4a81;
}


/**************************************/
/*           CONTENT-PAGE            */
/************************************/

/**/
/* sticky menu */
/**/
.stick-wrapper {
	position: relative;
	background-color: white;
}
.sticky {
	position: relative;
	left: 0;
	right: 0;
	z-index: 1000;
	border-bottom: 1px solid #e5e5e5;
	box-sizing: border-box;
	background-color: rgba(255, 255, 255, 1);
	z-index: 499;
}
.sticky .grid-row{
	height: 100%;
}
.logo {
	float: left;
	margin: 5px 0;
	display: inline-block;
}
.sticky .splash {
	position: absolute;
	top: -66px;
	z-index: -1;
}
.mobile .sticky .splash {
	display: none;
}
.nav {
	float: right;
}
.nav a{
	font-weight: 400;
	color: #000000;
}
.nav a:hover{
	color: #00e7b4;
}
.nav .active {
	color: #00e7b4;
}
.nav>ul>li{
	position: relative;
	float: left;
	line-height: 68px;
}
.nav>ul>li>a{
	padding-left: 15px;
	display: block;
}
.nav>ul>li>a:after{
	content: "/";
	color: #00e7b4;	
	margin-left: 15px;
}
.nav>ul>.last>a:after{
	display: none;
}
.sticky .nav .switcher {
	display: none;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	line-height: 40px;
	background-color: #00e7b4;
	text-align: center;
}
.sticky .nav .switcher i {
	position: absolute;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	right: 0;
	padding: 0 15px;
	line-height: 40px;
	background-color: #ff4a81;
	color: black;
}
.sticky .nav .switcher.color i{
	color: white;
}
.pc .sticky .nav>ul ul {
	position: absolute;
	display: none;
	min-width: 200px;
	background-color: rgba(255,255,255,0.99);
	-webkit-box-shadow:  0px 14px 19px 0px rgba(0, 0, 0, 0.09);
	-moz-box-shadow:  0px 14px 19px 0px rgba(0, 0, 0, 0.09);
	box-shadow:  0px 14px 19px 0px rgba(0, 0, 0, 0.09);
}
.pc .sticky .nav ul ul li{
	border-bottom: 1px solid #ebebeb;
}
.pc .sticky .nav ul ul a{
	display: block;
	padding: 6px 30px;
}
.pc .sticky .nav ul ul a:hover,
.pc .sticky .nav ul ul li:hover>a{
	color: white !important;
	background-color: #00e7b4;
}
.pc .sticky .nav ul ul li:last-child{
	border-bottom: 0;
}
.pc .sticky .nav>ul>li:hover>a{
	color: #9A9A9A;
}
.pc .sticky .nav>ul li:hover>ul,
.pc .sticky .nav>ul li a:hover>ul{
	display: block;
	left: 0;
}
.pc .sticky .nav ul ul li:hover>ul{
	top: 0;
	left: 100%;
}
.pc .sticky .nav .left ul li:hover>ul{
	left: -100%;
}
.pc .sticky .nav>ul>.left:hover>ul{
	right: 0;
	left: auto;
}
/**/
/*mobile menu*/
/**/
.mobile .sticky .logo {
	left: 50%;
	float: none;
	display: block;
}
.mobile .sticky .nav>ul ul{
	position: relative;
	width: 100%;
	background-color: #e5e5e5;
	top: 0;
}
.mobile .sticky .nav {
	float: none;
	font-size: 18px;
	width: 60%;
	margin: auto;
}
.mobile .sticky .nav>ul{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 7px 12px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 7px 12px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 7px 12px 0px rgba(0, 0, 0, 0.25);
}
.mobile .sticky .nav ul {
	display: none;
	position: relative;
	top: 42px;
	background-color: white;
	overflow: hidden;
}
.mobile .sticky .nav ul li {
	float: none;
	text-align: left;
	line-height: 40px;
	border-bottom: 1px solid #e4e4e4;
}
.mobile .sticky .nav ul ul li {
	border-bottom: 1px solid white;

}
.mobile .sticky .nav ul>li>a {
	padding-left: 20px;
}
.mobile .sticky .nav ul ul>li>a {
	display: block;
	padding-left: 30px;
}
.mobile .sticky .nav ul li:last-child{
	border: 0;
}
.mobile .sticky .nav ul li a{
	font-weight: 300;
}
.mobile .sticky .nav ul li:hover{
	background-color: #00e7b4;
}
.mobile .sticky .nav:hover>a{
	color: white;
}
.mobile .sticky .nav ul li:hover>a{
	color: white !important;
}
.mobile .nav ul>li>a:after{
	display: none;	
}
.mobile .nav .has_child>i{
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
}
.mobile .nav .has_child>i:after{
	content: '\f105';
	font-family: FontAwesome;
	display: inline-block;
	color: #ff4a81;
	margin-right: 20px;
	float: right;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;
}
.mobile .nav .has_child>i.active:after{
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.nav .active-link {
	color: #9A9A9A;
}
@media screen and (max-width: 980px) {
	.nav ul>li>a:after{	
		margin-left: 5px;
	}
	.nav ul>li>a{
		padding-left: 5px;
	}
}
/**/
/* about us */
/**/
.padding-section{
	margin-top: 90px;
}

.title {
	margin-bottom: 40px;
	font-size: 54px;
	font-weight: 800;
	line-height: 45px;
	color: #e5e5e5;
}
.title .main-title {
	font-weight: 800;
	color: #000000;
}
.title .slash-icon{
	font-weight: 500;
	color: #00e7b4;
}
.title .slash-icon i{
	position: relative;
	margin: 0 2px 0 2px;
	top: -5px;
	font-size: 35px;
	line-height: 45px;
	font-weight: 300;
}
.title h5 {
	font-size: 54;
	display: inline-block;
	line-height: 0.835;
}
.content-img {
	position: relative;
}
.content-img>img{
	position: relative;
	z-index: 100;
	width: 100%;
	top: 0;
	left: 0;
}
.content-img>#splash-1{
	position: absolute;
	z-index: -1;
	width: 150%;
	left: -25%;
}
.content-img>#splash-2{
	position: absolute;
	width: 100%;
	z-index: -2;
	top: 60%;
	left: 20%;
}
dt {
	margin-top: 20px;
	color: #000000;
}
dt:before{
	margin-right: 6px;
	content: "/";
	color: #00e7b4;
}
dd{
	margin-left: 12px;
	margin-top: 20px;
	color: #8d8d8d;
}
/**/
/* Contact */
/**/
.contact {
	position: relative;
}
.grid-contact {
	width: 25%;
	float: left;
	box-sizing: border-box;
	padding: 0 10px 0 0;
}
.contact-content {
	margin-left: 40px;
}
.kind-contact {
	color: black;
	font-size: 15px;
	font-weight: 800;
}
.grid-contact>i,
.contact-page .contacts>div>i {
	position: absolute;
	margin-top: 5px;
	padding: 0 2px;
	font-size: 30px;
	color: #00e7b4;
}
.grid-contact p,
.contact-page .contacts div p {
	line-height: 20px;
	word-wrap: break-word;
}
.float-left {
	float: left;
}
.contact-round {
	margin-bottom: 4px;
	width: 46px;
	height: 46px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #e5e5e5;
	position: relative;
	display: inline-block;
	margin-left: 2px;
	margin-right: 2px;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;
}
.contact-round.small{
	width: 26px;
	height: 26px;
	margin-top: 5px;
}
.blog-page .follow-subscribe-icon{
	float: right;
	margin-bottom: 25px
}
.follow-subscribe-icon div{
	float: left;
	margin-left: 5px;
}
.follow-subscribe-icon div span{
	padding: 3px 10px;
	border: 1px solid #ebebeb;
	margin-right: 3px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-top: 8px;
	font-size: 12px;
	display: inline-block;
	float: left;
}
.contact-round.small i{
	font-size: 12px;
}
.contact-round.small:before{
	content: "";
	width: 7px;
	height: 7px;
	left: -3px;
	top: 50%;
	display: block;
	position: absolute;
	z-index: -1;
	background-color: inherit;
	-ms-transform: translateY(-50%) rotate(-45deg);
	-webkit-transform: translateY(-50%) rotate(-45deg);
	-moz-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
}
.contact-round:hover>span{
	background-color: #ff4a81;
}
.contact-content .contact-round {
	bottom: 5px;
}
.contact-round i {
	display: block;
	position: relative;
	top: 50%;
	color: #ffffff;
	font-size: 22px;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.contact-round .fa-facebook{
	-webkit-transform: translateY(-40%);
	-moz-transform: translateY(-40%);
	-ms-transform: translateY(-40%);
	transform: translateY(-40%); 
}
.contact-round:hover{
	background-color: #ff4a81;
}
@media screen and (max-width: 1200px) {
	.grid-contact {
		width: 33.3%;
		padding: 0 10px 10px 0;
	}
}
@media screen and (max-width: 767px) {
	.grid-contact {
		width: 49.97%;
		padding: 0 10px 10px 0;
	}
}


/**/
/* subscribe */
/**/
.woocommerce .content {
	overflow: hidden;
}
.subscribe {
	padding: 44px 0 44px 0;
	width: 100%;
	position: absolute;
	z-index: 3;
	background-color: rgba(100, 105, 105, 105);
	bottom: 0px;
	-webkit-box-shadow: 0px 3px 1px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 3px 1px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 1px 0px rgba(0, 0, 0, 0.1);
}
.subscribe .them-mask {
	opacity: 0.4;
}
.portfolio-columns .subscribe,
.team .subscribe,
.page-about .subscribe,
.portfolio-single-item .subscribe,
.woocommerce .subscribe,
.blog-page .subscribe,
.blog.full-width .subscribe,
.blog.with-sidebar .subscribe{
	position: relative;
}
.subscribe-header {
	font-size: 54px;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 50px;
	color: white;
	float: left;
}
.subscribe form {
	float: right;
}
.subscribe form>*{
	height: 50px;
}
.subscribe form input {
	margin-right: 10px;
	float: left;
	padding: 0 20px 0 20px;
	width: 540px;
	font-size: 14px;
	font-weight: 300;
	background-color: white;
}
.subscribe .button-send {
	float: left;
	padding: 0 20px 0 20px;
	color: #00e7b4;
	font-size: 18px;
	font-weight: 800;
	background-color: #ff4a81;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition: all 0.3s;
}
.subscribe .button-send:hover{
	color: white;
}
.subscribe span {
	padding-top: 10px;
	color: #000000;
	float: right;
	font-size: 16px;
	font-weight: 300;
}
@media screen and (max-width: 1200px) {
	.subscribe form input {
		width: 340px;
	}
}
@media screen and (max-width: 980px) {
	.grid-buttons {
		width: 25%;
	}
}
@media screen and (max-width: 767px) {
	.subscribe form input {
		width: calc(100% - 92px);
	}
	.grid-buttons {
		width: 50%;
	}
	.subscribe-header {
		float: none;
		padding-bottom: 10px;
	}
	.subscribe form {
		float: none;
	}
}
@media screen and (max-width: 479px) {
	.grid-buttons {
		width: 100%;
	}
	
}

/**/
/* text-section */
/**/
.text-section .grid-row {
	padding: 70px 0;
	text-align: center;
}
.parallax-content-first {
	width: 40%;
	margin: 0 auto;
}
.parallax-content-first img{
	width: 100%;
}
.them-mask {
	background-image: url(../images/dotted.png);
	background-repeat: repeat;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute !important;
	z-index: 0;
}
.subscribe .them-mask {
	z-index: -1;
}
/**/
/* tabs carousel */
/**/
.our-team .grid-col-6:first-child{
	position: relative;
	z-index: 2;
}
.our-team {
	margin-bottom: 120px;
}
#tabs-carousel {
	
}
.team-item {
	position: relative;
	z-index: 1;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	text-align: center;
}
/*.team .large-team .grid-col:nth-child(4n+5) {
	clear: left;
}*/
.team .team-item:after{
	content: "";
	display: block;
	margin: 20px auto;
	border-top: 1px solid #00e7b4;
	width: 40px;
}
.team-item>p{
	font-size: 14px;
	color: #00e7b4;
	font-weight: 400;
	line-height: 17px;
}
/**/
/* choose team */
/**/
.border-img {
	border: 1px solid #e5e5e5;
	width: 100%;
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;
	padding-bottom: 100%;
	position: relative;
	background-color: white;
}
.large-team .border-img:before{
	content: '';
	background-image: url(../img/splash-5.png);
	background-size: 100%;
	position: absolute;
	bottom: -4%;
	height: 70%;
	left: -14%;
	width: 120%;
	background-repeat: no-repeat;
	opacity: 0;
	z-index: -1;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.large-team .border-img.animate:before{
	opacity: 1;
}
.border-img .window-tabs {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	-webkit-border-radius: 999em;
	-moz-border-radius: 999em;
	border-radius: 999em;
	margin: 10px;
	z-index: 10;
}
.border-img .window-tabs img{
	width: 100%;
	height: auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.border-img #splash-3 {
	position: absolute;
	z-index: -1;
	left: 46%;
	bottom: -10%;
	width: 130%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.overflow-block {
	position: absolute;
	z-index: 5;
	top: -10px;
	bottom: -10px;
	left: -10px;
	right: -10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.7);
	opacity: 0;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;
}
.team-item .overflow-block {
	background-color: rgba(0, 231, 180, 0.9);
}
.large-team .team-item .overflow-block:after,
.large-team .team-item .overflow-block:before {
	display: none;
}
.overflow-block:hover{
	opacity: 1;
}
.choose-team>div {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    z-index: 2;
}
.choose-team a.active {
    color: black;
    cursor: default;
    font-weight: bold;
    text-decoration: none;
}
.choose-team div.none{
	z-index: 3;
}
.choose-team div.active {
    z-index: 4;
    top: -1px;
	bottom: -1px;
	left: -1px;
	right: -1px;
	animation: animationFrames linear 1s;
	animation-iteration-count: 1;
	transform-origin: 50% 50%;
	-webkit-animation: animationFrames linear 1s;
	-webkit-animation-iteration-count: 1;
	-webkit-transform-origin: 50% 50%;
	-moz-animation: animationFrames linear 1s;
	-moz-animation-iteration-count: 1;
	-moz-transform-origin: 50% 50%;
	-o-animation: animationFrames linear 1s;
	-o-animation-iteration-count: 1;
	-o-transform-origin: 50% 50%;
	-ms-animation: animationFrames linear 1s;
	-ms-animation-iteration-count: 1;
	-ms-transform-origin: 50% 50%;
}
@keyframes animationFrames{
  0% {
    opacity:0.3;
    transform:  scaleX(1.00) scaleY(1.00) ;
  }
  25% {
    opacity:0.6;
    transform:  scaleX(0.8) scaleY(0.8) ;
  }
  50% {
    opacity:1;
    transform:  scaleX(1) scaleY(1) ;
  }
  100% {
    opacity:1;
  }
}

@-moz-keyframes animationFrames{
  0% {
    opacity:0.3;
    -moz-transform:  scaleX(1.00) scaleY(1.00) ;
  }
  25% {
    opacity:0.6;
    -moz-transform:  scaleX(0.8) scaleY(0.8) ;
  }
  50% {
    opacity:1;
    -moz-transform:  scaleX(1) scaleY(1) ;
  }
  100% {
    opacity:1;
   
  }
}

@-webkit-keyframes animationFrames {
  0% {
    opacity:0.1;
    -webkit-transform:  scaleX(1.00) scaleY(1.00) ;
  }
  25% {
    opacity:0.3;
    -webkit-transform:  scaleX(0.8) scaleY(0.8) ;
  }
  50% {
    opacity:0.8;
    -webkit-transform:  scaleX(1) scaleY(1) ;
  }
  100% {
    opacity:1;
    
  }
}

@-o-keyframes animationFrames {
  0% {
    opacity:0.3;
    -o-transform:  scaleX(1.00) scaleY(1.00) ;
  }
  25% {
    opacity:0.6;
    -o-transform:  scaleX(0.8) scaleY(0.8) ;
  }
  50% {
    opacity:1;
    -o-transform:  scaleX(1) scaleY(1) ;
  }
  100% {
    opacity:1;
   
  }
}

@-ms-keyframes animationFrames {
  0% {
    opacity:0.3;
    -ms-transform:  scaleX(1.00) scaleY(1.00) ;
  }
  25% {
    opacity:0.6;
    -ms-transform:  scaleX(0.8) scaleY(0.8) ;
  }
  50% {
    opacity:1;
    -ms-transform:  scaleX(1) scaleY(1) ;
  }
  100% {
    opacity:1;
    
  }
}
.big-window-tab .inform-item,
.large-team .inform-item {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 65%;
	text-align: center;
	color: black;
}
.big-window-tab .inform-item .item-name{
	font-size: 30px;
	font-weight: 100;
	border-bottom: 1px solid #00e7b4;
	text-transform: uppercase;
	padding: 0 20px;
	display: inline-block;
	
}
.big-window-tab .inform-item .item-name p{
	font-size: 18px;
	line-height: 18px;
	padding-bottom: 32px;
	font-weight: 100;
	color: black;
	text-transform: lowercase;
}
.big-window-tab .inform-item>p{
	color: black;
	padding: 30px 0;
}

.big-window-tab .inform-item .circle,
.large-team .inform-item .circle {
	display: inline-block;
	margin-top: 0;
	margin-right: 2px;
	margin-left: 2px;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;
}
.circle>a{
	width: 48px;
	line-height: 48px;
	text-align: center;
	display: inline-block;
}
.large-team .circle {
	background-color: white;
}
.circle:hover{
	background-color: #ff4a81;
}
@media screen and (max-width: 980px) {
	.big-window-tab .inform-item {
		width: 90%;
	}
	.big-window-tab .inform-item>p {
		padding: 15px 0;
	}
	.big-window-tab .inform-item .item-name p {
		padding-bottom: 15px;
	}
}
/**/
/* counter-section */
/**/
.parallax-content-second {
	padding: 100px 0;
}
.counter-block {
	position: relative;
	color: #ffffff;
}

.counter-block:after{
	position: absolute;
	right: -30px;
	top: 0;
	border-left: 1px solid #ffffff;
	height: 100%;
	content: "";
	-ms-transform: rotate(21deg);
	-webkit-transform: rotate(21deg);
	-moz-transform: rotate(21deg);
	transform: rotate(21deg);
}
.last:after{
	display: none;
}
.counter-block .counter{
	font-size: 84px;
	font-weight: 300;
	line-height: 70px;
}
.counter-block i{
	font-size: 44px;
	padding-bottom: 10px;
}
.counter-block .counter-name{
	font-size: 24px;  
	font-weight: 100;
}
@media screen and (max-width: 980px) {
	.counter-block:after{
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.parallax-content-second .grid-col-3{
		width: 50%;
		float: left;
	}
	.counter-block:after{
		display: none;
	}
	.parallax-content-second {
		padding: 0;
	}
}
@media screen and (max-width: 767px) {
	.big-window-tab .inform-item {
		width: 90%;
	}
}
/**/
/* blog section */
/**/
.position {
	position: relative;
}
.bottom { 
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
	margin-bottom: 40px;
}
.years,
.slash {
	display: inline-block;
	font-size: 54px;
	color: #e5e5e5;
	line-height: 0.68;
}
.years {
	font-weight: 700;
	
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;
}
.slash {
	font-weight: 100;
}
.years:hover{
	font-size: 180px;
	color: #00e7b4;
}
.blog-content {
	margin-top: 50px;
}
.blog .item {
	position: relative;
	margin-bottom: 100px;
}
.blog .media-block {
	position: relative;
	z-index: 2;
	width: -webkit-calc(50% - 15px);
	width: -moz-calc(50% - 15px);
	width: calc(50% - 15px);
}
.left-block {
	float: left;
	margin-right: 30px;
}
.right-block {
	float: right;
	margin-left: 30px;
}
.blog .media-block .video {
	padding-bottom: 60%;
}
.blog .media-block img{
	width: 100%;
}
.blog .media-block #splash-4 {
	position: absolute;
	top: -24%;
	width: 100%;
	z-index: -1;
	left: -15%;
}
.blog .media-block iframe {
	position: absolute;
	width: 100%;
	height: 100%;
}
.blog h2 {
	padding-top: 30px;
}
.blog .item .post-info {
	position: relative;
	overflow: hidden;
	margin-top: 20px;
	border-top: 1px solid #e5e5e5;
}
.blog .item .button {
	position: relative;
	z-index: 1;
	float: right;
}
.post-info span {
	white-space: nowrap;
	margin-right: 15px; 
	font-size: 12px;
	color: black;
	line-height: 40px;
}
.post-info span i {
	color: #00e7b4;
}
.blog .item .date-round {
	position: absolute;
	left: 50%;
	width: 90px;
	height: 90px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #989193;
	z-index: 5;
	-ms-transform: translate(-50%,-70%);
	-webkit-transform: translate(-50%,-70%);
	-moz-transform: translate(-50%,-70%);
	transform: translate(-50%,-70%);
}
.blog .date-round {
	position: relative;
	text-align: center;
	color: #ffffff;
}
.blog .date-round .date-mounth {
	position: relative;
	font-weight: 100;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
.blog .date-round span {
	font-size: 37px;
	line-height: 30px;
	
}
.blog .date-round p {
	font-size: 22px;
	color: white;
	line-height: 20px;
}
.music audio{
	position: absolute;
	z-index: 20;
	bottom: 0px;
	display: block;
	width: 100%;
	box-sizing:border-box;
}
.blog.full-width .media-block,
.blog.with-sidebar .media-block{
	width: 100%;
}
.blog.full-width .media-block.splash:before,
.blog.with-sidebar .media-block.splash:before{
	content: "";
	background-image: url(../img/splash-6.png);
	width: 114%;
	height: 131%;
	background-size: 100%;
	position: absolute;
	top: -16%;
	left: -7%;
	z-index: -1;
	background-repeat: no-repeat;
	opacity: 1;
	-moz-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.blog.full-width .media-block.splash:before{
	top: -10%;
}
.blog.full-width .media-block.animate:before,
.blog.with-sidebar .media-block.animate:before{
	opacity: 1;
}
.blog.full-width .item .post-info,
.blog.with-sidebar .item .post-info{
	border-bottom: 1px solid #ebebeb;
	padding: 10px 0;
}
.blog.full-width .item h3,
.blog.with-sidebar .item h3{
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
}
.blog.full-width .item .date,
.blog.with-sidebar .item .date{
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	color: #ff4a81;
	margin-top: 15px;
}
.blog.full-width .item blockquote,
.blog.with-sidebar .item blockquote{
	margin-top: 15px;
}
.blog.full-width .item .content>p,
.blog.with-sidebar .item .content>p{
	margin-bottom: 20px;
}
.blog.full-width .item,
.blog.with-sidebar .item{
	margin-bottom: 50px;
}
audio::-webkit-media-controls-enclosure, video::-webkit-media-controls-enclosure{
	max-width: 100%;
}
@media screen and (max-width: 1200px) {
	.years:hover{
		font-size: 120px;
		color: #00e7b4;
	}
}
@media screen and (max-width: 980px) {
	.years:hover{
		font-size: 54px;
		color: #00e7b4;
	}
}
@media screen and (max-width: 767px) {
	.blog-head {
		padding-bottom: 20px;
	}
}
/**/
/* parallax */
/**/
.innovation {
	background-color: rgba(0,231,180,0.7);
	padding: 100px 0 100px 0;
}
.background-color {
	background-color: rgba(0,231,180,0.8);
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute !important;
}
.background-color.style-2 {
	background-color: rgba(70, 70, 70, 0.8) !important;
	opacity: 0.5;
}
.innovation-header {
	position: relative;
	font-size: 54px;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 0.87;
	color: white;
	float: left;
}
.slash-line {
	position: absolute;
	left: 60px;
	top: 0;
	bottom: 0;
	-ms-transform: rotate(22deg);
	-webkit-transform: rotate(22deg);
	-moz-transform: rotate(22deg);
	transform: rotate(22deg);
}
.slash-line:before{
	top: -35px;
	height: 30px;
	position: absolute;
	border-right: 2px solid white;
	content: "";
}
.slash-line:after{
	bottom: -37px;
	height: 30px;
	position: absolute;
	border-right: 2px solid white;
	content: "";
}
.innovation .item-innovation p {
	color: white;
	font-weight: 400;
}
.innovation .item-innovation i {
	margin-right: 15px;
	float: left;
	color: white;
	font-size: 48px;
	line-height: 60px;
}
.title-innovation {
	display: table-cell;
	vertical-align: middle;
}
.table {
	display: table;
}
@media screen and (max-width: 767px) {
	.table {
		display: block;
	}
	.title-innovation {
		padding-bottom: 30px;
	}
}

/* slider */
.page-boxed .tp-banner-container {
    width: 100% !important;
    left: 0 !important;
}
.tp-leftarrow,
.tp-rightarrow{
	background: transparent !important;
}

.tp-leftarrow.tparrows:before,
.tp-rightarrow.tparrows:before{
	font-size: 0;
	content: "";
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	left: 10px;
	transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
.tp-rightarrow.tparrows:before{
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	left: auto;
	right: 10px;
}
.cws-Fullscreen-slider{
	overflow: hidden;
	position: relative;
}
.cws-Fullscreen-slider .sl-container{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 3;
}
.cws-Fullscreen-slider .slide{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	-webkit-transform:translate3d(0,0,0);
	-moz-transform:translate3d(0,0,0);
	-ms-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
}
.cws-Fullscreen-slider .sl-bg-container,
.cws-Fullscreen-slider .sl-bg-container>div{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
}
.cws-Fullscreen-slider .sl-bg-container>div:not(.them-mask){
	-webkit-transform:translatez(0);
	-moz-transform:translatez(0);
	-ms-transform:translatez(0);
	transform:translatez(0);
}
.cws-Fullscreen-slider .sl-bg-container>.previ,
.cws-Fullscreen-slider .sl-bg-container>.active{
	background-size: cover;
	background-position: 50% 50%;
}
.cws-Fullscreen-slider .sl-bg-container .slesh-bg{
	z-index: 2;
	background-image: url(../img/slider-slash-bg.html);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.cws-Fullscreen-slider .slide .sl-bg{
	opacity: 0;
}
.cws-Fullscreen-slider .slide .sl-content{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transform:translate3d(0,0,0);
	-webkit-transform:translate3d(0,0,0);
	-moz-transform:translate3d(0,0,0);
	-ms-transform:translate3d(0,0,0);
}
.sl-controll{
	position: absolute;
	top: 50%;
	width: 100%;
	left: 0;
	color: #fff;
	z-index: 10;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
}
.sl-controll>div{
	display: inline-block;
	opacity: 0.6;
	cursor: pointer;
	transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
}
.sl-controll>div:hover{
	opacity: 1;
}
.sl-controll .next,
.sl-controll .prev {
	position: absolute;
	z-index: 1;
	top: 0;
	width: 70px;
	height: 70px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: rgba(0,0,0,0.1);
	border: 1px solid white;
	text-align: center;
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.sl-controll .next>i,
.sl-controll .prev>i {
	font-size: 19px;
	color: #ebebeb;
	text-align: center;
	line-height: 70px;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
.sl-controll .next{
	float: right;
	margin-right: 20px;
	right: 0;
}
.sl-controll .prev{
	margin-left: 20px;
	left: 0;
}
.sl-content .social {
	position: relative;
	top: 20px;
	display: table;
	margin: 0 auto;
	text-align: center;
}
.sl-content .social .social-icon {
	display: inline-block;
	width: 42px;
	height: 42px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: rgba(255,255,255,0.6);
	-webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:    0px 0px 9px 0px rgba(0, 0, 0, 0.1);
	box-shadow:         0px 0px 9px 0px rgba(0, 0, 0, 0.1);
	margin: 2px;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;
}
.sl-content .social .social-icon i{
	font-size: 14px;
	line-height: 42px;
	color: #ff4a81;
}
.sl-content .social .social-icon:hover{
	background-color: #00e7b4;
}
.scroll-down-button {
	position: absolute;
	left: 50%;
	text-align: center;
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 120px;
	z-index: 50;
	cursor: pointer;
	text-align: center;
	width:30px;
}
.scroll-down-button img {
	display: block !important;
	top: 0;
	left: 0;
}
.sl-button {
	position: absolute;
	z-index: 100;
	text-align: center;
	border: 1px solid #ffffff;
	color: #ffffff;
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: 100;
	line-height: 20px;
	padding: 15px 46px;
	left: 50%;
	transform: translateX(-50%);
	bottom: 230px;
}
.scroll-down-button .down-button {
	z-index: 2;
	position: relative;
}
@-webkit-keyframes animationButtonN{
  0% {
    transform:  scaleX(1.2) scaleY(1.2) ;
    transition: all 0.5s;
  }
  25% {
    transform:  scaleX(0.90) scaleY(0.90) ;
    transition: all 0.5s;
  }
  50% {
    transform:  scaleX(1.2) scaleY(1.2) ;
    transition: all 0.5s;
  }
  75% {
    transform:  scaleX(0.90) scaleY(0.90) ;
    transition: all 0.5s;
  }
  100% {
    transform:  scaleX(1.2) scaleY(1.2) ;
    transition: all 0.5s;
  }
}
.scroll-down-button .fa-angle-down {
	-webkit-animation: animationButto ease-in-out 0.9s;
	-webkit-animation-iteration-count: infinite;
	-webkit-transform-origin: 50% 50%;
	bottom: -22px;
	position: absolute;
	display: block;
	width: 100%;
	color: #ffffff;
	font-size: 46px;
}
@-webkit-keyframes animationButto{
  0% {
    transform:  translateY(30%);
  }
  50% {
    transform:  translateY(0%);
  }
  100% {
    transform:  translateY(30%);
  }
}
.scroll-down-button .waves-button {
	z-index: 1;
	position: absolute;
	transition: all 0.3s;
}
.scroll-down-button .waves-button{
	-webkit-animation: animationButtonN linear 2s;
	-webkit-animation-iteration-count: infinite;
	-webkit-transform-origin: 50% 50%;
	transition: all 0.5s;
}
.scroll-down-button:hover .waves-button{
	-webkit-animation-play-state:paused;
}
@-webkit-keyframes animationButton{
  0% {
    transform:  scaleX(1.00) scaleY(1.00) ;
  }
  25% {
    transform:  scaleX(0.8) scaleY(0.8) ;
  }
  50% {
    transform:  scaleX(1) scaleY(1) ;
  }
  100% {
    opacity:1;
    transform:  scaleX(1) scaleY(1) ;
  }
}
.scroll-down {
	width: 86px;
	height: 86px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #00e7b4;
	position: absolute;
	left: 50%;
	text-align: center;
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 100px;
	z-index: 50;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.3);
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;
}
.mobile .scroll-down {
	bottom: 20px;
}
.scroll-down:after{
	position: absolute;
	top: 50%;
	left: 50%;
	content: "";
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 65px;
	height: 65px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: rgb(223,223,223); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(223,223,223,1) 0%, rgba(203,203,203,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(223,223,223,1)), color-stop(100%,rgba(203,203,203,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(223,223,223,1) 0%,rgba(203,203,203,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(223,223,223,1) 0%,rgba(203,203,203,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(223,223,223,1) 0%,rgba(203,203,203,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(223,223,223,1) 0%,rgba(203,203,203,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfdfdf', endColorstr='#cbcbcb',GradientType=0 ); /* IE6-9 */
;
	-webkit-box-shadow: inset 0px 2px 1px rgba(255, 255, 255, 0.5);
	-moz-box-shadow: inset 0px 2px 1px rgba(255, 255, 255, 0.5);
	box-shadow: inset 0px 2px 1px rgba(255, 255, 255, 0.5);
	z-index: -1;
}
.scroll-down:hover{
	background-color: #02ca9e;
}
.scroll-down div{
	width: 100%;
	position: absolute;
	margin-top: 5px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.scroll-down div span{
	font-size: 14px;
	line-height: 14px;
	font-weight: 100;
}
.scroll-down div i{
	font-size: 30px;
	line-height: 20px;
	color: #00e7b4;
	text-shadow: 0 2px rgba(255, 255, 255, 0.3);
}
/**/
/* slider content */
/**/
.sl-text-content {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.tp-banner img {
	display: none;
}
.sl-text-content p,
.tp-banner p{
	text-align: center;
	font-size: 45px;
	font-weight: 700;
	color: #f1f1f1;
	position: relative;
	z-index: 2;
}

.sl-text-content .sl-title,
.sl-title{
	font-family: Pacifico;
	font-size: 100px;
	color: #f1f1f1;
	text-align: center;
	font-weight: 100;
	line-height: 1.2;
}
.sl-line {
	width: 80px;
	border-top: 1px solid #ffffff;
	margin: 20px auto 10px auto;
}
.cws-Fullscreen-slider .slide.active .cws-animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.sl-title {
	position: relative;
	z-index: 3;
	opacity: 0;
	transform: matrix(2, 0, 0, 1, 0, -351);
}
.matrix {
	opacity: 1 !important;
	transform: matrix(1, 0, 0, 1, 0, 0) !important;
}
/**/
/* parallaxed */
/**/
.parallaxed {
	position: relative;
	overflow: hidden;
}
.parallaxed>*{
	position: relative;
}
.parallaxed>*:not(.parallax-image):not(.them-mask){
	z-index: 1;
}
.parallax-image{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
}
.parallax-image img{
	width: auto;
	z-index: -2;
}
.parallaxed>*:not(.them-mask):not(.parallax-image){
	z-index: 1;
}
.parallaxed .grid-row{
	z-index: 2 !important;
}
/**/
/*our large team*/
/**/
.large-team {
	overflow: hidden;
	margin-top: -1px;
}
.large-team .inform-item {
	width: 100%;
}
.large-team .team-item {
	margin: 46px 25px 0 25px;
}
.large-team .grid-col-row {
	margin-top: -46px;
}
.large-team .grid-col {
	margin-bottom: 40px;
	margin-left: 0;
	padding-left: 30px;
	text-align: center;
}
.team-item h2 {
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 0;
	font-weight: 400;
}
.large-team .team-item h2{
	margin-top: 10px;
}
.fun-facts {
	padding: 40px 0 40px 0;
}
.team .counter-block {
	text-align: center;
	color: white;
}
.team .counter-block .counter-name {
	color: black;
}
@media screen and (max-width: 1200px) { /* laptop */
	.large-team .grid-col {
		padding-left: 20px;
	}
}
@media screen and (max-width: 980px) { /* pad */
	.large-team .grid-col {
		padding-left: 18px;
	}
	.large-team .team-item {
		margin: 46px 0px 0 0px;
	}
}
@media screen and (max-width: 767px) { /* phone */
	.scroll-down-button {
		bottom: 40px;
	}
	.large-team .grid-col {
		padding-left: 0;
	}
	.large-team .team-item {
		margin: 46px 25px 0 25px;
	}
	.sl-text-content .sl-title{
		font-size: 160em;
	}
	.sl-text-content p {
		font-size: 35em;
		line-height: 1.2;
	}

}
@media screen and (max-width: 479px){
	.sl-text-content {
		width: 100%;
	}
	.sl-text-content img{
		width: 60%;
		margin: auto;
	}
	.large-team .team-item {
		margin: 46px 70px 0 70px;
	}
}
/**/
/*about-us page*/
/**/
.client-icon {
	margin-right: 15px;
	float: left;
	width: 90px;
}
.client-icon .border-img {
	background-color: white;
}
.client-item {
	text-align: left;
	margin-bottom: 20px;
}
.client-item:last-child{
	margin-bottom: 0;
}
.client-item h3 {
	color: #00e7b4;
}
.client-item h3 span {
	color: white;
}
.client-item p{
	font-weight: 400;
	color: white;
}
.client-icon .border-img .window-tabs{
	margin: 6px;
}
.client-icon .border-img .window-tabs .overflow-block {
	right: -6px;
	bottom: -6px;
	top: -6px;
	left: -6px;
}
.page-about .innovation .carousel-nav {
	text-align: right;
}

.fullwidth-img img{
	width: 100%;
}
.little-about {
	margin-bottom: 70px;
	text-align: center;
}
.little-about>div{
	position: relative;
}
.little-about img {
	width: 100%;
}
.margin-top {
	margin-top: 30px;
}
.page-about .why-choose {
	padding-bottom: 90px;
}
.about-us hr {
	margin-bottom: 0;
}
/**/
/* skill-bar */
/**/
.skill-bar {
	color: black;
}
.skill-bar li{
	padding-bottom: 30px;
}
.skill-bar .bar{
	display: block;
	height: 11px;
	background-color: #e5e5e5;
}
.skill-bar .bar span{
	display: block;
	width: 0;
	height: 100%;
	background-color: #ff4a81
}
.skill-bar .name {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 30px;
	padding-bottom: 5px;
}
.skill-bar .name .skill-bar-perc {
	float: right;
	font-weight: 800;
}
/**/
/*portfolio-single-item*/
/**/
.portfolio-single-item .title {
	margin-bottom: 20px;
	display: inline-block;
}
.portfolio-single-item b {
	color: black;
}
.right-button{
	float: right;
}
#pf-single-carousel div img {
	width: 100%;
}
.project-details {
	text-align: center;
}
.project-details .contact-round {
	margin-top: 10px;
}
.project-details .circle {
	margin-top: 0;
}
.detail-title {
	text-transform: uppercase;
	color: #00e7b4;
	font-size: 27px;
	font-weight: 800;
}
.kind-details {
	margin-top: 10px;
	font-size: 15px;
	color: black;
	font-weight: 800;
}
.pf-single-carousel {
	position: relative;
	margin-top: 40px;
	margin-bottom: 40px
}
.shortcodes .pf-single-carousel {
	margin-bottom: 30px;
}
#project-carousel .project-item {
	margin-left: 30px;
	position: relative;
}
#project-carousel .project-item img {
	width: 100%;
}
.related-projects {
	border-top: 1px solid #ebebeb;
	margin-top: 40px;
	padding-top: 40px;
	overflow: hidden;
}
.related-projects .carousel-nav {
	margin-top: 35px;
	margin-bottom: 60px;
}
#gallery-three-items img {
	width: 100%;
}
#gallery-three-items .gallery-item{
	margin-left: 30px;
}
.container-gallery {
	 overflow: hidden;
}
@media screen and (max-width: 1200px) { /* laptop */
	#project-carousel .project-item,
	#gallery-three-items .gallery-item {
	margin-left: 20px;
	}
}
@media screen and (max-width: 980px) { /* pad */
	#project-carousel .project-item,
	#gallery-three-items .gallery-item {
	margin-left: 18px;
	}
}
@media screen and (max-width: 767px) { /* phone */
	#project-carousel .project-item,
	#gallery-three-items .gallery-item {
		margin-left: 0px;
		padding: 0 5px;
	}
}
/**/
/* alert-boxes */
/**/
.info-boxes{
	line-height: 1.2;
	position: relative;
	font-size: 14px;
	display: block;
	padding: 7px 50px;
	margin-bottom: 10px;
	color: white;
}
.info-boxes strong{
	color: white;
	font-size: 18px;
}
.info-boxes .close-button{
	display: inline-block;
	line-height: 1;
	position: absolute;
	top: 12px;
	right: 12px;
	font-size: 28px;
	opacity: 0.5;
	cursor: pointer;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.info-boxes .close-button:hover{
 	opacity: 1;
}
.info-boxes.confirmation-message{
	background-color: #01d08e;
}
.info-boxes.error-message{
	background-color: #d4547b;
}
.info-boxes.warning-message{
	background-color: #ff7200;
}
.info-boxes.info-message{
	background-color: #00a0d5;
}
.info-boxes .close-button{
	 opacity: 0.5;
	 cursor: pointer;
	 transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.info-boxes .info-box-icon {
	background-color: black;
	opacity: 0.35;
	text-align: center;
	width: 32px;
	height: 32px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	left: 12px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.info-boxes .info-box-icon i {
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.info-boxes.confirmation-message .info-box-icon i{
	color: #01d08e;
}
.info-boxes.warning-message .info-box-icon i{
	color: #ff7200;
}
.info-boxes.info-message .info-box-icon i{
	color: #00a0d5;
}
.info-boxes.error-message .info-box-icon i{
	color: #d4547b;
}
.composer .error-message .message p{
	color: white;
}
.composer .error-message,
.composer .confirmation-message{
	display: none;
}
.contact-form-errors,
.contact-form-confirm {
	display: none;
	background-color: #ff4a81;
	padding: 15px;
	margin-bottom: 10px;
}
.contact-form-confirm {
	background-color: #01d08e;
}
.contact-form-errors .message,
.contact-form-confirm .message,
.contact-form-errors strong,
.contact-form-confirm strong {
	color: #ffffff;
}
.contact-form-errors .message div {
	font-weight: 700;
}
.contact-form-errors p,
#feedback-form-errors .message p {
	color: #ffffff;
	display: inline;
	 word-wrap: break-word;
}
.contact-form-errors p:before,
#feedback-form-errors .message p:before{
	content: ", ";
	display: inline;
}
.contact-form-errors p:first-child:before,
#feedback-form-errors .message p:first-child:before{
	display: none;
}
input.error,
textarea.error {
	border: 1px solid red !important;
}
/**/
/* list type */
/**/
.list-type li{
	position: relative;
	padding-left: 24px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.list-type.list-type-round li:before,
.list-type.list-type-splash li:before,
.list-type.list-type-angle li:before{
	position: absolute;
	left: 7px;
	text-align: center;
}
.list-type.list-type-round li:before{
	left: 7px;
	content: "\f111";
	font-size: 10px;
	-webkit-transform: translateY(5%);
	-moz-transform: translateY(5%);
	-ms-transform: translateY(-5%);
	transform: translateY(5%);
	font-family: FontAwesome;
	color: #ff4a81;
}
.list-type.list-type-splash li i{
	position: absolute;
	left: 1px;
	top: 13px;
	width: 15px;
	height: 15px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #00e7b4;
}
.list-type.list-type-splash li i:before,
.list-type.list-type-splash li i:after{
	position: absolute;
	content: "\f111";
	font-family: FontAwesome;
	font-size: 7px;
	color: #00e7b4;
}
.list-type.list-type-splash li i:before{
	left: 9px;
	top: 1px;
}
.list-type.list-type-splash li i:after{
	top: -16px;
	left: 11px;
}
.list-type.list-type-angle li:before{
	left: 10px;
	content: "\f105";
	font-size: 18px;
	font-weight: 800;
	font-family: FontAwesome;
	color: #00e7b4;
}
/**/
/* tabs */
/**/
.tabs {
	display: table;
}
.tabs .block-tabs-btn {
	display: table-cell;
}
.tabs .tabs-keeper {
	display: table-cell;
	background-color: #f3f2f2;
	padding: 0 3px 15px 30px;
	line-height: 27px;
}
.tabs-btn {
	width: 70px;
	height: 70px;
	color: white;
	background-color: #00e7b4;
	text-align: center;
	cursor: pointer;
	-webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-ms-transition:all 0.4s;
	transition:all 0.4s;
}

.tabs-btn i {
	line-height: 70px;
	
}
.tabs-btn.active{
	background-color: #f3f2f2;
	color: #ff4a81;
}
.tabs .container-tabs:not(.active){
	display: none;
}
/**/
/* accordions */
/**/
.accordions,
.toggles {
	border-bottom: 1px solid #ebebeb;
}
.accordions .content,
.toggles .content{
	display: none;
}
.accordions .content-title,
.toggles .content-title{
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	border-top: 1px solid #ebebeb;
	padding-bottom: 15px;
	padding-top: 15px;
	padding-left: 25px;
	position: relative;
	cursor: pointer;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;
}
.accordions  .content-title:after,
.toggles  .content-title:after{
	content: "\f067";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 16px;
	left: 1px;
	width: 20px;
	height: 20px;
	background-color: #E85151;
	line-height: 21px;
	text-align: center;
	color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.accordions .content-title.active:after,
.toggles .content-title.active:after{
	content: "\f068";
}
.accordions .content-title.active,
.toggles .content-title.active{
	color: #656767;
}
.accordions .content-title:hover,
.toggles .content-title:hover{
	color: #656767;
}
.accordions .content{
	line-height: 22px;
	padding: 15px 10px 15px 25px;
	background-color: #7D7D7D;
	color: #fff;
}
.toggles .content{
	line-height: 22px;
	padding: 15px 25px;
	background-color: #00e7b4;
	color: #fff;
}


A:link {text-decoration: none; font-weight:bold; color: black;}
A:visited {text-decoration: none; font-weight:bold;color: black;}
A:active {text-decoration: none; font-weight:bold; color: black;}
A:hover {font-size:24; font-weight:bold; color: #4E4D4E;}


/**/
/*block quote*/
/**/
blockquote {
	padding: 30px;
	background-color: #00e7b4;
	padding-bottom: 60px;
}
blockquote h3 {
	color: #fff;
	margin: 0;
	text-transform: uppercase;
}
blockquote p {
	color: black;
}
blockquote p:before,
blockquote p:after{
	font-size: 50px;
	font-weight: 700;
	line-height: 0px;
	position: relative;
	top: 25px;
	color: white;
}
blockquote p:before{
	content: '\201c';
	margin-right: 5px;
}
blockquote p:after{
 	content: '\201d';
 	margin-left: 5px; 
}
blockquote .quote-author {
	font-weight: 700;
	color: #fff;
	font-style: italic;
	float: right;
}
blockquote.blog-quote {
	padding-bottom: 20px;
	padding-top: 0;
	background: transparent;
}
blockquote.blog-quote h2:before {
	content: '\201c';
	margin-right: 5px;
	font-size: 70px;
	font-weight: 700;
	position: absolute;
	left: -29px;
	top: 15px;
	color: #00e7b4;
}
blockquote.blog-quote p {
	color: #6d6d6d;
}
blockquote.blog-quote h2 {
	position: relative;
}
blockquote.blog-quote p:before,
blockquote.blog-quote p:after{
	display: none;
}
blockquote.blog-quote .quote-author {
	color: black;
	font-weight: 300;
}
/**/
/* video player */
/**/
.video-player {
	position: relative;
	widows: 100%;
	padding-top: 59%;
	margin-bottom: 30px;
}
.video-player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/*----------------------------------------------*/
/*                    LAYOUT                    */
/*----------------------------------------------*/
/**/

/* scroll top */
/**/
.scroll-top {
	position: fixed;
	z-index: 900;
	right: 10px;
	bottom: 140px;
	display: none;
	width: 60px;
	height: 60px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #8d8d8d;
	font-size: 40px;
	text-align: center;
	color: #00e7b4;
	transition: background 0.3s, color 0.3s;
	-ms-transition: background 0.3s, color 0.3s;
	-moz-transition: background 0.3s, color 0.3s;
	-webkit-transition: background 0.3s, color 0.3s;
}
.scroll-top i{
	line-height: 57px;
}
.scroll-top:hover {
	background: #3f3f3f;
	color: #c1c0b4;
}
/**/
/* clearfix */
/**/
.clear:after{
	content: '';
	display: table;
	clear: both;
}

/**/
/* grid */
/**/
.grid-row,
.container {
	width: 1170px;
	margin: 0 auto;
}
.grid-col {
	float: left;
	margin-left: 30px;
}
.grid-col-row {
	margin-left: -30px;
}
.grid-col-3 {
	width: 270px;
}
.grid-col-4 {
	width: 370px;
}
.grid-col-6 {
	width: 570px;
}
.grid-col-8 {
	width: 770px;
}
.grid-col-9 {
	width: 870px;
}
.grid-half{
	width: 50%;
}
@media screen and (max-width: 1200px) { /* laptop */
	.grid-row,
	.container {
		width: 940px;
	}
	.grid-col {
		margin-left: 20px;
	}
	.grid-col-row {
		margin-left: -20px;
	}
	.grid-col-3 {
		width: 220px;
	}
	.grid-col-4 {
		width: 300px;
	}
	.grid-col-6 {
		width: 460px;
	}
	.grid-col-8 {
		width: 620px;
	}
	.grid-col-9 {
		width: 700px;
	}
	.innovation-header {
		font-size: 40px;
	}
}
@media screen and (max-width: 980px) { /* pad */
	.grid-row,
	.container{
		width: 738px;
	}
	.grid-col {
		margin-left: 18px;
	}
	.grid-col-row {
		margin-left: -18px;
	}
	.grid-col-3 {
		width: 171px;
	}
	.grid-col-4 {
		width: 234px;
	}
	.grid-col-6 {
		width: 360px;
	}
	.grid-col-8 {
		width: 486px;
	}
	.grid-col-9 {
		width: 549px;
	}
	.innovation-header {
		font-size: 34px;
	}
}
@media screen and (max-width: 767px) { /* phone */
	.grid-row,
	.container{
		width: auto;
		margin: 0 20px;
	}
	.grid-col-row {
		margin-left: -10px;
    	margin-right: -10px;
	}
	
	.grid-col.grid-col-3.alt {
		float: left;
		width: calc(50% - 20px);
		margin-left: 10px;
		margin-right: 10px;
		margin: 20px 10px 20px 10px;
	}
	.grid-col,.grid-col.grid-col-3.sidebar {
		float: none;
		width: 100%;
		margin: 0 0 40px 0;
	}
	.grid-col-row .grid-col {
		width: calc(100% - 20px);
		margin-left: 10px;
		margin-right: 10px;
	}
	.grid-col.grid-col-4,
	.grid-col.grid-col-6,
	.grid-col.grid-col-3{
		float: left;
		width: calc(50% - 20px);
		margin-right: 10px;
		margin-left: 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	section.grid-col.grid-col-4 {
		margin-bottom: 0;
	}
	.grid-col.grid-col-4:nth-child(2n+1),
	.grid-col.grid-col-6:nth-child(2n+1),
	.grid-col.grid-col-3:nth-child(2n+1){
		clear: left;
	}
	.sidebar + .grid-col.grid-col-6 {
		float: none;
		width: 100%;
		margin: 0 0 40px 0;
	}
	.grid-col.col-sd-12 {
		width: calc(100% - 20px);
		float: none;
	}

	/**/

	.grid-row,
	.container{
		width: auto;
		margin: 0 20px;
	}
	.grid-col {
		float: none;
		width: 100%;
	}
	.grid-col:last-child {
		margin-bottom: 0;
	}
	.title {
		font-size: 34px;
		line-height: 35px;
	}
	.title .slash-icon i{
		top: 0;
	}
	.scroll-top{
		bottom: 10px;
	}
}
@media screen and (max-width: 479px){
	
	.grid-col.grid-col-4,
	.grid-col.grid-col-6,
	.grid-col.grid-col-3 {
		float: none;
		width: 100%;
		margin: 0 0 40px 0;
	}
	.grid-col-row {
		margin-left: 0;
		margin-right: 0;
	}
	/**/

	.grid-col-row {
		margin-left: 0;
	}
	.portfolio-hover .portfolio-info {
		width: 100%;
		margin: 0;
	}
	.subscribe-header {
		font-size: 34px;
		line-height: 30px;
	}
	.grid-contact {
		width: 100%;
	}
	.title h5 {
		font-size: 50px;
		line-height: 45px;
	}
	.innovation-header {
		font-size: 34px;
		line-height: 30px;
	}
	.blog .media-block {
		width: 100%;
		float: none;
		margin: 0;
	}
	.years, .slash {
		font-size: 30px;
		line-height: 0.68;
	}
	.portfolio .portfolio-filter .all-iso-item {
		float: none;
		font-size: 92px;
	}
	.counter-block .counter {
		font-size: 64px;
		line-height: 60px;
	}
	footer .social .contact-round {
		margin-top: 5px;
	}
	.big-window-tab .inform-item .item-name p {
		padding-bottom: 10px;
	}
	.big-window-tab .inform-item>p{
		padding: 5px 0;
		line-height: 1.4;
		display: none;
	}
	.big-window-tab .inform-item .item-name{
		border: 0;
	}
	.years:hover {
		font-size: 30px;
		color: #00e7b4;
	}
}
/**/
/* COLUMNS */
/**/
.columns-row {
	margin: 0 -15px;
}
.columns-row:after {
	content: '';
	display: table;
	clear: both;
}
.columns-col {
	float: left;
	padding: 0 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.columns-col-2 {
	width: 16.66%;
}
.columns-col-3 {
	width: 25%;
}
.columns-col-4 {
	width: 33.33%;
}
.columns-col-6 {
	width: 50%;
}
.columns-col-8 {
	width: 66.66%;
}
.columns-col-9 {
	width: 75%;
}
.columns-col-12 {
	width: 100%;
}
@media screen and (max-width: 980px) { /* pad */
	.columns-col {
		float: none;
		width: 100%;
	}
	.columns-col + .columns-col {
		margin-top: 30px;
	}
}
/**/
/*page title*/
/**/
.top-bg {
	position: relative;
	width: 100%;
	margin-bottom: 70px;
	text-align: center;
	background-image: url(../images/background-img.png);
	background-size: cover;
	background-position: 50% 50%;
}
.top-bg img {
	display: none;
	left: 50%;
	position: relative;
	height: 100%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}
.top-bg img.splash-top {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	height: 150%;

}
.page-title{
	position: relative;
	z-index: 2;
	display: none;
	width: 100%;
	padding: 28px 0;
	text-align: center;
	font-size: 40px;
	font-weight: 700;
	color: #f7f4f0;
	text-transform: uppercase;
	top: 30%;
/*	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);*/
}
@media screen and (min-width: 2500px) {
	.top-bg img:first-child{
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.page-title {
		padding: 15px 0;
	}
}
/**/
/* shortcodes */
/**/
.shortcodes h4 {
	text-align: center;
	font-weight: 800;
	margin-top: 40px;
	margin-bottom: 20px;
}
/**/
/* dividers */
/**/
hr {
	clear: both;
	height: 1px;
	background-color: #ebebeb;
	margin-bottom: 20px;
	margin-top: 20px;
}
hr.divider-green{
	background-color: #00e7b4;
}
hr.divider-big{
	height: 5px;
}
/**/
/* img float */
/**/
.img-float-left {
	margin-right: 30px;
	float: left;
}
.img-float img {
	padding-bottom: 10px;
	padding-top: 10px;
	width: 100%;
}
.img-float-right {
	float: right;
}


/*----------------------------------------------*/
/*                   PLUGINS                    */
/*----------------------------------------------*/

.bannercontainer {
		width:100%;
		position:relative;
		padding:0;
}

/**/
/* owl carousel */
/**/
.item-example {
	text-align: center;
	margin-bottom: 50px;
}

.line {
	margin: 0 auto;
	margin-top: 15px;
	width: 40px;
	height: 1px;
	background-color: #00e7b4;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;
}
.item-example:hover .circle,
.item-example:hover .line{
	background-color: #ff4a81;
}

.item-example p {
	margin-top: 10px;
}
.large-team .circle i {
	color: #00e7b4;
}
.circle {
	position: relative;
	width: 48px;
	height: 48px;
	margin: auto;
	margin-top: 50px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #00e7b4;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;
}
.rectangle {
	position: relative;
	margin: auto;
	margin-top: 50px;
	text-align: center;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;
}
.rectangle i {
	font-size: 44px;
	line-height: 80px;
	color: #868A89;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;
}
.item-example:hover i {
	color: #07A2BD;
}
.circle>*{
	width: 48px;
	line-height: 48px;
}
.circle i {
	line-height: 48px;
	font-size: 22px;
	color: white;
}
/**/
/* owl carousel nav */
/**/
.carousel-nav {
	position: relative;
	width: 100%;
	text-align: center;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
.carousel-button .prev,
.carousel-button .next{
	width: 31px;
	height: 31px;
	margin: 5px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #ebebeb;
	position: relative;
	display: inline-block;
	background-color: white;
	cursor: pointer;
	z-index: 1
}
.carousel-button .prev>i,
.carousel-button .next>i{
	font-size: 12px;
	color: #ebebeb;
	line-height: 33px;;
	padding-left: 2px;
}
.carousel-button .prev>i{
	padding-left: 0;
	padding-right: 1px;
}
.carousel-button .next:hover>i,
.carousel-button .prev:hover>i{
	color: #00e7b4;
}
.carousel-button .next:hover,
.carousel-button .prev:hover{
	border: 1px solid #00e7b4;
}

.carousel-line {
	width: 100%;
	position: absolute;
	bottom: 50%;
	border-top: 1px solid #ebebeb;
}
#client-carousel .owl-pagination,
#client-carousel .owl-dots {
	text-align: center;
}
#client-carousel .owl-page,
#client-carousel .owl-dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 3px;
	background-color: #ffffff;
	border-radius: 50%;
	border: 1px solid #e5e5e5;
}
#client-carousel .owl-page.active,
#client-carousel .owl-dot.active {
	background-color: #ff4a81;
}
/**/
/* isotop */
/**/

.portfolio .portfolio-filter .all-iso-item {
	float: right;
	font-size: 122px;
	line-height: 90px;
	font-weight: 800;
	color: #e5e5e5;
}
.portfolio .portfolio-filter .active {
	color: #00e7b4;
}
.portfolio .portfolio-filter .title{
	display: inline-block;
	margin-bottom: 40px;
}
.portfolio .portfolio-filter .title a{
	margin-right: 20px;
	position: relative;
	display: inline-block;
}
.portfolio .portfolio-filter a:hover{
	color: #00e7b4;
}
.portfolio .portfolio-filter .title a:after{
	position: absolute;
	right: -15px;
	top: 0;
	border-left: 1px solid #dfdfdf;
	height: 100%;
	content: "";
	-ms-transform: rotate(21deg);
	-webkit-transform: rotate(21deg);
	-moz-transform: rotate(21deg);
	transform: rotate(21deg);
}
.portfolio .portfolio-filter .title a:last-child:after{
	display: none;
}
.portfolio .portfolio-filter .title a:first-child:after{
	display: none;
}
.isotope {
	width: 100%;
}
.isotope:after {
	content: '';
	display: block;
	clear: both;
}
.portfolio-columns .isotope .item {
	margin-left: 30px;
	margin-bottom: 30px;
}
.portfolio-columns.two .isotope .item {
	width: calc(50% - 30px);
}

.portfolio-columns.three .isotope .item {
	width: calc(33.33% - 30px);
}
.main-page .isotope .item {
	float: left;
	width: 19.97%;
	background: #0D8;
	position: relative;
	box-sizing: border-box;
 }
 .main-page .isotope .item,
 .isotope .item {
 	overflow: hidden;
 	transition-property: transform;
	-o-transition-property: -o-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-webkit-transition-property: -webkit-transform, opacity;
	transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	-webkit-transition-duration: 0.6s;
 }
.portfolio-hover {
	z-index: 2;
	text-align: center;
 	position: absolute;
 	background-color: rgba(0, 0, 0, 0.6);
 	top: 0;
 	left: 0;
 	bottom: 0;
 	right: 0;
 	opacity: 0;
 	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s; 	
 }
.portfolio-hover:hover{
	opacity: 1;
}
.portfolio-hover .portfolio-social .contact-round{
	background-color: white;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;
}
.portfolio-hover .portfolio-social .contact-round:hover{
	background-color: #ff4a81;
}
.portfolio-hover .portfolio-social .contact-round i{
	color: #00e7b4;
}
.portfolio-hover .portfolio-info{
	position: absolute;
	width: 80%;
	top: 50%;
	margin-left: 10%;
	margin-right: 10%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.portfolio-hover .portfolio-info .portfolio-title {
	color: white;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 300;
	padding-top: 10px;
	padding-bottom: 10px;
}
.portfolio-hover .portfolio-info .portfolio-description {
	color: #ffffff;
	font-size: 14px;
	font-weight: 300;
}
.item.isotope-item:hover>img {
	transform: scale(1.3,1.3);
	-webkit-transition-timing-function: ease;
	z-index: 1;
	-webkit-transition-duration: 7950ms;
}
.isotope img {
	width: 100%;
	-webkit-transition-timing-function: ease-out;
	z-index: 1;
	-webkit-transition-duration: 650ms;
}
.button-portfolio {
	display: inline-block;
	font-size: 12px;
	font-family: Raleway;
	color: #ffffff;
	font-weight: 300;
	text-transform: uppercase;
	padding: 8px 20px;
	line-height: 13px;
	margin: 10px;
	border: 1px solid #ffffff;
	border-radius: 5px;
}
.portfolio-divider{
	margin: 0 auto 10px auto;
	width: 0px;
	height: 1px;
	background: #ffffff;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.portfolio-hover:hover .portfolio-divider{
	width: 40px;
}
.portfolio-hover:hover .portfolio-divider.lol{
	width: 70px;
}
/**/
/* testimonials */
/**/
.parallax-content-third {
	text-align: center;
}
.testimonial-title {
	font-size: 30px;
	line-height: 1.5;
	font-weight: 600;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 20px;
}
.testimonial-separator {
	display: inline-block;
	width: 50px;
	height: 1px;
	background-color: #ffffff;
	margin: 0 0 17px 0;
}
.testimonial-text {
	color: #ffffff;
	font-size: 30px;
	line-height: 1.5;
	font-family: Dancing Script;
	font-weight: 400;
}
.testimonial-author {
	color: #ffffff;
	margin: 20px 0 10px 0;
}
section#innovation:after,
section.text-section.parallaxed:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000000;
	opacity: 0.6;
}
#innovation .owl-pagination {
	margin-top: 40px;
}
/**/
/* portfolio four columns */
/**/
.portfolio-columns.four .portfolio-info{
	margin: 0;
	width: 100%;
}
.portfolio-columns.four .portfolio-title {
	font-size: 15px;
}
.portfolio-columns.four .isotope .item {
	width: calc(25% - 30px);
}
@media screen and (max-width: 1200px) {
	.portfolio-hover .portfolio-info .portfolio-title {
		line-height: 22px;
	}
	.main-page .isotope .item {
		width: 24.97%;
	}
	.portfolio-columns.four .isotope .item {
		width: calc(33.33% - 20px);
	}
	.portfolio-columns .isotope .item {
		margin-left: 20px;
		margin-bottom: 20px;
	}
}
 @media screen and (max-width: 980px) {
	.main-page .isotope .item {
		width: 33.3%;
	}
	.portfolio-columns.four .isotope .item,
	.portfolio-columns.three .isotope .item {
		width: calc(50% - 20px);
	}
	.portfolio-columns .isotope .item {
		margin-left: 18px;
		margin-bottom: 18px;
	}
}
@media screen and (max-width: 767px) {
	.main-page .isotope .item {
		width: 49.97%;
	}
	.portfolio-columns.four .isotope .item,
	.portfolio-columns.three .isotope .item {
		width: calc(50% - 22px);
	}
	.portfolio-columns .isotope .item {
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 479px){
	.portfolio-columns.four .isotope .item,
	.portfolio-columns.three .isotope .item,
	.portfolio-columns.two .isotope .item {
		width: 100%;
	}
	.portfolio-columns .isotope .item {
		margin-left: 0px;
		margin-bottom: 10px;
	}
}
/**/
/* color switcher */
/**/
#colorSelector,
#colorSelector2{
	width: 124px;
	height: 28px;
	background-color: #00e7b4;
	z-index: 100;
	border-radius: 2px;
	margin-left: 20px;
	margin-right: 20px;
}
#colorSelector2 {
	background-color: #ff4a81;
	margin-top: 10px;
}
.color-version{
	padding-top: 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid #999999;
}
.color-panel p{
	text-transform: uppercase;
	font-size: 13px;
	color: #fff;
	padding: 13px 20px;
}
.colorpicker{
	position: fixed!important;
	top: 80px!important;
	left: 10px!important;
	z-index: 1000;
}
#settingMenu{
	margin-left: -165px;
	position: fixed;
	top: 115px;
	left: 0;
	z-index: 1000;
	-o-transition: all 0.7s;
	-ms-transition:  all 0.7s;
	-moz-transition:  all 0.7s;
	-webkit-transition:  all 0.7s;
}
.slideOn{
	margin-left: -2px!important; 
}
.boxed-button,
.widescreen-button{
	background-color: #000000;
}
.them-button{
	display: block;
	width: 124px;
	height: 28px;
	z-index: 100;
	border-radius: 2px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}


.boxed-button span,
.widescreen-button span{
	display: inline-block;
	line-height: 2;
	padding-left: 8px;
	font-size: 13px;
	color:  #ffffff;
}
.widescreen-button{
	background-color: #000000;
	margin: 0 20px 35px 20px;
}
.boxed-button.active span,
.widescreen-button.active span{
	color: #000000;
}
.boxed-button.active,
.widescreen-button.active{
	color: #000000;
 	background-color:#ffffff;
}

.color-panel{
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 3px;
	display: inline-block;
	margin-right: 1px;
}

/**
/* google map */
/**/
.map{
	margin-top: 40px;
	padding: 0;
}
#map {
	height: 750px;
	box-sizing: border-box;
}
.infobox-wrapper{
	position: absolute;
	left: -10000px;
}
#infobox {
	display: inline-block;
    font-family:PT Sans, sans-serif;
    font-size:14px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
#infobox:before {
	content: "";
	opacity: 0.85;
	width: 0;
	height: 0;
	border-bottom: 9px solid;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	position: absolute;
	top: -9px;\
	left: -webkit-calc(50% - 9px);
	left: -moz-calc(50% - 9px);
	left: calc(50% - 9px);
}
#infobox .bg-half-transperent{
	opacity: 0.85;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}
#infobox i{
	font-size: 16px;
	width: 30px;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
}
#infobox ul{
	position: relative;
	padding: 10px 30px 25px;
	color: #fff;
	font-size: 14px;
	opacity: 1 !important;
	z-index: 0;
}
#infobox ul li{
	vertical-align: middle;
	padding-bottom: 5px;
}
@media screen and (max-width: 479px){
	#infobox ul{
		padding: 5px;
		font-size: 12px;
	}
}
/**/
/* footer */
/**/
footer {
	position: relative;
	padding: 8px 0 5px 0;
	border-top: 1px solid #e5e5e5;
}
.footer {
	width: 100%;
	display: table;
}
footer .footer-logo img {
	position: relative;
	margin: 0 auto;
}
footer .footer-logo {
	display: table-cell;
	vertical-align: middle;
}
footer .social {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}
.footer #copyright {
	display: table-cell;
	font-size: 14px;
	font-weight: 300;
	color: #6d6d6d;
	vertical-align: middle;
}
.footer #copyright span{
	font-weight: 800;
	color: #00e7b4;
}
.footer #copyright span:before{
	content:" \00a9 ";
}
@media screen and (max-width: 980px) {
	footer .social {
		text-align: center;
	}
}
@media screen and (max-width: 767px) {
	.footer #copyright {
		display: block;
	}
	footer .footer-logo {
		display: block;
	}
	footer .social {
		text-align: center;
	}
}


/**************************************/
/*              WIDGET               */
/************************************/

/**/
/* widget default set */
/**/
.widgets {
	margin-bottom: 140px;
}
.widget p {
	line-height: 22px;
}
/**/
/* widget categories*/
/**/
#categories ul li,
#meta ul li,
#archives ul li {
	line-height: 30px;
	color: black;
}
#categories ul li a,
#meta ul li a,
#archives ul li a {
	color: #6d6d6d;
}
#categories ul li a:hover,
#meta ul li a:hover,
#archives ul li a:hover{
	color: #00e7b4;
}
#categories ul li:before,
#meta ul li:before,
#archives ul li:before{
	content: "\f111";
	font-family: FontAwesome;
	color: #00e7b4;
	margin: 0 10px;
}
/**/
/* widget text */
/**/
#text .textwidget,
#text-4 .textwidget {
	position: relative;
	padding-bottom: 10px;
}
#text-4 .textwidget iframe {
	width: 100%;
	height: 100%;
}
/**/
/*widget latest twitters*/
/**/
.widget-twitter .tweet_even {
	margin-bottom: 30px;
	word-wrap: break-word;
}
.widget-twitter span.tweet_time {
	color: #00e7b4;
	font-weight: 700;
}
.widget-twitter .tweet_even .pic {
	float: left;
	font-size: 30px;
	width: 56px;
	height: 56px;
	border: 1px solid #00e7b4;
	margin-top: 5px;
	border-radius: 50%;
	text-align: center;
	line-height: 56px;
	color: #00e7b4;
}
.widget-twitter .tweet_even>p {
	margin-left: 70px;
}
.widget-twitter .tweet_even>p>a {
	color: #ff4a81;
	font-weight: 400;
}
.widget-twitter .tweet_even .tweet_text a{
	font-style: italic;
	text-decoration: underline;
	color: black;
}
.widget-twitter .tweet_even .tweet_text a:hover{
	text-decoration: none;
}

/**/
/* widget search */
/**/
#search {
	padding-bottom: 20px;
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}
#search form {
	position: relative;
}
#search form:after{
	content: "";
	clear: both;
	display: table;
}
#search form label{
	width: calc(100% - 45px);
	display: block;
	float: left;
}
#search .search-field{
	width: 100%;
	padding: 12px;
	font-size: 14px;
	color: black;
	font-weight: 300;
	border: 1px solid #00e7b4;
	border-right: 0;
}
#search>form>input{
	font-family: FontAwesome;
	position: absolute;
	font-size: 0;
	color: white;
	cursor: pointer;
	background-color: #00e7b4; 
	width: 45px;
	display: inline-block;
	height: 100%;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#search input[type="submit"]:hover{
	background-color: #ff4a81;
}
/**/
/* widget calendar */
/**/
.widget-calendar .ui-datepicker {
	text-align: center;
}
.widget-calendar .ui-datepicker-title {
	margin-bottom: 12px;
	font-size: 14px;
	line-height: 22px;
	font-weight: 700;
}
.widget-calendar .ui-datepicker-prev {
	float: left;
	width: 22px;
	height: 22px;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
}
.widget-calendar .ui-datepicker-next {
	float: right;
	width: 22px;
	height: 22px;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
}
td.ui-datepicker-today,
td.ui-datepicker-current-day {
	position: relative;
	color: white;
}
td.ui-datepicker-today:before,
td.ui-datepicker-current-day:before{
	content: "";
	width: 32px;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	top: 50%;
	position: absolute;
	z-index: -1;
	height: 32px;
	background-color: #00e7b4;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
td.ui-datepicker-current-day:before{
	background-color: #ff4a81;
}
td.ui-datepicker-current-day {}
#calendar table thead {
	color: #00e7b4;
}
.widget-calendar .ui-datepicker-header {
	position: relative;
	color: #00e7b4;
}
.widget-calendar .ui-datepicker-header .ui-datepicker-prev {
	position: absolute;
	right: 20px;
}
.widget-calendar .ui-datepicker-header .ui-datepicker-title {
	text-align: left;
	color: #ff4a81;
}
.widget-calendar .ui-datepicker-calendar {
	line-height: 32px;
}
.widget-calendar .ui-datepicker-calendar th {
	font-weight: 700;	
}
.widget-calendar .ui-datepicker-calendar a {
	text-decoration: none;
}
.widget-calendar .ui-datepicker-calendar a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 1200px) { /* laptop */
	.widget-calendar .ui-datepicker {
		margin: 0 20px 20px;
	}
}
@media screen and (max-width: 980px) { /* pad */
	.widget-calendar .ui-datepicker {
		margin: 0 0 5px;
	}
	td.ui-datepicker-today:before,
	td.ui-datepicker-current-day:before {
	width: 24px;
	height: 24px;
	}
}
/**/
/* widget mini gallery*/
/**/
.widget-title {
	font-size: 24px;
	font-weight: 800;
	padding: 7px 0;
	color: black;
}
.widget-gallery .widget-title,
.widget-recent-posts .widget-title,
.widget-latest-news .widget-title,
.widget-recent-comments .widget-title {
	display: inline-block;
}
.widget-gallery .carousel-nav,
.widget-recent-posts .carousel-nav,
.widget-latest-news .carousel-nav,
.widget-recent-comments .carousel-nav {
	float: right;
	width: auto;
	margin-left: 4px;
}
.widget-gallery .carousel-nav .prev,
.widget-gallery .carousel-nav .next,
.widget-recent-posts .carousel-nav .prev,
.widget-recent-posts .carousel-nav .next,
.widget-latest-news .carousel-nav .next,
.widget-latest-news .carousel-nav .prev,
.widget-recent-comments .carousel-nav .next,
.widget-recent-comments .carousel-nav .prev {
	margin: 5px 0;
}
.widget-gallery .widget-title {
	padding-bottom: 15px;
}
.widget-gallery #carousel-gallery-widget .item-gallery-image img{
	width: 100%;
	height: auto;
}
.widget-gallery #carousel-gallery-widget .item-gallery-image{
	width: 100%;
}
/**/
/* widget recent posts */
/**/
.recent-post-icon {
	margin-right: 15px;
	float: left;
	width: 70px;
}
.recent-post-icon .border-img {
	background-color: white;
}
.recent-post-item {
	margin-bottom: 10px;
}
.recent-post-item p:last-child{
	color: black;
}
.recent-post-icon .border-img .window-tabs{
	margin: 4px;
}
.recent-post-icon .border-img .window-tabs .overflow-block {
	right: -4px;
	bottom: -4px;
	top: -4px;
	left: -4px;
}
/**/
/* widget latest news */
/**/
.widget-latest-news .latest-news-item p:first-child{
	font-weight: 800;
	margin-bottom: 5px;
	color: black;
}
.widget-latest-news .latest-news-item p span {
	color: #00e7b4;
}
.widget-latest-news .latest-news-item div {
	float: left;
	margin-right: 20px;
	margin-top: 5px;
	width: 123px;
}
.widget-latest-news .latest-news-item div img {
	width: 100%;
}
.widget-latest-news .widget-subscribe {
	background-color: #00e7b4;
	box-sizing: border-box;
	padding: 15px 14px 20px 14px;
	margin-top: 20px;
	width: 100%;
}
.widget-latest-news .widget-subscribe .subscribe-header {
	text-transform: none;
	line-height: 25px;
	font-size: 15px;
	color: black;
}
.widget-latest-news .widget-subscribe form input {
	margin-right: 4px;
	float: left;
	padding: 0 10px 0 10px;
	width: calc(100% - 40px);
	font-size: 14px;
	font-weight: 300;
	background-color: white;
}
.widget-latest-news .widget-subscribe form>* {
	height: 30px;
}
.widget-latest-news .widget-subscribe .button-send {
	float: left;
	color: #00e7b4;
	font-size: 15px;
	font-weight: 800;
	background-color: #ff4a81;
	width: 36px;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.widget-latest-news .widget-subscribe .button-send:hover{
	color: white;
}
/**/
/* widget contact form */
/**/
#text-2 .textwidget input,
#text-2 .textwidget textarea {
	border: 1px solid #dddbdb;
	max-width: 100%;
	margin-bottom: 10px;
	padding: 7px;
}
#text-2 .textwidget form p img {
	display: none;
}
#text-2 .textwidget input[type="submit"]{
	font-weight: 700;
	color: white;
	padding: 0px 24px;
	line-height: 40px;
	background-color: #ff4a81;
	cursor: pointer;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#text-2 .textwidget input[type="submit"]:hover{
	background-color: #00e7b4;
}
#text-2 .textwidget input[type="email"]::-webkit-input-placeholder:after,
#text-2 .textwidget input[type="text"]::-webkit-input-placeholder:after{
   content: "*";
   color: red;
}
#text-2 .textwidget input[type="email"]::-moz-input-placeholder:after,
#text-2 .textwidget input[type="text"]::-moz-input-placeholder:after{
   content: "*";
   color: red;
}
#text-2 .textwidget form span p{
	color: red;
}
/**/
/* widget tags */
/**/
#tag_cloud-2 .tagcloud ul li{
	float: left;
	margin-right: 10px;
}
#tag_cloud-2 .tagcloud ul:after{
	content: "";
	clear: both;
	display: table;
}
#tag_cloud-2 .tagcloud ul li:before{
	content: "\f02c";
	font-family: FontAwesome;
	color: #00e7b4;
	margin-right: 2px;
	display: inline-block;
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);

}
/**/
/* widget audio */
/**/
.widget .textwidget audio {
	width: 100%;
}
/**/
/* widget flickr */
/**/
.widget-flickr-content .flickr-item,
#flickr-badge li{
	position: relative;
	width: calc(33.33% - 3.4px);
	padding-bottom: calc(33.33% - 3px);
	margin-right: 5px;
	margin-bottom: 10px;
	box-sizing: border-box;
	float: left;
	z-index: 1;
	text-align: center;
}
#flickr-badge li.last{
	margin-right: 0;
}
#flickr-badge .container {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	margin: 0;
	border-radius: 50%;
	border: 1px solid #ebebeb;
}
#flickr-badge .container img {
	height: 100%;
	z-index: -1;
	top: 0;
	left: 0%;
	position: absolute;
}
#flickr-badge li span {
	top: 0;
	left: 0;
	margin: 4px;
	border-radius: 50%;
	box-sizing: border-box;
	position: absolute;
	overflow: hidden;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
}
#flickr-badge li a {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: absolute;
	background-color: rgba(0, 231, 180, 0.9);
	opacity: 0;
	z-index: 50;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
#flickr-badge li a:after,
#flickr-badge li a:before{
	position: absolute;
	top: 50%;
	left: 50%;
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	border-top: 2px solid white;
	border-right: 2px solid white;
	-webkit-transform: translate(-50%,-50%) rotate(45deg);
	-moz-transform: translate(-50%,-50%) rotate(45deg);
	-ms-transform: translate(-50%,-50%) rotate(45deg);
	transform: translate(-50%,-50%) rotate(45deg);
}
#flickr-badge li a:before {
	margin-left: 5px;
	-webkit-transform: translate(-100%,-50%) rotate(45deg);
	-moz-transform: translate(-100%,-50%) rotate(45deg);
	-ms-transform: translate(-100%,-50%) rotate(45deg);
	transform: translate(-100%,-50%) rotate(45deg);
}
#flickr-badge li a:hover{
	opacity: 1;
}
#flickr-badge li:nth-child(3n+3) {
	margin-right: 0;
}
/**/
/* widget recent comments */
/**/
.widget-recent-comments ul li{
	position: relative;
	margin-left: 30px;
	margin-bottom: 10px;
}
.widget-recent-comments ul li p:first-child{
	color: black;
}
.widget-recent-comments ul li:before{
	content: "\f10d";
	font-family: FontAwesome;
	position: absolute;
	left: -29px;
	top: 3px;
	font-size: 24px;
	color: #00e7b4;
}
/**/
/* widget follow & subscribe */
/**/
.blue-follow-icon{
	background-color: #00d9f3
}
.hot-follow-icon{
	background-color: #f7941d
}
.red-follow-icon{
	background-color: #ed1c24
}

/**/
/* widget menu */
/**/
.widget_pages li>ul {
	display: none;
}
.widget_pages ul>li {
	position: relative;
	border-bottom: 1px solid #ebebeb;
	color: #000;
}
.widget_pages>ul>li>ul>li>ul>li:first-child{
	border-top: 1px solid #ebebeb;
}
.widget_pages ul>li:last-child{
	border: 0;
}
.widget_pages>ul>li {
	width: 100%;
	border-bottom: 1px solid white;
	background-color: #00e7b4;
}
.widget_pages ul>li.has_child:before{
	content: "\f105";
	font-family: FontAwesome;
	font-weight: 700;
	text-align: center;
	color: #909090;
	position: absolute;
	left: 0;
	line-height: 34px;
	top: 0;
	width: 34px;
	height: 33px;
	z-index: 6;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;
}
.widget_pages>ul>li.has_child:before{
	color: white;
}
.widget_pages ul>.active:before{
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
}
.widget_pages ul>.active.not-child:before{
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
}
.widget_pages ul>li.has_child:after{
	content: "";
	z-index: 5;
	position: absolute;
	left: 0;
	top: 0;
	width: 34px;
	height: 33px;
}
.widget_pages>ul>li.has_child:after{
	border-right: 1px solid white;
	background-color: #ff4a81;
}
.widget_pages>ul>li>ul{
	background-color: white;
}
.widget_pages ul>li>a{
	padding: 3px 0 3px 0;
	display: block;
}
.widget_pages>ul>li>a {
	padding-left: 45px;
}
.widget_pages>ul>li>ul>li>a{
	padding-left: 60px;
}
.widget_pages ul li a:hover{
	color: white;
	background-color: #ff4a81;
}
.widget_pages ul ul>li.color:before{
	color: white;
}
.widget_pages>ul>li>ul>li>ul>li>a{
	padding-left: 75px
}

/**************************************/
/*           WOOCOMMERCE             */
/************************************/

/**/
/* shop */
/**/
.woocommerce #page-meta{
	position: relative;
	border-bottom: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
	text-align: right;
}
.woocommerce #page-meta>*{
	display: inline-block;
	margin: 4px 0;
}
.woocommerce #page-meta:after{
	content: "";
	clear: both;
	display: table;
}
.woocommerce #page-meta .woocommerce-ordering{
	border: 1px solid #ebebeb;
	margin-left: 5px;
}

.woocommerce #page-meta .woocommerce-ordering:after{
	position: absolute;
	content: "\f107";
	font-family: FontAwesome;
	font-weight: 700;
	color: #00e7b4;
	right: 0;
	top: 0;
	padding: 5px 10px;
	line-height: 30px;
	z-index: -1;	
}
.woocommerce #page-meta .woocommerce-ordering .orderby{
	padding: 0px 30px 0px 8px;
	line-height: 28px;
	height: 30px;
	font-size: 15px;
	color: #6d6d6d;
	cursor: pointer;
	/*for WebKit*/
 	-webkit-appearance: none;
 	/* for FF */
  	-moz-appearance: none;
  	text-indent: 0.01px; 
  	/*text-overflow: '';*/
  	/* for IE */
  	-ms-appearance: none;
  	appearance: none!important;
}
.woocommerce #page-meta .woocommerce-ordering .orderby::-ms-expand {
  display: none;
}
.woocommerce #page-meta .woocommerce-result-count{
	float: left;
	margin: 0;
	line-height: 40px;
}
.woocommerce #list-or-grid{
	margin-left: auto;
	vertical-align: top;
}
.woocommerce #list-or-grid>div{
	display: inline-block;
	width: 32px;
	height: 32px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	background-color: #e5e5e5;
	color: white;
	font-size: 14px;
	cursor: pointer;
	transition: background 0.3s, color 0.3s;
	-ms-transition: background 0.3s, color 0.3s;
	-moz-transition: background 0.3s, color 0.3s;
	-webkit-transition: background 0.3s, color 0.3s;

}
.woocommerce #list-or-grid>div.active{
	background-color: #00e7b4;
}
.woocommerce #list-or-grid>div>i{
	line-height: 32px;
}
.woocommerce ul.products{
	margin-left: -30px;
	padding-bottom: 20px;
	clear: both;

	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.woocommerce .products .product{
	position: relative;
	width: calc(33.3% - 30px);
	padding-bottom: 25px;
	padding-left: 30px;
	padding-top: 30px;
	border-bottom: 1px solid #ebebeb;
	text-align: center;
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);

	-webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}
.woocommerce .products .owl-carousel .product{
	width: calc(100% - 30px);
	border: 0;
}
.woocommerce ul.products.list-view .product{
	width: 100% !important;
	text-align: left;
	border-bottom: 1px solid #ebebeb;
}
.woocommerce ul.products.list-view .picture{
	margin-right: 15px;
	width: 35%;
	float: left;
}
.woocommerce ul.products.list-view .product h3 {
	margin-top: 0;
}
.woocommerce ul.products .picture{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.woocommerce .picture img{
	width: 100%;
}
.picture {
	position: relative;
}
.picture>.hover-effect,
.project-item>.hover-effect,
.media-block>.hover-effect{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #00e7b4;
	opacity: 0;
	transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
}
.picture:hover .hover-effect,
.project-item:hover .hover-effect{
	opacity: 0.9;
}
.woocommerce .onsale{
	position: absolute;
	top: 0;
	left: 50%;
	background-color: #519900;
	display: inline-block;
	padding: 6px 30px 5px;
	color: #fff;
	font-size: 18px;
	border: 1px solid #f3f3f3;
	z-index: 1;
	overflow: hidden;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
}
.woocommerce .products .product .price{
	font-size: 28px;
	font-weight: 700;
	color: #00e7b4;
}
.woocommerce ul.products .product .price sup{
	font-size: 18px;
}
.woocommerce .price ins{
	text-decoration: none;
}
.woocommerce ul.products .product .button.add_to_cart_button:before{
	content: "\f07a";
	padding-right: 10px;
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.woocommerce ul.products.list-view .product .rectangle-button{
	float: right;
}
.link-cont{
	position: absolute; 
	width: 100%;
	top: 50%;
	text-align: center;
	z-index: 1;
	opacity: 0;
	transition: all 0.35s ease-out;
	-ms-transition: all 0.35s ease-out;
	-moz-transition: all 0.35s ease-out;
	-webkit-transition: all 0.35s ease-out;

	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);

	-webkit-animation-fill-mode: forwards; /* Chrome, Safari, Opera */
    animation-fill-mode: forwards;

}
.link-cont a{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	width: 46px;
	height: 46px;
	margin: 0 2px;
	font-size: 22px;
	line-height: 46px;
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #00e7b4;	
	transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
}
.link-cont a.cws-slide-left{
	-webkit-transform: translate3d(-60px,0,0);
	-moz-transform: translate3d(-60px,0,0);
	-ms-transform: translate3d(-60px,0,0);
	-o-transform: translate3d(-60px,0,0);
}
.link-cont a.cws-slide-right{
	-webkit-transform: translate3d(60px,0,0);
	-moz-transform: translate3d(60px,0,0);
	-ms-transform: translate3d(60px,0,0);
	-o-transform: translate3d(60px,0,0);
}
.picture:hover .link-cont a{
	-webkit-transform: translate3d(0,0,0) !important;
	-moz-transform: translate3d(0,0,0) !important;
	-ms-transform: translate3d(0,0,0) !important;
	-o-transform: translate3d(0,0,0) !important;
}
.link-cont a:hover:after{
	background: #00e7b4;	
}
.link-cont a:hover{
	background: #ff4a81;
}
.picture:hover .link-cont{
	opacity: 1;
}
.link-cont a:before{
	position: relative;
	z-index: 1;
}
.link-cont a.fa-heart:before {
	margin-right: 1px;
}
.link-cont a i{
	position: relative;
	z-index: 1;
}
.picture.sale:before,
.picture.best:before,
.picture.new:before{
	content: "Best";
	display: inline-block;
	color: white;
	width: 120px;
	font-weight: 700;
	position: absolute;
	left: -40px;
	text-align: center;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 8px;
}
.picture.sale:before{
	content: "Sale";
	background-color: #00e7b4;
}
.picture.best:before{
	content: "Best";
	background-color: #13ceea;
}
.picture.new:before{
	content: "New";
	background-color: #ff4a81;
}
@media screen and (max-width: 980px) {
	.woocommerce .products .product{
		width: calc(50% - 30px);
	}
	.woocommerce .products .owl-carousel .product{
		width: calc(100% - 18px);
		margin-left: 18px;
	}
	.grid-col-3 .link-cont a.cws-slide-left{
		-webkit-transform: translate3d(0px,0,0);
		-moz-transform: translate3d(0px,0,0);
		-ms-transform: translate3d(0px,0,0);
		-o-transform: translate3d(0px,0,0);
	}
	.grid-col-3 .link-cont a.cws-slide-right{
		-webkit-transform: translate3d(0px,0,0);
		-moz-transform: translate3d(0px,0,0);
		-ms-transform: translate3d(0px,0,0);
		-o-transform: translate3d(0px,0,0);
	}
}
@media screen and (max-width: 767px) {
	.grid-col-3 .link-cont a.cws-slide-left{
		-webkit-transform: translate3d(-60px,0,0);
		-moz-transform: translate3d(-60px,0,0);
		-ms-transform: translate3d(-60px,0,0);
		-o-transform: translate3d(-60px,0,0);
	}
	.grid-col-3 .link-cont a.cws-slide-right{
		-webkit-transform: translate3d(60px,0,0);
		-moz-transform: translate3d(60px,0,0);
		-ms-transform: translate3d(60px,0,0);
		-o-transform: translate3d(60px,0,0);
	}
	
	.woocommerce .products .owl-carousel .product{
		width: 100%;
		box-sizing: border-box;
		padding-left: 5px;
		padding-right: 5px;
		margin: 0;
	}
}
@media screen and (max-width: 479px) {
	.woocommerce ul.products.list-view .picture{
		width: 100%;
		float: none;
	}
	.woocommerce .products .product{
		width: 100%;
	}
}
/* star rating */
.star-rating{
	position: relative;
	width: 93px;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 15px;
	text-align: left;
}
.woocommerce ul.products.list-view .star-rating,
.product_list_widget .star-rating{
	margin: 0;
}
.star-rating>span{
	position: absolute;
	top: 0;
	left: 0;
	font-size: 0;
}

.star-rating:before,
.comment-form-rating .stars:before{
	color: #e5e5e5;
}
.star-rating:before,
.star-rating>span:before,
.comment-form-rating .stars:before,
.comment-form-rating .stars .stars-active
{
	content: "\f005\f005\f005\f005\f005";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 20px;	
}
.star-rating>span:before,
.comment-form-rating .stars .stars-active{
	color: #ff4a81;
	top: 0;
	left: 0;
	position: absolute;
	overflow: hidden;
	width: 100%;
}
.woocommerce div[class^="post-"] .star-rating{
	display: inline-block;
	float: right;
}
.woocommerce .related.products .star-rating {
	float: none;
}
.comment-form-rating label{
	display: block !important;
}
.woocommerce .comment-form-rating .stars span {
	display: block;
	z-index: 1;
}
.woocommerce .comment-form-rating .stars,
.woocommerce .comment-form-rating .stars span,
.woocommerce .comment-form-rating .stars:before{
	cursor: pointer;
}
.woocommerce .comment-form-rating .stars .stars-active{
	white-space: nowrap;
}
.comment-form-rating .stars{
	overflow: hidden;
	display: inline-block;
	position: relative;
	margin-bottom: 0;
	padding-right: 1px;
	line-height: 1;
}
.comment-form-rating .stars:before,
.comment-form-rating .stars .stars-active{
	font-size: 32px;
}

.woocommerce .comment-form-rating .stars>span{
	cursor: pointer;
	width: auto!important;
	position: absolute;
	top: 0;
	margin-top: 0;
}
.comment-form-rating .stars>span a{
	display: inline-block;
	color: transparent!important;
	pointer-events: none;
	position: relative;
	z-index:  2;
}
.stars-active.fixed-mark{
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.woocommerce .products .product h3{
	text-transform: uppercase;
}
.woocommerce .products .product .product-description>*{
	margin-bottom: 15px;
	display: none;
}
.woocommerce ul.products.list-view .product .product-description .short-description,
.woocommerce ul.products.list-view .product .product-description .full-description,
.woocommerce ul.products.grid-view .product .product-description .short-description,
.woocommerce div.products .product .product-description .short-description{
	display: block;
}
/**/
/* widget filter-price */
/**/
.price_slider_wrapper{
	margin-top: 10px;
}
.price_slider_wrapper .price_slider{
	height: 9px;
	width: 100%;
	position: relative;
	margin-bottom: 15px;
	background-color: #e5e5e5;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.price_slider .ui-slider-range{
	height: 9px;
	position: absolute;
	background-color: #00e7b4;
}
.price_slider .ui-slider-handle{
	background-color: red;
	width: 0px;
	height: 0px;
	position: absolute;
	top: 12px;

	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-ms-transition: all 0s ease;
	transition: all 0s ease;
}
.price_slider .ui-slider-handle:before{
	content: '';
	position: absolute;
	bottom: 100%;
	width: 15px;
	height: 15px;
	z-index: 2;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #ff4a81;
	box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.2);
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.price_slider_wrapper .price_slider_amount{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

	-webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;

	-webkit-box-align: baseline;
    -moz-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
.price_slider_wrapper .price_slider_amount .button{
	-webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}
.price_slider_wrapper .price_slider_amount .price_label{
	display: inline-block;
}
.price_slider_wrapper .price_slider_amount .clear{
	display: none;
}
/**/
/* widget shopping list */
/**/
.widget_shopping_cart_content ul {
	padding-bottom: 10px;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 5px;
}
.widget_shopping_cart_content .quantity {
	color: black;
}
.widget_shopping_cart_content ul li:after{
	clear: both;
	display: table;
	content: "";
}
.widget_shopping_cart_content ul li a {
	display: block;
	margin-top: 15px;
}
.widget_shopping_cart_content ul li a img{
	float: left;
	width: 70px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 70px;
	border: 1px solid #ebebeb;
	padding: 4px;
	margin-right: 10px;
	margin-top: -15px;
}
.widget_shopping_cart_content .buttons * {
	line-height: 22px;
}
.widget_shopping_cart_content .buttons:after{
	content: "";
	display: table;
	clear: both;
}
.widget_shopping_cart_content .total {
	color: black;
	float: left;
}
.widget_shopping_cart_content .buttons .button {
	float: right;
}
.widget_shopping_cart_content .buttons .button i{
	color: #ff4a81;
	font-size: 15px;
	font-weight: 700;

}
/**/
/* pagination */
/**/
.pagination {
	margin-bottom: 60px;
	text-align: center;
}
.pagination a {
	display: inline-block;
	vertical-align: middle;
	min-width: 18px;
	padding: 0 10px;
	margin: 0 2px;
	background-color: #ebebeb;
	line-height: 38px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-size: 18px;
	color: #000;
}
.pagination a:hover {
	text-decoration: underline;
}
.pagination a:first-child {
	float: left;
	background-color: #fff;
	color: #00e7b4;
	font-weight: 700;
}
.pagination a:last-child {
	float: right;
	background-color: #fff;
	color: #00e7b4;
	font-weight: 700;
}
.pagination a i {
	color: #ff4a81;
	font-weight: 700;
}
.pagination .active {
	background: #ff4a81;
	color: #fff;
}
.pagination .active:hover {
	text-decoration: none;
}
@media screen and (max-width: 479px) { /* mini phone */
	.pagination a:first-child {
		position: relative;
		font-size: 0;

	}
	.pagination a:last-child:before,
	.pagination a:first-child:before{
		content: "\f105";
		position: absolute;
		top: 0;
		line-height: 38px;
		left: 50%;
		font-size: 20px!important;
		display: inline-block;
		font-family: fontAwesome;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;

		-webkit-transform:translateX(-50%);
		-moz-transform:translateX(-50%);
		-ms-transform:translateX(-50%);
		transform:translateX(-50%);
	}
	.pagination a:first-child:before{
		content: "\f104";
	}
	.pagination a:last-child {
		position: relative;
		font-size: 0;
	}
}
/**/
/* woocomerce tabs */
/**/
.woocommerce .product .woocommerce-tabs{
	display: inline-block;
	margin: 20px 0;
	border: 1px solid #00e7b4;
}
.woocommerce .product .woocommerce-tabs .tabs{
	width: calc(100% + 1px);
}
.woocommerce .product .woocommerce-tabs .tabs>li{
	float: left;
	width: 33.33%;
	border-left: 1px solid white;
	font-weight: 700;
	background: #00e7b4;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	transition: background 0.3s;
	-ms-transition: background 0.3s;
	-moz-transition: background 0.3s;
	-webkit-transition: background 0.3s;
}
.woocommerce .product .woocommerce-tabs .tabs>li:first-child{
	border: 0;
}
.woocommerce .product .woocommerce-tabs .tabs>li.active{
	background: #fff;
}
.woocommerce .product .woocommerce-tabs .tabs>li.active a{
	color: black;
}
.woocommerce .product .woocommerce-tabs .tabs>li a{
	width: 100%;
	text-align: center;
	line-height: 40px;
	display: inline-block;
	color: white;
}
.woocommerce .product .woocommerce-tabs .tabs:after,
.woocommerce .product .woocommerce-tabs .panel p:after{
	content: "";
	clear: both;
	display: table;
}
.woocommerce .product .woocommerce-tabs .panel{
	padding: 20px;
}
.woocommerce .product .woocommerce-tabs .panel>*{
	margin-bottom: 15px;
}
.woocommerce .product .woocommerce-tabs .panel p img{
	float: left;
	margin: 5px 15px 10px 0;
}
.woocommerce .product .woocommerce-tabs .panel ul>li>a{
	font-weight: 400;
	color: black;
}
.woocommerce .product .woocommerce-tabs .panel ul{
	margin-top: 0;
}
.list li{
	position: relative;
	color: black;
	margin-top: 12px;
	padding-left: 20px;
}
.list i{
	position: absolute;
	top: 0;
	left: 2px;
	line-height: 27px;
	color: #ff4a81;
}
/**/
/* woocomerce comments */
/**/
.woocommerce .product .images{
	display: inline-block;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	width: 420px;
}
.woocommerce .product .picture{
	position: relative;
}
.woocommerce .product .picture>img{
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.woocommerce .product .images>.thumbnails{
	margin-left: -10px;
}
.woocommerce .product .images>.thumbnails .hover-effect{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(255,255,255,0);
	transition: background 0.6s;
	-ms-transition: background 0.6s;
	-moz-transition: background 0.6s;
	-webkit-transition: background 0.6s;
}
.woocommerce .product .images>.thumbnails>div{
	position: relative;
	display: inline-block;
	margin-left: 10px;
	margin-top: 10px;
	float: left;
	width: calc(33.33% - 10px);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.woocommerce .product .images>.thumbnails img{
	display: block;
	width: 100%;
}
.woocommerce .product .images>.thumbnails a:hover .hover-effect{
	background: rgba(255,255,255,0.3);
}
#comments .comment_container.second{
	margin-left: 80px;	
}
.comments .avatar,
#comments .avatar{
	display: inline-block;
	float: left;
	margin-right: 10px;
	width: 80px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #ebebeb;
	padding: 4px;
	box-sizing: border-box;
}
.comments .avatar img{
	display: block;
}
.comments .text,
#comments .comment-text{
	overflow: hidden;
	min-height: 65px;
	position: relative;
}
#comments .meta time{
	color: #00e7b4;
} 
.comments .text>.author .button{
	float: right;
}
.comments .comments-cont,
#comments .commentlist{
	margin-top: 25px;
}
.comments>.comments-cont,
#comments>.commentlist{
	margin-top: 0;
}
.comments>.comments-cont>div:first-child,
#comments .commentlist>li:first-child{
	padding-top: 0;
	border-top: 0;
}
.comments .comments-cont>div,
#comments .commentlist>li
{
	margin-top: 30px;
	padding-top: 30px;
	border-top:1px solid #ebebeb;
}
.comments>.comments-cont .comments-cont>div,
#comments>.commentlist .commentlist>li{
	padding-left: 75px;
}
.comments .author{
	font-weight: 600;
	font-size: 12px;
	line-height: 1.5;
}
.comments .author span{
	color: #c1c0b4;
}
.comments .author .button i {
	margin-right: 8px;
	margin-left: 0;
}
.woocommerce .product .comment-text .star-rating,
.comments .star-rating,
.comments .button.reply {
	float: right;
	margin: 0;
}
.comments .button.reply {
	line-height: 27px;
}
.summary .price {
	color: #ff4a81;
	font-size: 2.1em;
	font-weight: 900;
}
.summary .price sup{
	font-size: 0.7em;
}
.woocommerce .product #reviews>*{
	margin-bottom: 30px;
}
.woocommerce .product #reviews>*:last-child{
	margin-bottom: 0;
}
.woocommerce .product .comment-form-author,
.woocommerce .product .comment-form-email{
	width: 50%;
	float: left;
	padding-left: 30px;
	margin-left: 0!important;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
} 
.woocommerce .product .comment-form-email+*{
	clear: both;
}
.woocommerce .product .comment-form{
	margin-left: -30px;
}
.woocommerce .product .comment-form>*{
	margin-left: 30px;
}
.woocommerce .product .comment-form label{
	font-weight: 700;
	padding-bottom: 6px;
}
.woocommerce .product .comment-form input,
.woocommerce .product .comment-form textarea{
	width: 100%;
	border: 1px solid #ebebeb;
	height: 38px;
	margin-bottom: 15px;
	padding: 10px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	box-sizing: border-box;
	-moz-box-sizing:border-box;
}
.woocommerce .product .comment-form textarea{
	height: auto;
}
.woocommerce #review_form #submit{
	position: relative;
	width: auto;
	border: 0;
	display: inline-block;
	padding: 0 15px;
	background: #00e7b4;
	font-size: 16px;
	line-height: 36px;
	font-weight: 700;
	text-decoration: none;
	color: white;
	cursor: pointer;
	transition: background 0.3s, color 0.3s;
	-ms-transition: background 0.3s, color 0.3s;
	-moz-transition: background 0.3s, color 0.3s;
	-webkit-transition: background 0.3s, color 0.3s;
}
.woocommerce #review_form #submit:hover{
	background: #ff4a81;
}
.woocommerce #review_form .form-submit{
	text-align: right;
}
.woocommerce .quantity.buttons_added input{
	display: inline-block;
	position: relative;
	z-index: 1;
	line-height: 40px;
	width: 40px;
	text-align: center;
	-webkit-appearance: none;
	border-right: 1px solid #ebebeb;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
}
.woocommerce .quantity.buttons_added input:last-child{
	border-right: 0;
}
.woocommerce .quantity.buttons_added .minus,
.woocommerce .quantity.buttons_added .plus{
	font-size: 0;
	cursor: pointer;
}
.woocommerce .quantity.buttons_added:before,
.woocommerce .quantity.buttons_added:after{
	content: "\f068";
	position: absolute;
	padding-top: 3px;
	left: 11px;
	line-height: 1;
	font-size: 18px;
	top: 50%;
	color: #22eabe;
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	z-index: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.woocommerce .quantity.buttons_added:after{
	content: "\f067";
	left: auto;
	right: 11px;
}
.woocommerce .quantity.buttons_added{
	margin-bottom: 20px;
	position: relative;
	line-height: 0;
	width: 120px;
	border: 1px solid #ebebeb;
	vertical-align: middle;

	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.woocommerce table .quantity.buttons_added{
	margin: 0 auto;
}
.woocommerce .quantity.buttons_added .input-text{
	font-size: 16px;
	font-weight: 700;
}
.cart input{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0!important;
}
.cart input[type=number]::-webkit-inner-spin-button,
.cart input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
    margin:0;
}
.cart input[type="number"] {
	-webkit-appearance: textfield;
    -moz-appearance: textfield;
    -ms-appearance: textfield;
    appearance: textfield;
}
.woocommerce .product .summary>*{
	padding-bottom: 15px;
	overflow: hidden;
}
.woocommerce .product .summary>*:first-child{
	margin-bottom: 0;
}
.woocommerce .product .summary .head{
	color: black;
	font-weight: 400;
}
.woocommerce .product .summary div[itemprop="description"]{
	line-height: 1.9;
}
.woocommerce .product .summary .main-features .head,
.woocommerce .product .summary .cart .head{
	padding-bottom: 15px;
	padding-top: 15px;
}
.woocommerce .product .summary .main-features{
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}
.woocommerce .product .summary .main-features .features{
	font-size: 15px;
	width: 100%;
	margin-bottom: 15px;
}
.woocommerce .product .summary .main-features>*:last-child{
	margin-bottom: 0;
}
.woocommerce .product .summary .main-features .features>div{
	position: relative;
	padding-left: 25px;
	margin-bottom: 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.woocommerce .product .summary .main-features .features>div:last-child{
	margin-bottom: 0;
}
.woocommerce .product .summary .main-features .features>div i{
	position: absolute;
	top: 1px;
	left: 1px;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #ff4a81;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	text-indent: 2px;
	color: white;
}
.product_title.entry-title{
	font-size: 30px;
	padding-bottom: 15px;
	line-height: 1;
	font-weight: 900;
	text-transform: uppercase;
}
.woocommerce .product .product_meta{
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	padding: 5px 0;
}
.woocommerce .product .product_meta .tagged_as{
	font-size: 15px;
}
.woocommerce .product .product_meta .tagged_as a{
	margin-right: 7px;
}
.woocommerce .product .product_meta .tagged_as a:before{
	content: "\f02c";
	font-family: FontAwesome;
	color: #00e7b4;
	margin-right: 2px;
	display: inline-block;
	transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
}
/**/
/* products-carousel */
/**/
.woocommerce .products-carousel .carousel-nav{
	width: auto;
	float: right;
}
.woocommerce .products-carousel .carousel-nav .prev,
.woocommerce .products-carousel .carousel-nav .next{
	width: auto;
	height: auto;
	border: 0;
	margin: 0 2px;
}
.woocommerce .products-carousel .carousel-nav .prev i,
.woocommerce .products-carousel .carousel-nav .next i{
	color: #00e7b4;
	font-size: 30px;
	font-weight: 300;
	line-height: 40px;
	padding: 0;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;
}
.woocommerce .products-carousel .carousel-nav .prev i:hover,
.woocommerce .products-carousel .carousel-nav .next i:hover{
	color: #ff4a81;
}
.woocommerce .products-carousel .carousel-nav span{
	display: inline-block;
	line-height: 43px;
	font-weight: 900;
	font-size: 50px;
	color: #00e7b4;
	vertical-align: bottom;
}
.woocommerce .products-carousel.products{
	margin: 40px 0;
	overflow: hidden;
}
.woocommerce .products-carousel.products .title-carousel{
	display: inline-block;
	font-size: 54px;
	font-weight: 900;
	color: black;
	text-transform: uppercase;
	line-height: 0.8;
}
/**/
/* Shop-cart */
/**/
.woocommerce.shop-cart .title div{
	float: right;
}
.woocommerce.shop-cart .title .main-title{
	display: inline-block;
	margin-top: 30px;
}
.woocommerce .title div a{
	line-height: 1;
	font-size: 81px;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;
}
.woocommerce .title div a:hover{
	color: #00e7b4;
}
.woocommerce table {
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 15px;
}
.woocommerce table thead{
	background-color: #00e7b4;
	border-right: 1px solid #00e7b4;
	color: black;
	font-weight: 700;
	text-transform: uppercase;
}
.woocommerce table thead th{
	padding: 10px 0;
	border-right: 1px solid white;
}
.woocommerce table tbody .cart_item{
	text-align: center;
	border: 1px solid #00e7b4;
	margin-bottom: 10px;
}
.woocommerce table tbody .cart_item>*{
	border-right: 1px solid #00e7b4;
}
.woocommerce table thead th:last-child,
.woocommerce table thead .product-thumbnail,
.woocommerce table tbody .product-thumbnail{
	border-right:0;
}
.woocommerce table tbody .product-thumbnail{
	width: 100px;

}
.woocommerce table tbody .product-name{
	text-align: left;
	color: black;
	font-weight: 400;
}
.woocommerce table tbody .product-remove .remove:before{
	content: "\f00d";
	font-size: 23px;
	width: 38px;
	text-align: center;
	line-height: 38px;
	color: #ff4a81;
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition: color 0.3s, background 0.3s;
	-ms-transition: color 0.3s, background 0.3s;
	-moz-transition: color 0.3s, background 0.3s;
	-webkit-transition: color 0.3s, background 0.3s;
}
.woocommerce table tbody .product-remove .remove:hover:before{
	color: #00e7b4;
}
.woocommerce table tbody .product-thumbnail img{
	width: 70px;
	opacity: 1;
	margin: 0 auto;
	transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
}
.woocommerce table tbody .product-thumbnail img:hover{
	opacity: 0.8;
}
.woocommerce table tbody .cart_item>*{
	vertical-align: middle;
	padding: 20px 0;
}
.woocommerce td.actions{
	text-align: right;
	padding-top: 10px;
	font-size: 0;
}
.woocommerce .actions .coupon{
	display: inline-block;
	float: left;
	margin-right: 1px;
}
.woocommerce .actions .coupon label{
	display: none;
}
.woocommerce .actions  .button{
	vertical-align: middle;
	margin: 1px;
	cursor: pointer;
}
.woocommerce .actions{
	position: relative;
}
.woocommerce .checkout-button{
	margin-left: 2px;
}
.woocommerce #coupon_code{
	position: relative;
	display: inline-block;
	width: 230px;
	height: 50px;
	border: 1px solid #00e7b4;
	border-right: 0;
	vertical-align: top;
	padding: 9px 10px;
	background: #fff;
	font-size: 15px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
}
.woocommerce .cart-collaterals>*{
	position: relative;
	width: 370px;
	display: inline-block;
	margin-left: 30px;
	margin-bottom: 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.woocommerce .cart-collaterals .shipping_calculator{
	margin-bottom: 66px;
}
.woocommerce.shop-cart #content>form{
	padding-bottom: 25px;
	border-bottom: 1px solid #ebebeb;
}
.woocommerce .cart-collaterals{
	margin-left: -30px;
	margin-top: 10px;
	margin-bottom: 200px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;

    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.woocommerce .cart-collaterals h2{
	font-size: 15px;
	margin: 15px 0;
}
.woocommerce .cart-collaterals .shipping_calculator h2{
	font-size: 15px;
	margin-right: 25px;
}
.woocommerce .cart-collaterals .cart_totals h2{
	font-size: 15px;
	text-align: right;
	text-transform: none;
	color: black;
}
.woocommerce .cart-collaterals .shipping-calculator-form .form-row,
.woocommerce .cart-collaterals .cart_totals tr{
	display: inline-block;
	position: relative;
	width: 100%;
	padding: 10px 10px;
	text-align: left;
	margin-bottom: 5px;
	border: 1px solid #00e7b4;
	clear: both;
	z-index: 1;
	line-height: normal;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.woocommerce .cart-collaterals .cart_totals tr{
	padding: 10px 0;
	margin: 0;
	border: 0;
	border-bottom: 1px solid #ebebeb;
}
.woocommerce .cart-collaterals .cart_totals tr:first-child{
	border-top: 1px solid #ebebeb;
}
.woocommerce .cart-collaterals .shipping-calculator-form .form-row{
	margin-bottom: 10px;
}
#calc_shipping_country{
	/*for WebKit*/
	-webkit-appearance: none;
	/* for FF */
	-moz-appearance: none;
	text-indent: 0.01px; 
	text-overflow: '';
	/* for IE */
	-ms-appearance: none;
	appearance: none!important;
}

.woocommerce .cart-collaterals .cart_totals tr td{
	text-align: right;
	font-weight: 700;
	color: #00e7b4;
}
.woocommerce .cart-collaterals .cart_totals tr td strong span {
	color: #00e7b4;
}
.woocommerce .cart-collaterals .cart_totals tr>*{
	display: inline-block;
	text-align: left;
	width: 50%;
	float: left;
}
.woocommerce .cart-collaterals input::-webkit-input-placeholder { /* WebKit browsers */
    color: #2f2f2f;
}
.woocommerce .cart-collaterals input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #2f2f2f;
    opacity:  1;
}
.woocommerce .cart-collaterals input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #2f2f2f;
    opacity:  1;
}
.woocommerce .cart-collaterals input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #2f2f2f;
}
.woocommerce  .shipping-calculator-form>:first-child select{
	border: 0 none;
	box-shadow: none;
	width: 100%;
}
.woocommerce  .shipping-calculator-form>:first-child:before{
	content: "\f078";
	position: absolute;
	top: 0px;
	right: 0px;
	height: 42px;
	width: 40px;
	display: inline-block;
	font-family: FontAwesome;
	line-height: 42px;
	text-align: center;
	color: #00e7b4;
	z-index: -1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition: color 0.3s;
	-ms-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-webkit-transition: color 0.3s;
}
.woocommerce  .shipping-calculator-form>:first-child select::-ms-expand {
	display: none; /* to ie 10 */
}
.woocommerce  .shipping-calculator-form>:first-child select:focus {
	outline: none;
}

.woocommerce  .shipping-calculator-form>:first-child:before {
	pointer-events: none; /* https://developer.mozilla.org/en-US/docs/Web/CSS/pointer-events  */
	/*z-index: 1;*/ /* this is necessary for overcome the pseudo element */
/*	display: none;*/
}
.woocommerce .shipping_calculator h2 a:after{
	content: "\f103";
	position: absolute;
	display: inline-block;
	font-family: FontAwesome;
	font-weight: 300;
	font-size: 20px;
	color: #ff4a81;
	margin-left: 2px;
	vertical-align: middle;
	width: 20px;
	line-height: 20px;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;
}
.woocommerce .shipping_calculator h2 a:hover:after{
	color: #00e7b4;
}
.woocommerce .shipping_calculator .shipping-calculator-button{
	display: inline-block;
	color: #00e7b4;
	border-bottom: 1px dashed #00e7b4;
}
.woocommerce  .shipping-calculator-form>:first-child:hover:before{
	color: #ff4a81;
}
.woocommerce  .shipping-calculator-form .rectangle-button{
	width: 100%;
}
.woocommerce  .shipping-calculator-form .button:hover{
	background: #2f2f2f;
	color: #c1c0b4;
}
.woocommerce  .shipping-calculator-form p input{
	width: 100%;
}
@media screen and (max-width: 1200px) {
	.woocommerce .product .woocommerce-tabs .tabs{
		width: 100%;
	}
}
@media screen and (max-width: 980px) {
	.woocommerce .product .images {
		width: 300px;
	}
}
@media screen and (max-width: 767px) {
	.woocommerce .product .images {
		width: 220px;
	}
	.footer {
		display: flex;
		flex-direction: column-reverse;
	}
	.footer>* {
		margin: 5px 0;
	}
	.footer #copyright {
		text-align: center;
	}
}
@media screen and (max-width: 479px) { /* phone */
	.woocommerce table tbody .product-thumbnail {
		width: 0;
	}
	.woocommerce table tbody .product-thumbnail img {
		display: none;
	}
	.woocommerce table tbody .cart_item>*{
		border: 0;
	}
	.woocommerce .quantity.buttons_added:before,
	.woocommerce .quantity.buttons_added:after{
		display: none;
	}
	.woocommerce .quantity.buttons_added {
		width: 40px;
	}
	.woocommerce .quantity.buttons_added .minus,
	.woocommerce .quantity.buttons_added .plus{
		width: 0;
		border: 0;
	}
	.woocommerce #coupon_code {
		width: 120px;
	}
	.woocommerce td.actions {
		text-align: left;
	}
	.woocommerce .actions .coupon {
		float: none;
	}
	.woocommerce .title div a {
		font-size: 41px;
	}
	.woocommerce .cart-collaterals{
		display: block;
		margin-bottom: 40px;
	}
	.woocommerce .cart-collaterals>*{
		width: calc(100% - 30px);
	}
	.woocommerce .product .images {
		float: none;
		width: 100%;
	}
	.woocommerce .products-carousel.products .title-carousel{
		font-size: 40px;
	}
}
/**/
/* message form */
/**/
.contact-map{
	position: relative;
}
.contact-page .contacts>div{
	margin-bottom: 30px;
}
.message-form{
	margin-left: -30px;
}
.message-form-email,
.message-form-author,
.message-form-website{
	width: 33.33%;
	float: left;
	padding-left: 30px;
	box-sizing: border-box;
}
.message-form-email input,
.message-form-author input,
.message-form-website input,
.message-form-message textarea{
	width: 100%;
	border: 1px solid #ebebeb;
	height: 38px;
	margin-bottom: 15px;
	padding: 10px;
	box-sizing: border-box;
}
.message-form-message,
.blog-page .form-submit{
	margin-left: 30px;
}
.message-form-message textarea {
	height: 260px;
}
.contact-page .form-submit {
	float: right;
	padding: 0;
}
.contact-page .form-submit input {
	cursor: pointer;
	padding: 0 30px;
}
.form-submit>*{
	color: white;
}
.contact-page .contacts .last strong{
	margin-bottom: 20px;
	display: block;
}
.contact-page .contacts .contact-round {
	width: 36px;
	height: 36px;
}
.contact-page #content>p{
	margin-bottom: 30px;
}
.blog-page dl dt:before{
	font-weight: 700;
}
.blog-page dl dd{
	margin-top: 0;
}
.blog-page .pf-single-carousel{
	margin-top: 0;
}
.blog-page .title{
	margin-bottom: 0;
}
.blog-page #comments{
	border-bottom: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
	padding-top: 40px;
	padding-bottom: 20px;
}
.blog-page .comments,
.blog-page .leave-reply{
	margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
	.contact-page .contacts>div {
		vertical-align: top;
		display: inline-block;
		margin-right: 20px;
	}
	.message-form-email,
	.message-form-author,
	.message-form-website,
	.woocommerce .product .comment-form-author,
	.woocommerce .product .comment-form-email{
		width: 100%;
		float: none;
		padding-left: 30px;
	}
	.comments .avatar,
	#comments .avatar{
		width: 50px;
		margin-right: 5px;
	}
	#comments .comment_container.second{
		margin-left: 25px;
	}
}

.canvas {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
}
.picture.active .grad {
	opacity: 1;
}
.picture {
	overflow: hidden;
}
.grad {
	position: absolute;
	opacity: 0;
  top: -150%;
  left: -150%;
  height: 300%;
  width: 300%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -moz-transition: opacity 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: opacity 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity, transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
     background-image: -webkit-radial-gradient(50% 50%, rgba(249, 241, 63, 0.28) 10px, rgba(103, 60, 169, 0) 70%), -webkit-radial-gradient(50% 50%, rgba(253, 246, 9, 0.45) 8px, rgba(181, 36, 144, 0) 40%);
}

.grad.sos {
	 top: -300%;
  left: -300%;
  height: 600%;
  width: 600%;
}
.grad.lol {
	  background-image: -webkit-radial-gradient(50% 50%, rgba(14, 232, 183, 0.45) 10px, rgba(103, 60, 169, 0) 70%), -webkit-radial-gradient(50% 50%, rgba(0, 107, 2, 1) 8px, rgba(181, 36, 144, 0) 40%);
}
.grad.blue {
	background-image: -webkit-radial-gradient(50% 50%, rgba(255, 255, 255, 0.45) 10px, rgba(103, 60, 169, 0) 70%), -webkit-radial-gradient(50% 50%, rgba(49, 231, 243, 1) 8px, rgba(181, 36, 144, 0) 40%);
}
.grad.soft {
	  background-image: -webkit-radial-gradient(50% 50%, rgba(1, 231, 180, 0.21) 10px, rgba(103, 60, 169, 0) 70%), -webkit-radial-gradient(50% 50%, rgba(230, 246, 157, 1) 8px, rgba(181, 36, 144, 0) 40%);
}
.grad.pink {
	  background-image: -webkit-radial-gradient(50% 50%, rgba(1, 231, 180, 0.21) 10px, rgba(103, 60, 169, 0) 70%), -webkit-radial-gradient(50% 50%, rgba(255, 74, 129, 0.56) 8px, rgba(181, 36, 144, 0) 40%);
}
.grad.darkblue {
	  background-image: -webkit-radial-gradient(50% 50%, rgba(1, 231, 180, 0) 10px, rgba(103, 60, 169, 0) 70%), -webkit-radial-gradient(50% 50%, rgba(2, 90, 162, 0.56) 8px, rgba(181, 36, 144, 0) 40%);
}


/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../img/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../img/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../img/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../img/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../img/fancybox_sprite%402x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../img/fancybox_loading%402x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

.colorpicker {
	width: 356px;
	height: 176px;
	overflow: hidden;
	position: absolute;
	background: url(../img/colorpicker_background.png);
	font-family: Arial, Helvetica, sans-serif;
	display: none;
}
.colorpicker_color {
	width: 150px;
	height: 150px;
	left: 14px;
	top: 13px;
	position: absolute;
	background: #f00;
	overflow: hidden;
	cursor: crosshair;
}
.colorpicker_color div {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 150px;
	background: url(../img/colorpicker_overlay.png);
}
.colorpicker_color div div {
	position: absolute;
	top: 0;
	left: 0;
	width: 11px;
	height: 11px;
	overflow: hidden;
	background: url(../img/colorpicker_select.gif);
	margin: -5px 0 0 -5px;
}
.colorpicker_hue {
	position: absolute;
	top: 13px;
	left: 171px;
	width: 35px;
	height: 150px;
	cursor: n-resize;
}
.colorpicker_hue div {
	position: absolute;
	width: 35px;
	height: 9px;
	overflow: hidden;
	background: url(../img/colorpicker_indic.gif) left top;
	margin: -4px 0 0 0;
	left: 0px;
}
.colorpicker_new_color {
	position: absolute;
	width: 60px;
	height: 30px;
	left: 213px;
	top: 13px;
	background: #f00;
}
.colorpicker_current_color {
	position: absolute;
	width: 60px;
	height: 30px;
	left: 283px;
	top: 13px;
	background: #f00;
}
.colorpicker input {
	background-color: transparent;
	border: 1px solid transparent;
	position: absolute;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #898989;
	top: 4px;
	right: 11px;
	text-align: right;
	margin: 0;
	padding: 0;
	height: 11px;
}
.colorpicker_hex {
	position: absolute;
	width: 72px;
	height: 22px;
	background: url(../img/colorpicker_hex.png) top;
	left: 212px;
	top: 142px;
}
.colorpicker_hex input {
	right: 6px;
}
.colorpicker_field {
	height: 22px;
	width: 62px;
	background-position: top;
	position: absolute;
}
.colorpicker_field span {
	position: absolute;
	width: 12px;
	height: 22px;
	overflow: hidden;
	top: 0;
	right: 0;
	cursor: n-resize;
}
.colorpicker_rgb_r {
	background-image: url(../img/colorpicker_rgb_r.png);
	top: 52px;
	left: 212px;
}
.colorpicker_rgb_g {
	background-image: url(../img/colorpicker_rgb_g.png);
	top: 82px;
	left: 212px;
}
.colorpicker_rgb_b {
	background-image: url(../img/colorpicker_rgb_b.png);
	top: 112px;
	left: 212px;
}
.colorpicker_hsb_h {
	background-image: url(../img/colorpicker_hsb_h.html);
	top: 52px;
	left: 282px;
}
.colorpicker_hsb_s {
	background-image: url(../img/colorpicker_hsb_s.png);
	top: 82px;
	left: 282px;
}
.colorpicker_hsb_b {
	background-image: url(../img/colorpicker_hsb_b.png);
	top: 112px;
	left: 282px;
}
.colorpicker_submit {
	position: absolute;
	width: 22px;
	height: 22px;
	background: url(../img/colorpicker_submit.png) top;
	left: 322px;
	top: 142px;
	overflow: hidden;
}
.colorpicker_focus {
	background-position: center;
}
.colorpicker_hex.colorpicker_focus {
	background-position: bottom;
}
.colorpicker_submit.colorpicker_focus {
	background-position: bottom;
}
.colorpicker_slider {
	background-position: bottom;
}

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont3295.eot?v=4.5.0');
  src: url('../fonts/fontawesome-webfontd41d.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont3295.html?v=4.5.0') format('woff2'), url('../fonts/fontawesome-webfont3295.woff?v=4.5.0') format('woff'), url('../fonts/fontawesome-webfont3295.ttf?v=4.5.0') format('truetype'), url('../fonts/fontawesome-webfont3295.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.24
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 200ms ease-in-out;
	-moz-transition: height 200ms ease-in-out;
	-ms-transition: height 200ms ease-in-out;
	-o-transition: height 200ms ease-in-out;
	transition: height 200ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor: move;
}

/* fix */
.owl-carousel  .owl-wrapper
/* .owl-carousel  .owl-item */{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/* CSS3 Transitions */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}

@charset "UTF-8";
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
            transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
            transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
          animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: 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);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -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);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
            transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
            transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
            transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
            transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
          animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -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 {
  0%, 100% {
    -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 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);
  }

  100% {
    -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);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation-name: swing;
          animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: 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);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -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);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
          animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -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);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes wobble {
  0% {
    -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);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
          animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
            transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
            transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
          animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
          animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
          animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -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);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -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);
  }

  100% {
    -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);
  }

  100% {
    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);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
          animation-name: bounceOut;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-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);
  }

  100% {
    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);
  }

  100% {
    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);
  }

  100% {
    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);
  }

  100% {
    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);
  }

  100% {
    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);
  }

  100% {
    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);
  }

  100% {
    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);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
          animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
            transform: translate3d(0, -50px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
            transform: translate3d(0, -50px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
          animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
            transform: translate3d(-50px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
            transform: translate3d(-50px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
          animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
            transform: translate3d(50px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
            transform: translate3d(50px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
          animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
            transform: translate3d(0, 50px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
            transform: translate3d(0, 50px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
          animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {opacity: 1;}
  100% {opacity: 0;}
}

@keyframes fadeOut {
  0% {opacity: 1;}
  100% {opacity: 0;}
}

.fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
          animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
          animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
          animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
          animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
          animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
          animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
          animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -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;
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -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;
  }

  100% {
    -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 {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-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-transition-timing-function: ease-in;
            transition-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);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-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-transition-timing-function: ease-in;
            transition-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);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
          animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-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-transition-timing-function: ease-in;
            transition-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);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-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-transition-timing-function: ease-in;
            transition-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);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -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;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -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;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
          animation-name: flipOutX;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -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;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -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;
  }

  100% {
    -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-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -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;
  }

  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -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;
  }

  100% {
    -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 {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -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 {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -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 {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }

  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -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;
  }

  100% {
    -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;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
          animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
          animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    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 {
  0% {
    opacity: 1;
  }

  100% {
    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 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.85, .85, .85);
            transform: scale3d(.85, .85, .85);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.85, .85, .85);
            transform: scale3d(.85, .85, .85);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
          animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
          animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
          animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
          animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
          animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
          animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    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);
  }

  100% {
    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);
  }

  100% {
    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);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
            transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
          animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
          animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
          animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
          animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
          animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
          animation-name: slideOutUp;
}

	/*-----------------------------------------------------------------------------

-	Revolution Slider 5.0 Default Style Settings -

Screen Stylesheet

version:   	5.0.0
date:      	18/03/15
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/


@font-face {
  font-family: 'revicons';
  src: url('../fonts/revicons/revicons90c6.eot?5510888');
  src: url('../fonts/revicons/revicons90c6.eot?5510888#iefix') format('embedded-opentype'),
       url('../fonts/revicons/revicons90c6.woff?5510888') format('woff'),
       url('../fonts/revicons/revicons90c6.ttf?5510888') format('truetype'),
       url('../fonts/revicons/revicons90c6.svg?5510888#revicons') format('svg');
  font-weight: normal;
  font-style: normal;
}

 [class^="revicon-"]:before, [class*=" revicon-"]:before {
  font-family: "revicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center; 

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.revicon-search-1:before { content: '\e802'; } /* 'î ‚' */
.revicon-pencil-1:before { content: '\e831'; } /* 'î ±' */
.revicon-picture-1:before { content: '\e803'; } /* 'î ƒ' */
.revicon-cancel:before { content: '\e80a'; } /* 'î Š' */
.revicon-info-circled:before { content: '\e80f'; } /* 'î ' */
.revicon-trash:before { content: '\e801'; } /* 'î ' */
.revicon-left-dir:before { content: '\e817'; } /* 'î —' */
.revicon-right-dir:before { content: '\e818'; } /* 'î ˜' */
.revicon-down-open:before { content: '\e83b'; } /* 'î »' */
.revicon-left-open:before { content: '\e819'; } /* 'î ™' */
.revicon-right-open:before { content: '\e81a'; } /* 'î š' */
.revicon-angle-left:before { content: '\e820'; } /* 'î  ' */
.revicon-angle-right:before { content: '\e81d'; } /* 'î ' */
.revicon-left-big:before { content: '\e81f'; } /* 'î Ÿ' */
.revicon-right-big:before { content: '\e81e'; } /* 'î ' */
.revicon-magic:before { content: '\e807'; } /* 'î ‡' */
.revicon-picture:before { content: '\e800'; } /* 'î €' */
.revicon-export:before { content: '\e80b'; } /* 'î ‹' */
.revicon-cog:before { content: '\e832'; } /* 'î ²' */
.revicon-login:before { content: '\e833'; } /* 'î ³' */
.revicon-logout:before { content: '\e834'; } /* 'î ´' */
.revicon-video:before { content: '\e805'; } /* 'î …' */
.revicon-arrow-combo:before { content: '\e827'; } /* 'î §' */
.revicon-left-open-1:before { content: '\e82a'; } /* 'î ª' */
.revicon-right-open-1:before { content: '\e82b'; } /* 'î «' */
.revicon-left-open-mini:before { content: '\e822'; } /* 'î ¢' */
.revicon-right-open-mini:before { content: '\e823'; } /* 'î £' */
.revicon-left-open-big:before { content: '\e824'; } /* 'î ¤' */
.revicon-right-open-big:before { content: '\e825'; } /* 'î ¥' */
.revicon-left:before { content: '\e836'; } /* 'î ¶' */
.revicon-right:before { content: '\e826'; } /* 'î ¦' */
.revicon-ccw:before { content: '\e808'; } /* 'î ˆ' */
.revicon-arrows-ccw:before { content: '\e806'; } /* 'î †' */
.revicon-palette:before { content: '\e829'; } /* 'î ©' */
.revicon-list-add:before { content: '\e80c'; } /* 'î Œ' */
.revicon-doc:before { content: '\e809'; } /* 'î ‰' */
.revicon-left-open-outline:before { content: '\e82e'; } /* 'î ®' */
.revicon-left-open-2:before { content: '\e82c'; } /* 'î ¬' */
.revicon-right-open-outline:before { content: '\e82f'; } /* 'î ¯' */
.revicon-right-open-2:before { content: '\e82d'; } /* 'î ­' */
.revicon-equalizer:before { content: '\e83a'; } /* 'î º' */
.revicon-layers-alt:before { content: '\e804'; } /* 'î „' */
.revicon-popup:before { content: '\e828'; } /* 'î ¨' */

							

/******************************
	-	BASIC STYLES		-
******************************/

.rev_slider_wrapper{
	position:relative;
	z-index: 0;
}


.rev_slider{
	position:relative;
	overflow:visible;
}

.tp-overflow-hidden { overflow:hidden;}

.tp-simpleresponsive img,
.rev_slider img{
	max-width:none !important;
	-moz-transition: none 0;
	-webkit-transition: none 0;
	-o-transition: none 0;
	transition: none 0;
	margin:0px;
	padding:0px;
	border-width:0px;
	border:none;
}

.rev_slider .no-slides-text{
	font-weight:bold;
	text-align:center;
	padding-top:80px;
}

.rev_slider >ul,
.rev_slider_wrapper >ul,
.tp-revslider-mainul >li,
.rev_slider >ul >li,
.rev_slider >ul >li:before,
.tp-revslider-mainul >li:before,
.tp-simpleresponsive >ul,
.tp-simpleresponsive >ul >li,
.tp-simpleresponsive >ul >li:before,
.tp-revslider-mainul >li,
.tp-simpleresponsive >ul >li{
	list-style:none !important;
	position:absolute;	
	margin:0px !important;
	padding:0px !important;
	overflow-x: visible;
	overflow-y: visible;
	list-style-type: none !important;
	background-image:none;
	background-position:0px 0px;
	text-indent: 0em;
	top:0px;left:0px;
}


.tp-revslider-mainul >li,
.rev_slider >ul >li,
.rev_slider >ul >li:before,
.tp-revslider-mainul >li:before,
.tp-simpleresponsive >ul >li,
.tp-simpleresponsive >ul >li:before,
.tp-revslider-mainul >li,
.tp-simpleresponsive >ul >li { 
	visibility:hidden; 
}

.tp-revslider-slidesli,
.tp-revslider-mainul	{	
	padding:0 !important; 
	margin:0 !important; 
	list-style:none !important;
}

.rev_slider li.tp-revslider-slidesli {
    position: absolute !important;
}



.rev_slider .tp-caption,
.rev_slider .caption 	{ 
	position:relative;  
	visibility:hidden; 
	white-space: nowrap;
	display: block;
}


.rev_slider .tp-mask-wrap .tp-caption,
.rev_slider .tp-mask-wrap *:last-child,
.wpb_text_column .rev_slider .tp-mask-wrap .tp-caption,
.wpb_text_column .rev_slider .tp-mask-wrap *:last-child{
	margin-bottom:0;

}

	
/* CAROUSEL FUNCTIONS */
.tp-carousel-wrapper {
	cursor:url(openhand.html), move;
}
.tp-carousel-wrapper.dragged {
	cursor:url(closedhand.html), move;
}

/* ADDED FOR SLIDELINK MANAGEMENT */
.tp-caption {
	z-index:1
}

.tp_inner_padding {	
	box-sizing:border-box;	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	max-height:none !important;	
}


.tp-caption {	
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;	
	position:absolute;
	-webkit-font-smoothing: antialiased !important;
}



.tp-forcenotvisible,
.tp-hide-revslider,
.tp-caption.tp-hidden-caption {	
	visibility:hidden !important; 
	display:none !important
}

.rev_slider embed,
.rev_slider iframe,
.rev_slider object,
.rev_slider video {
	max-width: none !important
}






/**********************************************
	-	FULLSCREEN AND FULLWIDHT CONTAINERS	-
**********************************************/
.rev_slider_wrapper	{	width:100%;}

.fullscreen-container {	
	position:relative;
	padding:0;
}


.fullwidthbanner-container{
	position:relative;
	padding:0;
	overflow:hidden;
}

.fullwidthbanner-container .fullwidthabanner{
	width:100%;
	position:relative;
}



/*********************************
	-	SPECIAL TP CAPTIONS -
**********************************/

.tp-static-layers				{	
	position:absolute; z-index:505; top:0px;left:0px}


.tp-caption .frontcorner		{
	width: 0;
	height: 0;
	border-left: 40px solid transparent;
	border-right: 0px solid transparent;
	border-top: 40px solid #00A8FF;
	position: absolute;left:-40px;top:0px;
}

.tp-caption .backcorner		{
	width: 0;
	height: 0;
	border-left: 0px solid transparent;
	border-right: 40px solid transparent;
	border-bottom: 40px solid #00A8FF;
	position: absolute;right:0px;top:0px;
}

.tp-caption .frontcornertop		{
	width: 0;
	height: 0;
	border-left: 40px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 40px solid #00A8FF;
	position: absolute;left:-40px;top:0px;
}

.tp-caption .backcornertop		{
	width: 0;
	height: 0;
	border-left: 0px solid transparent;
	border-right: 40px solid transparent;
	border-top: 40px solid #00A8FF;
	position: absolute;right:0px;top:0px;
}
									
.tp-layer-inner-rotation {	
	position: relative !important;
}		


/***********************************************
	-	SPECIAL ALTERNATIVE IMAGE SETTINGS	-
***********************************************/

img.tp-slider-alternative-image	{	
	width:100%; height:auto;
}


/******************************
	-	IE8 HACKS	-
*******************************/
.noFilterClass {
	filter:none !important;
}


/********************************
	-	FULLSCREEN VIDEO	-
*********************************/

.rs-background-video-layer 		{	position: absolute;top:0px;left:0px; width:100%;height:100%;visibility: hidden;z-index: 0;}

.tp-caption.coverscreenvideo	{	width:100%;height:100%;top:0px;left:0px;position:absolute;}
.caption.fullscreenvideo,
.tp-caption.fullscreenvideo		{	left:0px; top:0px; position:absolute;width:100%;height:100%}

.caption.fullscreenvideo iframe,
.caption.fullscreenvideo video,
.tp-caption.fullscreenvideo iframe,
.tp-caption.fullscreenvideo iframe video	{ width:100% !important; height:100% !important; display: none}

.fullcoveredvideo video,
.fullscreenvideo video				{	background: #000}

.fullcoveredvideo .tp-poster		{	background-position: center center;background-size: cover;width:100%;height:100%;top:0px;left:0px}


.videoisplaying .html5vid .tp-poster	{	display: none}

.tp-video-play-button					{	
	background:#000;
	background:rgba(0,0,0,0.3);										
	border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;
	position: absolute;
	top: 50%;
	left: 50%;										
	color: #FFF;
	z-index: 3;
	margin-top: -25px;
	margin-left: -25px;
	line-height: 50px !important;
	text-align: center;
	cursor: pointer;
	width: 50px;
	height:50px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;	
	display: inline-block;	
	vertical-align: top;
	z-index: 4;
	opacity: 0;
	-webkit-transition:opacity 300ms ease-out !important;
	-moz-transition:opacity 300ms ease-out !important;
	-o-transition:opacity 300ms ease-out !important;
	transition:opacity 300ms ease-out !important;				
}
.tp-caption .html5vid					{	width:100% !important; height:100% !important;}									
.tp-video-play-button i 				{	width:50px;height:50px; display:inline-block; text-align: center; vertical-align: top; line-height: 50px !important; font-size: 40px !important;}									
.tp-caption:hover .tp-video-play-button	{	opacity: 1;}
.tp-caption .tp-revstop					{	display:none; border-left:5px solid #fff !important; border-right:5px solid #fff !important;margin-top:15px !important;line-height: 20px !important;vertical-align: top; font-size:25px !important;}
.videoisplaying .revicon-right-dir		{	display:none}
.videoisplaying .tp-revstop				{	display:inline-block}

.videoisplaying  .tp-video-play-button			{	display:none}
.tp-caption:hover .tp-video-play-button 		{ 	display:block}

.fullcoveredvideo .tp-video-play-button			{	display:none !important}


.fullscreenvideo .fullscreenvideo video 		{	object-fit:contain !important;}

.fullscreenvideo .fullcoveredvideo video 		{	object-fit:cover !important;}

.tp-video-controls {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 5px;
	opacity: 0;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-o-transition: opacity .3s;
	-ms-transition: opacity .3s;
	transition: opacity .3s;
	background-image: linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
	background-image: -o-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.13, rgb(0,0,0)),color-stop(1, rgb(50,50,50)));	
	display:table;max-width:100%; overflow:hidden;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}

.tp-caption:hover .tp-video-controls {	opacity: .9;}

.tp-video-button {
	background: rgba(0,0,0,.5);
	border: 0;
	color: #EEE;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	cursor:pointer;
	line-height:12px;
	font-size:12px;
	color:#fff;
	padding:0px;
	margin:0px;
	outline: none;
	}
.tp-video-button:hover 				{	cursor: pointer;}


.tp-video-button-wrap,
.tp-video-seek-bar-wrap,
.tp-video-vol-bar-wrap 				{ 	padding:0px 5px;display:table-cell; }

.tp-video-seek-bar-wrap				{	width:80%}
.tp-video-vol-bar-wrap				{	width:20%}

.tp-volume-bar,
.tp-seek-bar						{	width:100%; cursor: pointer;  outline:none; line-height:12px;margin:0; padding:0;}


.rs-fullvideo-cover					{	width:100%;height:100%;top:0px;left:0px;position: absolute; background:transparent;z-index:5;}




/********************************
	-	DOTTED OVERLAYS	-
*********************************/
.tp-dottedoverlay						{	background-repeat:repeat;width:100%;height:100%;position:absolute;top:0px;left:0px;z-index:3}
.tp-dottedoverlay.twoxtwo				{	background:url(../assets/gridtile.png)}
.tp-dottedoverlay.twoxtwowhite			{	background:url(../assets/gridtile_white.png)}
.tp-dottedoverlay.threexthree			{	background:url(../assets/gridtile_3x3.png)}
.tp-dottedoverlay.threexthreewhite		{	background:url(../assets/gridtile_3x3_white.png)}


/******************************
	-	SHADOWS		-
******************************/

.tp-shadowcover	{	width:100%;height:100%;top:0px;left:0px;background: #fff;position: absolute; z-index: -1;}
.tp-shadow1 {
	-webkit-box-shadow: 0 10px 6px -6px rgba(0,0,0,0.8);
	   -moz-box-shadow: 0 10px 6px -6px rgba(0,0,0,0.8);
	        box-shadow: 0 10px 6px -6px rgba(0,0,0,0.8);
}

.tp-shadow2:before, .tp-shadow2:after,
.tp-shadow3:before, .tp-shadow4:after
{
  z-index: -2;
  position: absolute;
  content: "";
  bottom: 10px;
  left: 10px;
  width: 50%;
  top: 85%;
  max-width:300px;
  background: transparent;
  -webkit-box-shadow: 0 15px 10px rgba(0,0,0,0.8);
  -moz-box-shadow: 0 15px 10px rgba(0,0,0,0.8);
  box-shadow: 0 15px 10px rgba(0,0,0,0.8);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.tp-shadow2:after,
.tp-shadow4:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.tp-shadow5
{
  	position:relative;       
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.tp-shadow5:before, .tp-shadow5:after
{
	content:"";
    position:absolute; 
    z-index:-2;
    -webkit-box-shadow:0 0 25px 0px rgba(0,0,0,0.6);
    -moz-box-shadow:0 0 25px 0px  rgba(0,0,0,0.6);
    box-shadow:0 0 25px 0px  rgba(0,0,0,0.6);
    top:30%;
    bottom:0;
    left:20px;
    right:20px;
    -moz-border-radius:100px / 20px;
    border-radius:100px / 20px;
}

/******************************
	-	BUTTONS	-
*******************************/

.tp-button{
	padding:6px 13px 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	height:30px;
	cursor:pointer;
	color:#fff !important; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6) !important; font-size:15px; line-height:45px !important;
	font-family: arial, sans-serif; font-weight: bold; letter-spacing: -1px;
	text-decoration:none;
}

.tp-button.big	{	color:#fff; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6); font-weight:bold; padding:9px 20px; font-size:19px;  line-height:57px !important; }


.purchase:hover,
.tp-button:hover,
.tp-button.big:hover {	background-position:bottom, 15px 11px}

	
/*	BUTTON COLORS	*/

.tp-button.green, .tp-button:hover.green,
.purchase.green, .purchase:hover.green			{ background-color:#21a117; -webkit-box-shadow:  0px 3px 0px 0px #104d0b;        -moz-box-shadow:   0px 3px 0px 0px #104d0b;        box-shadow:   0px 3px 0px 0px #104d0b;  }

.tp-button.blue, .tp-button:hover.blue,
.purchase.blue, .purchase:hover.blue			{ background-color:#1d78cb; -webkit-box-shadow:  0px 3px 0px 0px #0f3e68;        -moz-box-shadow:   0px 3px 0px 0px #0f3e68;        box-shadow:   0px 3px 0px 0px #0f3e68}

.tp-button.red, .tp-button:hover.red,
.purchase.red, .purchase:hover.red				{ background-color:#cb1d1d; -webkit-box-shadow:  0px 3px 0px 0px #7c1212;        -moz-box-shadow:   0px 3px 0px 0px #7c1212;        box-shadow:   0px 3px 0px 0px #7c1212}

.tp-button.orange, .tp-button:hover.orange,
.purchase.orange, .purchase:hover.orange		{ background-color:#ff7700; -webkit-box-shadow:  0px 3px 0px 0px #a34c00;        -moz-box-shadow:   0px 3px 0px 0px #a34c00;        box-shadow:   0px 3px 0px 0px #a34c00}

.tp-button.darkgrey,.tp-button.grey,
.tp-button:hover.darkgrey,.tp-button:hover.grey,
.purchase.darkgrey, .purchase:hover.darkgrey	{ background-color:#555; -webkit-box-shadow:  0px 3px 0px 0px #222;        -moz-box-shadow:   0px 3px 0px 0px #222;        box-shadow:   0px 3px 0px 0px #222}

.tp-button.lightgrey, .tp-button:hover.lightgrey,
.purchase.lightgrey, .purchase:hover.lightgrey	{ background-color:#888; -webkit-box-shadow:  0px 3px 0px 0px #555;        -moz-box-shadow:   0px 3px 0px 0px #555;        box-shadow:   0px 3px 0px 0px #555}



/* TP BUTTONS DESKTOP SIZE */

.rev-btn,
.rev-btn:visited						{ 	outline:none !important; box-shadow:none !important; text-decoration: none !important; line-height: 44px; font-size: 17px; font-weight: 500; padding: 12px 35px; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;  font-family: "Roboto", sans-serif;  cursor: pointer;}

.rev-btn.rev-uppercase,
.rev-btn.rev-uppercase:visited			{ 	text-transform: uppercase; letter-spacing: 1px; font-size: 15px; font-weight: 900; }

.rev-btn.rev-withicon i					{ 	font-size: 15px; font-weight: normal; position: relative; top: 0px; -webkit-transition: all 0.2s ease-out !important; -moz-transition: all 0.2s ease-out !important; -o-transition: all 0.2s ease-out !important; -ms-transition: all 0.2s ease-out !important; margin-left:10px !important;}

.rev-btn.rev-hiddenicon i				{ 	font-size: 15px; font-weight: normal; position: relative; top: 0px; -webkit-transition: all 0.2s ease-out !important; -moz-transition: all 0.2s ease-out !important; -o-transition: all 0.2s ease-out !important; -ms-transition: all 0.2s ease-out !important; opacity: 0; margin-left:0px !important; width:0px !important;  }
.rev-btn.rev-hiddenicon:hover i			{   opacity: 1 !important; margin-left:10px !important; width:auto !important;}

/* REV BUTTONS MEDIUM */
.rev-btn.rev-medium,
.rev-btn.rev-medium:visited				{	 line-height: 36px; font-size: 14px; padding: 10px 30px; }

.rev-btn.rev-medium.rev-withicon i		{ 	font-size: 14px; top: 0px; }

.rev-btn.rev-medium.rev-hiddenicon i	{ 	font-size: 14px; top: 0px; }


/* REV BUTTONS SMALL */
.rev-btn.rev-small,
.rev-btn.rev-small:visited				{	line-height: 28px; font-size: 12px; padding: 7px 20px; }

.rev-btn.rev-small.rev-withicon i		{	font-size: 12px; top: 0px; }

.rev-btn.rev-small.rev-hiddenicon i		{ 	font-size: 12px; top: 0px; }


/* ROUNDING OPTIONS */
.rev-maxround 							{ 	-webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; }
.rev-minround 							{ 	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }	


/* BURGER BUTTON */
.rev-burger {
  position: relative;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  padding: 22px 0 0 14px;
  border-radius: 50%;
  border: 1px solid rgba(51,51,51,0.25);
  tap-highlight-color: transparent;
  cursor: pointer;
}
.rev-burger span {
  display: block;
  width: 30px;
  height: 3px;
  background: #333;
  transition: .7s;
  pointer-events: none;
  transform-style: flat !important;
}
.rev-burger span:nth-child(2) {
  margin: 3px 0;
}

#dialog_addbutton .rev-burger:hover :first-child,
.open .rev-burger :first-child,
.open.rev-burger :first-child {
  transform: translateY(6px) rotate(-45deg);
  -webkit-transform: translateY(6px) rotate(-45deg);
}
#dialog_addbutton .rev-burger:hover :nth-child(2),
.open .rev-burger :nth-child(2),
.open.rev-burger :nth-child(2) {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  opacity: 0;
}
#dialog_addbutton .rev-burger:hover :last-child,
.open .rev-burger :last-child,
.open.rev-burger :last-child {
  transform: translateY(-6px) rotate(-135deg);
  -webkit-transform: translateY(-6px) rotate(-135deg);
}

.rev-burger.revb-white {
  border: 2px solid rgba(255,255,255,0.2);
}
.rev-burger.revb-white span {
  background: #fff;
}
.rev-burger.revb-whitenoborder {
  border: 0;
}
.rev-burger.revb-whitenoborder span {
  background: #fff;
}
.rev-burger.revb-darknoborder {
  border: 0;
}
.rev-burger.revb-darknoborder span {
  background: #333;
}

.rev-burger.revb-whitefull {
  background: #fff;
  border:none;
}

.rev-burger.revb-whitefull span {
	background:#333;
}

.rev-burger.revb-darkfull {
  background: #333;
  border:none;
}

.rev-burger.revb-darkfull span {
	background:#fff;
}


/* SCROLL DOWN BUTTON */
@-webkit-keyframes rev-ani-mouse {
	0% { opacity: 1;top: 29%;}
	15% {opacity: 1;top: 50%;}
	50% { opacity: 0;top: 50%;}
	100% { opacity: 0;top: 29%;}
}
@-moz-keyframes rev-ani-mouse {
	0% {opacity: 1;top: 29%;}
	15% {opacity: 1;top: 50%;}
	50% {opacity: 0;top: 50%;}
	100% {opacity: 0;top: 29%;}
}
@keyframes rev-ani-mouse {
	0% {opacity: 1;top: 29%;}
	15% {opacity: 1;top: 50%;}
	50% {opacity: 0;top: 50%;}
	100% {opacity: 0;top: 29%;}
}
.rev-scroll-btn {
	display: inline-block;
	position: relative;
	left: 0;
	right: 0;
	text-align: center;
	cursor: pointer;
	width:35px;
	height:55px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px solid white;
	border-radius: 23px;
}
.rev-scroll-btn > * {
	display: inline-block;
	line-height: 18px;
	font-size: 13px;
	font-weight: normal;
	color: #7f8c8d;
	color: #ffffff;
	font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *.active {
	color: #ffffff;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *:active,
.rev-scroll-btn > *.active {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.rev-scroll-btn.revs-fullwhite  {
	background:#fff;
}

.rev-scroll-btn.revs-fullwhite span {
	background: #333;	
}

.rev-scroll-btn.revs-fulldark  {
	background:#333;
	border:none;
}

.rev-scroll-btn.revs-fulldark  span {
	background: #fff;	
}

.rev-scroll-btn span {
	position: absolute;
	display: block;
	top: 29%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
	background: white;
	border-radius: 50%;
	-webkit-animation: rev-ani-mouse 2.5s linear infinite;
	-moz-animation: rev-ani-mouse 2.5s linear infinite;
	animation: rev-ani-mouse 2.5s linear infinite;
}

.rev-scroll-btn.revs-dark {
	border-color:#333;
}
.rev-scroll-btn.revs-dark span {
	background: #333;	
}

.rev-control-btn {
	position: relative;
	display: inline-block;
	z-index: 5;	
	color: #FFF;  
	font-size: 20px;
	line-height: 60px;
	font-weight: 400;
	font-style: normal;
	font-family: Raleway;	
	text-decoration: none;
	text-align: center;
	background-color: #000;	
	border-radius: 50px;	
	text-shadow: none;
	background-color: rgba(0, 0, 0, 0.50);
	width:60px;
	height:60px;
	box-sizing: border-box;
	cursor: pointer;
}

.rev-cbutton-dark-sr	{	
	border-radius: 3px;		
}

.rev-cbutton-light	{	
	color: #333;  	
	background-color: rgba(255,255,255, 0.75);	
}

.rev-cbutton-light-sr	{		
	color: #333;  	
	border-radius: 3;		
	background-color: rgba(255,255,255, 0.75);
}


.rev-sbutton {	
	line-height: 37px;	
	width:37px;
	height:37px;	
}

.rev-sbutton-blue	{	
	background-color: #3B5998
}
.rev-sbutton-lightblue	{	
	background-color: #00A0D1;
}
.rev-sbutton-red	{	
	background-color: #DD4B39;
}




/************************************
-	TP BANNER TIMER		-
*************************************/
.tp-bannertimer								{	visibility: hidden; width:100%; height:5px; /*background:url(../assets/timer.png);*/ background: #fff; background: rgba(0,0,0,0.15); position:absolute; z-index:200; top:0px}
.tp-bannertimer.tp-bottom					{	top:auto; bottom:0px !important;height:5px}


/*********************************************
-	BASIC SETTINGS FOR THE BANNER	-
***********************************************/

 .tp-simpleresponsive img {
	-moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.tp-caption img {
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
	zoom: 1;
}



/*  CAPTION SLIDELINK   **/
.caption.slidelink a div,
.tp-caption.slidelink a div {	width:3000px; height:1500px;  background:url(../assets/coloredbg.png) repeat}
.tp-caption.slidelink a span{	background:url(../assets/coloredbg.png) repeat}
.tp-shape {	width:100%;height:100%;}



/*********************************************
-	WOOCOMMERCE STYLES	-
***********************************************/

.tp-caption .rs-starring				{	display: inline-block}
.tp-caption .rs-starring .star-rating	{	float: none;}

.tp-caption .rs-starring .star-rating {
	color: #FFC321 !important;
	display: inline-block;
    vertical-align: top;
}

.tp-caption .rs-starring .star-rating, 
.tp-caption .rs-starring-page .star-rating {	
	position: relative;
	height: 1em;
	
	width: 5.4em;
	font-family: star;
}

.tp-caption  .rs-starring .star-rating:before, 
.tp-caption  .rs-starring-page .star-rating:before {
	content: "\73\73\73\73\73";
	color: #E0DADF;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.tp-caption .rs-starring star-rating span,
.tp-caption .rs-starring .star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
	font-size: 1em !important;
}

.tp-caption .rs-starring .star-rating span:before,
.tp-caption .rs-starring .star-rating span:before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
}

.tp-caption .rs-starring .star-rating {
	color: #FFC321 !important;
}


.tp-caption .rs-starring .star-rating, 
.tp-caption .rs-starring-page .star-rating {
	
	font-size: 1em !important;
	font-family: star;
}


/******************************
	-	LOADER FORMS	-
********************************/

.tp-loader 	{
	top:50%; left:50%;
	z-index:10000;
	position:absolute;
}

.tp-loader.spinner0 {
	width: 40px;
	height: 40px;
	background-color: #fff;
	background:url(../assets/loader.gif) no-repeat center center;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	margin-top:-20px;
	margin-left:-20px;
	-webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
	animation: tp-rotateplane 1.2s infinite ease-in-out;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


.tp-loader.spinner1 {
	width: 40px;
	height: 40px;
	background-color: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	margin-top:-20px;
	margin-left:-20px;
	-webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
	animation: tp-rotateplane 1.2s infinite ease-in-out;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}



.tp-loader.spinner5 	{	
	background:url(../assets/loader.gif) no-repeat 10px 10px;
	background-color:#fff;
	margin:-22px -22px;
	width:44px;height:44px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


@-webkit-keyframes tp-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes tp-rotateplane {
  0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg);} 
  50% { transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);} 
  100% { transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);}
}


.tp-loader.spinner2 {
	width: 40px;
	height: 40px;
	margin-top:-20px;margin-left:-20px;
	background-color: #ff0000;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	border-radius: 100%;
	-webkit-animation: tp-scaleout 1.0s infinite ease-in-out;
	animation: tp-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes tp-scaleout {
  0% { -webkit-transform: scale(0.0) }
  100% {-webkit-transform: scale(1.0); opacity: 0;}
}

@keyframes tp-scaleout {
  0% {transform: scale(0.0);-webkit-transform: scale(0.0);} 
  100% {transform: scale(1.0);-webkit-transform: scale(1.0);opacity: 0;}
}


.tp-loader.spinner3 {
  margin: -9px 0px 0px -35px;
  width: 70px;
  text-align: center;
}

.tp-loader.spinner3 .bounce1,
.tp-loader.spinner3 .bounce2,
.tp-loader.spinner3 .bounce3 {
  width: 18px;
  height: 18px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out;
  animation: tp-bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.tp-loader.spinner3 .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.tp-loader.spinner3 .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes tp-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes tp-bouncedelay {
  0%, 80%, 100% {transform: scale(0.0);} 
  40% {transform: scale(1.0);}
}




.tp-loader.spinner4 {
  margin: -20px 0px 0px -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-animation: tp-rotate 2.0s infinite linear;
  animation: tp-rotate 2.0s infinite linear;
}

.tp-loader.spinner4 .dot1,
.tp-loader.spinner4 .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: tp-bounce 2.0s infinite ease-in-out;
  animation: tp-bounce 2.0s infinite ease-in-out;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
}

.tp-loader.spinner4 .dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes tp-rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes tp-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}

@-webkit-keyframes tp-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes tp-bounce {
  0%, 100% {transform: scale(0.0);} 
  50% { transform: scale(1.0);}
}



/***********************************************
	-  STANDARD NAVIGATION SETTINGS 
***********************************************/


.tp-thumbs.navbar,
.tp-bullets.navbar,
.tp-tabs.navbar					{	border:none; min-height: 0; margin:0; border-radius: 0; -moz-border-radius:0; -webkit-border-radius:0;}

.tp-tabs,
.tp-thumbs,
.tp-bullets						{	position:absolute; display:block; z-index:1000; top:0px; left:0px;}

.tp-tab,
.tp-thumb 						{	cursor: pointer; position:absolute;opacity:0.5;  box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}

.tp-arr-imgholder,
.tp-videoposter,
.tp-thumb-image,
.tp-tab-image					{	background-position: center center; background-size:cover;width:100%;height:100%; display:block; position:absolute;top:0px;left:0px;}

.tp-tab:hover,
.tp-tab.selected,
.tp-thumb:hover,
.tp-thumb.selected				{	opacity:1;}

.tp-tab-mask,
.tp-thumb-mask 					{	box-sizing:border-box !important; -webkit-box-sizing:border-box !important; -moz-box-sizing:border-box !important}

.tp-tabs,
.tp-thumbs						{	box-sizing:content-box !important; -webkit-box-sizing:content-box !important; -moz-box-sizing: content-box !important}

.tp-bullet 						{	width:15px;height:15px; position:absolute; background:#fff; background:rgba(255,255,255,0.3); cursor: pointer;}
.tp-bullet.selected,
.tp-bullet:hover				{	background:#fff;}

.tp-bannertimer					{	background:#000; background:rgba(0,0,0,0.15); height:5px;}


.tparrows						{	cursor:pointer; background:#000; background:rgba(0,0,0,0.5); width:40px;height:40px;position:absolute; display:block; z-index:1000; }
.tparrows:hover 				{	background:#000;}
.tparrows:before				{	font-family: "revicons"; font-size:15px; color:#fff; display:block; line-height: 40px; text-align: center;}
.tparrows.tp-leftarrow:before	{	content: '\e824'; }
.tparrows.tp-rightarrow:before	{	content: '\e825'; }


/***************************
	- 3D SHADOW MODE -
***************************/

.dddwrappershadow { box-shadow:0 45px 100px rgba(0, 0, 0, 0.4);}

/*******************
	- DEBUG MODE -
*******************/

.hglayerinfo				   {	  position: fixed;
  bottom: 0px;
  left: 0px;
  color: #FFF;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.75);
  padding: 5px 10px;
  z-index: 2000;
  white-space: normal;}
.hginfo 					   { 	position:absolute;top:-2px;left:-2px;color:#e74c3c;font-size:12px;font-weight:600; background:#000;padding:2px 5px;}
.indebugmode .tp-caption:hover { 	border:1px dashed #c0392b !important;}
.helpgrid 					   { 	border:2px dashed #c0392b;position:absolute;top:0px;peft:0px;z-index:0 }
