/*
Theme Name: BeOnePage Pro
Theme URI: http://betheme.me/themes/beonepage/
Author: BeTheme
Author URI: http://betheme.me/
Description: BeOnePage is a professional one-page creative WordPress theme. Perfect to promote your work or your creative business. It is cross-browser compatible, fully responsive, and retina ready. BeOnePage is very easy to set up and customize, being powered by the amazing Front Page Builder. The theme performs beautifully on all devices, with smooth animations and optimum speed.
Version: 1.9.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: beonepage
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-menu, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you"ve learned with others.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
01 Normalizes
	1.1 Typography
	1.2 Elements
		1.2.1 Button
		1.2.2 Form Control
		1.2.3 Separator
		1.2.4 YouTuBe Background Player
	1.3 Alignment
02 Page Loading Transition
03 Header
	3.1 Progress Bar
	3.2 Site Title
	3.3 Site Logo
	3.4 Header Menu
	3.5 Mobile Menu
04 Homepage Modules
	4.1 Slider Module
	4.1.1 Scroll Down
	4.2 Icon Service Module
	4.3 Portfolio Module
		4.3.1 Portfolio Filter
		4.3.2 Portfolio Item
		4.3.3 Portfolio Detail
	4.4 Promotion Module
		4.4.1 Vertical Promotion Module
		4.4.2 Horizontal Promotion Module
	4.5 Blog Module
		4.5.1 Blog Item
		4.5.2 See More
	4.6 Contact Module
		4.6.1 Contact Item
		4.6.2 Contact Form
		4.6.3 Google Map
	4.7 Process Module
	4.8 Team Module
	4.9 Skill Bar Module
	4.10 Testimonial Module
	4.11 Client Module
	4.12 Fun Fact Module
	4.13 Pricing Table Module
	4.14 Twitter Module
	4.15 Subscribe Module
05 Content
	5.1 Breadcrumb
	5.2 Posts and Pages
		5.2.1 Page Header
		5.2.2 Blog List
		5.2.3 Navigation
	5.3 Widgets
		5.3.1 Search Form
		5.3.2 TagCloud
	5.4 Comment
06 Footer
	6.1 Social Link
	6.2 Go to Top
07 Accessory
	7.1 WordPress Core
	7.2 Magnific Popup
	7.3 Owl Carousel
	7.4 FlexSlider
08 WooCommerce
--------------------------------------------------------------*/

/*--------------------------------------------------------------
01 Normalize
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.1 Typography
--------------------------------------------------------------*/
html {
	max-width: 100%;
	overflow-x: hidden;
	text-rendering: optimizeLegibility;

	-ms-overflow-style: scrollbar;

	-webkit-font-smoothing: antialiased;
}

body {
	font-weight: 400;
	line-height: 1.7em;
	padding: 0;

	-ms-word-wrap: break-word;
		word-wrap: break-word;
}

a {
	-webkit-transition: all .3s ease;
			transition: all .3s ease;
}

a,
a:hover,
a:active,
a:focus {
	color: inherit;
	outline: 0;
}

a:active,
a:focus {
	text-decoration: none;
}

p {
	margin-bottom: 20px;
}

ins,
::selection {
	color: #fff;
	text-shadow: none;
	text-decoration: none;
}

::-moz-selection {
	color: #fff;
	text-shadow: none;
	text-decoration: none;
}

img {
	display: block;
	height: auto;
}

img,
embed,
iframe,
object {
	max-width: 100%;
}

fieldset {
	margin-bottom: 20px;
}

label {
	margin: 0;
}

textarea,
input[type="text"],
input[type="email"] {
	width: 100%;
	padding: 15px 20px;
	background-color: transparent;
	border-radius: 2px;
	border: 2px solid;

	-webkit-transition: all .3s ease;
			transition: all .3s ease;
}

input:focus,
textarea:focus {
	outline: 0;
	border-color: inherit;
}

input[type=number] {
	-moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
}

select::-ms-expand {
	display: none;
}

blockquote {
	border-left: 5px solid;
}

section {
	position: relative;
}

/*--------------------------------------------------------------
1.2 Elements
--------------------------------------------------------------*/
section:not(.nopadding) .container,
section:not(.nopadding) .container-fluid {
	margin: 90px auto;
}

section.sm-section .container {
	margin: 40px auto;
}

.row-nopadding [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.select:after {
	margin-left: -20px;
	content: "\f0d7";
	font-family: "FontAwesome";
	vertical-align: middle;
}

.dropdown-toggle {
	width: 100%;

	-webkit-appearance: none;
	   -moz-appearance: none;
			appearance: none;
}

.spacer {
	clear: both;
	display: block;
	width: 100%;
	height: 30px;
}

.triangle {
	top: -1px;
	width: 0;
	height: 0;
	margin: 0 auto;
	border-top: 30px solid;
}

.line {
	clear: both;
	position: relative;
	width: 100%;
	margin: 30px 0;
	border-top: 1px solid;
}

.tooltip {
	font-size: 1em;
	font-weight: 400;
	letter-spacing: .077em;
}

.no-animation {
	opacity: 0;
}

.no-background {
	background-image: none !important;
}

body:not(.device-touch) .parallax {
	overflow: hidden;
	background-size: cover;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

/*--------------------------------------------------------------
1.2.1 Button
--------------------------------------------------------------*/
.btn {
	padding: 5px 15px;
	text-transform: uppercase;
	border-radius: 2px;
	background-color: transparent;

	-webkit-transition: all .3s ease;
			transition: all .3s ease;
}

.btn:hover {
	border-radius: 0;
	text-decoration: none;
}

.btn:focus {
	color: inherit;
	outline: 0;
}

.btn:active:focus {
	outline: 0;
}

.btn-md,
.btn-lg {
	padding: 10px 15px;
}

.btn-light {
	color: #fff !important;
	border: 2px solid rgba(255,255,255,.7) !important;
}

.btn-light:hover {
	color: #000 !important;
	background: #fff !important;
}

.btn-dark {
	color: #111 !important;
	border: 2px solid rgba(17,17,17,.7) !important;
}

.btn-dark:hover {
	color: #fff !important;
	background: #111 !important;
}

input.btn {
	vertical-align: bottom;
}

/*--------------------------------------------------------------
1.2.2 Form Control
--------------------------------------------------------------*/
input.form-control {
	height: 44px;
	padding: 5px 15px;
	font-size: .923em;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-radius: 0;
	border: 1px solid #ccc;
	background-color: #fff;
}

input.form-control:hover {
	border-color: #ccc;
}

input.form-control:focus {
	color: #151515;
	border-color: #151515;
	box-shadow: 0 0 3px rgba(21,21,21,.3);
}

/*--------------------------------------------------------------
1.2.3 Separator
--------------------------------------------------------------*/
.separator {
	line-height: .5em;
	margin: 30px 0;
}

.separator span {
	position: relative;
	display: inline-block;
}

.separator i {
	font-size: .462em;
}

.separator span:before {
	right: 100%;
	margin-right: 15px;
}

.separator span:after {
	left: 100%;
	margin-left: 15px;
}

.separator span:before,
.separator span:after {
	content: "";
	position: absolute;
	top: 5px;
	width: 275px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

/*--------------------------------------------------------------
1.2.4 YouTuBe Background Player
--------------------------------------------------------------*/
.yt-bg-player {
	position: relative;
	min-height: 480px;
}

.yt-bg-player iframe {
	max-width: inherit;
}

.yt-control {
	position: absolute;
	right: 0;
	bottom: 5px;
}

.yt-control i {
	cursor: pointer;
	font-size: 1.077em;
	text-align: center;
	width: 13px;
	margin-right: 10px;
}

/*--------------------------------------------------------------
1.3 Alignment
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.3em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.3em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
02 Page Loading Transition
--------------------------------------------------------------*/

.preloader_main_wrapper_inner,
.preloader_main_wrapper{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:99999;
}
.loading-spinner {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	text-align: center;

	-webkit-animation-fill-mode: both;
			animation-fill-mode: both;
}

.loading-spinner > div {
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 100%;

	-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
			transform: translate(-50%,-50%);

	-webkit-animation: bounce-delay 1.4s infinite ease-in-out;
			animation: bounce-delay 1.4s infinite ease-in-out;

	-webkit-animation-fill-mode: both;
			animation-fill-mode: both;
}

/*--------------------------------------------------------------
03 Header
--------------------------------------------------------------*/
.site-header {
	position: relative;
	width: 100%;
	height: 85px;
	background: transparent;
	z-index: 999;

	-webkit-transition: height .5s linear, background .5s ease;
			transition: height .5s linear, background .5s ease;
}

.sticky-header {
	position: fixed;
	border-bottom: 1px solid;
}

.site-branding {
	display: inline-block;
	float: left;
}

/*--------------------------------------------------------------
3.1 Progress Bar
--------------------------------------------------------------*/
.scroll-progress-bar {
	display: none;
	background-color: transparent;
}

/*--------------------------------------------------------------
3.2 Site Title
--------------------------------------------------------------*/
.site-title {
	font-size: 2.154em;
	font-weight: 400;
	line-height: 1.036em;
	letter-spacing: .071em;
	margin: 28px 0;

	-webkit-transition: margin .2s linear;
			transition: margin .2s linear;
}

.site-title a {
	text-decoration: none;
}

.sticky-header .site-title {
	margin: 21px 0 20px;
}

/*--------------------------------------------------------------
3.3 Site Logo
--------------------------------------------------------------*/
.site-logo {
	display: table;
}

.site-logo a {
	vertical-align: middle;
}

.site-logo img {
	max-width: 200px;
	max-height: 85px;

	-webkit-transition: all .3s linear;
			transition: all .3s linear;

	-webkit-backface-visibility: hidden;

	-webkit-transform: translateZ(0);
}

.sticky-header .site-logo img {
	max-height: 70px;
}

.site-logo .standard-logo {
	display: table-cell;
}

.site-logo .retina-logo {
	display: none;
}

/*--------------------------------------------------------------
3.4 Header Menu
--------------------------------------------------------------*/
.main-navigation {
	font-size: .846em;
	font-weight: 400;
	line-height: 3.183em;
	letter-spacing: .273em;
	text-transform: uppercase;
	float: right;
}

.main-navigation ul {
	margin: 0;
	padding: 0;
}

.main-navigation li {
	position: relative;
	float: left;
	list-style: none;
}

.main-navigation a {
	position: relative;
	display: block;
	padding: 25px 0 25px 20px;
	text-decoration: none;
}

.main-navigation a i {
	margin-right: 2px;
}

.main-navigation ul ul {
	border-top: 2px solid;
}

.main-navigation li ul {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 70px;
	left: 10px;
	width: 200px;
	height: auto;
	z-index: 999;

	-webkit-transition: visibility 0s, opacity .3s linear;
			transition: visibility 0s, opacity .3s linear;
}

.main-navigation li:hover > ul {
	opacity: 1;
	visibility: visible;
}

.main-navigation li li {
	border-bottom: solid 1px;

	-webkit-transition: all .3s ease;
			transition: all .3s ease;
}

.main-navigation li li:last-child {
	border-bottom: none;
}

.main-navigation li li a {
	width: 200px;
	padding: 2px 15px;
	font-size: .909em;
}

.main-navigation .menu-pos-invert {
	right: 0;
	left: auto;
}

/*--------------------------------------------------------------
3.5 Mobile Menu
--------------------------------------------------------------*/
.mobile-menu {
	display: none;
	float: right;
	width: 36px;
	height: 36px;
	margin: 17px 0;
	padding: 7px;
	cursor: pointer;
	font-size: 1.846em;
	line-height: .875em;
	text-align: center;

	-webkit-transition: all .3s ease;
			transition: all .3s ease;
}

.mobile-menu:before {
	font-family: "FontAwesome";
	content: "\f0c9";
}

.mobile-menu.closed:before {
	font-family: "FontAwesome";
	content: "\f00d";
}

/*--------------------------------------------------------------
04 Homepage Modules
--------------------------------------------------------------*/
.module h2 {
	margin: 0;
	font-size: 2.426em;
	font-weight: 300;
	letter-spacing: .063em;
	text-transform: uppercase;
}

.module h3 {
	margin-top: 0;
	font-size: 1.385em;
	letter-spacing: .167em;
	text-transform: uppercase;
}

.module p {
	margin: 10px 0 0;
}

.module-caption p {
	font-size: 1.077em;
	letter-spacing: .036em;
}

/*--------------------------------------------------------------
4.1 Slider Module
--------------------------------------------------------------*/
.slider {
	position: relative;
}

.text-slider {
	background-size: cover;
	background-repeat: no-repeat;
}

.text-slider .slider-wrapper {
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.swiper-slider .swiper-container {
	position: relative;
	width: 100%;
	height: 100%;
}

.swiper-slider .swiper-slide {
	position: relative;
	display: table;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

#slider-arrow-left {
	left: 0;
	right: auto;
	border-radius: 0 3px 3px 0;
}

#slider-arrow-right {
	left: auto;
	right: 0;
	border-radius: 3px 0 0 3px;
}

#slider-arrow-left,
#slider-arrow-right {
	position: absolute;
	top: 50%;
	width: 52px;
	height: 52px;
	margin-top: -26px;
	background-color: rgba(0,0,0,.3);
	cursor: pointer;
	z-index: 99;

	-webkit-transition: background-color .3s ease-in-out;
			transition: background-color .3s ease-in-out;
}

body.device-touch #slider-arrow-left,
body.device-touch #slider-arrow-right {
	display: none;
}

#slider-arrow-left:hover,
#slider-arrow-right:hover {
	background-color: rgba(0,0,0,.6);
}

#slider-arrow-left i {
	margin-left: 7px;
}

#slider-arrow-right i {
	margin-left: 10px;
}

#slider-arrow-left:hover i,
#slider-arrow-right:hover i {
	color: rgba(255,255,255,.8);
}

#slider-arrow-left i,
#slider-arrow-right i {
	color: rgba(255,255,255,.4);
	width: 34px;
	height: 52px;
	font-size: 1.692em;
	line-height: 2.364em;
	text-align: center;

	-webkit-transition: color .3s ease-in-out;
			transition: color .3s ease-in-out;
}

#slide-number {
	opacity: 0;
	position: absolute;
	top: auto;
	right: 20px;
	bottom: 25px;
	width: 36px;
	height: 40px;
	color: rgba(255,255,255,.8);
	font-size: 1.385em;
	font-weight: 300;
	text-align: center;
	z-index: 99;

	-webkit-transition: all .3s linear;
			transition: all .3s linear;
}

.slider:hover #slide-number {
	opacity: 1;
}

#slide-number-current {
	position: absolute;
	top: 5px;
	left: 0;
	line-height: 1em;
}

#slide-number-total {
	position: absolute;
	top: auto;
	bottom: 5px;
	left: auto;
	right: 0;
	line-height: 1em;
}

#slide-number span {
	display: block;
	font-size: 1.778em;
	line-height: 1.25em;
}

.slider .yt-bg-player {
	display: inherit;
	width: 100%;
	height: 100%;
}

.slider-caption {
	display: table-cell;
	vertical-align: middle;
	padding: 0 5%;
}

.slider-caption h1 {
	font-size: 3.231em;
	font-weight: 300;
	line-height: 1.326;
	letter-spacing: .326em;
	text-transform: uppercase;
}

.slider-caption p {
	font-size: 1.231em;
	font-weight: 400;
	line-height: 1.375;
	letter-spacing: .188em;
	text-transform: capitalize;
	margin: 30px 0 50px;
}

.slider-btn .btn {
	padding: 10px 25px;
	border-radius: 50px;
}

.slider-btn .btn:hover {
	border-radius: 0;
}

.slider-btn a {
	font-size: 1.077em;
	font-weight: 400;
	line-height: .929;
	letter-spacing: .143em;
	display: inline-block;
}

.slider-caption,
.slider-parallax {
	-webkit-transform: translate(0,0);
		-ms-transform: translate(0,0);
			transform: translate(0,0);

	-webkit-backface-visibility: hidden;
}

/*--------------------------------------------------------------
4.1.1 Scroll Down
--------------------------------------------------------------*/
.scroll-down {
	cursor: pointer;
	position: absolute;
	left: 50%;
	bottom: 40px;
	width: 24px;
	height: 40px;
	margin-left: -12px;
	border-radius: 12px;
	border: 2px solid;
	z-index: 999;
}

.scroll-down:before {
	content: "";
	display: block;
	width: 2px;
	height: 6px;
	margin: 5px auto;

	-webkit-animation-duration: 1s;
			animation-duration: 1s;

	-webkit-animation-fill-mode: both;
			animation-fill-mode: both;

	-webkit-animation-iteration-count: infinite;
			animation-iteration-count: infinite;

	-webkit-animation-name: scroll;
			animation-name: scroll;
}

@-webkit-keyframes scroll {
	0% {
		opacity: 1;

		-webkit-transform: translateY(0);
				transform: translateY(0);
	}

	100% {
		opacity: 0;

		-webkit-transform: translateY(25px);
				transform: translateY(25px);
	}
}

@keyframes scroll {
	0% {
		opacity: 1;

		-webkit-transform: translateY(0);
				transform: translateY(0);
		}

		100% {
			opacity: 0;

			-webkit-transform: translateY(25px);
					transform: translateY(25px);
		}
}

/*--------------------------------------------------------------
# 4.2 Icon Service Module
--------------------------------------------------------------*/
.icon-service-box {
	margin: 10px 0;
}

.icon-service-box a:hover {
	text-decoration: none;
}

.service-icon {
	display: inline-block;
	width: 96px;
	height: 96px;
	margin: 0 auto 30px;
	border: 2px solid;
	border-radius: 50%;

	-webkit-transition: all .5s ease-in-out;
			transition: all .5s ease-in-out;
}

.service-icon i {
	font-size: 3.231em;
	line-height: 96px;
	border-radius: 50%;

	-webkit-transition: all 1s ease;
			transition: all 1s ease;
}

.service-content {
	opacity: .8;

	-webkit-transition: opacity .5s ease;
			transition: opacity .5s ease;

	-webkit-transform: translateZ(0);
}

.icon-service-box:hover .service-content {
	opacity: 1;
}

.icon-service-module .icon-service-box:hover .service-icon i {
	-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
			transform: rotate(360deg);
}

.icon-service-img-module .left-icon-boxes {
	text-align: right;
}

.icon-service-img-module .icon-box-img img {
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# 4.3 Portfolio Module
--------------------------------------------------------------*/
#portfolio-loader {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 48px;
	height: 48px;
	margin: -24px 0 0 -24px;
	background-color: rgba(0,0,0,.7);
	border-radius: 3px;
	color: #fff;
	font-size: 24px;
	line-height: 48px;
	text-align: center;
	z-index: 999;
}

/*--------------------------------------------------------------
# 4.3.1 Portfolio Filter
--------------------------------------------------------------*/
#portfolio-filter {
	margin-bottom: 30px;
}

#portfolio-filter a {
	display: inline-block;
	margin: 5px;
	padding: 5px 20px;
	font-size: .846em;
	letter-spacing: .273em;
	text-decoration: none;
	text-transform: uppercase;

	-webkit-transition: all .3s ease;
			transition: all .3s ease;
}

/*--------------------------------------------------------------
# 4.3.2 Portfolio Item
--------------------------------------------------------------*/
.portfolio-item {
	overflow: hidden;
}

.portfolio-caption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0 10%;
	overflow: hidden;
	text-align: center;
	opacity: .8;

	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-flex-direction: column;
	 -webkit-box-direction: normal;
	  -webkit-box-orient: vertical;
		-ms-flex-direction: column;
			flex-direction: column;

	-webkit-justify-content: center;
		   -webkit-box-pack: center;
			  -ms-flex-pack: center;
			justify-content: center;
}

body:not(.device-touch) .portfolio-caption {
	opacity: 0;

	-webkit-transform: scale(.3);
		-ms-transform: scale(.3);
			transform: scale(.3);
}

.portfolio-item a {
	display: block;
}

.portfolio-caption .entry-title {
	font-size: 1.231em;
	font-weight: 700;
	letter-spacing: .188em;
	text-transform: uppercase;
}

.portfolio-caption .entry-meta {
	font-size: .846em;
	letter-spacing: .091em;
}

body:not(.device-touch) .portfolio-caption .entry-meta {
	-webkit-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
			transform: translateY(-10px);
}

body:not(.device-touch) .portfolio-caption .entry-title {
	-webkit-transform: translateY(10px);
		-ms-transform: translateY(10px);
			transform: translateY(10px);
}

body:not(.device-touch) .portfolio-item a:hover .portfolio-image {
	-webkit-transform: scale(1.25);
		-ms-transform: scale(1.25);
			transform: scale(1.25);
}

.portfolio-image,
.portfolio-caption,
.portfolio-caption .entry-meta,
.portfolio-caption .entry-title {
	-webkit-transition: all .6s ease;
			transition: all .6s ease;
}

.portfolio-item a:hover .portfolio-caption .entry-meta,
.portfolio-item a:hover .portfolio-caption .entry-title {
	-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
			transform: translateY(0);
}

.portfolio-item a:hover .portfolio-caption {
	opacity: 1;

	-webkit-transform: scale(1);
		-ms-transform: scale(1);
			transform: scale(1);
}
.showall_btn_wrap{
	margin-top:50px;
}
/*--------------------------------------------------------------
# 4.3.3 Portfolio Detail
--------------------------------------------------------------*/
#portfolio-container {
	position: relative;
	display: none;
	overflow: hidden;
	margin-bottom: 60px;
}

.portfolio-single-content {
	padding: 20px;
}

.portfolio-ajax-title {
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1px solid;
}

#portfolio-navigation {
	position: absolute;
	top: 5%;
	right: 0;
	left: auto;
	width: 30%;
	font-size: 2em;
	text-align: right;
}

#portfolio-navigation a:first-child {
	margin-left: 0 !important;
}

#portfolio-navigation a:last-child {
	margin-right: 0 !important;
}

#portfolio-navigation #close-portfolio {
	margin: 0 5px;
}

.portfolio-ajax-title h2 {
	font-size: 2em;
	font-weight: 500;
	letter-spacing: .077em;
}

.portfolio-meta {
	list-style: none;
	padding: 0;
}

.portfolio-meta li {
	display: inline-block;
	width: 50%;
	font-weight: 600;
}

.portfolio-meta li span {
	display: inline-block;
	width: 120px;
	font-weight: 600;
}

.portfolio-meta li span i {
	width: 10px;
	margin-right: 10px;
	text-align: center;
}
.content-area-portfolio .triangle{
	border-top:0px solid;
}
/*--------------------------------------------------------------
# 4.4 Promotion Module
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 4.4.1 Vertical Promotion Module
--------------------------------------------------------------*/
.promo-box-ver h2 {
	font-size: 3.692em;
	font-weight: 600;
	line-height: 1.563;
	letter-spacing: .104em;
	text-transform: uppercase;
	margin-bottom: 50px;
}

.promo-box-ver p {
	font-size: 1.231em;
	font-weight: 400;
	line-height: 1.375;
	letter-spacing: .125em;
	margin-bottom: 50px;
}

.promo-box-ver .promo-btn {
	letter-spacing: .143em;
}

/*--------------------------------------------------------------
# 4.4.2 Horizontal Promotion Module
--------------------------------------------------------------*/
.promo-box-hor {
	position: relative;
	margin: 0 15px;
	padding-right: 300px;
}

.promo-box-hor h2 {
	font-size: 2.154em;
	font-weight: 400;
	text-transform: none;
}

.promo-box-hor p {
	font-size: 1.231em;
	font-weight: 300;
}

.promo-box-hor .promo-btn {
	position: absolute;
	top: 50%;
	right: 0;
	left: auto;
	margin: -1.923em 0 0;
}

.promo-box-hor .promo-btn a {
	padding: 0 1.389em;
	font-size: 1.385em;
	line-height: 2.667em;
	letter-spacing: .111em;
}

/*--------------------------------------------------------------
# 4.5 Blog Module
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 4.5.1 Blog Item
--------------------------------------------------------------*/
a.blog-item {
	position: relative;
	display: block;
	float: left;
	width: 25%;
	text-align: center;
	text-decoration: none;
	overflow: hidden;

	-webkit-transform: translateZ(0);

	-webkit-backface-visibility: hidden;
}

.blog-item .entry-media {
	position: relative;
	overflow: hidden;
}

.blog-item .entry-media:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 0;

	-webkit-transition: all .3s cubic-bezier(0,0,.58,1);
			transition: all .3s cubic-bezier(0,0,.58,1);
}

.blog-item:hover .entry-media:before {
	background: rgba(255,255,255,.15);
	z-index: 99;
}

.blog-item .entry-publish-date {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 75px;
	padding: 15px 5px;
	font-size: .846em;
	font-weight: 700;
	line-height: 1.1;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;

	-webkit-transition: all .3s cubic-bezier(.13,.895,.1,1.275);
			transition: all .3s cubic-bezier(.13,.895,.1,1.275);
}

.blog-item:hover .entry-publish-date {
	bottom: 75px;
}

.blog-item .entry-publish-date span {
	display: block;
}

.blog-item .post-date-day {
	font-size: 2.308em;
}

.blog-item .post-date-month {
	margin-top: 2px;
}

.blog-item .read-more {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 75px;
	height: 20px;
	padding: 0 2px;
	font-size: .769em;
	font-weight: 700;
	line-height: 2em;
	text-transform: uppercase;
	opacity: .9;

	-webkit-transition: all .3s cubic-bezier(.13,.895,.1,1.275);
			transition: all .3s cubic-bezier(.13,.895,.1,1.275);
}

.blog-item:hover .read-more {
	height: 75px;
	line-height: 7.5em;
}

.blog-item .entry-cats {
	line-height: 1em;
	font-style: italic;
	opacity: .8;
}

.blog-item .entry-meta {
	padding: 20px 0;
}

.blog-item .entry-title {
	margin-bottom: 5px;
	font-size: 1.846em;
	font-weight: 400;
	letter-spacing: .042em;
	text-transform: none;
	opacity: 1;

	-webkit-transform: translateY(0);
			transform: translateY(0);

	-webkit-transition: all .3s cubic-bezier(0,0,.58,1);
			transition: all .3s cubic-bezier(0,0,.58,1);
}

.blog-item:hover .entry-title {
	opacity: .8;
}

/*--------------------------------------------------------------
# 4.5.2 See More
--------------------------------------------------------------*/
.see-more-wrap {
	position: absolute;
	top: 0;
	left: 0;
	display: table;
	width: 100%;
}

.see-more-wrap .sm-container {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}

.see-more-wrap .sm-icon {
	font-size: 6.923em;
	line-height: 1em;
	text-align: center;
	opacity: .1;

	-webkit-transform: translateZ(0);

	-webkit-transition: all .3s cubic-bezier(.3,.1,.58,1);
			transition: all .3s cubic-bezier(.3,.1,.58,1);
}

.blog-item:hover .sm-icon {
	font-size: 9.846em;
	opacity: .7;
}

.see-more-wrap .sm-icon i {
	vertical-align: middle;
}

.see-more-wrap .sm-text {
	font-size: 1.385em;
	font-weight: 600;
	letter-spacing: .278em;
	text-transform: uppercase;
	opacity: 1;

	-webkit-transform: translateZ(0);

	-webkit-transition: all .3s cubic-bezier(.3,.1,.58,1);
			transition: all .3s cubic-bezier(.3,.1,.58,1);
}

.blog-item:hover .sm-text {
	opacity: 0;

	-webkit-transform: translateY(50px) scale(.5);
		-ms-transform: translateY(50px) scale(.5);
			transform: translateY(50px) scale(.5);
}

/*--------------------------------------------------------------
4.6 Contact Module
--------------------------------------------------------------*/
/*--------------------------------------------------------------
4.6.1 Contact Item
--------------------------------------------------------------*/
.contact-item {
	position: relative;
	margin-bottom: 50px;
	padding-right: 65px;
	text-align: right;
	overflow: hidden;
	opacity: .8;

	-webkit-transition: opacity .5s ease;
			transition: opacity .5s ease;

	-webkit-transform: translateZ(0);
}

.contact-info .contact-item:last-child {
	margin-bottom: 0;
}

.contact-item:hover {
	opacity: 1;
}

.contact-item .ci-icon {
	position: absolute;
	top: 0;
	right: 5px;
	width: 45px;
	height: 45px;
	font-size: 1.538em;
	line-height: 2.25em;
	text-align: center;
	border-left: 1px solid;
}

.contact-item .ci-title {
	font-size: .923em;
	font-weight: 700;
	line-height: 1.6em;
	letter-spacing: .083em;
	text-transform: uppercase;
	margin-bottom: 4px;
}

.contact-item .ci-content {
	font-size: 1.231em;
	font-weight: 300;
	letter-spacing: .063em;
}

/*--------------------------------------------------------------
4.6.2 Contact Form
--------------------------------------------------------------*/
.contact-form label {
	display: none !important;
}

.contact-form #contact-form-result,
.contact-form .contact-form-process {
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
	z-index: 999;
}

.contact-form-process i {
	position: relative;
	top: 40%;
	left: 45%;
	font-size: 2.308em;
}

#contact-form-result span {
	position: relative;
	top: 35%;
	left: 30%;
	color: #fff;
	padding: 15px;
	border-radius: 5px;
}

#contact-form-result span i {
	margin-right: 5px;
}

.contact-form textarea,
.contact-form input[type="text"],
.contact-form input[type="email"] {
	resize: none;
	padding: 0 0 10px 2px;
	line-height: 1.538em;
	background: transparent;
	border: none;
	border-bottom: 1px solid;
	opacity: .7;

	-webkit-transition: all .3s ease;
			transition: all .3s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
	outline: 0;
	opacity: 1;
}

.contact-form input.error,
.contact-form textarea.error {
	color: #ff2000;
}

.contact-form .btn {
	width: 100%;
	font-size: 1.154em;
	letter-spacing: .133em;
}

/*--------------------------------------------------------------
4.6.3 Google Map
--------------------------------------------------------------*/
#gmap {
	position: relative;
}

#gmap div {
	position: absolute;
}

#gmap a {
	position: absolute;
	left: 50%;
	bottom: 3px;
	font-size: 1.692em;
	z-index: 3;

	-webkit-transform: translateX(-45%);
		-ms-transform: translateX(-45%);
			transform: translateX(-45%);
}

#gmap .square {
	position: absolute;
	left: 50%;
	bottom: -55px;
	width: 80px;
	height: 80px;
	margin-left: -40px;
	border-radius: 20%;
	z-index: 2;

	-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
			transform: rotate(45deg);
}

#gmap .rectangle {
	left: 50%;
	bottom: -30px;
	width: 240px;
	height: 40px;
	margin-left: -120px;
}

#gmap .circle-left,
#gmap .circle-right {
	left: 50%;
	bottom: 0;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	z-index: 3;
}

#gmap .circle-left {
	margin-left: -92px;
}

#gmap .circle-left:after {
	right: 40px;
}

#gmap .circle-right {
	margin-left: 13px;
}

#gmap .circle-right:after {
	left: 40px;
}

#gmap .circle-left:after,
#gmap .circle-right:after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 70px;
	height: 40px;
	background-color: inherit;
}

#gmap-container {
	display: none;
	width: 100%;
	height: 500px;
	z-index: 3;
}

/*--------------------------------------------------------------
4.7 Process Module
--------------------------------------------------------------*/
.process-flow {
	padding: 100px 0 40px;
	overflow: hidden;
}

.process-label {
	position: relative;
	left: 50%;
	width: 80%;
	margin: 0;

	-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
			transform: translateX(-50%);
}

.process-label li {
	position: absolute;
	bottom: 0;
	display: inline-block;
}

.process-label li i {
	position: absolute;
	bottom: 40px;
	left: 50%;
	padding: 10px;
	font-size: 3.385em;
	line-height: 45px;

	-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
			transform: translateX(-50%);
}

.process-label li i i {
	font-size: 1em;
}

.process-label .icon-clone {
	bottom: 0;
	left: 10px;
	max-width: 0;
	padding: 10px 0;
	overflow: hidden;

	-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
			transform: translateX(0);
}

.process-label span {
	opacity: 0;
	display: block;
	height: 55px;
	overflow: hidden;
	font-size: 1.231em;
	font-weight: 500;
	line-height: 55px;
	letter-spacing: .063em;
	text-transform: uppercase;
}

.process-label span:before {
	content: attr(data-active);
	position: absolute;
	top: 0;
	left: 0;
	max-width: 0;
	height: 100%;
	overflow: hidden;
}

.process-active span {
	opacity: 1;
}

.process-active .icon-clone,
.process-active span:before {
	max-width: 100%;
}

.line-process-wrapper {
	position: absolute;
	top: -56px;
	left: calc(10% + 15px);
	width: calc(80% - 30px);
	height: 30px;
	z-index: 99;
}

.line-process-container {
	position: relative;
	left: 50%;
	width: 80%;
	height: 1px;

	-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
			transform: translateX(-50%);
}

.line-process {
	position: absolute;
	height: 100%;
	z-index: 99;

	-webkit-transition: width .5s ease-in-out;
			transition: width .5s ease-in-out;
}

.line-process-wrapper .owl-dot {
	position: absolute;
	margin: 0 0 0 -10px;
}

.line-process-wrapper .owl-dot:first-child {
	margin-left: -15px;
}

.line-process-wrapper .owl-dot span {
	height: 1px;
	width: 25px;
}

.line-process-wrapper .owl-dot span:after {
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
}

.line-process-wrapper .owl-dot.active span:after {
	width: 100%;
}

.process-container {
	cursor: col-resize;
}

.process-item {
	margin: 0 auto;
	padding: 20px 3% 0;
}

/*--------------------------------------------------------------
4.8 Team Module
--------------------------------------------------------------*/
.team-member {
	position: relative;
	overflow: hidden;
}

.team-member .member-card {
	position: relative;
	padding: 20px 0;
	text-align: center;
	z-index: 3;
}

.team-member .member-name {
	margin: 0;
}

.team-member .member-title {
	margin: 5px 0 0;
	font-size: 1.154em;
	font-weight: 500;
}

.team-member .member-profile {
	position: absolute;
	padding: 20px;
	z-index: 2;

	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-flex-direction: column;
	 -webkit-box-direction: normal;
	  -webkit-box-orient: vertical;
		-ms-flex-direction: column;
			flex-direction: column;

	-webkit-justify-content: center;
		   -webkit-box-pack: center;
			justify-content: center;
			  -ms-flex-pack: center;
}

.team-member .member-image,
.team-member .member-profile {
	-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
			transform: translateY(0);

	-webkit-transition: transform .3s ease-in-out;
			transition: transform .3s ease-in-out;
}

body:not(.device-touch) .team-member:hover .member-image {
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}

body:not(.device-touch) .team-member:hover .member-profile {
	-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
			transform: translateY(-100%);
}

.team-member .member-bio {
	min-height: 90px;
	text-align: center;
}

.team-member .member-bio p {
	margin: 0 0 10px;
}

.team-member .member-social {
	margin: 5px 0 0;
	padding: 0;
	text-align: center;
}

.team-member .member-social li {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0 10px;
	font-size: 1.385em;
	line-height: 1.667em;
}

.member-social .fa {
	-webkit-transition: color .3s ease;
			transition: color .3s ease;
}

.member-social a:hover [class*="fa-twitter"] {
	color: #55acee;
}

.member-social a:hover [class*="fa-facebook"] {
	color: #3b5998;
}

.member-social a:hover [class*="fa-google-plus"] {
	color: #dd4b39;
}

.member-social a:hover [class*="fa-pinterest"] {
	color: #cc2127;
}

.member-social a:hover [class*="fa-linkedin"] {
	color: #0077b5;
}

.member-social a:hover [class*="fa-youtube"] {
	color: #cd201f;
}

.member-social a:hover [class*="fa-vimeo"] {
	color: #1ab7ea;
}

.member-social a:hover [class*="fa-tumblr"] {
	color: #35465c;
}

.member-social a:hover [class*="fa-instagram"] {
	color: #3f729b;
}

.member-social a:hover [class*="fa-flickr"] {
	color: #0063dc;
}

.member-social a:hover [class*="fa-dribbble"] {
	color: #ea4c89;
}

.member-social a:hover [class*="fa-quora"] {
	color: #a82400;
}

.member-social a:hover [class*="fa-foursquare"] {
	color: #0732a2;
}

.member-social a:hover [class*="fa-forrst"] {
	color: #5b9a68;
}

.member-social a:hover [class*="fa-vk"] {
	color: #45668e;
}

.member-social a:hover [class*="fa-wordpress"] {
	color: #21759b;
}

.member-social a:hover [class*="fa-stumbleupon"] {
	color: #eb4924;
}

.member-social a:hover [class*="fa-yahoo"] {
	color: #400191;
}

.member-social a:hover [class*="fa-blogger"] {
	color: #f57d00;
}

.member-social a:hover [class*="fa-soundcloud"] {
	color: #ff3300;
}

.member-social a:hover [class*="fa-git"] {
	color: #333;
}

.member-social a:hover [class*="fa-skype"] {
	color: #00aff0;
}

.member-social a:hover [class*="fa-whatsapp"] {
	color: #4dc247;
}

.team-container .owl-dots {
	position: static;
}

/*--------------------------------------------------------------
4.9 Skill Bar Module
--------------------------------------------------------------*/
.skill-bar-module .skill-bar,
.skill-bar-module .content-box {
	padding-bottom: 30px;
	overflow: hidden;
}

.skill-bar .bar-line {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 2px;
}

.skill-bar .line-active {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 2px;

	-webkit-transition: width 3s linear;
			transition: width 3s linear;
}

.skill-bar .line-active span {
	position: absolute;
	top: -15px;
	right: 0;
	padding: 5px 10px;
	font-size: 1em;
	letter-spacing: .077em;
}

.skill-bar .line-active span:after {
	content: '%';
}

/*--------------------------------------------------------------
4.10 Testimonial Module
--------------------------------------------------------------*/
.testimonial-box blockquote {
	margin: 0;
	padding: 30px 30px;
	border: none;
	border-radius: 8px;
}

.testimonial-box blockquote:before {
	display: block;
	padding-bottom: 10px;
	font-family: FontAwesome;
	content: "\f10d";
	font-size: 1.538em;
}

.testimonial-box blockquote p {
	margin: 0;
	font-size: .8em;
	font-weight: 400;
	line-height: 1.538em;
}

.testimonial-box .testimonial-by {
	margin: -10px 0 0 20px;
}

.testimonial-box .testimonial-img {
	float: left;
	margin-right: 15px;
}

.testimonial-box .testimonial-img img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

.testimonial-box .testimonial-name {
	padding-top: 17px;
	font-size: 1.077em;
	font-weight: 500;
}

.testimonial-name span {
	margin-left: 5px;
	font-style: italic;
	font-size: .857em;
	font-weight: 400;
	letter-spacing: .083em;
}

.testimonial-container .dot-container {
	margin: 50px auto 15px;
}

/*--------------------------------------------------------------
4.11 Client Module
--------------------------------------------------------------*/
.client-item img {
	opacity: 1;

	-webkit-transition: opacity .3s ease;
			transition: opacity .3s ease;
}

.client-item:hover img {
	opacity: .5;
}

/*--------------------------------------------------------------
4.12 Fun Fact Module
--------------------------------------------------------------*/
.fun-fact-module .fact-number {
	margin: 5px 0;
	font-size: 3em;
	line-height: 1em;
	letter-spacing: .077em;
	visibility: hidden;
}

.fun-fact-module .fact-text {
	height: 2em;
	margin-top: 5px;
	font-size: 1em;
	line-height: 1em;
	letter-spacing: .077em;
	text-transform: uppercase;
}

/*--------------------------------------------------------------
4.13 Pricing Table Module
--------------------------------------------------------------*/
.pricing-item {
	margin-bottom: 15px;
	padding: 30px 0 40px;
	border-radius: 3px;
}

.pricing-item .btn {
	letter-spacing: .077em;
}

h3.pb-heading {
	font-size: 1.692em;
	font-weight: 600;
	letter-spacing: .091em;
}

.item-price {
	border: 2px solid;
	border-radius: 50%;
	width: 150px;
	height: 150px;
	margin: 20px auto 30px;
	padding-top: 15px;

	display: -webkit-flex;
	 display: -webkit-box;
	 display: -ms-flexbox;
			display: flex;

	-webkit-justify-content: center;
		   -webkit-box-pack: center;
			  -ms-flex-pack: center;
			justify-content: center;

	-webkit-flex-direction: column;
	 -webkit-box-direction: normal;
	  -webkit-box-orient: vertical;
		-ms-flex-direction: column;
			flex-direction: column;

	-webkit-transition: .5s ease-in-out;
			transition: .5s ease-in-out;
}

.pb-currency {
	font-size: 2.538em;
	font-weight: 700;
}

.pb-price {
	font-size: 3.538em;
	font-weight: 500;
}

.pb-duration {
	font-size: 1.154em;
}

.pb-detail {
	padding-bottom: 20px;
}

.pb-detail ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pb-detail ul li {
	font-size: 1.077em;
	padding: 10px 0;
}

.pb-detail ul li i {
	margin-right: 5px;
}


.pb-featured {
	position: relative;
}

.pb-star {
	position: absolute;
	top: 0;
	right: 15px;
	width: 40px;
	height: 60px;
	padding-top: 15px;
	font-size: 1.692em;
}

.pb-star:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-bottom: 13px solid;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
}

/*--------------------------------------------------------------
4.14 Twitter Module
--------------------------------------------------------------*/
.twitter-icon {
	width: 96px;
	height: 96px;
	margin: 0 auto 40px;
	border: 2px solid;
	border-radius: 50%;
}

.twitter-icon i {
	font-size: 3.231em;
	line-height: 96px;
	border-radius: 50%;
}

.tweet p {
	margin: 0;
	font-size: 1.538em;
	font-weight: 300;
	line-height: 1.5em;
}

.tweet-timestamp {
	display: block;
	margin: 10px 0;
	font-size: 1.077em;
	font-style: italic;
}

.twitter-btn {
	margin-top: 30px;
	letter-spacing: .077em;
}

/*--------------------------------------------------------------
4.15 Subscribe Module
--------------------------------------------------------------*/
.subscribe-module h2 {
	font-size: 2.462em;
	font-weight: 400;
	letter-spacing: .032em;
	text-transform: inherit;
}

.subscribe-module p {
	margin: 5px 0 0;
	font-size: 1.231em;
	font-weight: 300;
	letter-spacing: .063em;
}

.subscribe-form {
	margin: 5px 0;
	font-size: 1.231em;
}

.subscribe-form label {
	display: none !important;
}

.subscribe-form .form-control {
	height: 3.25em;
	font-size: 100%;
	letter-spacing: .031em;
	text-transform: inherit;
	border: none;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

.subscribe-form .form-control:focus {
	border: none;
	box-shadow: none;
}

.subscribe-form .input-group-btn {
	font-size: 100%;
	border: none;
	border-top-right-radius: 2px !important;
	border-bottom-right-radius: 2px !important;
}

.subscribe-form .subscribe-btn {
	position: relative;
	height: 100%;
	padding: 0 1.563em;
	overflow: hidden;
	font-size: 1.125em;
	font-weight: 600;
	text-transform: inherit;
}

.subscribe-form .subscribe-btn:before {
	position: absolute;
	top: 50%;
	left: -100%;
	width: 100%;
	content: "\f0e0";
	font-family: "FontAwesome";
	font-size: 1.333em;

	-webkit-transform: translate(0,-50%);
		-ms-transform: translate(0,-50%);
			transform: translate(0,-50%);

	-webkit-transition: all .3s ease;
			transition: all .3s ease;
}

.subscribe-form .subscribe-btn:hover {
	color: inherit;
}

.subscribe-form .subscribe-btn:hover:before {
	left: 0;
}

.subscribe-form .subscribe-btn:active {
	box-shadow: none;
}

.subscribe-form .subscribe-btn span {
	display: inline-block;

	-webkit-transition: all .3s ease;
			transition: all .3s ease;

	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

.subscribe-form .subscribe-btn:hover span {
	-webkit-transform: translateX(200%);
		-ms-transform: translateX(200%);
			transform: translateX(200%);
}

.subscribe-form input.error {
	color: #ff2000;
}

#subscribe-form-result {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 3.25em;
	border-radius: 2px;
	z-index: 999;
}

#subscribe-form-result i {
	margin-right: 5px;
}

/*--------------------------------------------------------------
05 Content
--------------------------------------------------------------*/
body:not(.front-page) .content-area,
body:not(.front-page) .widget-area {
	padding: 90px 0;
}

/*--------------------------------------------------------------
5.1 Breadcrumb
--------------------------------------------------------------*/
.bcrumbs {
	float: right;
	margin: 90px 0 10px;
	padding: 0;
	font-size: .923em;
	letter-spacing: .167em;
}

.bcrumbs a {
	text-decoration: none;
}

.bcrumbs li {
	display: inline;
	padding: 0 5px;
}

/*--------------------------------------------------------------
5.2 Posts and Pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.entry-gallery {
	position: relative;
	overflow: hidden;
}

.single-post .entry-image {
	border-bottom: 4px solid;
}

.single-post .entry-meta {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid;
}

.single-post .entry-footer {
	padding: 30px 0;
	border-bottom: 1px solid;
}

.entry-footer span:not(:first-child) {
	margin-left: 15px;
}

.entry-footer .cat-links {
	text-transform: uppercase;
}

article .entry-title a {
	color: inherit;
}

.search-list article {
	padding-bottom: 20px;
	margin-bottom: 35px;
	border-bottom: solid 1px;
}

.error-404 {
	min-height: 300px;
}

/*--------------------------------------------------------------
5.2.1 Page Header
--------------------------------------------------------------*/
.page-header {
	position: relative;
	margin: 0;
	padding: 90px 0 70px;
	border-bottom: none;
}

.page-header h1 {
	float: left;
	margin: 80px 80px 0 0;
	font-size: 2.462em;
	letter-spacing: .156em;
	text-transform: uppercase;
}

/*--------------------------------------------------------------
5.2.2 Blog List
--------------------------------------------------------------*/
.blog-list article {
	padding-bottom: 15px;
	margin-bottom: 70px;
	border-bottom: solid 1px;
}

.blog-list .entry-content {
	position: relative;
	min-height: 110px;
	margin-bottom: 30px;
	padding-left: 80px;
	border-top: 4px solid;
}

.blog-list .entry-title {
	font-size: 1.846em;
}

.blog-list .entry-publish-date {
	position: absolute;
	top: 0;
	left: 0;
}

.blog-list .entry-publish-date span {
	display: block;
	width: 60px;
	text-align: center;
}

.blog-list .post-date-day {
	font-size: 2.462em;
	font-weight: 600;
	padding: 45px 0 10px;
}

.blog-list .post-date-month {
	font-size: 1.077em;
	font-weight: 600;
	letter-spacing: .5em;
	text-transform: uppercase;
	padding: 7px 0 7px 7px;
	border-bottom: solid 4px;
}

.blog-list .btn-more {
	float: right;
	padding: 3px 25px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}

/*--------------------------------------------------------------
5.2.3 Navigation
--------------------------------------------------------------*/
.nav-links {
	margin: 0;
	padding: 0;
}

.nav-links li {
	display: inline-block;
	margin-bottom: 10px;
}

.nav-links li a {
	margin-bottom: 10px;
	padding: 15px 20px;
	line-height: 50px;
	text-decoration: none;
	border: solid 1px;
}

.nav-links .nav-previous a {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.nav-links .nav-previous a:before {
	content: "\f100";
	font-family: "FontAwesome";
	margin-right: 5px;
}

.nav-links .nav-next a {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.nav-links .nav-next a:after {
	content: "\f101";
	font-family: "FontAwesome";
	margin-left: 5px;
}

.post-navigation {
	padding-top: 40px;
}

.posts-navigation ul {
	position: relative;
	margin: 20px 0;
	padding-left: 0;
	text-transform: capitalize;
}

.posts-navigation ul li {
	display: inline-block;
	line-height: 50px;
}

.posts-navigation ul li:first-child a {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.posts-navigation ul li:last-child a {
	margin-right: 0;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.posts-navigation ul li a {
	margin: 5px;
	padding: 15px 20px;
	text-decoration: none;
	border: solid 1px;
}

/*--------------------------------------------------------------
5.3 Widgets
--------------------------------------------------------------*/
.widget {
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: solid 1px;
}

.widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget ul li {
	padding: 5px 0;
}

.widget:not(.woocommerce) ul li span {
	font-style: italic;
}

.widget .widget-title {
	font-size: 1.231em;
	letter-spacing: .063em;
	text-transform: uppercase;
}

.widget .widget-title:after {
	content: "";
	display: block;
	width: 30px;
	height: 2px;
	margin: 30px 0 20px;
}

/*--------------------------------------------------------------
5.3.1 Search Form
--------------------------------------------------------------*/
.search-wrap {
	position: relative;
}

.search-btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	padding: 0;
	line-height: 40px;
	color: #777;
	border: none;
	outline: 0;
	background: transparent;

	-webkit-transition: all .3s ease;
			transition: all .3s ease;
}

.search-btn:hover {
	color: #212121;
}

/*--------------------------------------------------------------
5.3.2 TagCloud
--------------------------------------------------------------*/
.widget .tagcloud a {
	display: inline-block;
	margin: 0 3px 10px 0;
	padding: 5px 8px;
	text-decoration: none;
	border: solid 1px;
}

.widget .tagcloud a:hover {
	border-color: inherit;
}

/*--------------------------------------------------------------
5.4 Comment
--------------------------------------------------------------*/
.bypostauthor {
	display: block;
}

.comments-area {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid;
}

.comments-title {
	margin: 0 0 30px;
}

.comment-list {
	list-style: none;
	margin-bottom: 50px;
	padding: 0 0 50px 0;
	border-bottom: 1px solid;
}

.comment-list > li {
	position: relative;
	margin: 30px 0 0 30px;
}

.comment-list > li:first-child {
	margin-top: 0;
	padding-top: 0;
}

.comment-list .children {
	list-style: none;
	margin-left: 30px;
}

.comment-list .children li {
	margin: 30px 0 0 0;
}

.comment-list .pingback .vcard {
	display: none;
}

.comment-body {
	position: relative;
	border: 1px solid;
	border-radius: 5px;
	padding: 20px 20px 20px 35px;
}

.comment-list .children .comment-body {
	margin-left: 25px;
	padding-left: 20px;
}

.comment-avatar {
	position: absolute;
	top: 15px;
	left: -32px;
	padding: 1px;
	border: 1px solid;
	border-radius: 50%;
}

.comment-list .children .comment-avatar {
	left: -25px;
}

.comment-avatar img {
	display: block;
	border-radius: 50%;
}

.comment-list .children .comment-avatar img {
	width: 40px;
	height: 40px;
}

.comment-author {
	font-size: 1.077em;
}

.comment-author span {
	display: block;
	line-height: 16px;
}

.comment-author span a {
	font-size: .923em;
	font-style: italic;
}

.comment-content {
	padding: 0 0 0 15px;
	position: relative;
	overflow: hidden;
}

.comment-content p {
	margin: 10px 0 0;
}

.comment-reply-link {
	position: absolute;
	top: 4px;
	left: auto;
	right: 0;
	line-height: 1;
}

.comment-navigation {
	margin: 20px 0;
}

.no-comments {
	margin: 10px 30px;
}

.comment-reply-title {
	text-transform: uppercase;
}

.comment-form .input-field {
	margin: 0 -15px 0 -15px;
}

.comment-form .form-submit,
.comment-form .textarea-field {
	padding: 0;
}

/*--------------------------------------------------------------
06 Footer
--------------------------------------------------------------*/
.site-footer {
	padding: 65px 10px;
	text-align: center;
}

.site-footer .site-branding {
	float: none;
}

.site-footer .site-title {
	margin: 25px 0 50px;
}

.site-footer .site-logo {
	display: block;
}

.site-footer .site-logo .standard-logo {
	display: inline-block;
}

/*--------------------------------------------------------------
6.1 Social Link
--------------------------------------------------------------*/
.social-link ul {
	margin: 10px 0;
	padding: 0;
}

.social-link ul li {
	display: inline-block;
	vertical-align: top;
}

.social-link ul li div {
	display: none;
}

.social-link a {
	display: block;
	overflow: hidden;
	width: 32px;
	height: 32px;
	margin: 5px;
	font-size: 1.231em;
	text-align: center;
	text-decoration: none;
	border: 1px solid transparent;
	border-radius: 50%;
}

.social-link a i {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 1.875em;
}

.social-link a:hover i:nth-child(1) {
	margin-top: -30px;
}

.social-link a:hover i:nth-child(2) {
	margin-top: 0;
}

.social-link a,
.social-link i {
	-webkit-transition: all .3s ease;
			transition: all .3s ease;
}

.social-link a:hover [class*="fa-twitter"] {
	background-color: #55acee;
}

.social-link a:hover [class*="fa-facebook"] {
	background-color: #3b5998;
}

.social-link a:hover [class*="fa-google-plus"] {
	background-color: #dd4b39;
}

.social-link a:hover [class*="fa-pinterest"] {
	background-color: #cc2127;
}

.social-link a:hover [class*="fa-linkedin"] {
	background-color: #0077b5;
}

.social-link a:hover [class*="fa-youtube"] {
	background-color: #cd201f;
}

.social-link a:hover [class*="fa-vimeo"] {
	background-color: #1ab7ea;
}

.social-link a:hover [class*="fa-tumblr"] {
	background-color: #35465c;
}

.social-link a:hover [class*="fa-instagram"] {
	background-color: #3f729b;
}

.social-link a:hover [class*="fa-flickr"] {
	background-color: #0063dc;
}

.social-link a:hover [class*="fa-dribbble"] {
	background-color: #ea4c89;
}

.social-link a:hover [class*="fa-quora"] {
	background-color: #a82400;
}

.social-link a:hover [class*="fa-foursquare"] {
	background-color: #0732a2;
}

.social-link a:hover [class*="fa-forrst"] {
	background-color: #5b9a68;
}

.social-link a:hover [class*="fa-vk"] {
	background-color: #45668e;
}

.social-link a:hover [class*="fa-wordpress"] {
	background-color: #21759b;
}

.social-link a:hover [class*="fa-stumbleupon"] {
	background-color: #eb4924;
}

.social-link a:hover [class*="fa-yahoo"] {
	background-color: #400191;
}

.social-link a:hover [class*="fa-blogger"] {
	background-color: #f57d00;
}

.social-link a:hover [class*="fa-soundcloud"] {
	background-color: #ff3300;
}

.social-link a:hover [class*="fa-git"] {
	background-color: #333;
}

.social-link a:hover [class*="fa-skype"] {
	background-color: #00aff0;
}

.social-link a:hover [class*="fa-whatsapp"] {
	background-color: #4dc247;
}

/*--------------------------------------------------------------
6.2 Go to Top
--------------------------------------------------------------*/
.go-to-top {
	cursor: pointer;
	position: fixed;
	top: auto;
	left: auto;
	right: 30px;
	bottom: 50px;
	display: none;
	width: 40px;
	height: 40px;
	z-index: 999;
}

.go-to-top i {
	font-size: 1.538em;
	line-height: 36px;
}

.go-to-top.btn {
	padding: 0;
}

/*--------------------------------------------------------------
07 Accessory
--------------------------------------------------------------*/
/*--------------------------------------------------------------
7.1 WordPress Core
--------------------------------------------------------------*/
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

figure {
	position: relative;
}

figcaption {
	position: absolute;
	bottom: 15px;
	left: 20px;
	color: #eee;
	background-color: rgba(0,0,0,.6);
	border-radius: 2px;
}

.gallery-caption {
	display: block;
}

.wp-caption {
	margin-bottom: 1em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	margin-right: 20px;
	padding: 5px 10px;
	font-style: italic;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/*--------------------------------------------------------------
7.2 Magnific Popup
--------------------------------------------------------------*/
.mfp-preloader {
	left: 50%;
	width: 48px;
	height: 48px;
	font-size: 24px;
	line-height: 48px;
	margin: -24px 0 0 -24px;
	background-color: rgba(0,0,0,.7);
}

.mfp-fade.mfp-bg {
	opacity: 0;

	-webkit-transition: all .3s ease-out;
	   -moz-transition: all .3s ease-out;
			transition: all .3s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;

	-webkit-transition: all .3s ease-out;
	   -moz-transition: all .3s ease-out;
			transition: all .3s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

/*--------------------------------------------------------------
7.3 Owl Carousel
--------------------------------------------------------------*/
.owl-carousel .owl-item {
	-webkit-transform: translate3d(0,0,0);
}

.owl-carousel .owl-item img {
	-webkit-backface-visibility: hidden;
}

.owl-dots {
	margin: 15px auto;
	text-align: center;
}

.owl-dot {
	display: inline-block;
	zoom: 1;
	width: 11px;
	height: 7px;
	margin: 7px;
}

.owl-dot:focus {
	outline: 0;
}

.owl-dot span {
	display: block;

	-webkit-backface-visibility: visible;
}

.dot-container .owl-dot {
	position: relative;
}

.dot-container .owl-dot:after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 2px;
	opacity: 0;
	visibility: hidden;
}

.dot-container .owl-dot span {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 2px;
}

.dot-container .owl-dot.active span {
	opacity: 0;
}

.dot-container .owl-dot.active:after {
	opacity: 1;
	visibility: visible;
}

.carousel-control.left,
.carousel-control.right {
	width: 32px;
	height: 96px;
	background: 0;
	z-index: 99;
}

.carousel-control i {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 100%;
	font-size: 1.3em;
	line-height: 96px;
	background: rgba(23,23,36,0.3);
	border: 1px solid rgba(255,255,255,.1);
	z-index: 99;

	-webkit-transition: -webkit-transform .3s ease-out, opacity .3s ease-out;
					transition: transform .3s ease-out, opacity .3s ease-out;
}

.twitter-container:hover .carousel-control i {
	opacity: 1;

	-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
			transform: translateX(0);
}

.carousel-control.left i {
	left: -1px;
	padding-right: 4px;
	opacity: 0;

	-webkit-transform: translateX(-30%);
		-ms-transform: translateX(-30%);
			transform: translateX(-30%);
}

.carousel-control.right i {
	right: -1px;
	padding-left: 4px;
	opacity: 0;

	-webkit-transform: translateX(30%);
		-ms-transform: translateX(30%);
			transform: translateX(30%);
}

/*--------------------------------------------------------------
7.4 FlexSlider
--------------------------------------------------------------*/
.fslider {
	overflow: hidden;
}

.fslider .slider-wrap {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.fslider .slider-wrap > .slide {
	display: none;
}

.flex-control-nav {
	position: absolute;
	top: 14px;
	right: 10px;
	margin-left: 10px;
	z-index: 99;
}

.flex-control-nav li {
	float: left;
	display: block;
	margin: 0 3px 5px
}

.flex-control-nav li a {
	display: block;
	cursor: pointer;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 10px ;
	height: 10px ;
	border: 1px solid #fff;
	border-radius: 50%;

	-webkit-transition: all .3s ease-in-out;
		 -o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
}

.flex-control-nav li:hover a,
.flex-control-nav li a.flex-active {
	background-color: #fff;
}

#slave.fslider .slide {
	margin: 2px 2px 0 0;
}

#slave.fslider .slide img {
	cursor: pointer;
	opacity: .65;

	-webkit-transition: all .3s ease-in-out;
		 -o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
}

#slave.fslider .slide img:hover,
#slave.fslider .flex-active-slide img {
	opacity: 1;
}

/*--------------------------------------------------------------
08 WooCommerce
--------------------------------------------------------------*/
.product-list {
    position: relative;
    margin: 0 -20px 0 0;
}

.product {
    float: left;
   # width: 270px;
   # margin: 0 20px 0 0;
}

.product-image {
    position: relative;
    width: 100%;
	height: 357px;
    overflow: hidden;
}

.product-overlay {
    position: absolute;
    top: auto;
    bottom: -44px;
    left: 0;
	width: 100%;
    height: 44px;
    line-height: 44px;

	-webkit-transition: bottom .3s ease-in-out;
		 -o-transition: bottom .3s ease-in-out;
			transition: bottom .3s ease-in-out;
}

.product-overlay a {
	display: block;
	float: left;
	width: 50%;
	font-size: .929em;
	text-align: center;
	color: #333;
	background-color: #f5f5f5;

	-webkit-transition: all .3s ease-in-out;
		 -o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
}

.product-overlay a:hover {
    color: #fff;
	background-color: #555;
}

.product-overlay a i {
    position: relative;
    font-size: 1em;
    margin-right: 3px;
}

.product-overlay a.added_to_cart,
.product-overlay a.add_to_cart_button {
	border-right: 1px solid rgba(0,0,0,.1);
}

.oc-item .product:hover .product-overlay,
.product-list .product:hover .product-overlay {
	bottom: 0;
}

.product-desc {
	height: 140px;
    padding: 15px 0;
	overflow: hidden;
}

.product-desc h3 {
	margin: 0 0 5px;
}

.product-price {
    margin-bottom: 5px;
}

.single-product .product {
    width: 100%;
    margin: 0;
}

.upsells.products h2,
.related.products h2 {
	margin: 10px 0 20px
}

#oc-product .product-image {
	height: auto;
}

#oc-product .product-desc {
    height: auto;
    text-align: center
}

#oc-product .star-rating {
	margin: 0 auto .5em;
}

.product_meta {
	padding: 15px;
	border: 1px solid;
    border-radius: 4px;
}

.product_meta > span {
	display: block;
	margin-bottom: 5px;
}

.single_add_to_cart_button {
	line-height: 2em;
}

#add_payment_method #payment,
.woocommerce-checkout #payment {
	background: none;
	border: 1px solid;
}

.woocommerce span.onsale {
	position: absolute;
	top: 10px;
	right: auto;
	left: 10px;
	min-height: inherit;
	padding: 5px 10px;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: 400;
	border-radius: 2px;
	z-index: 99;
}

.woocommerce li.product p.price,
.woocommerce ul.products p.price {
	font-size: 1.714em;
}

.woocommerce ul.products li.product span.price{
	font-size: 1.286em;
	font-weight: 600;
}

.woocommerce ul.products li.product p.price del,
.woocommerce ul.products li.product span.price del{
    font-size: 90%;
	font-weight: 400;
	opacity: 1;
}

.woocommerce .star-rating {
	width: 6.15em;
	font-size: .95em;
	float: none;
}

.woocommerce .star-rating:before,
.woocommerce .star-rating span:before {
	letter-spacing: .13em;
}

.woocommerce ul.products li.product .woocommerce-tabs .panel {
	padding: 0 0 2em;
	background-color: inherit;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
	display: none;
}

.woocommerce ul.products li.product .woocommerce-product-rating {
	margin-bottom: 1em;
}

.woocommerce .woocommerce-product-rating .star-rating {
	margin: .55em 4px 0 0;
}

.woocommerce div.product form.cart div.quantity {
	margin: 0 15px 0 0;
}

.woocommerce div.product form.cart .variations select {
	max-width: 95%;
}

.woocommerce div.product form.cart .variations label {
    font-size: 1.231em;
	font-weight: 400;
    line-height: 3.438em;
}

.woocommerce div.product form.cart .variations .label {
    font-size: 100%;
}

.woocommerce div.product form.cart .variations td.label {
	padding: 0;
}

.woocommerce .quantity .qty {
	height: 42px;
	border: 1px solid;
	background-color: inherit;
}

.woocommerce table.shop_table {
	border-color: inherit;
}

.woocommerce table.shop_table th {
	padding: 15px 12px;
}

.woocommerce table.shop_table td {
	padding: 20px 12px;
	border-top-color: inherit;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
	border-top-color: inherit;
}

.woocommerce table.shop_attributes td {
	padding: 8px 0;
}

.woocommerce #reviews h3 {
	margin-bottom: 10px;
}

.woocommerce #reviews #comments ol.commentlist {
	margin-bottom: 50px;
    padding: 0 0 50px 0;
    border-bottom: 1px solid;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
	width: 64px;
	padding: 0;
	background: none;
	border-radius: 50%
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
	margin: 0 0 0 80px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: 1em;
    font-style: italic;
}

.woocommerce input.button,
.woocommerce #respond input#submit {
	font-weight: normal;
	line-height: inherit;
	background: none;
	border-radius: none;
}

.woocommerce #respond div.select {
	display: none;
}

.woocommerce #respond label {
	margin-bottom: 10px;
}

.woocommerce a.added_to_cart {
	display: none;
}

.woocommerce a.remove {
	font-size: 1em;
	margin: 0 auto;
}

.woocommerce a.remove:hover {
    background: none;
}

.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
	width: 100%;
	float: none;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
	top: 10px;
}

.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
	margin: 15px 5px 10px;
	padding: 10px 0 0;
}

.woocommerce.widget_shopping_cart .buttons a {
	margin: 0 5px;
}

.woocommerce ul.product_list_widget span.amount {
	font-style: italic;
}

.woocommerce ul.product_list_widget del {
	font-size: .857em;
}

.woocommerce ul.product_list_widget ins {
	font-size: .929em;
	background: inherit;
}

.woocommerce-cart table.cart img,
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
	width: 48px;
}

.woocommerce ul.product_list_widget li .star-rating {
	margin: 2px 0;
}

.woocommerce-page a:hover {
	text-decoration: none;
}

.woocommerce-page table.cart td.actions {
	padding: 20px;
}

.woocommerce form .form-row input.input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text {
	padding: 8px 14px;
	font-size: 1.071em;
	line-height: 1.429;
	border: 2px solid;

    -webkit-transition: border-color ease-in-out .15s;
		 -o-transition: border-color ease-in-out .15s;
			transition: border-color ease-in-out .15s;
}

.woocommerce form .form-row input.input-text {
	background: none;
}

.woocommerce-cart table.cart input {
	font-weight: normal;
	line-height: 1.692em;
	background: none;
	border: 1px solid;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
	width: 50% !important;
	opacity: .8;
}

.woocommerce-cart table.cart td.actions .coupon .input-text:focus {
	opacity: 1;
}

.woocommerce form .form-row {
	margin: 0 0 15px;
}

.woocommerce form .form-row select,
.woocommerce form .form-row textarea {
	font-size: 1.071em;
	padding: 8px 14px;
	border-radius: 0;
}

.woocommerce form .form-row.woocommerce-validated input.input-text {
	border-color: inherit;
}

.woocommerce form .form-row label[for=rememberme] {
	display: block;
	margin-top: 5px;
}

.woocommerce form .form-row label[for=rememberme] input {
	vertical-align: sub;
}

.woocommerce form .form-row div.state_select,
.woocommerce form .form-row div.country_select {
	display: none !important;
}

.woocommerce form .form-row select.state_select,
.woocommerce form .form-row select.country_select {
	display: inline !important;
	border: none;
}

.woocommerce-cart .cart-collaterals .cart-shipping {
	width: 45%;
	float: left;
}

.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th {
	padding: 6px 10px;
}

.woocommerce ul#shipping_method label {
	display: inline;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
	margin-top: 15px;
}

.woocommerce-account .addresses .title .edit {
	margin: 20px 0 0 5px;
}

.woocommerce div.product .flex-control-nav {
	position: relative;
	right: 0;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	z-index: 99;
}
.service-icon img {
    display: inline-block;
    margin: 0;
    margin-top: 23px;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    padding: 0px;
    margin: 20px 0px 10px 0px;
    font-size: 30px;
}
.woocommerce div.product .woocommerce-tabs .panel {
    background-color: #0000;
}
.oc-item li {
    list-style: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #fff0;
}
/*contact-form*/
#contact-form fieldset.checkbox.col-sm-12 {
    padding-left: 35px;
}
/* portfolio not resulut not found */
section.portfolio-module .portfolio-wrap .no-results.not-found, section.blog-module .blog-wrap .no-results.not-found{
    position: relative !important;
    text-align: center;
}
body span.select2-results {
    color: #333;
}
/*contact-form*/
.content-area .woocommerce-input-wrapper .select2-selection{
	margin:0;
	height: 35px;
}
.content-area .select2-container--default .select2-selection--single .select2-selection__arrow{
	top:5px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 32px;
}
.content-area legend{
	color:#fff;
}
.content-area .form-row-last button.button{
	padding:12px;
	text-transform: uppercase;
	border-radius: 2px;
	background-color: transparent;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	border: 1px solid #fff;
	color: #fff;
}
.content-area .form-row-last button.button:hover{
	background-color: #fff;
	color:#000;
}
.content-area .woocommerce-checkout .select{
	overflow: hidden;
    line-height: 33px;	
	display:none;
}


/*
Theme Name: BeOnePage
Layout: Responsive
*/

@media only screen and (max-width: 1300px) {
	.main-navigation a {
		padding: 25px 0 25px 10px;
	}

	.main-navigation > ul > li > a:after {
		margin-left: 10px !important;
	}

	.portfolio-meta li {
		width: 100%;
	}
}

@media only screen and (max-width: 1200px) {
	a.blog-item {
		width: 50%;
	}
}

@media (max-width: 1199px) and (min-width: 992px) {
	.product {
		width: 220px;
	}

	.product-image {
		height: 291px;
	}

	.product-desc {
		height: 134px;
	}

	.product-title h3 {
		font-size: 1.286em;
	}
}


@media only screen and (min-width: 992px) {
	section.sm-section .container {
		margin: 60px auto;
	}

	.sticky-header {
		height: 70px;
	}

	.main-navigation {
		max-width: 80%;
		max-height: 85px;
	}

	.main-navigation > ul > li > a:after {
		content: "\f111";
		font-family: "FontAwesome";
		font-size: .462em;
		line-height: 6em;
		vertical-align: middle;
		position: relative;
		margin-left: 15px;
	}

	.main-navigation > ul > li:first-child a {
		padding-left: 0 !important;
	}

	.main-navigation li:last-child a:after {
		content: "";
	}

	.sticky-header .main-navigation > ul > li > a {
		padding: 18px 0 17px 20px;
	}

	#portfolio-container {
		height: 0;

		-webkit-transition: height .5s linear;
				transition: height .5s linear;
	}

	.portfolio-ajax-title h2 {
		width: 70%;
	}

	.line-process-wrapper .owl-dot {
		width: 240px;
		height: 120px;

		-webkit-transform: translateX(-120px) translateY(-90px);
			-ms-transform: translateX(-120px) translateY(-90px);
				transform: translateX(-120px) translateY(-90px);
	}

	.line-process-wrapper .owl-dot span {
		-webkit-transform: translateX(120px) translateY(90px);
			-ms-transform: translateX(120px) translateY(90px);
				transform: translateX(120px) translateY(90px);
	}
        .main-navigation{
              display:block !important;
        }
}

@media only screen and (max-width: 991px) {
	section.sm-section .container {
		margin: 50px auto;
	}

	.site-header {
		height: auto;
	}

	.site-title {
		margin: 20px 0;
		letter-spacing: .107em;
	}

	.site-logo {
		max-height: 70px;
	}

	.main-navigation {
		display: none;
	}

	.sticky-header .main-navigation {
		overflow-x: hidden;
		overflow-y: scroll;

		-webkit-overflow-scrolling: touch;
	}

	.main-navigation a {
		padding: 10px 0 10px 20px;
	}

	.main-navigation li {
		width: 100%;
		border-bottom: solid 1px;
	}

	.main-navigation li ul {
		opacity: 1;
		visibility: visible;
		position: inherit;
		top: auto;
		width: 100%;
		border-top: solid 1px;
	}

	.main-navigation li ul li {
		padding-left: 40px;
		border: none;
	}

	.main-navigation li ul a {
		display: block;
		width: 100%;
		font-size: .909em;
		background: none !important;
		border-left: solid 1px;
		border-bottom: solid 1px;
	}

	.main-navigation li ul li:last-child a {
		border-bottom: none;
	}

	.mobile-menu {
		display: block;
	}

	.slider-caption h1 {
		font-size: 2.308em;
	}

	#portfolio-container {
		max-height: 0;

		-webkit-transition: max-height .5s linear;
				transition: max-height .5s linear;
	}

	#portfolio-container.ajax-portfolio-opened {
		max-height: 2000px;
	}

	.portfolio-meta li {
		width: auto;
		margin-right: 50px;
	}

	.portfolio-meta li:last-child {
		margin-right: 0;
	}

	.portfolio-meta li span {
		width: auto;
	}

	.portfolio-meta li span i {
		width: 13px;
		margin-right: 5px;
	}

	.promo-box-hor {
		padding-right: 0;
	}

	.promo-box-hor .promo-btn {
		position: relative;
		left: 0;
		margin: 20px 0 0;
	}

	.contact-item {
		margin-bottom: 20px;
		padding-right: 0;
		text-align: center;
	}

	.contact-info .contact-item:last-child {
		margin-bottom: 40px;
	}

	.contact-item .ci-icon {
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: 0 auto 10px;
		border-left: none;
		border-bottom: 1px solid;
	}

	.page-header h1 {
		float: none;
		margin: 0;
		text-align: center;
	}

	.bcrumbs {
		display: none;
	}

	.line-process-wrapper .owl-dot {
		width: 192px;
		height: 120px;

		-webkit-transform: translateX(-96px) translateY(-90px);
			-ms-transform: translateX(-96px) translateY(-90px);
				transform: translateX(-96px) translateY(-90px);
	}

	.line-process-wrapper .owl-dot span {
		-webkit-transform: translateX(96px) translateY(90px);
			-ms-transform: translateX(96px) translateY(90px);
				transform: translateX(96px) translateY(90px);
	}

	.subscribe-form {
		margin: 20px 0 0;
	}

	.icon-service-img-module .icon-box-img img {
		margin: 0 auto 40px;
	}

	.icon-service-img-module .left-icon-boxes,
	.icon-service-img-module .right-icon-boxes {
		text-align: center;
	}

	.product {
		width: 226px;
	}

	.product-image {
		height: 299px;
	}

	.product-desc {
		height: 134px;
	}

	.product-desc h3 {
		font-size: 1.286em;
	}
}

@media only screen and (min-width: 768px) {
	.scroll-progress-bar {
		position: absolute;
		top: 0;
		display: block;
		width: 100%;
		height: 2px;
		z-index: 999;
	}

	.scroll-progress-bar div {
		position: relative;
		width: 0;
		height: 100%;

		-webkit-transition: width .3s ease-out;
				transition: width .3s ease-out;
	}

	.scroll-progress-bar .scroll-shadow {
		position: absolute;
		right: 0;
		width: 100px;
		height: 100%;

		-webkit-transform: rotate(3deg) translate(0,-4px);
			-ms-transform: rotate(3deg) translate(0,-4px);
				transform: rotate(3deg) translate(0,-4px);
	}

	#portfolio-filter a:first-child {
		margin-left: 0;
	}

	#portfolio-filter a:last-child-child {
		margin-right: 0;
	}

	.promo-box-ver h2 {
		margin-bottom: 90px;
	}

	.process-label span {
		-webkit-transition: opacity .3s ease-in;
				transition: opacity .3s ease-in;
	}

	.process-label .icon-clone,
	.process-label span:before {
		-webkit-transition: max-width .3s ease;
				transition: max-width .3s ease;
	}

	.process-active span:before,
	.process-active .icon-clone {
		-webkit-transition: max-width .3s ease .5s;
				transition: max-width .3s ease .5s;
	}

	.line-process-wrapper .owl-dot span:after {
		-webkit-transition: width .3s ease-out;
				transition: width .3s ease-out;

		-webkit-backface-visibility: hidden;
	}

	.dot-container .owl-dot:after {
		-webkit-transform: translate3d(0,-200%,0);
				transform: translate3d(0,-200%,0);

		-webkit-transition: -webkit-transform .3s ease, opacity .5s ease, visibility 0s .5s;
						transition: transform .3s ease, opacity .5s ease, visibility 0s .5s;
	}

	.dot-container .owl-dot span {
		-webkit-transition: -webkit-transform .5s ease, opacity .5s ease, background-color .5s ease;
						transition: transform .5s ease, opacity .5s ease, background-color .5s ease;
	}

	.dot-container .active span {
		-webkit-transform: translate3d(0,200%,0);
				transform: translate3d(0,200%,0);
	}

	.dot-container .active:after {
		-webkit-transform: translate3d(0,0%,0);
				transform: translate3d(0,0%,0);

		-webkit-transition: -webkit-transform .5s ease, opacity .5s ease;
						transition: transform .5s ease, opacity .5s ease;
	}
}

@media only screen and (max-width: 768px) {
	.woocommerce .cart-collaterals .cart_totals,
	.woocommerce-cart .cart-collaterals .cart-shipping {
		width: 100%;
		float: none;
	}
}

@media only screen and (max-width: 767px) {
	.separator span:before,
	.separator span:after {
		width: 200px;
	}

	.triangle {
		border-top-width: 15px;
	}

	.slider-caption h1 {
		font-size: 1.538em;
	}

	.slider-caption p {
		font-size: 1.077em;
	}

	.scroll-down {
		display: none;
	}

	#portfolio-filter a {
		width: 45%;
		overflow: hidden;
		margin: 0 5px 10px;
		padding-left: 10px;
		padding-right: 10px;
		letter-spacing: .091em;
	}

	#portfolio-filter a:first-child {
		display: block;
		margin: 0 auto 10px;
	}

	.portfolio-ajax-title h2 {
		text-align: center;
	}

	#portfolio-navigation {
		position: relative;
		display: inline-block;
		width: 100%;
		margin: 10px auto 0;
		text-align: center;
	}

	#portfolio-navigation #close-portfolio {
		margin: 0 25px;
	}

	.portfolio-meta li {
		width: 50%;
		margin-right: 0;
	}

	.promo-box-ver h2	{
		font-size: 2.462em;
	}

	.contact-form .btn {
		margin-top: 15px;
	}

	body:not(.front-page) .content-area,
	body:not(.front-page) .widget-area {
		padding: 30px 0 0;
	}

	.blog-list .entry-content {
		padding-left: 0;
	}

	.blog-list .entry-publish-date {
		display: none;
	}

	.process-module .process-item {
		text-align: center;
	}

	.line-process-wrapper .owl-dot {
		width: 120px;
		height: 120px;

		-webkit-transform: translateX(-60px) translateY(-90px);
			-ms-transform: translateX(-60px) translateY(-90px);
				transform: translateX(-60px) translateY(-90px);
	}

	.line-process-wrapper .owl-dot span {
		-webkit-transform: translateX(60px) translateY(90px);
			-ms-transform: translateX(60px) translateY(90px);
				transform: translateX(60px) translateY(90px);
	}
}

@media (max-width: 767px) and (min-width: 480px) {
	.woocommerce .container,
	.woocommerce-page .container	{
		width: 470px;
		padding: 30px 15px;
	}

	.product-list {
		margin: 0 -12px 0 0;
	}

	.product {
		width: 214px;
		margin: 0 12px 0 0;
	}

	.product-image {
		height: 283px;
	}

	.product-desc {
		height: 130px;
	}

	.product-desc h3 {
		font-size: 1.214em;
	}
}

@media only screen and (min-width: 480px) {
	.process-label span {
		opacity: 1;
	}
}

@media only screen and (max-width: 479px) {
	.separator span:before,
	.separator span:after {
		width: 130px;
	}

	.portfolio-meta li {
		width: 100%;
		margin-right: 0;
	}

	.portfolio-meta li span {
		width: 120px;
	}

	a.blog-item {
		width: 100%;
		float: none;
	}

	.process-label span {
		font-size: .769em;
		letter-spacing: 0;
	}

	.line-process-wrapper .owl-dot {
		width: 95px;
		height: 120px;

		-webkit-transform: translateX(-45px) translateY(-90px);
			-ms-transform: translateX(-45px) translateY(-90px);
				transform: translateX(-45px) translateY(-90px);
	}

	.line-process-wrapper .owl-dot span {
		-webkit-transform: translateX(45px) translateY(90px);
			-ms-transform: translateX(45px) translateY(90px);
				transform: translateX(45px) translateY(90px);
	}

	.promo-box-hor h2,
	.subscribe-module h2 {
		font-size: 2em;
	}

	.woocommerce .container,
	.woocommerce-page .container {
		width: 310px;
		padding: 20px 15px;
	}

	.product-list {
		margin: 0;
	}

	.product {
		margin: 0 0 20px;
		width: 100%;
	}

	.product-image {
		height: 370px;
	}

	.product-desc {
		height: auto;
	}

	.product-desc h3 {
		font-size: 1.357em;
	}

	.woocommerce table.shop_table th {
		padding: 9px 8px;
	}

	.woocommerce table.shop_table td {
		padding: 6px 3px;
	}

	.woocommerce #respond input#submit,
	.woocommerce a.button,
	.woocommerce button.button,
	.woocommerce input.button {
		font-size: 80%;
	}
}

@media
only screen and (min-resolution: 2dppx) and (max-width: 991px),
only screen and (min-resolution: 192dpi) and (max-width: 991px),
only screen and (min-device-pixel-ratio: 2) and (max-width: 991px),
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 991px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 991px),
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 991px) {
	.site-logo .standard-logo,
	.site-footer .site-logo .standard-logo	{
		display: none;
	}

	.site-logo .retina-logo {
		display: table-cell;
	}

	.site-footer .site-logo .retina-logo {
		display: inline-block;
	}
}
/**
 * Loading Animations
 *
 * @link https://github.com/ConnorAtherton/loaders.css
 */

@-webkit-keyframes scale {
	0% {
		-webkit-transform: scale(1);
				transform: scale(1);

		opacity: 1;
	}

	45% {
		-webkit-transform: scale(0.1);
				transform: scale(0.1);

		opacity: 0.7;
	}

	80% {
		-webkit-transform: scale(1);
				transform: scale(1);

		opacity: 1;
	}
}

@keyframes scale {
	0% {
		-webkit-transform: scale(1);
				transform: scale(1);

		opacity: 1;
	}

	45% {
		-webkit-transform: scale(0.1);
				transform: scale(0.1);

		opacity: 0.7;
	}

	80% {
		-webkit-transform: scale(1);
				transform: scale(1);

		opacity: 1;
	}
}

.ball-pulse > div:nth-child(0) {
	-webkit-animation: scale 0.75s -0.36s infinite cubic-bezier(.2, .68, .18, 1.08);
			animation: scale 0.75s -0.36s infinite cubic-bezier(.2, .68, .18, 1.08);
}

.ball-pulse > div:nth-child(1) {
	-webkit-animation: scale 0.75s -0.24s infinite cubic-bezier(.2, .68, .18, 1.08);
			animation: scale 0.75s -0.24s infinite cubic-bezier(.2, .68, .18, 1.08);
}

.ball-pulse > div:nth-child(2) {
	-webkit-animation: scale 0.75s -0.12s infinite cubic-bezier(.2, .68, .18, 1.08);
			animation: scale 0.75s -0.12s infinite cubic-bezier(.2, .68, .18, 1.08);
}

.ball-pulse > div:nth-child(3) {
	-webkit-animation: scale 0.75s 0s infinite cubic-bezier(.2, .68, .18, 1.08);
			animation: scale 0.75s 0s infinite cubic-bezier(.2, .68, .18, 1.08);
}

.ball-pulse > div {
	width: 15px;
	height: 15px;
	border-radius: 100%;
	margin: 2px;
	display: inline-block;

	-webkit-animation-fill-mode: both;
			animation-fill-mode: both;
 }

@-webkit-keyframes ball-pulse-sync {
	33% {
		-webkit-transform: translateY(10px);
				transform: translateY(10px);
	}

	66% {
		-webkit-transform: translateY(-10px);
				transform: translateY(-10px);
	}

	100% {
		-webkit-transform: translateY();
				transform: translateY();
	}
}

@keyframes ball-pulse-sync {
	33% {
		-webkit-transform: translateY(10px);
				transform: translateY(10px);
	}

	66% {
		-webkit-transform: translateY(-10px);
				transform: translateY(-10px);
	}

	100% {
		-webkit-transform: translateY();
				transform: translateY();
	}
}

.ball-pulse-sync > div:nth-child(0) {
	-webkit-animation: ball-pulse-sync 0.6s -0.21s infinite ease-in-out;
			animation: ball-pulse-sync 0.6s -0.21s infinite ease-in-out;
}

.ball-pulse-sync > div:nth-child(1) {
	-webkit-animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
			animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
}

.ball-pulse-sync > div:nth-child(2) {
	-webkit-animation: ball-pulse-sync 0.6s -0.07s infinite ease-in-out;
			animation: ball-pulse-sync 0.6s -0.07s infinite ease-in-out;
}

.ball-pulse-sync > div:nth-child(3) {
	-webkit-animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
			animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
}

.ball-pulse-sync > div {
	width: 15px;
	height: 15px;
	border-radius: 100%;
	margin: 2px;
	display: inline-block;

	-webkit-animation-fill-mode: both;
			animation-fill-mode: both;
}

@-webkit-keyframes ball-scale {
	0% {
		-webkit-transform: scale(0);
				transform: scale(0);
	}

	100% {
		-webkit-transform: scale(1);
				transform: scale(1);

		opacity: 0;
	}
}

@keyframes ball-scale {
	0% {
		-webkit-transform: scale(0);
				transform: scale(0);
	}

	100% {
		-webkit-transform: scale(1);
				transform: scale(1);

		opacity: 0;
	}
}

.ball-scale > div {
	width: 15px;
	height: 15px;
	border-radius: 100%;
	margin: 2px;
	height: 60px;
	width: 60px;
	display: inline-block;

	-webkit-animation-fill-mode: both;
			animation-fill-mode: both;
	-webkit-animation: ball-scale 1s 0s ease-in-out infinite;
			animation: ball-scale 1s 0s ease-in-out infinite;
}

@-webkit-keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg);
				transform: rotate(0deg);
	}

	50% {
		-webkit-transform: rotate(180deg);
				transform: rotate(180deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
				transform: rotate(360deg);
	}
}

@keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg);
				transform: rotate(0deg);
	}

	50% {
		-webkit-transform: rotate(180deg);
				transform: rotate(180deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
				transform: rotate(360deg);
	}
}

.ball-rotate {
	position: relative;
}

.ball-rotate > div {
	width: 15px;
	height: 15px;
	border-radius: 100%;
	margin: 2px;
	position: relative;

	-webkit-animation-fill-mode: both;
			animation-fill-mode: both;
}

.ball-rotate > div:first-child {
	-webkit-animation: rotate 1s 0s cubic-bezier(.7, -.13, .22, .86) infinite;
			animation: rotate 1s 0s cubic-bezier(.7, -.13, .22, .86) infinite;
}

.ball-rotate > div:before, .ball-rotate > div:after {
	  width: 15px;
	  height: 15px;
	  background: inherit;
	  border-radius: 100%;
	  margin: 2px;
	  content: "";
	  position: absolute;
	  opacity: 0.8;
}

.ball-rotate > div:before {
	  top: 0px;
	  left: -28px;
}

.ball-rotate > div:after {
	  top: 0px;
	  left: 25px;
}

@keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg) scale(1);
				transform: rotate(0deg) scale(1);
	}

	50% {
		-webkit-transform: rotate(180deg) scale(0.6);
				transform: rotate(180deg) scale(0.6);
	}

	100% {
		-webkit-transform: rotate(360deg) scale(1);
				transform: rotate(360deg) scale(1);
	}
}

.ball-clip-rotate > div {
	border-radius: 100%;
	margin: 2px;
	border-bottom-color: transparent !important;
	height: 25px;
	width: 25px;
	background: transparent !important;
	display: inline-block;

	-webkit-animation-fill-mode: both;
			animation-fill-mode: both;
	-webkit-animation: rotate 0.75s 0s linear infinite;
			animation: rotate 0.75s 0s linear infinite;
}

@keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg) scale(1);
				transform: rotate(0deg) scale(1);
	}

	50% {
		-webkit-transform: rotate(180deg) scale(0.6);
				transform: rotate(180deg) scale(0.6);
	}

	100% {
		-webkit-transform: rotate(360deg) scale(1);
				transform: rotate(360deg) scale(1);
	}
}

@keyframes scale {
	30% {
		-webkit-transform: scale(0.3);
				transform: scale(0.3);
	}

	100% {
		-webkit-transform: scale(1);
				transform: scale(1);
	}
}

.ball-clip-rotate-pulse {
	position: relative;

	-webkit-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
			transform: translateY(-15px);
}

.ball-clip-rotate-pulse > div {
	position: absolute;
	top: 0px;
	left: 0px;
	border-radius: 100%;

	-webkit-animation-fill-mode: both;
				animation-fill-mode: both;
}

.ball-clip-rotate-pulse > div:first-child {
	  height: 16px;
	  width: 16px;
	  top: 8px;
	  left: 8px;

	-webkit-animation: scale 1s 0s cubic-bezier(.09, .57, .49, .9) infinite;
			animation: scale 1s 0s cubic-bezier(.09, .57, .49, .9) infinite;
}

.ball-clip-rotate-pulse > div:last-child {
	  position: absolute;
	  width: 32px;
	  height: 32px;
	  border: 2px solid;

	-webkit-animation: rotate 1s 0s cubic-bezier(.09, .57, .49, .9) infinite;
			animation: rotate 1s 0s cubic-bezier(.09, .57, .49, .9) infinite;
	-webkit-animation-duration: 1s;
			animation-duration: 1s;
}

@keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg) scale(1);
				transform: rotate(0deg) scale(1);
	}

	50% {
		-webkit-transform: rotate(180deg) scale(0.6);
				transform: rotate(180deg) scale(0.6);
	}

	100% {
		-webkit-transform: rotate(360deg) scale(1);
				transform: rotate(360deg) scale(1);
	}
}

.ball-clip-rotate-multiple {
	position: relative;
}

.ball-clip-rotate-multiple > div {
	position: absolute;
	left: -20px;
	top: -20px;
	border-bottom-color: transparent !important;
	border-top-color: transparent !important;
	border-radius: 100%;
	height: 35px;
	width: 35px;

	-webkit-animation-fill-mode: both;
			animation-fill-mode: both;
	-webkit-animation: rotate 1s 0s ease-in-out infinite;
			animation: rotate 1s 0s ease-in-out infinite;
}

.ball-clip-rotate-multiple > div:last-child {
	  display: inline-block;
	  top: -10px;
	  left: -10px;
	  width: 15px;
	  height: 15px;

		-webkit-animation-duration: 0.5s;
				animation-duration: 0.5s;
		-webkit-animation-direction: reverse;
				animation-direction: reverse;
}

@-webkit-keyframes ball-scale-ripple {
	0% {
		-webkit-transform: scale(0.1);
				transform: scale(0.1);

		opacity: 1;
	}

	70% {
		-webkit-transform: scale(1);
				transform: scale(1);

		opacity: 0.7;
	}

	100% {
		opacity: 0.0
	}
}

@keyframes ball-scale-ripple {
	0% {
		-webkit-transform: scale(0.1);
				transform: scale(0.1);

		opacity: 1;
	}

	70% {
		-webkit-transform: scale(1);
				transform: scale(1);

		opacity: 0.7;
	}

	100% {
		opacity: 0.0
	}
}

.ball-scale-ripple > div {
	height: 50px;
	width: 50px;
	border-radius: 100%;

	-webkit-animation-fill-mode: both;
			animation-fill-mode: both;
	-webkit-animation: ball-scale-ripple 1s 0s infinite cubic-bezier(.21, .53, .56, .8);
			animation: ball-scale-ripple 1s 0s infinite cubic-bezier(.21, .53, .56, .8);
}

@-webkit-keyframes ball-scale-ripple-multiple {
	0% {
		-webkit-transform: scale(0.1);
				transform: scale(0.1);

		opacity: 1;
	}

	70% {
		-webkit-transform: scale(1);
				transform: scale(1);

		opacity: 0.7;
	}

	100% {
		opacity: 0.0
	}
}

@keyframes ball-scale-ripple-multiple {
	0% {
		-webkit-transform: scale(0.1);
				transform: scale(0.1);

		opacity: 1;
	}

	70% {
		-webkit-transform: scale(1);
				transform: scale(1);

		opacity: 0.7;
	}

	100% {
		opacity: 0.0
	}
}

.ball-scale-ripple-multiple {
	position: relative;

	-webkit-transform: translateY(-25px);
		-ms-transform: translateY(-25px);
			transform: translateY(-25px);
}

.ball-scale-ripple-multiple > div:nth-child(0) {
	-webkit-animation-delay: -0.8s;
			animation-delay: -0.8s;
}

.ball-scale-ripple-multiple > div:nth-child(1) {
	-webkit-animation-delay: -0.6s;
			animation-delay: -0.6s;
}

.ball-scale-ripple-multiple > div:nth-child(2) {
	-webkit-animation-delay: -0.4s;
			animation-delay: -0.4s;
}

.ball-scale-ripple-multiple > div:nth-child(3) {
	-webkit-animation-delay: -0.2s;
			animation-delay: -0.2s;
}

.ball-scale-ripple-multiple > div {
	position: absolute;
	top: -2px;
	left: -26px;
	width: 50px;
	height: 50px;
	border-radius: 100%;

	-webkit-animation-fill-mode: both;
			animation-fill-mode: both;
	-webkit-animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(.21, .53, .56, .8);
			animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(.21, .53, .56, .8);
}

@-webkit-keyframes ball-beat {
	50% {
		opacity: 0.2;

		-webkit-transform: scale(0.75);
				transform: scale(0.75);
	}

	100% {
		opacity: 1;

		-webkit-transform: scale(1);
				transform: scale(1);
	}
}

@keyframes ball-beat {
	50% {
		opacity: 0.2;

		-webkit-transform: scale(0.75);
				transform: scale(0.75);
	}

	100% {
		opacity: 1;

		-webkit-transform: scale(1);
				transform: scale(1);
	}
}

.ball-beat > div {
	width: 15px;
	height: 15px;
	border-radius: 100%;
	margin: 2px;
	display: inline-block;

	-webkit-animation-fill-mode: both;
			animation-fill-mode: both;
	-webkit-animation: ball-beat 0.7s 0s infinite linear;
			animation: ball-beat 0.7s 0s infinite linear;
}

.ball-beat > div:nth-child(2n-1) {
	-webkit-animation-delay: -0.35s !important;
			animation-delay: -0.35s !important;
}

@-webkit-keyframes ball-scale-multiple {
	0% {
		-webkit-transform: scale(0);
				transform: scale(0);

		opacity: 0;
	}

	5% {
		opacity: 1
	}

	100% {
		-webkit-transform: scale(1);
				transform: scale(1);

		opacity: 0;
	}
}

@keyframes ball-scale-multiple {
	0% {
		-webkit-transform: scale(0);
				transform: scale(0);

		opacity: 0;
	}

	5% {
		opacity: 1
	}

	100% {
		-webkit-transform: scale(1);
				transform: scale(1);

		opacity: 0;
	}
}

.ball-scale-multiple {
	position: relative;
	-webkit-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
			transform: translateY(-30px);
}

.ball-scale-multiple > div:nth-child(2) {
	-webkit-animation-delay: -0.4s;
			animation-delay: -0.4s;
}

.ball-scale-multiple > div:nth-child(3) {
	-webkit-animation-delay: -0.2s;
			animation-delay: -0.2s;
}

.ball-scale-multiple > div {
	width: 15px;
	height: 15px;
	border-radius: 100%;
	margin: 2px;
	position: absolute;
	left: -30px;
	top: 0px;
	opacity: 0;
	margin: 0;
	width: 60px;
	height: 60px;

	-webkit-animation-fill-mode: both;
			animation-fill-mode: both;
	-webkit-animation: ball-scale-multiple 1s 0s linear infinite;
			animation: ball-scale-multiple 1s 0s linear infinite;
}

@-webkit-keyframes ball-triangle-path-1 {
	33% {
		-webkit-transform: translate(25px, -50px);
				transform: translate(25px, -50px);
	}

	66% {
		-webkit-transform: translate(50px, 0px);
				transform: translate(50px, 0px);
	}

	100% {
		-webkit-transform: translate(0px, 0px);
				transform: translate(0px, 0px);
	}
}

@keyframes ball-triangle-path-1 {
	33% {
		-webkit-transform: translate(25px, -50px);
				transform: translate(25px, -50px);
	}

	66% {
		-webkit-transform: translate(50px, 0px);
				transform: translate(50px, 0px);
	}

	100% {
		-webkit-transform: translate(0px, 0px);
				transform: translate(0px, 0px);
	}
}

@-webkit-keyframes ball-triangle-path-2 {
	33% {
		-webkit-transform: translate(25px, 50px);
				transform: translate(25px, 50px);
	}

	66% {
		-webkit-transform: translate(-25px, 50px);
				transform: translate(-25px, 50px);
	}

	100% {
		-webkit-transform: translate(0px, 0px);
				transform: translate(0px, 0px);
	}
}

@keyframes ball-triangle-path-2 {
	33% {
		-webkit-transform: translate(25px, 50px);
				transform: translate(25px, 50px);
	}

	66% {
		-webkit-transform: translate(-25px, 50px);
				transform: translate(-25px, 50px);
	}

	100% {
		-webkit-transform: translate(0px, 0px);
				transform: translate(0px, 0px);
	}
}

@-webkit-keyframes ball-triangle-path-3 {
	33% {
		-webkit-transform: translate(-50px, 0px);
				transform: translate(-50px, 0px);
	}

	66% {
		-webkit-transform: translate(-25px, -50px);
				transform: translate(-25px, -50px);
	}

	100% {
		-webkit-transform: translate(0px, 0px);
				transform: translate(0px, 0px);
	}
}

@keyframes ball-triangle-path-3 {
	33% {
		-webkit-transform: translate(-50px, 0px);
				transform: translate(-50px, 0px);
	}

	66% {
		-webkit-transform: translate(-25px, -50px);
				transform: translate(-25px, -50px);
	}

	100% {
		-webkit-transform: translate(0px, 0px);
				transform: translate(0px, 0px);
	}
}

.ball-triangle-path {
	position: relative;

	-webkit-transform: translate(-29.994px, -37.50938px);
		-ms-transform: translate(-29.994px, -37.50938px);
			transform: translate(-29.994px, -37.50938px);
}

.ball-triangle-path > div:nth-child(1) {
	-webkit-animation-name: ball-triangle-path-1;
			animation-name: ball-triangle-path-1;
	-webkit-animation-delay: 0;
			animation-delay: 0;
	-webkit-animation-duration: 2s;
			animation-duration: 2s;
	-webkit-animation-timing-function: ease-in-out;
			animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
			animation-iteration-count: infinite;
}

.ball-triangle-path > div:nth-child(2) {
	-webkit-animation-name: ball-triangle-path-2;
			animation-name: ball-triangle-path-2;
	-webkit-animation-delay: 0;
			animation-delay: 0;
	-webkit-animation-duration: 2s;
			animation-duration: 2s;
	-webkit-animation-timing-function: ease-in-out;
			animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
			animation-iteration-count: infinite;
}

.ball-triangle-path > div:nth-child(3) {
	-webkit-animation-name: ball-triangle-path-3;
			animation-name: ball-triangle-path-3;
	-webkit-animation-delay: 0;
			animation-delay: 0;
	-webkit-animation-duration: 2s;
			animation-duration: 2s;
	-webkit-animation-timing-function: ease-in-out;
			animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
			animation-iteration-count: infinite;
}

.ball-triangle-path > div {
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	border: 1px solid;

	-webkit-animation-fill-mode: both;
			animation-fill-mode: both;
}

.ball-triangle-path > div:nth-of-type(1) {
	top: 50px;
}

.ball-triangle-path > div:nth-of-type(2) {
	left: 25px;
}

.ball-triangle-path > div:nth-of-type(3) {
	top: 50px;
	left: 50px;
}

@-webkit-keyframes ball-pulse-rise-even {
	0% {
		-webkit-transform: scale(1.1);
				transform: scale(1.1);
	}

	25% {
		-webkit-transform: translateY(-30px);
				transform: translateY(-30px);
	}

	50% {
		-webkit-transform: scale(0.4);
				transform: scale(0.4);
	}

	75% {
		-webkit-transform: translateY(30px);
				transform: translateY(30px);
	}

	100% {
		-webkit-transform: translateY();
				transform: translateY();
		-webkit-transform: scale(1);
				transform: scale(1);
	}
}

@keyframes ball-pulse-rise-even {
	0% {
		-webkit-transform: scale(1.1);
				transform: scale(1.1);
	}

	25% {
		-webkit-transform: translateY(-30px);
				transform: translateY(-30px);
	}

	50% {
		-webkit-transform: scale(0.4);
				transform: scale(0.4);
	}

	75% {
		-webkit-transform: translateY(30px);
				transform: translateY(30px);
	}

	100% {
		-webkit-transform: translateY();
				transform: translateY();
		-webkit-transform: scale(1);
				transform: scale(1);
	}
}

@-webkit-keyframes ball-pulse-rise-odd {
	0% {
		-webkit-transform: scale(0.4);
				transform: scale(0.4);
	}

	25% {
		-webkit-transform: translateY(30px);
				transform: translateY(30px);
	}

	50% {
		-webkit-transform: scale(1.1);
				transform: scale(1.1);
	}

	75% {
		-webkit-transform: translateY(-30px);
				transform: translateY(-30px);
	}

	100% {
		-webkit-transform: translateY();
				transform: translateY();
		-webkit-transform: scale(0.75);
				transform: scale(0.75);
	}
}

@keyframes ball-pulse-rise-odd {
	0% {
		-webkit-transform: scale(0.4);
				transform: scale(0.4);
	}

	25% {
		-webkit-transform: translateY(30px);
				transform: translateY(30px);
	}

	50% {
		-webkit-transform: scale(1.1);
				transform: scale(1.1);
	}

	75% {
		-webkit-transform: translateY(-30px);
				transform: translateY(-30px);
	}

	100% {
		-webkit-transform: translateY();
				transform: translateY();
		-webkit-transform: scale(0.75);
				transform: scale(0.75);
	}
}

.ball-pulse-rise > div {
	width: 15px;
	height: 15px;
	border-radius: 100%;
	margin: 2px;
	display: inline-block;

	-webkit-animation-fill-mode: both;
			animation-fill-mode: both;
	-webkit-animation-duration: 1s;
			animation-duration: 1s;
	-webkit-animation-timing-function: cubic-bezier(.15, .46, .9, .6);
			animation-timing-function: cubic-bezier(.15, .46, .9, .6);
	-webkit-animation-iteration-count: infinite;
			animation-iteration-count: infinite;
	-webkit-animation-delay: 0;
			animation-delay: 0;
}

.ball-pulse-rise > div:nth-child(2n) {
	-webkit-animation-name: ball-pulse-rise-even;
			animation-name: ball-pulse-rise-even;
}

.ball-pulse-rise > div:nth-child(2n-1) {
	-webkit-animation-name: ball-pulse-rise-odd;
			animation-name: ball-pulse-rise-odd;
}

@-webkit-keyframes ball-grid-beat {
	50% {
		opacity: 0.7;
	}

	100% {
		opacity: 1;
	}
}

@keyframes ball-grid-beat {
	50% {
		opacity: 0.7;
	}

	100% {
		opacity: 1;
	}
}

.ball-grid-beat {
	width: 57px;
}

.ball-grid-beat > div:nth-child(1) {
	-webkit-animation-delay: -0.07s;
			animation-delay: -0.07s;
	-webkit-animation-duration: 1.53s;
			animation-duration: 1.53s;
}

.ball-grid-beat > div:nth-child(2) {
	-webkit-animation-delay: 0.72s;
			animation-delay: 0.72s;
	-webkit-animation-duration: 0.94s;
			animation-duration: 0.94s;
}

.ball-grid-beat > div:nth-child(3) {
	-webkit-animation-delay: 0.11s;
			animation-delay: 0.11s;
	-webkit-animation-duration: 1.25s;
			animation-duration: 1.25s;
}

.ball-grid-beat > div:nth-child(4) {
	-webkit-animation-delay: 0.13s;
			animation-delay: 0.13s;
	-webkit-animation-duration: 1.01s;
			animation-duration: 1.01s;
}

.ball-grid-beat > div:nth-child(5) {
	-webkit-animation-delay: 0.1s;
			animation-delay: 0.1s;
	-webkit-animation-duration: 1.2s;
			animation-duration: 1.2s;
}

.ball-grid-beat > div:nth-child(6) {
	-webkit-animation-delay: 0.18s;
			animation-delay: 0.18s;
	-webkit-animation-duration: 0.97s;
			animation-duration: 0.97s;
}

.ball-grid-beat > div:nth-child(7) {
	-webkit-animation-delay: -0.09s;
			animation-delay: -0.09s;
	-webkit-animation-duration: 0.67s;
			animation-duration: 0.67s;
}

.ball-grid-beat > div:nth-child(8) {
	-webkit-animation-delay: 0.42s;
			animation-delay: 0.42s;
	-webkit-animation-duration: 0.92s;
			animation-duration: 0.92s;
}

.ball-grid-beat > div:nth-child(9) {
	-webkit-animation-delay: 0.52s;
			animation-delay: 0.52s;
	-webkit-animation-duration: 1.43s;
			animation-duration: 1.43s;
}

.ball-grid-beat > div {
	width: 15px;
	height: 15px;
	border-radius: 100%;
	margin: 2px;
	display: inline-block;
	float: left;

	-webkit-animation-fill-mode: both;
			animation-fill-mode: both;
	-webkit-animation-name: ball-grid-beat;
			animation-name: ball-grid-beat;
	-webkit-animation-iteration-count: infinite;
			animation-iteration-count: infinite;
	-webkit-animation-delay: 0;
			animation-delay: 0;
}

@-webkit-keyframes ball-grid-pulse {
	0% {
		-webkit-transform: scale(1);
				transform: scale(1);
	}

	50% {
		-webkit-transform: scale(0.5);
				transform: scale(0.5);

		opacity: 0.7;
	}

	100% {
		-webkit-transform: scale(1);
				transform: scale(1);

		opacity: 1;
	}
}

@keyframes ball-grid-pulse {
	0% {
		-webkit-transform: scale(1);
				transform: scale(1);
	}

	50% {
		-webkit-transform: scale(0.5);
				transform: scale(0.5);

		opacity: 0.7;
	}

	100% {
		-webkit-transform: scale(1);
				transform: scale(1);

		opacity: 1;
	}
}

.ball-grid-pulse {
	width: 57px;
}

.ball-grid-pulse > div:nth-child(1) {
	-webkit-animation-delay: 0.73s;
			animation-delay: 0.73s;
	-webkit-animation-duration: 1.3s;
			animation-duration: 1.3s;
}

.ball-grid-pulse > div:nth-child(2) {
	-webkit-animation-delay: 0.32s;
			animation-delay: 0.32s;
	-webkit-animation-duration: 1.3s;
			animation-duration: 1.3s;
}

.ball-grid-pulse > div:nth-child(3) {
	-webkit-animation-delay: 0.71s;
			animation-delay: 0.71s;
	-webkit-animation-duration: 0.88s;
			animation-duration: 0.88s;
}

.ball-grid-pulse > div:nth-child(4) {
	-webkit-animation-delay: 0.62s;
			animation-delay: 0.62s;
	-webkit-animation-duration: 1.06s;
			animation-duration: 1.06s;
}

.ball-grid-pulse > div:nth-child(5) {
	-webkit-animation-delay: 0.31s;
			animation-delay: 0.31s;
	-webkit-animation-duration: 0.62s;
			animation-duration: 0.62s;
}

.ball-grid-pulse > div:nth-child(6) {
	-webkit-animation-delay: -0.14s;
			animation-delay: -0.14s;
	-webkit-animation-duration: 1.48s;
			animation-duration: 1.48s;
}

.ball-grid-pulse > div:nth-child(7) {
	-webkit-animation-delay: -0.1s;
			animation-delay: -0.1s;
	-webkit-animation-duration: 1.47s;
			animation-duration: 1.47s;
}

.ball-grid-pulse > div:nth-child(8) {
	-webkit-animation-delay: 0.4s;
			animation-delay: 0.4s;
	-webkit-animation-duration: 1.49s;
			animation-duration: 1.49s;
}

.ball-grid-pulse > div:nth-child(9) {
	-webkit-animation-delay: 0.73s;
			animation-delay: 0.73s;
	-webkit-animation-duration: 0.7s;
			animation-duration: 0.7s;
}

.ball-grid-pulse > div {
	width: 15px;
	height: 15px;
	border-radius: 100%;
	margin: 2px;
	display: inline-block;
	float: left;

	-webkit-animation-name: ball-grid-pulse;
			animation-name: ball-grid-pulse;
	-webkit-animation-iteration-count: infinite;
			animation-iteration-count: infinite;
	-webkit-animation-fill-mode: both;
			animation-fill-mode: both;
	-webkit-animation-delay: 0;
			animation-delay: 0;
}

@-webkit-keyframes ball-spin-fade-loader {
	50% {
		opacity: 0.3;

		-webkit-transform: scale(0.4);
				transform: scale(0.4);
	}

	100% {
		opacity: 1;

		-webkit-transform: scale(1);
				transform: scale(1);
	}
}

@keyframes ball-spin-fade-loader {
	50% {
		opacity: 0.3;

		-webkit-transform: scale(0.4);
				transform: scale(0.4);
	}

	100% {
		opacity: 1;

		-webkit-transform: scale(1);
				transform: scale(1);
	}
}

.ball-spin-fade-loader {
	position: relative;
	top: -10px;
	left: -10px;
}

.ball-spin-fade-loader > div:nth-child(1) {
	top: 25px;
	left: 0;

	-webkit-animation: ball-spin-fade-loader 1s -0.96s infinite linear;
			animation: ball-spin-fade-loader 1s -0.96s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(2) {
	top: 17.04545px;
	left: 17.04545px;

	-webkit-animation: ball-spin-fade-loader 1s -0.84s infinite linear;
			animation: ball-spin-fade-loader 1s -0.84s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(3) {
	top: 0;
	left: 25px;

	-webkit-animation: ball-spin-fade-loader 1s -0.72s infinite linear;
			animation: ball-spin-fade-loader 1s -0.72s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(4) {
	top: -17.04545px;
	left: 17.04545px;

	-webkit-animation: ball-spin-fade-loader 1s -0.6s infinite linear;
			animation: ball-spin-fade-loader 1s -0.6s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(5) {
	top: -25px;
	left: 0;

	-webkit-animation: ball-spin-fade-loader 1s -0.48s infinite linear;
			animation: ball-spin-fade-loader 1s -0.48s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(6) {
	top: -17.04545px;
	left: -17.04545px;

	-webkit-animation: ball-spin-fade-loader 1s -0.36s infinite linear;
			animation: ball-spin-fade-loader 1s -0.36s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(7) {
	top: 0;
	left: -25px;

	-webkit-animation: ball-spin-fade-loader 1s -0.24s infinite linear;
			animation: ball-spin-fade-loader 1s -0.24s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(8) {
	top: 17.04545px;
	left: -17.04545px;

	-webkit-animation: ball-spin-fade-loader 1s -0.12s infinite linear;
			animation: ball-spin-fade-loader 1s -0.12s infinite linear;
}

.ball-spin-fade-loader > div {
	width: 15px;
	height: 15px;
	border-radius: 100%;
	margin: 2px;
	position: absolute;

	-webkit-animation-fill-mode: both;
			animation-fill-mode: both;
}

@-webkit-keyframes ball-spin-loader {
	75% {
		opacity: 0.2
	}

	100% {
		opacity: 1
	}
}

@keyframes ball-spin-loader {
	75% {
		opacity: 0.2
	}

	100% {
		opacity: 1
	}
}

.ball-spin-loader {
	position: relative;
}

.ball-spin-loader > span:nth-child(1) {
	top: 45px;
	left: 0;

	-webkit-animation: ball-spin-loader 2s 0.9s infinite linear;
			animation: ball-spin-loader 2s 0.9s infinite linear;
}

.ball-spin-loader > span:nth-child(2) {
	top: 30.68182px;
	left: 30.68182px;

	-webkit-animation: ball-spin-loader 2s 1.8s infinite linear;
			animation: ball-spin-loader 2s 1.8s infinite linear;
}

.ball-spin-loader > span:nth-child(3) {
	top: 0;
	left: 45px;

	-webkit-animation: ball-spin-loader 2s 2.7s infinite linear;
			animation: ball-spin-loader 2s 2.7s infinite linear;
}

.ball-spin-loader > span:nth-child(4) {
	top: -30.68182px;
	left: 30.68182px;

	-webkit-animation: ball-spin-loader 2s 3.6s infinite linear;
			animation: ball-spin-loader 2s 3.6s infinite linear;
}

.ball-spin-loader > span:nth-child(5) {
	top: -45px;
	left: 0;

	-webkit-animation: ball-spin-loader 2s 4.5s infinite linear;
			animation: ball-spin-loader 2s 4.5s infinite linear;
}

.ball-spin-loader > span:nth-child(6) {
	top: -30.68182px;
	left: -30.68182px;

	-webkit-animation: ball-spin-loader 2s 5.4s infinite linear;
			animation: ball-spin-loader 2s 5.4s infinite linear;
}

.ball-spin-loader > span:nth-child(7) {
	top: 0;
	left: -45px;

	-webkit-animation: ball-spin-loader 2s 6.3s infinite linear;
			animation: ball-spin-loader 2s 6.3s infinite linear;
}

.ball-spin-loader > span:nth-child(8) {
	top: 30.68182px;
	left: -30.68182px;

	-webkit-animation: ball-spin-loader 2s 7.2s infinite linear;
			animation: ball-spin-loader 2s 7.2s infinite linear;
}

.ball-spin-loader > div {
	position: absolute;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	background: green;

	-webkit-animation-fill-mode: both;
			animation-fill-mode: both;
}

@-webkit-keyframes ball-zig {
	33% {
		-webkit-transform: translate(-15px, -30px);
				transform: translate(-15px, -30px);
	}

	66% {
		-webkit-transform: translate(15px, -30px);
				transform: translate(15px, -30px);
	}

	100% {
		-webkit-transform: translate(0, 0);
				transform: translate(0, 0);
	}
}

@keyframes ball-zig {
	33% {
		-webkit-transform: translate(-15px, -30px);
				transform: translate(-15px, -30px);
	}

	66% {
		-webkit-transform: translate(15px, -30px);
				transform: translate(15px, -30px);
	}

	100% {
		-webkit-transform: translate(0, 0);
				transform: translate(0, 0);
	}
}

@-webkit-keyframes ball-zag {
	33% {
		-webkit-transform: translate(15px, 30px);
				transform: translate(15px, 30px);
	}

	66% {
		-webkit-transform: translate(-15px, 30px);
				transform: translate(-15px, 30px);
	}

	100% {
		-webkit-transform: translate(0, 0);
				transform: translate(0, 0);
	}
}

@keyframes ball-zag {
	33% {
		-webkit-transform: translate(15px, 30px);
				transform: translate(15px, 30px);
	}

	66% {
		-webkit-transform: translate(-15px, 30px);
				transform: translate(-15px, 30px);
	}

	100% {
		-webkit-transform: translate(0, 0);
				transform: translate(0, 0);
	}
}

.ball-zig-zag {
	position: relative;

	-webkit-transform: translate(-15px, -15px);
		-ms-transform: translate(-15px, -15px);
			transform: translate(-15px, -15px);
}
.ball-zig-zag > div {
	width: 15px;
	height: 15px;
	border-radius: 100%;
	margin: 2px;
	position: absolute;
	margin-left: 15px;
	top: 4px;
	left: -7px;

	-webkit-animation-fill-mode: both;
			animation-fill-mode: both;
}
.ball-zig-zag > div:first-child {
	-webkit-animation: ball-zig 0.7s 0s infinite linear;
			animation: ball-zig 0.7s 0s infinite linear;
}
.ball-zig-zag > div:last-child {
	-webkit-animation: ball-zag 0.7s 0s infinite linear;
			animation: ball-zag 0.7s 0s infinite linear;
}

@-webkit-keyframes ball-zig-deflect {
	17% {
		-webkit-transform: translate(-15px, -30px);
				transform: translate(-15px, -30px);
	}

	34% {
		-webkit-transform: translate(15px, -30px);
				transform: translate(15px, -30px);
	}

	50% {
		-webkit-transform: translate(0, 0);
				transform: translate(0, 0);
	}

	67% {
		-webkit-transform: translate(15px, -30px);
				transform: translate(15px, -30px);
	}

	84% {
		-webkit-transform: translate(-15px, -30px);
				transform: translate(-15px, -30px);
	}

	100% {
		-webkit-transform: translate(0, 0);
				transform: translate(0, 0);
	}
}

@keyframes ball-zig-deflect {
	17% {
		-webkit-transform: translate(-15px, -30px);
				transform: translate(-15px, -30px);
	}

	34% {
		-webkit-transform: translate(15px, -30px);
				transform: translate(15px, -30px);
	}

	50% {
		-webkit-transform: translate(0, 0);
				transform: translate(0, 0);
	}

	67% {
		-webkit-transform: translate(15px, -30px);
				transform: translate(15px, -30px);
	}

	84% {
		-webkit-transform: translate(-15px, -30px);
				transform: translate(-15px, -30px);
	}

	100% {
		-webkit-transform: translate(0, 0);
				transform: translate(0, 0);
	}
}

@-webkit-keyframes ball-zag-deflect {
	17% {
		-webkit-transform: translate(15px, 30px);
				transform: translate(15px, 30px);
	}

	34% {
		-webkit-transform: translate(-15px, 30px);
				transform: translate(-15px, 30px);
	}

	50% {
		-webkit-transform: translate(0, 0);
				transform: translate(0, 0);
	}

	67% {
		-webkit-transform: translate(-15px, 30px);
				transform: translate(-15px, 30px);
	}

	84% {
		-webkit-transform: translate(15px, 30px);
				transform: translate(15px, 30px);
	}

	100% {
		-webkit-transform: translate(0, 0);
				transform: translate(0, 0);
	}
}

@keyframes ball-zag-deflect {
	17% {
		-webkit-transform: translate(15px, 30px);
				transform: translate(15px, 30px);
	}

	34% {
		-webkit-transform: translate(-15px, 30px);
				transform: translate(-15px, 30px);
	}

	50% {
		-webkit-transform: translate(0, 0);
				transform: translate(0, 0);
	}

	67% {
		-webkit-transform: translate(-15px, 30px);
				transform: translate(-15px, 30px);
	}

	84% {
		-webkit-transform: translate(15px, 30px);
				transform: translate(15px, 30px);
	}

	100% {
		-webkit-transform: translate(0, 0);
				transform: translate(0, 0);
	}
}

.ball-zig-zag-deflect {
	position: relative;

	-webkit-transform: translate(-15px, -15px);
		-ms-transform: translate(-15px, -15px);
			transform: translate(-15px, -15px);
}
.ball-zig-zag-deflect > div {
	width: 15px;
	height: 15px;
	border-radius: 100%;
	margin: 2px;
	position: absolute;
	margin-left: 15px;
	top: 4px;
	left: -7px;

	-webkit-animation-fill-mode: both;
			animation-fill-mode: both;
}
.ball-zig-zag-deflect > div:first-child {
	-webkit-animation: ball-zig-deflect 1.5s 0s infinite linear;
			animation: ball-zig-deflect 1.5s 0s infinite linear;
}
.ball-zig-zag-deflect > div:last-child {
	-webkit-animation: ball-zag-deflect 1.5s 0s infinite linear;
			animation: ball-zag-deflect 1.5s 0s infinite linear;
}

/**
 * Lines
 */
@-webkit-keyframes line-scale {
	0% {
		-webkit-transform: scaley(1);
				transform: scaley(1);
	}

	50% {
		-webkit-transform: scaley(0.4);
				transform: scaley(0.4);
	}

	100% {
		-webkit-transform: scaley(1);
				transform: scaley(1);
	}
}

@keyframes line-scale {
	0% {
		-webkit-transform: scaley(1);
				transform: scaley(1);
	}

	50% {
		-webkit-transform: scaley(0.4);
				transform: scaley(0.4);
	}

	100% {
		-webkit-transform: scaley(1);
				transform: scaley(1);
	}
}

.line-scale > div:nth-child(1) {
	-webkit-animation: line-scale 1s -0.4s infinite cubic-bezier(.2, .68, .18, 1.08);
			animation: line-scale 1s -0.4s infinite cubic-bezier(.2, .68, .18, 1.08);
}

.line-scale > div:nth-child(2) {
	-webkit-animation: line-scale 1s -0.3s infinite cubic-bezier(.2, .68, .18, 1.08);
			animation: line-scale 1s -0.3s infinite cubic-bezier(.2, .68, .18, 1.08);
}

.line-scale > div:nth-child(3) {
	-webkit-animation: line-scale 1s -0.2s infinite cubic-bezier(.2, .68, .18, 1.08);
			animation: line-scale 1s -0.2s infinite cubic-bezier(.2, .68, .18, 1.08);
}

.line-scale > div:nth-child(4) {
	-webkit-animation: line-scale 1s -0.1s infinite cubic-bezier(.2, .68, .18, 1.08);
			animation: line-scale 1s -0.1s infinite cubic-bezier(.2, .68, .18, 1.08);
}

.line-scale > div:nth-child(5) {
	-webkit-animation: line-scale 1s 0s infinite cubic-bezier(.2, .68, .18, 1.08);
			animation: line-scale 1s 0s infinite cubic-bezier(.2, .68, .18, 1.08);
}

.line-scale > div {
	width: 4px;
	height: 35px;
	border-radius: 2px;
	margin: 2px;
	display: inline-block;

	-webkit-animation-fill-mode: both;
			animation-fill-mode: both;
}

@-webkit-keyframes line-scale-party {
	0% {
		-webkit-transform: scale(1);
				transform: scale(1);
	}

	50% {
		-webkit-transform: scale(0.5);
				transform: scale(0.5);
	}

	100% {
		-webkit-transform: scale(1);
				transform: scale(1);
	}
}

@keyframes line-scale-party {
	0% {
		-webkit-transform: scale(1);
				transform: scale(1);
	}

	50% {
		-webkit-transform: scale(0.5);
				transform: scale(0.5);
	}

	100% {
		-webkit-transform: scale(1);
				transform: scale(1);
	}
}

.line-scale-party > div:nth-child(1) {
	-webkit-animation-delay: 0.23s;
			animation-delay: 0.23s;
	-webkit-animation-duration: 1.1s;
			animation-duration: 1.1s;
}

.line-scale-party > div:nth-child(2) {
	-webkit-animation-delay: 0.09s;
			animation-delay: 0.09s;
	-webkit-animation-duration: 1s;
			animation-duration: 1s;
}

.line-scale-party > div:nth-child(3) {
	-webkit-animation-delay: 0.44s;
			animation-delay: 0.44s;
	-webkit-animation-duration: 0.65s;
			animation-duration: 0.65s;
}

.line-scale-party > div:nth-child(4) {
	-webkit-animation-delay: -0.12s;
			animation-delay: -0.12s;
	-webkit-animation-duration: 1.01s;
			animation-duration: 1.01s;
}

.line-scale-party > div {
	width: 4px;
	height: 35px;
	border-radius: 2px;
	margin: 2px;
	display: inline-block;

	-webkit-animation-fill-mode: both;
			animation-fill-mode: both;
	-webkit-animation-name: line-scale-party;
			animation-name: line-scale-party;
	-webkit-animation-iteration-count: infinite;
			animation-iteration-count: infinite;
	-webkit-animation-delay: 0;
			animation-delay: 0;
}

@-webkit-keyframes line-scale-pulse-out {
	0% {
		-webkit-transform: scaley(1);
				transform: scaley(1);
	}

	50% {
		-webkit-transform: scaley(0.4);
				transform: scaley(0.4);
	}

	100% {
		-webkit-transform: scaley(1);
				transform: scaley(1);
	}
}

@keyframes line-scale-pulse-out {
	0% {
		-webkit-transform: scaley(1);
				transform: scaley(1);
	}

	50% {
		-webkit-transform: scaley(0.4);
				transform: scaley(0.4);
	}

	100% {
		-webkit-transform: scaley(1);
				transform: scaley(1);
	}
}

.line-scale-pulse-out > div {
	width: 4px;
	height: 35px;
	border-radius: 2px;
	margin: 2px;
	display: inline-block;

	-webkit-animation-fill-mode: both;
			animation-fill-mode: both;
	-webkit-animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(.85, .25, .37, .85);
			animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(.85, .25, .37, .85);
}

.line-scale-pulse-out > div:nth-child(2),
.line-scale-pulse-out > div:nth-child(4) {
	-webkit-animation-delay: -0.4s !important;
			animation-delay: -0.4s !important;
}

.line-scale-pulse-out > div:nth-child(1),
.line-scale-pulse-out > div:nth-child(5) {
	-webkit-animation-delay: -0.2s !important;
			animation-delay: -0.2s !important;
}

@-webkit-keyframes line-scale-pulse-out-rapid {
	0% {
		-webkit-transform: scaley(1);
				transform: scaley(1);
	}

	80% {
		-webkit-transform: scaley(0.3);
				transform: scaley(0.3);
	}

	90% {
		-webkit-transform: scaley(1);
				transform: scaley(1);
	}
}

@keyframes line-scale-pulse-out-rapid {
	0% {
		-webkit-transform: scaley(1);
				transform: scaley(1);
	}

	80% {
		-webkit-transform: scaley(0.3);
				transform: scaley(0.3);
	}

	90% {
		-webkit-transform: scaley(1);
				transform: scaley(1);
	}
}

.line-scale-pulse-out-rapid > div {
	width: 4px;
	height: 35px;
	border-radius: 2px;
	margin: 2px;
	display: inline-block;

	-webkit-animation-fill-mode: both;
			animation-fill-mode: both;
	-webkit-animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(.11, .49, .38, .78);
			animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(.11, .49, .38, .78);
}

.line-scale-pulse-out-rapid > div:nth-child(2),
.line-scale-pulse-out-rapid > div:nth-child(4) {
	-webkit-animation-delay: -0.25s !important;
			animation-delay: -0.25s !important;
}

.line-scale-pulse-out-rapid > div:nth-child(1),
.line-scale-pulse-out-rapid > div:nth-child(5) {
	-webkit-animation-delay: 0s !important;
			animation-delay: 0s !important;
}

@-webkit-keyframes line-spin-fade-loader {
	50% {
		opacity: 0.3
	}

	100% {
		opacity: 1
	}
}

@keyframes line-spin-fade-loader {
	50% {
		opacity: 0.3
	}

	100% {
		opacity: 1
	}
}

.line-spin-fade-loader {
	position: relative;
	top: -10px;
	left: -4px;
}

.line-spin-fade-loader > div:nth-child(1) {
	top: 20px;
	left: 0;

	-webkit-animation: line-spin-fade-loader 1.2s -0.84s infinite ease-in-out;
			animation: line-spin-fade-loader 1.2s -0.84s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(2) {
	top: 13.63636px;
	left: 13.63636px;

	-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
			transform: rotate(-45deg);
	-webkit-animation: line-spin-fade-loader 1.2s -0.72s infinite ease-in-out;
			animation: line-spin-fade-loader 1.2s -0.72s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(3) {
	top: 0;
	left: 20px;

	-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
			transform: rotate(90deg);
	-webkit-animation: line-spin-fade-loader 1.2s -0.6s infinite ease-in-out;
			animation: line-spin-fade-loader 1.2s -0.6s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(4) {
	top: -13.63636px;
	left: 13.63636px;

	-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
			transform: rotate(45deg);
	-webkit-animation: line-spin-fade-loader 1.2s -0.48s infinite ease-in-out;
			animation: line-spin-fade-loader 1.2s -0.48s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(5) {
	top: -20px;
	left: 0;

	-webkit-animation: line-spin-fade-loader 1.2s -0.36s infinite ease-in-out;
			animation: line-spin-fade-loader 1.2s -0.36s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(6) {
	top: -13.63636px;
	left: -13.63636px;

	-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
			transform: rotate(-45deg);
	-webkit-animation: line-spin-fade-loader 1.2s -0.24s infinite ease-in-out;
			animation: line-spin-fade-loader 1.2s -0.24s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(7) {
	top: 0;
	left: -20px;

	-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
			transform: rotate(90deg);
	-webkit-animation: line-spin-fade-loader 1.2s -0.12s infinite ease-in-out;
			animation: line-spin-fade-loader 1.2s -0.12s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(8) {
	top: 13.63636px;
	left: -13.63636px;

	-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
			transform: rotate(45deg);
	-webkit-animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out;
			animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out;
}

.line-spin-fade-loader > div {
	width: 4px;
	height: 35px;
	border-radius: 2px;
	margin: 2px;
	position: absolute;
	width: 5px;
	height: 15px;

	-webkit-animation-fill-mode: both;
			animation-fill-mode: both;
}

/**
 * Misc
 */
@-webkit-keyframes triangle-skew-spin {
	25% {
		-webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
				transform: perspective(100px) rotateX(180deg) rotateY(0);
	}

	50% {
		-webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
				transform: perspective(100px) rotateX(180deg) rotateY(180deg);
	}

	75% {
		-webkit-transform: perspective(100px) rotateX() rotateY(180deg);
				transform: perspective(100px) rotateX() rotateY(180deg);
	}

	100% {
		-webkit-transform: perspective(100px) rotateX() rotateY(0);
				transform: perspective(100px) rotateX() rotateY(0);
	}
}

@keyframes triangle-skew-spin {
	25% {
		-webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
				transform: perspective(100px) rotateX(180deg) rotateY(0);
	}

	50% {
		-webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
				transform: perspective(100px) rotateX(180deg) rotateY(180deg);
	}

	75% {
		-webkit-transform: perspective(100px) rotateX() rotateY(180deg);
				transform: perspective(100px) rotateX() rotateY(180deg);
	}

	100% {
		-webkit-transform: perspective(100px) rotateX() rotateY(0);
				transform: perspective(100px) rotateX() rotateY(0);
	}
}

.triangle-skew-spin > div {
	width: 0;
	height: 0;
	border-left: 20px solid;
	border-right: 20px solid;
	border-bottom: 20px solid;

	-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
	-webkit-animation: triangle-skew-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite;
		animation: triangle-skew-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite;
}

@-webkit-keyframes square-spin {
	25% {
		-webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
				transform: perspective(100px) rotateX(180deg) rotateY(0);
	}

	50% {
		-webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
				transform: perspective(100px) rotateX(180deg) rotateY(180deg);
	}

	75% {
		-webkit-transform: perspective(100px) rotateX() rotateY(180deg);
				transform: perspective(100px) rotateX() rotateY(180deg);
	}

	100% {
		-webkit-transform: perspective(100px) rotateX() rotateY(0);
				transform: perspective(100px) rotateX() rotateY(0);
	}
}

@keyframes square-spin {
	25% {
		-webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
				transform: perspective(100px) rotateX(180deg) rotateY(0);
	}

	50% {
		-webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
				transform: perspective(100px) rotateX(180deg) rotateY(180deg);
	}

	75% {
		-webkit-transform: perspective(100px) rotateX() rotateY(180deg);
				transform: perspective(100px) rotateX() rotateY(180deg);
	}

	100% {
		-webkit-transform: perspective(100px) rotateX() rotateY(0);
				transform: perspective(100px) rotateX() rotateY(0);
	}
}

.square-spin > div {
	width: 50px;
	height: 50px;
	border: 1px solid;

	-webkit-animation-fill-mode: both;
			animation-fill-mode: both;
	-webkit-animation: square-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite;
			animation: square-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite;
}

@-webkit-keyframes rotate_pacman_half_up {
	0% {
		-webkit-transform: rotate(270deg);
				transform: rotate(270deg);
	}

	50% {
		-webkit-transform: rotate(360deg);
				transform: rotate(360deg);
	}

	100% {
		-webkit-transform: rotate(270deg);
				transform: rotate(270deg);
	}
}

@keyframes rotate_pacman_half_up {
	0% {
		-webkit-transform: rotate(270deg);
				transform: rotate(270deg);
	}

	50% {
		-webkit-transform: rotate(360deg);
				transform: rotate(360deg);
	}

	100% {
		-webkit-transform: rotate(270deg);
				transform: rotate(270deg);
	}
}

@-webkit-keyframes rotate_pacman_half_down {
	0% {
		-webkit-transform: rotate(90deg);
				transform: rotate(90deg);
	}

	50% {
		-webkit-transform: rotate(0deg);
				transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(90deg);
				transform: rotate(90deg);
	}
}

@keyframes rotate_pacman_half_down {
	0% {
		-webkit-transform: rotate(90deg);
				transform: rotate(90deg);
	}

	50% {
		-webkit-transform: rotate(0deg);
				transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(90deg);
				transform: rotate(90deg);
	}
}

@-webkit-keyframes pacman-balls {
	75% {
		opacity: 0.7
	}

	100% {
		-webkit-transform: translate(-100px, -6.25px);
				transform: translate(-100px, -6.25px);
	}
}

@keyframes pacman-balls {
	75% {
		opacity: 0.7
	}

	100% {
		-webkit-transform: translate(-100px, -6.25px);
				transform: translate(-100px, -6.25px);
	}
}

.pacman {
	position: relative
}

.pacman > div:nth-child(2) {
	-webkit-animation: pacman-balls 1s -0.99s infinite linear;
			animation: pacman-balls 1s -0.99s infinite linear;
}

.pacman > div:nth-child(3) {
	-webkit-animation: pacman-balls 1s -0.66s infinite linear;
			animation: pacman-balls 1s -0.66s infinite linear;
}	

.pacman > div:nth-child(4) {
	-webkit-animation: pacman-balls 1s -0.33s infinite linear;
		animation: pacman-balls 1s -0.33s infinite linear;
}

.pacman > div:nth-child(5) {
	-webkit-animation: pacman-balls 1s 0s infinite linear;
		animation: pacman-balls 1s 0s infinite linear;
}

.pacman > div:first-of-type {
	width: 0px;
	height: 0px;
	border-right: 25px solid transparent !important;
	border-top: 25px solid;
	border-left: 25px solid;
	border-bottom: 25px solid;
	border-radius: 25px;
	position: relative;
	left: -30px;

	-webkit-animation: rotate_pacman_half_up 0.5s 0s infinite;
			animation: rotate_pacman_half_up 0.5s 0s infinite;
}

.pacman > div:nth-child(2) {
	width: 0px;
	height: 0px;
	border-right: 25px solid transparent !important;
	border-top: 25px solid;
	border-left: 25px solid;
	border-bottom: 25px solid;
	border-radius: 25px;
	margin-top: -50px;
	position: relative;
	left: -30px;

	-webkit-animation: rotate_pacman_half_down 0.5s 0s infinite;
		animation: rotate_pacman_half_down 0.5s 0s infinite;
}

.pacman > div:nth-child(3),
.pacman > div:nth-child(4),
.pacman > div:nth-child(5),
.pacman > div:nth-child(6) {
	width: 15px;
	height: 15px;
	border-radius: 100%;
	margin: 2px;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 25px;
	left: 70px;

	-webkit-transform: translate(0, -6.25px);
		-ms-transform: translate(0, -6.25px);
			transform: translate(0, -6.25px);
}

@-webkit-keyframes cube-transition {
	25% {
		-webkit-transform: translateX(50px) scale(0.5) rotate(-90deg);
				transform: translateX(50px) scale(0.5) rotate(-90deg);
	}

	50% {
		-webkit-transform: translate(50px, 50px) rotate(-180deg);
				transform: translate(50px, 50px) rotate(-180deg);
	}

	75% {
		-webkit-transform: translateY(50px) scale(0.5) rotate(-270deg);
				transform: translateY(50px) scale(0.5) rotate(-270deg);
	}

	100% {
		-webkit-transform: rotate(-360deg);
				transform: rotate(-360deg);
	}
}

@keyframes cube-transition {
	25% {
		-webkit-transform: translateX(50px) scale(0.5) rotate(-90deg);
				transform: translateX(50px) scale(0.5) rotate(-90deg);
	}

	50% {
		-webkit-transform: translate(50px, 50px) rotate(-180deg);
				transform: translate(50px, 50px) rotate(-180deg);
	}

	75% {
		-webkit-transform: translateY(50px) scale(0.5) rotate(-270deg);
				transform: translateY(50px) scale(0.5) rotate(-270deg);
	}

	100% {
		-webkit-transform: rotate(-360deg);
				transform: rotate(-360deg);
	}
}

.cube-transition {
	position: relative;

	-webkit-transform: translate(-25px, -25px);
		-ms-transform: translate(-25px, -25px);
			transform: translate(-25px, -25px);
}

.cube-transition > div {
	width: 10px;
	height: 10px;
	position: absolute;
	top: -5px;
	left: -5px;

	-webkit-animation-fill-mode: both;
			animation-fill-mode: both;

	-webkit-animation: cube-transition 1.6s 0s infinite ease-in-out;
			animation: cube-transition 1.6s 0s infinite ease-in-out;
}

.cube-transition > div:last-child {
	-webkit-animation-delay: -0.8s;
			animation-delay: -0.8s;
}

@-webkit-keyframes spin-rotate {
	0% {
		-webkit-transform: rotate(0deg);
				transform: rotate(0deg);
	}

	50% {
		-webkit-transform: rotate(180deg);
				transform: rotate(180deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
				transform: rotate(360deg);
	}
}

@keyframes spin-rotate {
	0% {
		-webkit-transform: rotate(0deg);
				transform: rotate(0deg);
	}

	50% {
		-webkit-transform: rotate(180deg);
				transform: rotate(180deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
				transform: rotate(360deg);
	}
}

.semi-circle-spin {
	position: relative;
	width: 35px;
	height: 35px;
	overflow: hidden;
}

.semi-circle-spin > div {
	position: absolute;
	border-width: 0px;
	border-radius: 100%;
	width: 100%;
	height: 100%;

	-webkit-animation: spin-rotate 0.6s 0s infinite linear;
			animation: spin-rotate 0.6s 0s infinite linear;
}/*!
 * animsition v4.0.0
 * A simple and easy jQuery plugin for CSS animated page transitions.
 * http://blivesta.github.io/animsition
 * License : MIT
 * Author : blivesta (http://blivesta.com/)
 */.animsition,.animsition-overlay{position:relative;opacity:0;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animsition-overlay-slide{position:fixed;z-index:1;width:100%;height:100%;background-color:#ddd}.animsition-loading,.animsition-loading:after{width:2pc;height:2pc;position:fixed;top:50%;left:50%;margin-top:-1pc;margin-left:-1pc;border-radius:50%;z-index:2}.animsition-loading{background-color:transparent;border-top:5px solid rgba(0,0,0,.2);border-right:5px solid rgba(0,0,0,.2);border-bottom:5px solid rgba(0,0,0,.2);border-left:5px solid #eee;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-name:animsition-loading;animation-name:animsition-loading}@-webkit-keyframes animsition-loading{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes animsition-loading{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.fade-in{-webkit-animation-name:fade-in;animation-name:fade-in}@-webkit-keyframes fade-out{0%{opacity:1}to{opacity:0}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}.fade-out{-webkit-animation-name:fade-out;animation-name:fade-out}@-webkit-keyframes fade-in-up{0%{-webkit-transform:translateY(500px);transform:translateY(500px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes fade-in-up{0%{-webkit-transform:translateY(500px);transform:translateY(500px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}.fade-in-up{-webkit-animation-name:fade-in-up;animation-name:fade-in-up}@-webkit-keyframes fade-out-up{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}to{-webkit-transform:translateY(-500px);transform:translateY(-500px);opacity:0}}@keyframes fade-out-up{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}to{-webkit-transform:translateY(-500px);transform:translateY(-500px);opacity:0}}.fade-out-up{-webkit-animation-name:fade-out-up;animation-name:fade-out-up}@-webkit-keyframes fade-in-up-sm{0%{-webkit-transform:translateY(75pt);transform:translateY(75pt);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes fade-in-up-sm{0%{-webkit-transform:translateY(75pt);transform:translateY(75pt);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}.fade-in-up-sm{-webkit-animation-name:fade-in-up-sm;animation-name:fade-in-up-sm}@-webkit-keyframes fade-out-up-sm{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}to{-webkit-transform:translateY(-75pt);transform:translateY(-75pt);opacity:0}}@keyframes fade-out-up-sm{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}to{-webkit-transform:translateY(-75pt);transform:translateY(-75pt);opacity:0}}.fade-out-up-sm{-webkit-animation-name:fade-out-up-sm;animation-name:fade-out-up-sm}@-webkit-keyframes fade-in-up-lg{0%{-webkit-transform:translateY(750pt);transform:translateY(750pt);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes fade-in-up-lg{0%{-webkit-transform:translateY(750pt);transform:translateY(750pt);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}.fade-in-up-lg{-webkit-animation-name:fade-in-up-lg;animation-name:fade-in-up-lg}@-webkit-keyframes fade-out-up-lg{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}to{-webkit-transform:translateY(-750pt);transform:translateY(-750pt);opacity:0}}@keyframes fade-out-up-lg{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}to{-webkit-transform:translateY(-750pt);transform:translateY(-750pt);opacity:0}}.fade-out-up-lg{-webkit-animation-name:fade-out-up-lg;animation-name:fade-out-up-lg}@-webkit-keyframes fade-in-down{0%{-webkit-transform:translateY(-500px);transform:translateY(-500px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes fade-in-down{0%{-webkit-transform:translateY(-500px);transform:translateY(-500px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}.fade-in-down{-webkit-animation-name:fade-in-down;animation-name:fade-in-down}@-webkit-keyframes fade-out-down{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}to{-webkit-transform:translateY(500px);transform:translateY(500px);opacity:0}}@keyframes fade-out-down{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}to{-webkit-transform:translateY(500px);transform:translateY(500px);opacity:0}}.fade-out-down{-webkit-animation-name:fade-out-down;animation-name:fade-out-down}@-webkit-keyframes fade-in-down-sm{0%{-webkit-transform:translateY(-75pt);transform:translateY(-75pt);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes fade-in-down-sm{0%{-webkit-transform:translateY(-75pt);transform:translateY(-75pt);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}.fade-in-down-sm{-webkit-animation-name:fade-in-down-sm;animation-name:fade-in-down-sm}@-webkit-keyframes fade-out-down-sm{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}to{-webkit-transform:translateY(75pt);transform:translateY(75pt);opacity:0}}@keyframes fade-out-down-sm{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}to{-webkit-transform:translateY(75pt);transform:translateY(75pt);opacity:0}}.fade-out-down-sm{-webkit-animation-name:fade-out-down-sm;animation-name:fade-out-down-sm}.fade-in-down-lg{-webkit-animation-name:fade-in-down;animation-name:fade-in-down}@-webkit-keyframes fade-out-down-lg{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}to{-webkit-transform:translateY(750pt);transform:translateY(750pt);opacity:0}}@keyframes fade-out-down-lg{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}to{-webkit-transform:translateY(750pt);transform:translateY(750pt);opacity:0}}.fade-out-down-lg{-webkit-animation-name:fade-out-down-lg;animation-name:fade-out-down-lg}@-webkit-keyframes fade-in-left{0%{-webkit-transform:translateX(-500px);transform:translateX(-500px);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@keyframes fade-in-left{0%{-webkit-transform:translateX(-500px);transform:translateX(-500px);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}.fade-in-left{-webkit-animation-name:fade-in-left;animation-name:fade-in-left}@-webkit-keyframes fade-out-left{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}to{-webkit-transform:translateX(-500px);transform:translateX(-500px);opacity:0}}@keyframes fade-out-left{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}to{-webkit-transform:translateX(-500px);transform:translateX(-500px);opacity:0}}.fade-out-left{-webkit-animation-name:fade-out-left;animation-name:fade-out-left}@-webkit-keyframes fade-in-left-sm{0%{-webkit-transform:translateX(-75pt);transform:translateX(-75pt);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@keyframes fade-in-left-sm{0%{-webkit-transform:translateX(-75pt);transform:translateX(-75pt);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}.fade-in-left-sm{-webkit-animation-name:fade-in-left-sm;animation-name:fade-in-left-sm}@-webkit-keyframes fade-out-left-sm{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}to{-webkit-transform:translateX(-75pt);transform:translateX(-75pt);opacity:0}}@keyframes fade-out-left-sm{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}to{-webkit-transform:translateX(-75pt);transform:translateX(-75pt);opacity:0}}.fade-out-left-sm{-webkit-animation-name:fade-out-left-sm;animation-name:fade-out-left-sm}@-webkit-keyframes fade-in-left-lg{0%{-webkit-transform:translateX(-1500px);transform:translateX(-1500px);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@keyframes fade-in-left-lg{0%{-webkit-transform:translateX(-1500px);transform:translateX(-1500px);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}.fade-in-left-lg{-webkit-animation-name:fade-in-left-lg;animation-name:fade-in-left-lg}@-webkit-keyframes fade-out-left-lg{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}to{-webkit-transform:translateX(-1500px);transform:translateX(-1500px);opacity:0}}@keyframes fade-out-left-lg{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}to{-webkit-transform:translateX(-1500px);transform:translateX(-1500px);opacity:0}}.fade-out-left-lg{-webkit-animation-name:fade-out-left-lg;animation-name:fade-out-left-lg}@-webkit-keyframes fade-in-right{0%{-webkit-transform:translateX(500px);transform:translateX(500px);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@keyframes fade-in-right{0%{-webkit-transform:translateX(500px);transform:translateX(500px);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}.fade-in-right{-webkit-animation-name:fade-in-right;animation-name:fade-in-right}@-webkit-keyframes fade-out-right{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}to{-webkit-transform:translateX(500px);transform:translateX(500px);opacity:0}}@keyframes fade-out-right{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}to{-webkit-transform:translateX(500px);transform:translateX(500px);opacity:0}}.fade-out-right{-webkit-animation-name:fade-out-right;animation-name:fade-out-right}@-webkit-keyframes fade-in-right-sm{0%{-webkit-transform:translateX(75pt);transform:translateX(75pt);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@keyframes fade-in-right-sm{0%{-webkit-transform:translateX(75pt);transform:translateX(75pt);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}.fade-in-right-sm{-webkit-animation-name:fade-in-right-sm;animation-name:fade-in-right-sm}@-webkit-keyframes fade-out-right-sm{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}to{-webkit-transform:translateX(75pt);transform:translateX(75pt);opacity:0}}@keyframes fade-out-right-sm{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}to{-webkit-transform:translateX(75pt);transform:translateX(75pt);opacity:0}}.fade-out-right-sm{-webkit-animation-name:fade-out-right-sm;animation-name:fade-out-right-sm}@-webkit-keyframes fade-in-right-lg{0%{-webkit-transform:translateX(1500px);transform:translateX(1500px);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@keyframes fade-in-right-lg{0%{-webkit-transform:translateX(1500px);transform:translateX(1500px);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}.fade-in-right-lg{-webkit-animation-name:fade-in-right-lg;animation-name:fade-in-right-lg}@-webkit-keyframes fade-out-right-lg{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}to{-webkit-transform:translateX(1500px);transform:translateX(1500px);opacity:0}}@keyframes fade-out-right-lg{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}to{-webkit-transform:translateX(1500px);transform:translateX(1500px);opacity:0}}.fade-out-right-lg{-webkit-animation-name:fade-out-right-lg;animation-name:fade-out-right-lg}@-webkit-keyframes rotate-in{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);transform-origin:center center;opacity:0}0%,to{-webkit-transform-origin:center center}to{-webkit-transform:rotate(0);transform:rotate(0);transform-origin:center center;opacity:1}}@keyframes rotate-in{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);transform-origin:center center;opacity:0}0%,to{-webkit-transform-origin:center center}to{-webkit-transform:rotate(0);transform:rotate(0);transform-origin:center center;opacity:1}}.rotate-in{-webkit-animation-name:rotate-in;animation-name:rotate-in}@-webkit-keyframes rotate-out{0%{-webkit-transform:rotate(0);transform:rotate(0);transform-origin:center center;opacity:1}0%,to{-webkit-transform-origin:center center}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);transform-origin:center center;opacity:0}}@keyframes rotate-out{0%{-webkit-transform:rotate(0);transform:rotate(0);transform-origin:center center;opacity:1}0%,to{-webkit-transform-origin:center center}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);transform-origin:center center;opacity:0}}.rotate-out{-webkit-animation-name:rotate-out;animation-name:rotate-out}@-webkit-keyframes rotate-in-sm{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);transform-origin:center center;opacity:0}0%,to{-webkit-transform-origin:center center}to{-webkit-transform:rotate(0);transform:rotate(0);transform-origin:center center;opacity:1}}@keyframes rotate-in-sm{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);transform-origin:center center;opacity:0}0%,to{-webkit-transform-origin:center center}to{-webkit-transform:rotate(0);transform:rotate(0);transform-origin:center center;opacity:1}}.rotate-in-sm{-webkit-animation-name:rotate-in-sm;animation-name:rotate-in-sm}@-webkit-keyframes rotate-out-sm{0%{-webkit-transform:rotate(0);transform:rotate(0);transform-origin:center center;opacity:1}0%,to{-webkit-transform-origin:center center}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);transform-origin:center center;opacity:0}}@keyframes rotate-out-sm{0%{-webkit-transform:rotate(0);transform:rotate(0);transform-origin:center center;opacity:1}0%,to{-webkit-transform-origin:center center}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);transform-origin:center center;opacity:0}}.rotate-out-sm{-webkit-animation-name:rotate-out-sm;animation-name:rotate-out-sm}@-webkit-keyframes rotate-in-lg{0%{-webkit-transform:rotate(-180deg);transform:rotate(-180deg);transform-origin:center center;opacity:0}0%,to{-webkit-transform-origin:center center}to{-webkit-transform:rotate(0);transform:rotate(0);transform-origin:center center;opacity:1}}@keyframes rotate-in-lg{0%{-webkit-transform:rotate(-180deg);transform:rotate(-180deg);transform-origin:center center;opacity:0}0%,to{-webkit-transform-origin:center center}to{-webkit-transform:rotate(0);transform:rotate(0);transform-origin:center center;opacity:1}}.rotate-in-lg{-webkit-animation-name:rotate-in-lg;animation-name:rotate-in-lg}@-webkit-keyframes rotate-out-lg{0%{-webkit-transform:rotate(0);transform:rotate(0);transform-origin:center center;opacity:1}0%,to{-webkit-transform-origin:center center}to{-webkit-transform:rotate(180deg);transform:rotate(180deg);transform-origin:center center;opacity:0}}@keyframes rotate-out-lg{0%{-webkit-transform:rotate(0);transform:rotate(0);transform-origin:center center;opacity:1}0%,to{-webkit-transform-origin:center center}to{-webkit-transform:rotate(180deg);transform:rotate(180deg);transform-origin:center center;opacity:0}}.rotate-out-lg{-webkit-animation-name:rotate-out-lg;animation-name:rotate-out-lg}@-webkit-keyframes flip-in-x{0%{-webkit-transform:perspective(550px) rotateX(90deg);transform:perspective(550px) rotateX(90deg);opacity:0}to{-webkit-transform:perspective(550px) rotateX(0deg);transform:perspective(550px) rotateX(0deg);opacity:1}}@keyframes flip-in-x{0%{-webkit-transform:perspective(550px) rotateX(90deg);transform:perspective(550px) rotateX(90deg);opacity:0}to{-webkit-transform:perspective(550px) rotateX(0deg);transform:perspective(550px) rotateX(0deg);opacity:1}}.flip-in-x{-webkit-animation-name:flip-in-x;animation-name:flip-in-x;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flip-out-x{0%{-webkit-transform:perspective(550px) rotateX(0deg);transform:perspective(550px) rotateX(0deg);opacity:1}to{-webkit-transform:perspective(550px) rotateX(90deg);transform:perspective(550px) rotateX(90deg);opacity:0}}@keyframes flip-out-x{0%{-webkit-transform:perspective(550px) rotateX(0deg);transform:perspective(550px) rotateX(0deg);opacity:1}to{-webkit-transform:perspective(550px) rotateX(90deg);transform:perspective(550px) rotateX(90deg);opacity:0}}.flip-out-x{-webkit-animation-name:flip-out-x;animation-name:flip-out-x;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flip-in-x-nr{0%{-webkit-transform:perspective(75pt) rotateX(90deg);transform:perspective(75pt) rotateX(90deg);opacity:0}to{-webkit-transform:perspective(75pt) rotateX(0deg);transform:perspective(75pt) rotateX(0deg);opacity:1}}@keyframes flip-in-x-nr{0%{-webkit-transform:perspective(75pt) rotateX(90deg);transform:perspective(75pt) rotateX(90deg);opacity:0}to{-webkit-transform:perspective(75pt) rotateX(0deg);transform:perspective(75pt) rotateX(0deg);opacity:1}}.flip-in-x-nr{-webkit-animation-name:flip-in-x-nr;animation-name:flip-in-x-nr;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flip-out-x-nr{0%{-webkit-transform:perspective(75pt) rotateX(0deg);transform:perspective(75pt) rotateX(0deg);opacity:1}to{-webkit-transform:perspective(75pt) rotateX(90deg);transform:perspective(75pt) rotateX(90deg);opacity:0}}@keyframes flip-out-x-nr{0%{-webkit-transform:perspective(75pt) rotateX(0deg);transform:perspective(75pt) rotateX(0deg);opacity:1}to{-webkit-transform:perspective(75pt) rotateX(90deg);transform:perspective(75pt) rotateX(90deg);opacity:0}}.flip-out-x-nr{-webkit-animation-name:flip-out-x-nr;animation-name:flip-out-x-nr;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flip-in-x-fr{0%{-webkit-transform:perspective(750pt) rotateX(90deg);transform:perspective(750pt) rotateX(90deg);opacity:0}to{-webkit-transform:perspective(750pt) rotateX(0deg);transform:perspective(750pt) rotateX(0deg);opacity:1}}@keyframes flip-in-x-fr{0%{-webkit-transform:perspective(750pt) rotateX(90deg);transform:perspective(750pt) rotateX(90deg);opacity:0}to{-webkit-transform:perspective(750pt) rotateX(0deg);transform:perspective(750pt) rotateX(0deg);opacity:1}}.flip-in-x-fr{-webkit-animation-name:flip-in-x-fr;animation-name:flip-in-x-fr;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flip-out-x-fr{0%{-webkit-transform:perspective(750pt) rotateX(0deg);transform:perspective(750pt) rotateX(0deg);opacity:1}to{-webkit-transform:perspective(750pt) rotateX(90deg);transform:perspective(750pt) rotateX(90deg);opacity:0}}@keyframes flip-out-x-fr{0%{-webkit-transform:perspective(750pt) rotateX(0deg);transform:perspective(750pt) rotateX(0deg);opacity:1}to{-webkit-transform:perspective(750pt) rotateX(90deg);transform:perspective(750pt) rotateX(90deg);opacity:0}}.flip-out-x-fr{-webkit-animation-name:flip-out-x-fr;animation-name:flip-out-x-fr;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flip-in-y{0%{-webkit-transform:perspective(550px) rotateY(90deg);transform:perspective(550px) rotateY(90deg);opacity:0}to{-webkit-transform:perspective(550px) rotateY(0deg);transform:perspective(550px) rotateY(0deg);opacity:1}}@keyframes flip-in-y{0%{-webkit-transform:perspective(550px) rotateY(90deg);transform:perspective(550px) rotateY(90deg);opacity:0}to{-webkit-transform:perspective(550px) rotateY(0deg);transform:perspective(550px) rotateY(0deg);opacity:1}}.flip-in-y{-webkit-animation-name:flip-in-y;animation-name:flip-in-y;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flip-out-y{0%{-webkit-transform:perspective(550px) rotateY(0deg);transform:perspective(550px) rotateY(0deg);opacity:1}to{-webkit-transform:perspective(550px) rotateY(90deg);transform:perspective(550px) rotateY(90deg);opacity:0}}@keyframes flip-out-y{0%{-webkit-transform:perspective(550px) rotateY(0deg);transform:perspective(550px) rotateY(0deg);opacity:1}to{-webkit-transform:perspective(550px) rotateY(90deg);transform:perspective(550px) rotateY(90deg);opacity:0}}.flip-out-y{-webkit-animation-name:flip-out-y;animation-name:flip-out-y;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flip-in-y-nr{0%{-webkit-transform:perspective(75pt) rotateY(90deg);transform:perspective(75pt) rotateY(90deg);opacity:0}to{-webkit-transform:perspective(75pt) rotateY(0deg);transform:perspective(75pt) rotateY(0deg);opacity:1}}@keyframes flip-in-y-nr{0%{-webkit-transform:perspective(75pt) rotateY(90deg);transform:perspective(75pt) rotateY(90deg);opacity:0}to{-webkit-transform:perspective(75pt) rotateY(0deg);transform:perspective(75pt) rotateY(0deg);opacity:1}}.flip-in-y-nr{-webkit-animation-name:flip-in-y-nr;animation-name:flip-in-y-nr;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flip-out-y-nr{0%{-webkit-transform:perspective(75pt) rotateY(0deg);transform:perspective(75pt) rotateY(0deg);opacity:1}to{-webkit-transform:perspective(75pt) rotateY(90deg);transform:perspective(75pt) rotateY(90deg);opacity:0}}@keyframes flip-out-y-nr{0%{-webkit-transform:perspective(75pt) rotateY(0deg);transform:perspective(75pt) rotateY(0deg);opacity:1}to{-webkit-transform:perspective(75pt) rotateY(90deg);transform:perspective(75pt) rotateY(90deg);opacity:0}}.flip-out-y-nr{-webkit-animation-name:flip-out-y-nr;animation-name:flip-out-y-nr;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flip-in-y-fr{0%{-webkit-transform:perspective(750pt) rotateY(90deg);transform:perspective(750pt) rotateY(90deg);opacity:0}to{-webkit-transform:perspective(750pt) rotateY(0deg);transform:perspective(750pt) rotateY(0deg);opacity:1}}@keyframes flip-in-y-fr{0%{-webkit-transform:perspective(750pt) rotateY(90deg);transform:perspective(750pt) rotateY(90deg);opacity:0}to{-webkit-transform:perspective(750pt) rotateY(0deg);transform:perspective(750pt) rotateY(0deg);opacity:1}}.flip-in-y-fr{-webkit-animation-name:flip-in-y-fr;animation-name:flip-in-y-fr;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flip-out-y-fr{0%{-webkit-transform:perspective(750pt) rotateY(0deg);transform:perspective(750pt) rotateY(0deg);opacity:1}to{-webkit-transform:perspective(750pt) rotateY(90deg);transform:perspective(750pt) rotateY(90deg);opacity:0}}@keyframes flip-out-y-fr{0%{-webkit-transform:perspective(750pt) rotateY(0deg);transform:perspective(750pt) rotateY(0deg);opacity:1}to{-webkit-transform:perspective(750pt) rotateY(90deg);transform:perspective(750pt) rotateY(90deg);opacity:0}}.flip-out-y-fr{-webkit-animation-name:flip-out-y-fr;animation-name:flip-out-y-fr;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes zoom-in{0%{-webkit-transform:scale(.7);transform:scale(.7);opacity:0}to{opacity:1}}@keyframes zoom-in{0%{-webkit-transform:scale(.7);transform:scale(.7);opacity:0}to{opacity:1}}.zoom-in{-webkit-animation-name:zoom-in;animation-name:zoom-in}@-webkit-keyframes zoom-out{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}50%{-webkit-transform:scale(.7);transform:scale(.7)}50%,to{opacity:0}}@keyframes zoom-out{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}50%{-webkit-transform:scale(.7);transform:scale(.7)}50%,to{opacity:0}}.zoom-out{-webkit-animation-name:zoom-out;animation-name:zoom-out}@-webkit-keyframes zoom-in-sm{0%{-webkit-transform:scale(.95);transform:scale(.95);opacity:0}to{opacity:1}}@keyframes zoom-in-sm{0%{-webkit-transform:scale(.95);transform:scale(.95);opacity:0}to{opacity:1}}.zoom-in-sm{-webkit-animation-name:zoom-in-sm;animation-name:zoom-in-sm}@-webkit-keyframes zoom-out-sm{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}50%{-webkit-transform:scale(.95);transform:scale(.95)}50%,to{opacity:0}}@keyframes zoom-out-sm{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}50%{-webkit-transform:scale(.95);transform:scale(.95)}50%,to{opacity:0}}.zoom-out-sm{-webkit-animation-name:zoom-out-sm;animation-name:zoom-out-sm}@-webkit-keyframes zoom-in-lg{0%{-webkit-transform:scale(.4);transform:scale(.4);opacity:0}to{opacity:1}}@keyframes zoom-in-lg{0%{-webkit-transform:scale(.4);transform:scale(.4);opacity:0}to{opacity:1}}.zoom-in-lg{-webkit-animation-name:zoom-in-lg;animation-name:zoom-in-lg}@-webkit-keyframes zoom-out-lg{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}50%{-webkit-transform:scale(.4);transform:scale(.4)}50%,to{opacity:0}}@keyframes zoom-out-lg{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}50%{-webkit-transform:scale(.4);transform:scale(.4)}50%,to{opacity:0}}.zoom-out-lg{-webkit-animation-name:zoom-out-lg;animation-name:zoom-out-lg}@-webkit-keyframes overlay-slide-in-top{0%{height:100%}to{height:0}}@keyframes overlay-slide-in-top{0%{height:100%}to{height:0}}.overlay-slide-in-top{top:0;height:0;-webkit-animation-name:overlay-slide-in-top;animation-name:overlay-slide-in-top}@-webkit-keyframes overlay-slide-out-top{0%{height:0}to{height:100%}}@keyframes overlay-slide-out-top{0%{height:0}to{height:100%}}.overlay-slide-out-top{top:0;height:100%;-webkit-animation-name:overlay-slide-out-top;animation-name:overlay-slide-out-top}@-webkit-keyframes overlay-slide-in-bottom{0%{height:100%}to{height:0}}@keyframes overlay-slide-in-bottom{0%{height:100%}to{height:0}}.overlay-slide-in-bottom{bottom:0;height:0;-webkit-animation-name:overlay-slide-in-bottom;animation-name:overlay-slide-in-bottom}@-webkit-keyframes overlay-slide-out-bottom{0%{height:0}to{height:100%}}@keyframes overlay-slide-out-bottom{0%{height:0}to{height:100%}}.overlay-slide-out-bottom{bottom:0;height:100%;-webkit-animation-name:overlay-slide-out-bottom;animation-name:overlay-slide-out-bottom}@-webkit-keyframes overlay-slide-in-left{0%{width:100%}to{width:0}}@keyframes overlay-slide-in-left{0%{width:100%}to{width:0}}.overlay-slide-in-left{width:0;-webkit-animation-name:overlay-slide-in-left;animation-name:overlay-slide-in-left}@-webkit-keyframes overlay-slide-out-left{0%{width:0}to{width:100%}}@keyframes overlay-slide-out-left{0%{width:0}to{width:100%}}.overlay-slide-out-left{left:0;width:100%;-webkit-animation-name:overlay-slide-out-left;animation-name:overlay-slide-out-left}@-webkit-keyframes overlay-slide-in-right{0%{width:100%}to{width:0}}@keyframes overlay-slide-in-right{0%{width:100%}to{width:0}}.overlay-slide-in-right{right:0;width:0;-webkit-animation-name:overlay-slide-in-right;animation-name:overlay-slide-in-right}@-webkit-keyframes overlay-slide-out-right{0%{width:0}to{width:100%}}@keyframes overlay-slide-out-right{0%{width:0}to{width:100%}}.overlay-slide-out-right{right:0;width:100%;-webkit-animation-name:overlay-slide-out-right;animation-name:overlay-slide-out-right}