/*
|-------------------------------------------------------------------------
| Be
| Global style
| version 7.6
| http://BeantownThemes.com
| http://themeforest.net/user/BeantownThemes
|--------------------------------------------------------------------------
| 1.0 Base
| 2.0 Buttons
| 3.0 Mfn-icons
| 4.0 Shortcodes
| 5.0 Variables
| 6.0 Animation
| 10. simple style
| 11. Bootstrap elements
|
*/

/*
|--------------------------------------------------------------------------
|  1.0 Base
|  
|--------------------------------------------------------------------------
|
| 
|
*/

/* #Reset & Basics (Inspired by E. Meyers)
================================================== */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* #Basic Styles
================================================== */

html {
	height: 100%;
}
body {
	-webkit-font-smoothing: antialiased;
	/* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}
/* #Typography
================================================== */

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: none;
}
h1 {
	margin-bottom: 15px;
}
h2 {
	margin-bottom: 15px;
}
h3 {
	margin-bottom: 15px;
}
h4 {
	margin-bottom: 15px;
}
h5 {
	margin-bottom: 15px;
}
h6 {
	margin-bottom: 15px;
}
p {
	margin: 0 0 15px;
}
em, i {
	font-style: italic;
}
b, strong {
	font-weight: 700;
}
big, .big {
	font-size: 110%;
	line-height: 180%;
}
dt {
	font-weight: 700;
}
/* #Links
================================================== */

a, a:visited, a:focus {
	text-decoration: none;
	outline: 0;
}
a:hover {
	text-decoration: underline;
}
p a, p a:visited {
	line-height: inherit;
}
/* #Images
================================================== */

img.scale-with-grid, #Content img {
	max-width: 100%;
	height: auto;
}
.google-map img {
	max-width: none !important;
}
iframe {
	max-width: 100%;
}
/* #Buttons
================================================== */

a.tp-button {
	background: none;
	font-family: inherit !important;
	height: auto !important;
	line-height: inherit !important;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	letter-spacing: 0 !important;
	text-shadow: 0 0 0 !important;
	box-shadow: 0 0 0 !important;
	font-weight: 400 !important;
	border-width: 1px !important;
}
a.button, a.tp-button, button, input[type="submit"], input[type="reset"], input[type="button"] {
	display: inline-block;
	padding: 11px 20px;
	margin-bottom: 15px;
	cursor: pointer;
	margin-right: 7px;
	border: 0;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	-webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .03);
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .03);
	background-image: url(../images/box_shadow_button.png);
	background-repeat: repeat-x;
}
a.button_js {
	padding: 0;
}
a.button.button_large, a.tp-button.button_large, button.button_large, input[type="submit"].button_large, input[type="reset"].button_large, input[type="button"].button_large {
	font-size: 110%;
	line-height: 110%;
}
/* Button label & icon */

a.button .button_label {
	display: block;
	float: left;
	position: relative;
	z-index: 2;
}
a.button .button_icon {
	display: block;
	float: left;
	background: rgba(0, 0, 0, .05);
}
a.button .button_icon i {
	color: rgba(0, 0, 0, .5);
}
/* Button icon left */

a.button.button_left .button_icon, a.tp-button.button_left .button_icon {
	float: left;
}
a.button.button_right .button_icon, a.tp-button.button_right .button_icon {
	float: right;
}
/* Paddings */

a.button .button_label {
	padding: 11px 20px;
}
a.button .button_icon {
	padding: 11px 13px;
}
a.button_large .button_label {
	padding: 15px 30px;
}
a.button_large .button_icon {
	padding: 15px 13px;
}
/* Hover */

@media only screen and (min-width: 768px) {
	a.button:after, a.tp-button:after, button:after, input[type="submit"]:after, input[type="reset"]:after, input[type="button"]:after {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 0;
		z-index: 1;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		transition: all .3s;
		background: rgba(0, 0, 0, .05);
	}
	a:hover.button, a:hover.tp-button {
		text-decoration: none;
	}
	a.button:hover:after, a.tp-button:hover:after, button:hover:after, input[type="submit"]:hover:after, input[type="reset"]:hover:after, input[type="button"]:hover:after {
		width: 100%;
	}
}

/*
|--------------------------------------------------------------------------
|  3.0 Mfn-icons
|  
|--------------------------------------------------------------------------
|
| 
|
*/

@font-face {
	font-family: 'mfn-icons';
	src: url(fonts/mfn-icons.eot);
	src: url(fonts/mfn-icons.eot) format("embedded-opentype"), url(fonts/mfn-icons.woff) format("woff"), url(fonts/mfn-icons.ttf) format("truetype"), url(fonts/mfn-icons.svg) format("svg");
	font-weight: 400;
	font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: "mfn-icons";
	font-style: normal;
	font-weight: 400;
	display: inline-block;
	text-decoration: none !important;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
}
.icon-address:before {
	content: '\e801'
}
.icon-arrow-combo:before {
	content: '\e80c'
}
.icon-arrows-ccw:before {
	content: '\e80d'
}
.icon-calendar:before {
	content: '\e825'
}
.icon-calendar-line:before {
	content: '\e826'
}
.icon-call:before {
	content: '\e827'
}
.icon-check:before {
	content: '\e841'
}
.icon-clock:before {
	content: '\e843'
}
.icon-clock-line:before {
	content: '\e844'
}
.icon-down:before {
	content: '\e863'
}
.icon-down-bold:before {
	content: '\e864'
}
.icon-down-circled:before {
	content: '\e865'
}
.icon-down-dir:before {
	content: '\e866'
}
.icon-down-open:before {
	content: '\e867'
}
.icon-down-open-big:before {
	content: '\e868'
}
.icon-down-open-mini:before {
	content: '\e869'
}
.icon-down-thin:before {
	content: '\e86a'
}
.icon-left:before {
	content: '\e8b3'
}
.icon-left-bold:before {
	content: '\e8b4'
}
.icon-left-circled:before {
	content: '\e8b5'
}
.icon-left-dir:before {
	content: '\e8b6'
}
.icon-left-open:before {
	content: '\e8b7'
}
.icon-left-open-big:before {
	content: '\e8b8'
}
.icon-left-open-mini:before {
	content: '\e8b9'
}
.icon-left-thin:before {
	content: '\e8ba'
}
.icon-lego:before {
	content: '\e8bb'
}
.icon-level-down:before {
	content: '\e8bc'
}
.icon-level-up:before {
	content: '\e8bd'
}
.icon-light-down:before {
	content: '\e8bf'
}
.icon-light-up:before {
	content: '\e8c0'
}
.icon-location:before {
	content: '\e8c6'
}
.icon-location-line:before {
	content: '\e8c7'
}
.icon-map:before {
	content: '\e8d2'
}
.icon-minus:before {
	content: '\e8d8'
}
.icon-minus-circled:before {
	content: '\e8d9'
}
.icon-minus-squared:before {
	content: '\e8da'
}
.icon-phone:before {
	content: '\e8f4'
}
.icon-right:before {
	content: '\e911'
}
.icon-right-bold:before {
	content: '\e912'
}
.icon-right-circled:before {
	content: '\e913'
}
.icon-right-dir:before {
	content: '\e914'
}
.icon-right-open:before {
	content: '\e915'
}
.icon-right-open-big:before {
	content: '\e916'
}
.icon-right-open-mini:before {
	content: '\e917'
}
.icon-right-thin:before {
	content: '\e918'
}
.icon-up:before {
	content: '\e941'
}
.icon-up-bold:before {
	content: '\e942'
}
.icon-up-circled:before {
	content: '\e943'
}
.icon-up-dir:before {
	content: '\e944'
}
.icon-up-open:before {
	content: '\e945'
}
.icon-up-open-big:before {
	content: '\e946'
}
.icon-up-open-mini:before {
	content: '\e947'
}
.icon-up-thin:before {
	content: '\e948'
}
.icon-youtube:before {
	content: '\e95f'
}
.icon-plus-fine:before {
	content: '\e964'
}
.icon-minus-fine:before {
	content: '\e965'
}
.icon-instagram:before {
	content: '\f16d'
}
.icon-google:before {
	content: '\f1a0'
}
.icon-twitter:before {
	content: '\f309'
}
.icon-twitter-circled:before {
	content: '\f30a'
}
.icon-facebook:before {
	content: '\f30c'
}
.icon-facebook-circled:before {
	content: '\f30d'
}
.icon-facebook-squared:before {
	content: '\f30e'
}
.icon-linkedin:before {
	content: '\f318'
}
.icon-linkedin-circled:before {
	content: '\f319'
}
/*
|--------------------------------------------------------------------------
|  4.0 Shortcodes
|  
|--------------------------------------------------------------------------
|
| 
|
*/
/* Button Item ----------------------------------------------------------------------- */

.column_button .button {
	margin: 0!important;
	vertical-align: middle
}
.button_align.align_center {
	text-align: center
}
.button_align.align_right {
	text-align: right
}
/* Image frames ---------------------------------------------------------------------- */

.column_image {
	line-height: 0
}
.image_frame, .wp-caption {
	display: block;
	margin: 0;
	max-width: 100%;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
/* .image_frame.inline-block{display:inline-block;max-width:100%} */

/* deprecated since 13.1 */

.image_frame .image_wrapper, .wp-caption img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.image_frame a, .wp-caption a {
	display: block
}
.wp-caption-text {
	display: block;
	text-align: center;
	margin: 0;
	padding: 10px 0 5px;
	line-height: normal
}
.wp-caption-text.hide {
	display: none
}
.if-caption-on .image_frame {
	position: relative
}
.if-caption-on .wp-caption-text {
	position: absolute;
	bottom: 15px;
	left: 15px;
	padding: 5px 10px!important;
	width: calc(100% - 30px);
	box-sizing: border-box;
	background: rgba(0, 0, 0, .5);
	color: rgba(255, 255, 255, .7);
	border-radius: 3px;
}
.image_frame.no_border .wp-caption-text, .if-zoom .image_frame:not(.has_border) .wp-caption-text {
	padding: 10px 0;
}
.the_content_wrapper .image_frame, .the_content_wrapper .wp-caption {
	margin-bottom: 20px
}
.the_content_wrapper .wp-caption.alignnone, .the_content_wrapper .wp-caption.aligncenter {
	clear: both
}
.image_frame .image_wrapper {
	position: relative;
	overflow: hidden;
	padding: 0 0 20px;
}
.image_frame .image_wrapper .mask {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2
}
.image_frame .image_wrapper img:not(.ls-l) {
	position: relative;
	top: 0;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}
.image_frame:not(.no_link) .image_wrapper img:not(.ls-l) {
	margin-bottom: -15px!important
}
.masonry-flat .image_frame:not(.no_link) .image_wrapper img:not(.ls-l) {
	margin-bottom: 0!important
}
.image_frame:hover .image_wrapper img, .image_frame.hover .image_wrapper img {
	top: -15px
}
.image_frame:hover .image_wrapper .ls-container img, .image_frame.no_link:hover .image_wrapper img {
	top: 0
}
.image_frame .image_wrapper .mask:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	filter: alpha(opacity=0);
	opacity: 0
}
.image_frame:hover .image_wrapper .mask:after, .image_frame.hover .image_wrapper .mask:after {
	filter: alpha(opacity=100);
	opacity: 1
}
.image_frame.no_link:hover .image_wrapper .mask:after {
	filter: alpha(opacity=0);
	opacity: 0
}
.image_frame .image_wrapper .image_links {
	width: 100%;
	height: 60px;
	position: absolute;
	left: 0;
	bottom: -60px;
	z-index: 4;
	overflow: hidden
}
.image_frame:hover .image_wrapper .image_links, .image_frame.hover .image_wrapper .image_links {
	bottom: 0
}
.image_frame .image_wrapper .image_links a {
	display: block;
	font-size: 25px;
	line-height: 60px;
	width: 100%;
	text-align: center
}
.image_frame .image_wrapper .image_links.double a {
	width: 50%;
	display: block;
	float: left
}
.image_frame .image_wrapper .image_links.double a:first-child {
	-webkit-box-shadow: inset -1px 0 0 0 rgba(255, 255, 255, .2);
	box-shadow: inset -1px 0 0 0 rgba(255, 255, 255, .2)
}
.image_frame .image_wrapper .image_links.triple a {
	width: 33%;
	display: block;
	float: left;
	-webkit-box-shadow: inset -1px 0 0 0 rgba(255, 255, 255, .2);
	box-shadow: inset -1px 0 0 0 rgba(255, 255, 255, .2)
}
.image_frame .image_wrapper .image_links.triple a:last-child {
	-webkit-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
	width: 34%
}
.image_frame .image_wrapper .image_links.hover-title a {
	font-size: 15px;
	text-decoration: none
}
.image_frame.no_border {
	border-width: 0
}
/* Alignments ------------------------------------------------------------------------ */

.alignleft {
	float: left;
	margin: 15px 15px 15px 0
}
.alignright {
	float: right;
	margin: 15px 0 15px 15px
}
.aligncenter {
	text-align: center;
	margin: 0 auto;
	display: block
}
.aligncenter img {
	display: inline
}
/* Animation */

.image_frame .image_wrapper img, .image_frame .image_wrapper .mask:after, .image_frame .image_wrapper .image_links {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.image_frame .image_wrapper .image_links a {
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out
}
/* Style | Overlay */

.if-overlay .image_frame .image_wrapper .image_links {
	opacity: 0;
	width: 60px;
	height: 60px;
	bottom: auto;
	top: 50%;
	left: 50%;
	z-index: 4;
	margin-top: -30px;
	margin-left: -30px;
	transform: scale(0);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0)
}
.if-overlay .image_frame .image_wrapper .image_links.double {
	width: 120px;
	margin-left: -60px
}
.if-overlay .image_frame .image_wrapper .image_links.triple {
	width: 180px;
	margin-left: -90px
}
.if-overlay .image_frame .image_wrapper .image_links.hover-title {
	width: 100%;
	left: 0;
	margin-left: 0
}
.if-overlay li.product .product-loading-icon, .if-overlay li.product .added-cart {
	border-radius: 0!important;
	width: 60px!important;
	height: 60px!important;
	margin: -30px 0 0 -30px !important
}
.if-overlay li.product.adding-to-cart .added-cart, .if-overlay li.product.added-to-cart .added-cart {
	z-index: 5!important
}
.if-overlay .image_frame:not(.no_link) .image_wrapper img:not(.ls-l) {
	margin-bottom: 0
}
/* Style | Zoom */
.if-zoom .image_frame .image_wrapper .image_links {
	display: none;
}
.if-zoom .image_frame:not(.no_link) .image_wrapper img:not(.ls-l) {
	margin-bottom: 0!important
}
.if-zoom .image_frame:hover .image_wrapper img, .if-zoom .image_frame.hover .image_wrapper img {
	top: 0
}
.if-zoom .image_frame .image_wrapper .mask {
	display: none;
}
/* Hide border */
.if-border-hide .image_frame:not(.has_border) {
	border-width: 0;
}
/* Hover Disable */
.image_frame.hover-disable .image_wrapper .image_links {
	display: none
}
.image_frame.hover-disable .image_wrapper .mask {
	display: none!important
}
.image_frame.hover-disable .image_wrapper img {
	margin-bottom: 0!important;
	top: 0!important;
	transform: scale(0);
	-moz-transform: scale(1)!important;
	-webkit-transform: scale(1)!important;
	-o-transform: scale(1)!important
}
.image_frame.hover-disable:not(.no_link) .image_wrapper img:not(.ls-l) {
	margin-bottom: 0!important
}
/* Video ----------------------------------------------------------------------------- */

/* In this case, the aspect ratio is 16:9, which means that the height will be 56.25% of the width. For a video with a 4:3 aspect ratio, we set padding-bottom to 75%. */

.content_video.iframe.auto-wh {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden
}
.content_video.iframe.auto-wh iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.post-photo-wrapper.embed .image_wrapper, .single-photo-wrapper.embed .image_wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden
}
.post-photo-wrapper.embed .image_wrapper iframe, .single-photo-wrapper.embed .image_wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.post-photo-wrapper.html5 .jp-jplayer, .single-photo-wrapper.html5 .jp-jplayer {
	position: relative;
	padding-bottom: 56.25%;
	height: 0!important;
	overflow: hidden
}
.post-photo-wrapper.html5 .jp-jplayer img, .single-photo-wrapper.html5 .jp-jplayer img {
	position: absolute;
}
.post-photo-wrapper.html5 .jp-jplayer video, .single-photo-wrapper.html5 .jp-jplayer video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
/* Divider --------------------------------------------------------------------------- */

hr {
	display: block;
	border: none;
	outline: none;
	height: 1px;
	width: 100%;
	margin: 0 auto 15px;
	clear: both
}
hr, .hr_wide, .hr_zigzag, .hr_dots {
	margin: 0 auto 15px;
	clear: both
}
hr.hr_narrow {
	width: 7%
}
hr.no_line,.dark hr.no_line {
	background: none;
	color: transparent;
}
.hr_wide {
	position: relative;
	height: 1px
}
.hr_wide hr {
	position: absolute;
	left: -1000px;
	top: 0;
	width: 3000px
}
.aside_left .hr_wide hr {
	left: 0
}
.aside_right .hr_wide hr {
	right: 0;
	left: auto
}
.hr_zigzag {
	text-align: center;
	margin-bottom: 10px
}
.hr_zigzag i {
	font-size: 25px;
	line-height: 25px;
	margin: 0 -11px;
	display: inline-block
}
.hr_dots {
	text-align: center;
	line-height: 0
}
.hr_dots span {
	display: inline-block;
	width: 5px;
	height: 5px;
	overflow: hidden;
	margin: 0 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px
}
.column_divider hr, .column_divider .hr_wide, .column_divider .hr_zigzag, .column_divider .hr_dots {
	margin-bottom: 0
}
/* Divider | Fancy */

.fancy-divider svg {
	display: block
}
.fancy-divider svg:not(:root) {
	overflow: hidden
}
/* Decoration SVG */

.section .section-divider {
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	left: 50%;
	margin-left: -25px;
	background-color: inherit;
	z-index: 1
}
.section-divider.triangle.up, .section-divider.triangle.down {
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}
.section-divider.triangle.up {
	top: -25px
}
.section-divider.triangle.down {
	bottom: -25px
}
.section-divider.triple-triangle:after, .section-divider.triple-triangle:before {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	background-color: inherit;
	z-index: 1
}
.section-divider.triple-triangle.up:after {
	left: -36px;
	top: 50px
}
.section-divider.triple-triangle.up:before {
	right: -50px;
	top: -36px
}
.section-divider.triple-triangle.down:after {
	left: -51px;
	top: 35px
}
.section-divider.triple-triangle.down:before {
	right: -35px;
	top: -50px
}
.section-divider.triple-triangle.up, .section-divider.triple-triangle.down {
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}
.section-divider.triple-triangle.up {
	top: -25px
}
.section-divider.triple-triangle.down {
	bottom: -25px
}
.section-divider.square.up, .section-divider.square.down {
	width: 70px;
	height: 70px;
	margin-left: -35px
}
.section-divider.square.up {
	top: -25px
}
.section-divider.square.down {
	bottom: -25px
}
.section-divider.circle.up, .section-divider.circle.down {
	width: 70px;
	height: 70px;
	margin-left: -35px;
	-webkit-border-radius: 100%;
	border-radius: 100%
}
.section-divider.circle.up {
	top: -25px
}
.section-divider.circle.down {
	bottom: -25px
}
/* Decoration Image | height:100px - fallback */

.section .section-decoration {
	width: 100%;
	height: 100px;
	position: absolute;
	left: 0;
	background-repeat: repeat-x;
	z-index: 1;
}
.section .section-decoration.top {
	top: 0;
	background-position: center top;
}
.section .section-decoration.bottom {
	bottom: 0;
	background-position: center bottom;
}
/* Idea box -------------------------------------------------------------------------- */

.idea_box {
	padding: 25px 25px 25px 70px;
	position: relative;
	border-top-width: 1px;
	border-style: solid;
	background: rgba(0, 0, 0, .02);
	clear: both
}
.idea_box .icon {
	font-size: 30px;
	line-height: 30px;
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -15px;
	color: rgba(0, 0, 0, .15)
}
/* Single icon ----------------------------------------------------------------------- */

.single_icon {
	display: block;
	margin: 0 auto 15px
}
.single_icon.icon_left {
	text-align: left
}
.single_icon.icon_right {
	text-align: right
}
.single_icon.icon_center {
	text-align: center
}
/* Lists ----------------------------------------------------------------------------- */

ul {
	list-style: none outside
}
ol {
	list-style: decimal
}
.column_column ul, .column_column ol, .column_helper ul, .column_helper ol, .column_visual ul, .column_visual ol, .mfn-acc ul, .mfn-acc ol, .ui-tabs-panel ul, .ui-tabs-panel ol, .the_content_wrapper ul, .the_content_wrapper ol, .post-excerpt ul, .post-excerpt ol {
	margin: 0 0 15px 30px
}
.column_column ul li, .column_helper ul li, .column_visual ul li, .mfn-acc ul li, .ui-tabs-panel ul li, .the_content_wrapper ul li, .post-excerpt ul li {
	list-style: disc outside
}
.column_column ul li, .column_column ol li, .column_helper ul li, .column_helper ol li, .column_visual ul li, .column_visual ol li, .mfn-acc ul li, .mfn-acc ol li, .ui-tabs-panel ul li, .ui-tabs-panel ol li, .the_content_wrapper ul li, .the_content_wrapper ol li, .post-excerpt ul li, .post-excerpt ol li {
	margin-bottom: 10px
}
.column_column ul li ul, .column_column ol li ol, .column_helper ul li ul, .column_helper ol li ol, .column_visual ul li ul, .column_visual ol li ol, .mfn-acc ul li ul, .mfn-acc ol li ol, .ui-tabs-panel ul li ul, .ui-tabs-panel ol li ol, .the_content_wrapper ul li ul, .the_content_wrapper ol li ol, .post-excerpt ul li ul, .post-excerpt ol li ol {
	margin-top: 10px;
	margin-bottom: 0
}
ul.list_mixed, ul.list_check, ul.list_star, ul.list_idea {
	margin-left: 0
}
ul.list_mixed li, ul.list_check li, ul.list_star li, ul.list_idea li {
	margin-bottom: 20px;
	position: relative;
	list-style: none;
	padding-left: 50px;
	margin-left: 0
}
ul.list_mixed li:after, ul.list_check li:after, ul.list_star li:after, ul.list_idea li:after {
	content: "";
	width: 70px;
	height: 1px;
	overflow: hidden;
	background: rgba(0, 0, 0, .08);
	position: absolute;
	left: 0;
	bottom: -11px
}
ul.list_mixed li:last-child:after, ul.list_check li:last-child:after, ul.list_star li:last-child:after, ul.list_idea li:last-child:after {
	display: none
}
ul.list_check li, li.list_check {
	background: url(../images/icons/list_check.png) no-repeat 20px 5px
}
ul.list_star li, li.list_star {
	background: url(../images/icons/list_star.png) no-repeat 20px 5px
}
ul.list_idea li, li.list_idea {
	background: url(../images/icons/list_idea.png) no-repeat 20px 6px
}
dl {
	margin: 0 0 30px
}
dl>dt, dl>dd {
	border-width: 1px 0 0;
	border-style: solid;
	padding: 10px 0;
	margin: 0
}
dl>dt {
	display: block;
	float: left;
	width: 100px;
	font-weight: 700
}
dl>dd {
	margin-left: 110px
}
dl>dd:after {
	content: "";
	clear: both;
	display: block
}
/* Muffin link ----------------------------------------------------------------------- */

a.mfn-link {
	position: relative;
	display: inline-block;
	margin: 15px 25px;
	font-size: 15px;
	text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
	text-decoration: none;
	outline: none;
	white-space: nowrap
}
a:hover.mfn-link {
	text-decoration: none
}
/* Effect 1: Brackets */

a.mfn-link-1:before, a.mfn-link-1:after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity .2s;
	-moz-transition: -moz-transform 0.3s, opacity .2s;
	transition: transform 0.3s, opacity .2s
}
a.mfn-link-1:before {
	margin-right: 10px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px)
}
a.mfn-link-1:after {
	margin-left: 10px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px)
}
a:hover.mfn-link-1:before, a:hover.mfn-link-1:after, a.hover.mfn-link-1:before, a.hover.mfn-link-1:after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px)
}
/* Effect 2: 3D rolling links */

a.mfn-link-2 {
	line-height: 44px;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px
}
a.mfn-link-2 span {
	position: relative;
	display: inline-block;
	padding: 0 14px;
	-webkit-transition: -webkit-transform .3s;
	-moz-transition: -moz-transform .3s;
	transition: transform .3s;
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d
}
a.mfn-link-2 span:before {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	content: attr(data-hover);
	-webkit-transition: background .3s;
	-moz-transition: background .3s;
	transition: background .3s;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
	text-align: center
}
a:hover.mfn-link-2 span, a.hover.mfn-link-2 span {
	-webkit-transform: rotateX(90deg) translateY(-22px);
	-moz-transform: rotateX(90deg) translateY(-22px);
	transform: rotateX(90deg) translateY(-22px)
}
/* Effect 3: bottom line */

a.mfn-link-3 {
	padding: 8px 0
}
a.mfn-link-3:after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 3px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform .3s;
	-moz-transition: opacity 0.3s, -moz-transform .3s;
	transition: opacity 0.3s, transform .3s;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px)
}
a:hover.mfn-link-3:after, a.hover.mfn-link-3:after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px)
}
/* Effect 4: second border slides up */

a.mfn-link-4 {
	padding: 12px 10px 10px;
	text-shadow: none;
	font-weight: 700
}
a.mfn-link-4:before, a.mfn-link-4::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 3px;
	content: '';
	-webkit-transition: -webkit-transform .3s;
	-moz-transition: -moz-transform .3s;
	transition: transform .3s;
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	transform: scale(0.85)
}
a.mfn-link-4:after {
	opacity: 0;
	-webkit-transition: top 0.3s, opacity 0.3s, -webkit-transform .3s;
	-moz-transition: top 0.3s, opacity 0.3s, -moz-transform .3s;
	transition: top 0.3s, opacity 0.3s, transform .3s
}
a:hover.mfn-link-4:before, a:hover.mfn-link-4:after, a.hover.mfn-link-4:before, a.hover.mfn-link-4:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1)
}
a:hover.mfn-link-4:after, a.hover.mfn-link-4:after {
	top: 0;
	opacity: 1
}
/* Effect 5: reveal, push out */

a.mfn-link-5 {
	overflow: hidden;
	margin: 0 15px;
	position: relative;
	z-index: 1
}
a.mfn-link-5 span {
	display: block;
	padding: 10px 20px;
	-webkit-transition: -webkit-transform .3s;
	-moz-transition: -moz-transform .3s;
	transition: transform .3s
}
a.mfn-link-5:before {
	position: absolute;
	top: 0;
	left: 0;
	text-align: left;
	z-index: -1;
	padding: 10px 20px;
	width: 100%;
	height: 100%;
	content: attr(data-hover);
	-webkit-transition: -webkit-transform .3s;
	-moz-transition: -moz-transform .3s;
	transition: transform .3s;
	-webkit-transform: translateX(-25%);
	-moz-transform: translateX(-25%);
	transform: translateX(-25%)
}
a:hover.mfn-link-5 span, a.hover.mfn-link-5 span {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	transform: translateX(100%)
}
a:hover.mfn-link-5:before, a.hover.mfn-link-5:before {
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	transform: translateX(0%)
}
/* Effect 6: text fill*/

a.mfn-link-6 {
	padding: 10px 0;
	text-shadow: none
}
a.mfn-link-6:before {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	padding: 10px 0;
	max-width: 0;
	border-bottom: 2px solid;
	content: attr(data-hover);
	-webkit-transition: max-width .5s;
	-moz-transition: max-width .5s;
	transition: max-width .5s
}
a:hover.mfn-link-6:before, a.hover.mfn-link-6:before {
	max-width: 100%
}
/* Effect 7: border switch */

a.mfn-link-7 {
	padding: 0 20px;
	height: 45px;
	line-height: 45px
}
a.mfn-link-7:before, a.mfn-link-7:after {
	position: absolute;
	width: 45px;
	height: 2px;
	content: '';
	opacity: .2;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	pointer-events: none
}
a.mfn-link-7:before {
	top: 0;
	left: 0;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	transform-origin: 0 0
}
a.mfn-link-7:after {
	right: 0;
	bottom: 0;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	transform-origin: 100% 0
}
a:hover.mfn-link-7:before, a:hover.mfn-link-7:after, a.hover.mfn-link-7:before, a.hover.mfn-link-7:after {
	opacity: 1
}
a:hover.mfn-link-7:before, a.hover.mfn-link-7:before {
	left: 50%;
	-webkit-transform: rotate(0deg) translateX(-50%);
	-moz-transform: rotate(0deg) translateX(-50%);
	transform: rotate(0deg) translateX(-50%)
}
a:hover.mfn-link-7:after, a.hover.mfn-link-7:after {
	right: 50%;
	-webkit-transform: rotate(0deg) translateX(50%);
	-moz-transform: rotate(0deg) translateX(50%);
	transform: rotate(0deg) translateX(50%)
}
/* Effect 8: cross */

a.mfn-link-8 {
	padding: 0 5px;
	font-weight: 700;
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	transition: color .3s;
	position: relative;
	z-index: 1
}
a.mfn-link-8:before, a.mfn-link-8:after {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	height: 2px;
	margin-top: -1px;
	content: '';
	z-index: -1;
	-webkit-transition: -webkit-transform 0.3s, opacity .3s;
	-moz-transition: -moz-transform 0.3s, opacity .3s;
	transition: transform 0.3s, opacity .3s;
	pointer-events: none
}
a.mfn-link-8:before {
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	transform: translateY(-20px)
}
a.mfn-link-8:after {
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	transform: translateY(20px)
}
a:hover.mfn-link-8:before, a:hover.mfn-link-8:after, a.hover.mfn-link-8:before, a.hover.mfn-link-8:after {
	opacity: .7
}
a:hover.mfn-link-8:before, a.hover.mfn-link-8:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg)
}
a:hover.mfn-link-8:after, a.hover.mfn-link-8:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
/* variables */

a.mfn-link-4:before, a.mfn-link-4:after, a.mfn-link-3:after, a:hover.mfn-link-8:after, a:hover.mfn-link-8:before, a.hover.mfn-link-8:after, a.hover.mfn-link-8:before {
	background: rgba(0, 0, 0, 0.1)
}
a.mfn-link-6 {
	border-top: 2px solid rgba(0, 0, 0, .05)
}
a.mfn-link.mfn-link-6 {
	color: rgba(0, 0, 0, .25)
}
a.mfn-link-2 span, a:hover.mfn-link-2 span:before, a.hover.mfn-link-2 span:before, a.mfn-link-5 span, a.mfn-link-5:before {
	color: #fff
}
/* Accordion ------------------------------------------------------------------------- */

.accordion .question {
	margin-bottom: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	border-width: 1px;
	border-style: solid
}
.accordion .question:last-child {
	margin-bottom: 0
}
.accordion .question .title {
	padding: 14px 14px 14px 60px;
	font-size: 13px;
	font-weight: 700;
	position: relative;
	border-width: 0;
	border-style: solid;
	cursor: pointer;
	background-image: url(../images/bg_panel.png);
	background-repeat: repeat-x;
	background-position: left top
}
.accordion .question .title:before {
	content: "";
	width: 49px;
	height: 100%;
	border-width: 0 1px 0 0;
	border-style: solid;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1
}
.accordion .question .title>.acc-icon-plus, .accordion .question .title>.acc-icon-minus {
	font-size: 17px;
	line-height: 17px;
	display: block;
	position: absolute;
	left: 15px;
	top: 16px;
	width: 20px;
	height: 20px;
	text-align: center;
	color: rgba(0, 0, 0, .25)
}
.accordion .question .title>.acc-icon-plus:before, .accordion .question .title>.acc-icon-minus:before {
	margin: 0!important
}
.accordion .question .title>.acc-icon-plus {
	display: block
}
.accordion .question .title>.acc-icon-minus {
	display: none
}
.accordion .question .answer {
	padding: 15px 20px 20px;
	overflow: hidden;
	display: none;
	background-image: url(../images/box_shadow.png);
	background-repeat: repeat-x;
	background-position: left top
}
.accordion .question .answer .wpb_content_element:last-child {
	margin-bottom: 0
}
.accordion .question.active .title {
	border-width: 0 0 1px
}
.accordion .question.active .title>.acc-icon-plus {
	display: none
}
.accordion .question.active .title>.acc-icon-minus {
	display: block
}
.accordion .question.active p:last-child {
	margin-bottom: 0
}
/* FAQ ------------------------------------------------------------------------------- */

.faq .question {
	margin-bottom: 5px;
	overflow: hidden;
	position: relative;
	background: rgba(0, 0, 0, .02)
}
.faq .question:before {
	content: "";
	width: 60px;
	height: 100%;
	border-width: 0 1px 0 0;
	border-style: solid;
	border-color: rgba(0, 0, 0, .1);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1
}
.faq .question:after {
	content: "";
	width: 60px;
	height: 100%;
	background: rgba(0, 0, 0, .03);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1
}
.faq .question:last-child {
	margin-bottom: 0
}
.faq .question .title {
	padding: 20px 40px 20px 80px;
	font-size: 22px;
	position: relative;
	cursor: pointer;
	z-index: 2
}
.faq .question .title>.acc-icon-plus, .faq .question .title>.acc-icon-minus {
	font-size: 17px;
	line-height: 17px;
	display: block;
	position: absolute;
	right: 15px;
	top: 21px;
	width: 20px;
	height: 20px;
	text-align: center;
	color: rgba(0, 0, 0, .25)
}
.faq .question .title>.acc-icon-plus:before, .faq .question .title>.acc-icon-minus:before {
	margin: 0!important
}
.faq .question .title>.acc-icon-plus {
	display: block
}
.faq .question .title>.acc-icon-minus {
	display: none
}
.faq .question .title .num {
	font-weight: 700;
	position: absolute;
	left: 27px;
	top: 20px;
	font-weight: bold
}
.faq .question .answer {
	padding: 0 20px 20px 80px;
	overflow: hidden;
	display: none
}
.faq .question.active .title>.acc-icon-plus {
	display: none
}
.faq .question.active .title>.acc-icon-minus {
	display: block
}
.faq .question.active p:last-child {
	margin-bottom: 0
}
.wpb_wrapper .faq {
	margin-bottom: 5px
}
.wpb_wrapper .faq .question .title.wpb_toggle {
	background-position: 23px
}
.wpb_wrapper .faq .question .answer.wpb_toggle_content {
	margin: 0
}
.wpb_wrapper .faq .question .last_toggle_el_margin {
	margin-bottom: 0
}
.wpb_wrapper .faq .question .title>.acc-icon-plus, .wpb_wrapper .faq .question .title>.acc-icon-minus {
	left: 20px;
	right: auto;
	color: rgba(0, 0, 0, .5)
}
/* Table ----------------------------------------------------------------------------- */

table {
	width: 100%;
	margin-bottom: 15px;
	border-collapse: collapse;
	border-spacing: 0;
	-webkit-border-radius: 5px;
	border-radius: 5px
}
table th, table td {
	padding: 10px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	vertical-align: middle
}
table th {
	font-weight: 700;
	background: url(../images/bg_panel.png) repeat-x left top
}
table th.clear {
	border: 0;
	background: none
}
table tr:first-child td {
	background: url(../images/box_shadow.png) repeat-x left top
}
table tr:nth-child(2n) td {
	background: rgba(0, 0, 0, 0.01)
}
/* table.simple */

table.simple th {
	background: none
}
table.simple th, table.simple td {
	border-width: 0 0 1px
}
table.simple tr:first-child td {
	background: none
}
table.simple tr:last-child td {
	border: none
}
/* Rows Hover */

body.table-hover:not(.woocommerce-page) table tr:hover td {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
/* Feature list ---------------------------------------------------------------------- */

.feature_list ul {
	margin: 0;
	overflow: hidden
}
.feature_list ul li {
	margin: 0;
	list-style: none;
	width: 25%;
	float: left;
	display: block;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.feature_list ul li a {
	display: block
}
.feature_list ul li a:hover {
	text-decoration: none
}
.feature_list ul li .icon {
	width: 60px;
	height: 60px;
	line-height: 0;
	margin-right: 10px;
	display: table-cell;
	vertical-align: middle;
	text-align: center
}
.feature_list ul li .icon i {
	font-size: 43px;
	line-height: 60px
}
.feature_list ul li .icon i:before {
	margin: 0
}
.feature_list ul li p {
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 10px
}
.feature_list hr {
	margin: 0
}
/* Animation */

.feature_list ul li a {
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out
}
/* Columns */

.feature_list[data-col="2"] ul li {
	width: 50%
}
.feature_list[data-col="3"] ul li {
	width: 33.33%
}
.feature_list[data-col="4"] ul li {
	width: 25%
}
.feature_list[data-col="5"] ul li {
	width: 20%
}
.feature_list[data-col="6"] ul li {
	width: 16.66%
}
/* List ------------------------------------------------------------------------------ */

.list_item {
	display: block
}
.list_item a {
	display: block
}
.list_item a:hover {
	text-decoration: none
}
.list_item .list_left {
	width: 80px;
	height: 80px;
	line-height: 80px;
	font-size: 50px;
	overflow: hidden;
	text-align: center;
	float: left
}
.list_item .list_image {
	font-size: 0
}
.list_item .list_left img {
	max-width: 80px!important;
	max-height: 80px!important;
	vertical-align: middle
}
.list_item .list_left i:before {
	margin: 0
}
.list_item .circle {
	width: 78px;
	height: 78px;
	line-height: 78px;
	border-width: 1px;
	border-style: solid;
	font-size: 20px;
	font-weight: 700;
	overflow: hidden;
	text-align: center;
	float: left;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background-image: url(../images/stripes/stripes_3_b.png);
	-webkit-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .08);
	box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .08)
}
.list_item .list_right {
	padding: 5px 0 0;
	margin-left: 100px;
	word-wrap: break-word
}
.list_item .list_right h4 {
	margin-bottom: 7px
}
.list_item.lists_1 .list_left {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-image: url(../images/stripes/stripes_3_b.png);
	-webkit-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .1);
	box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .1)
}
.list_item.lists_1 .list_image {
	width: 60px;
	height: 60px;
	line-height: 60px;
	padding: 10px;
	font-size: 0
}
.list_item.lists_1 .list_left img {
	max-width: 60px!important;
	max-height: 60px!important
}
.list_item.lists_3 .list_left {
	float: none;
	margin-bottom: 10px
}
.list_item.lists_3 .list_icon {
	width: auto;
	text-align: left
}
.list_item.lists_3 .list_right {
	margin-left: 0;
	padding-top: 0
}
.list_item.lists_3 .list_right h4 {
	margin-bottom: 10px
}
.list_item.lists_4 .list_right {
	padding-top: 21px
}
.align_right .list_item .list_left {
	float: right;
}
.align_right .list_item .list_right {
	margin-left: 0;
	margin-right: 100px;
}
/* Navigation visibility */

.content_slider.hide-arrows {
	padding: 0
}
.content_slider.hide-arrows a.slider_prev, .content_slider.hide-arrows a.slider_next {
	display: none!important
}
.content_slider.hide-dots .slider_pagination {
	display: none!important
}
.section.full-width .column.one .content_slider.hide-arrows {
	padding: 0 140px;
}
/* Animation */

.content_slider.carousel ul li img, .content_slider.carousel ul li .title, .content_slider.flat a.button .button_icon {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
/* Icon box -------------------------------------------------------------------------- */

.icon_box {
	position: relative;
	padding: 10px 0
}
.icon_box.has_border:after {
	content: "";
	display: block;
	width: 0;
	height: 100%;
	border-width: 0 1px 0 0;
	border-style: solid;
	position: absolute;
	right: -2.4%;
	top: 0
}
.icon_box a {
	display: block
}
.icon_box a:hover {
	text-decoration: none
}
.icon_box .icon_wrapper {
	width: 110px;
	height: 110px;
	text-align: center;
	line-height: 110px;
	font-size: 50px;
	position: relative;
	overflow: hidden;
	margin: 0 auto 15px;
	border-width: 8px;
	border-style: solid;
	display: block;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background-image: url(../images/stripes/stripes_3_b.png)
}
.icon_box .icon_wrapper i {
	z-index: 2;
	position: relative
}
.icon_box .icon_wrapper:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border-width: 1px;
	border-style: solid;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.icon_box .icon_wrapper {
	background-color: #fff;
	-webkit-box-shadow: inset 0 0 7px 0 rgba(0, 0, 0, .08);
	box-shadow: inset 0 0 7px 0 rgba(0, 0, 0, .08)
}
.icon_box .image_wrapper {
	text-align: center;
	margin-bottom: 15px
}
.icon_box .desc_wrapper {
	text-align: center
}
/* Icon postion left */

.icon_box.icon_position_left {
	min-height: 126px;
	padding-left: 145px
}
.icon_box.icon_position_left .icon_wrapper {
	position: absolute;
	left: 0;
	top: 10px;
	margin-bottom: 0
}
.icon_box.icon_position_left .desc_wrapper {
	text-align: left;
	padding-top: 10px
}
.icon_box.icon_position_left .image_wrapper {
	position: absolute;
	left: 0;
	top: 10px;
	margin-bottom: 0;
	width: 126px;
	height: 126px;
	overflow: hidden
}
/* Animation */

.icon_box .icon_wrapper, .icon_box .icon_wrapper:before {
	-webkit-transition: background-color .3s ease-in-out;
	-moz-transition: background-color .3s ease-in-out;
	-o-transition: background-color .3s ease-in-out;
	-ms-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out
}
.icon_box .icon_wrapper {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}
.icon_box:hover .icon_wrapper {
	-webkit-transform: scale(0.93);
	-moz-transform: scale(0.93);
	-ms-transform: scale(0.93);
	-o-transform: scale(0.94);
	transform: scale(0.94)
}
/* Icon box button & mfn-link */

.icon_box a.mfn-link, .icon_box a.button {
	display: inline-block
}
/* Article box ----------------------------------------------------------------------- */

.article_box {
	overflow: hidden
}
.article_box a {
	display: block
}
.article_box a:hover {
	text-decoration: none
}
.article_box .photo_wrapper {
	width: 50%;
	float: left;
	line-height: 0
}
.article_box .desc_wrapper {
	width: 50%;
	min-height: 139px;
	float: left;
	padding: 10px 15px;
	background-color: #f8f8f8;
	background-image: url(../images/stripes/stripes_3_b.png);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.article_box .desc_wrapper p {
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-style: solid;
	padding-bottom: 7px
}
.article_box .desc_wrapper h4 {
	margin-bottom: 5px
}
.article_box .desc_wrapper i.icon-right-open {
	display: block;
	position: relative;
	left: -5px
}
/* Story box ------------------------------------------------------------------------- */

.story_box {
	padding: 0 11%
}
.story_box a, .story_box a:hover {
	display: block;
	text-decoration: none
}
.story_box .photo_wrapper {
	line-height: 0;
	overflow: hidden
}
.story_box .photo_wrapper img {
	display: block;
	opacity: .7
}
.story_box .desc_wrapper {
	margin-right: 20%;
	position: relative;
	z-index: 2
}
.story_box .desc_wrapper h3 {
	margin-left: -30px;
	margin-top: -26px
}
.story_box .desc_wrapper hr {
	margin-left: 0;
	width: 20%
}
.story_box:hover .desc_wrapper hr {
	width: 40%
}
.story_box:hover .photo_wrapper img {
	display: block;
	opacity: 1
}
.story_box.vertical {
	padding: 0 17%
}
/* Animation */

.story_box .desc_wrapper hr, .story_box .photo_wrapper img {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
/* Promo box ------------------------------------------------------------------------- */

.promo_box {
	position: relative
}
.promo_box.has_border:after {
	content: "";
	display: block;
	width: 0;
	height: 100%;
	border-width: 0 1px 0 0;
	border-style: solid;
	position: absolute;
	right: -2.4%;
	top: 0
}
.promo_box_wrapper {
	overflow: hidden
}
.promo_box_wrapper .photo_wrapper {
	width: 36%;
	float: left;
	text-align: left;
	line-height: 0
}
.promo_box_wrapper .desc_wrapper {
	width: 56%;
	margin: 0 2% 0 6%;
	float: left;
	padding-top: 10px
}
.promo_box_wrapper .desc_wrapper .desc {
	margin-bottom: 15px
}
.promo_box_wrapper.promo_box_right .photo_wrapper {
	float: right;
	text-align: right
}
.promo_box_wrapper.promo_box_right .desc_wrapper {
	margin: 0 6% 0 2%;
	text-align: right
}
.promo_box_wrapper.promo_box_right .desc_wrapper a.button {
	margin-right: 0
}
/* Trailer box ----------------------------------------------------------------------- */

.trailer_box {
	text-align: center;
	position: relative;
	line-height: 0
}
.trailer_box a {
	display: block
}
.trailer_box a:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=0);
	opacity: 0;
	background: rgba(0, 0, 0, .15)
}
.trailer_box:hover a:after {
	filter: alpha(opacity=100);
	opacity: 100
}
.trailer_box .desc {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	width: 100%;
	padding: 20px 15px 35px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.trailer_box .desc h2 {
	margin: 0;
	position: relative;
	bottom: 0;
	font-size: 30px;
	line-height: 30px
}
.trailer_box:hover .desc h2 {
	bottom: 20px
}
.trailer_box .desc .subtitle {
	display: inline-block;
	position: relative;
	bottom: 0;
	line-height: normal;
	letter-spacing: 1px;
	padding: 4px 8px;
	text-transform: uppercase;
	margin-bottom: 15px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-image: url(../images/stripes/stripes_10_w.png)
}
.trailer_box:hover .desc .subtitle {
	bottom: 20px
}
.trailer_box .desc .line {
	height: 1px;
	width: 0;
	margin: 0 auto;
	background: #fff;
	overflow: hidden;
	display: block
}
.trailer_box:hover .desc .line {
	width: 60%
}
/* Animation */

.trailer_box a:after, .trailer_box .desc .subtitle, .trailer_box .desc .line, .trailer_box .desc h2 {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
/* Flat box -------------------------------------------------------------------------- */

.flat_box a, .flat_box a:hover {
	display: block;
	text-decoration: none
}
.flat_box .photo_wrapper {
	margin-bottom: 15px;
	position: relative;
	line-height: 0;
	overflow: hidden
}
.flat_box .photo_wrapper .icon {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 90px;
	text-align: center;
	color: #fff;
	z-index: 2
}
.flat_box .photo_wrapper .icon i {
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 55px;
	position: absolute;
	top: 50%;
	margin-top: -30px
}
.flat_box .photo_wrapper .icon img {
	position: absolute;
	left: 50%;
	top: 50%;
	max-width: calc(100% - 16px)!important;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.flat_box:hover .photo_wrapper .icon, .flat_box a:hover .photo_wrapper .icon {
	-webkit-transform: translateX(-90px);
	transform: translateX(-90px)
}
.flat_box .photo_wrapper img.photo {
	position: relative;
	display: block;
	z-index: 1;
	-webkit-transform: translateX(15px);
	transform: translateX(15px)
}
.flat_box:hover .photo_wrapper img.photo, .flat_box a:hover .photo_wrapper img.photo {
	-webkit-transform: translateX(0px);
	transform: translateX(0px)
}
.flat_box .desc_wrapper {
	margin-left: 90px
}
@media only screen and (min-width: 960px) {
	.one-fourth .flat_box .photo_wrapper .icon {
		width: 60px
	}
	.one-fourth .flat_box .photo_wrapper .icon i {
		height: 40px;
		line-height: 40px;
		font-size: 35px;
		margin-top: -20px
	}
	.one-fourth .flat_box a:hover .photo_wrapper .icon {
		-webkit-transform: translateX(-60px);
		transform: translateX(-60px)
	}
	.one-fourth .flat_box .desc_wrapper {
		margin-left: 60px
	}
}
/* Animation */

.flat_box .photo_wrapper .icon {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}
.flat_box .photo_wrapper img {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}
/* Feature box -------------------------------------------------------------------------- */

.feature_box .feature_box_wrapper {
	display: table;
	padding: 20px
}
.feature_box .feature_box_wrapper .photo_wrapper, .feature_box .feature_box_wrapper .desc_wrapper {
	display: table-cell;
	vertical-align: middle
}
.feature_box .feature_box_wrapper .photo_wrapper {
	width: 50%;
}
.feature_box .feature_box_wrapper .photo_wrapper a {
	display: block;
	line-height: 0
}
.feature_box .feature_box_wrapper .desc_wrapper {
	width: 46%;
	padding-left: 4%
}
/* Hover box ------------------------------------------------------------------------- */

.hover_box {
	text-align: center;
	line-height: 0
}
.hover_box a {
	display: block;
	line-height: 0
}
.hover_box .hover_box_wrapper {
	display: inline-block;
	position: relative;
	overflow: hidden;
	line-height: 0;
	max-width: 100%
}
.hover_box .hover_box_wrapper img {
	display: block
}
.hover_box .hover_box_wrapper .visible_photo {
	opacity: 1;
	filter: alpha(opacity=100)
}
.hover_box .hover_box_wrapper .hidden_photo {
	position: absolute;
	left: 50%;
	top: 50%;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.hover_box:hover .hover_box_wrapper .visible_photo, .hover_box.hover .hover_box_wrapper .visible_photo {
	opacity: 0;
	filter: alpha(opacity=0)
}
.hover_box:hover .hover_box_wrapper .hidden_photo, .hover_box.hover .hover_box_wrapper .hidden_photo {
	opacity: 1;
	filter: alpha(opacity=100)
}
.hover_box .hover_box_wrapper .visible_photo, .hover_box .hover_box_wrapper .hidden_photo {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}
/* Hover color ----------------------------------------------------------------------- */

.hover_color:hover .hover_color_bg, .hover_color.hover .hover_color_bg {
	background-color: inherit!important;
	border-color: inherit!important
}
.hover_color {
	border-color: transparent
}
.hover_color a {
	display: block
}
.hover_color a:hover {
	text-decoration: none
}
.hover_color .hover_color_bg {
	border: 2px solid transparent
}
.hover_color .hover_color_wrapper {
	text-decoration: none;
	padding: 40px 30px;
	text-align: center
}
.hover_color, .hover_color a, .hover_color a:hover, .hover_color h1 a, .hover_color h2 a, .hover_color h3 a, .hover_color h4 a, .hover_color h5 a, .hover_color h6 a {
	color: #fff
}
.hover_color .hover_color_bg {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}
.hover_color, .hover_color_bg {
	height: 100%
}
/* Content links --------------------------------------------------------------------- */

a.content_link {
	display: inline-block;
	position: relative;
	border-width: 1px;
	border-style: solid;
	width: 140px;
	padding: 25px 15px;
	text-align: center;
	margin-left: -1px;
	background-color: #fff
}
a.content_link .icon {
	display: block;
	font-size: 45px;
	line-height: 45px;
	margin-bottom: 15px
}
a.content_link .title {
	font-weight: 700
}
a.content_link:after {
	content: "";
	z-index: 2;
	filter: alpha(opacity=0);
	opacity: 0;
	height: 0;
	width: 100%;
	border-width: 0 0 5px;
	border-style: solid;
	position: absolute;
	left: 0;
	bottom: -6px
}
a.content_link:before {
	content: "";
	z-index: 2;
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
	left: 50%;
	bottom: -1px;
	margin-left: -6px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 6px;
	border-color: transparent
}
a:hover.content_link:after {
	filter: alpha(opacity=100);
	opacity: 100
}
a:hover.content_link:before {
	filter: alpha(opacity=100);
	opacity: 100
}
a:hover.content_link {
	text-decoration: none;
	background-image: url(../images/stripes/stripes_3_b.png)
}
a.content_link:after, a.content_link:before {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
/* Icon bar -------------------------------------------------------------------------- */

a.icon_bar {
	display: inline-block;
	overflow: hidden;
	text-align: center;
	margin: 0 2px 2px 0;
	border-width: 1px;
	border-style: solid;
	position: relative;
	background-color: #fff;
	background-image: url(../images/stripes/stripes_3_b.png);
	-webkit-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .08);
	box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .08)
}
a.icon_bar span {
	display: block
}
a.icon_bar, a.icon_bar span {
	width: 58px;
	height: 58px;
	line-height: 58px;
	font-size: 20px
}
a.icon_bar_small, a.icon_bar_small span {
	width: 43px;
	height: 43px;
	line-height: 43px;
	font-size: 15px
}
a.icon_bar span.t {
	position: relative
}
a.icon_bar span.b {
	position: absolute;
	top: 100%
}
a.icon_bar span {
	-webkit-transition: -webkit-transform .3s;
	-moz-transition: -moz-transform .3s;
	transition: transform .3s
}
a.icon_bar span.b {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
a:hover.icon_bar span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%)
}
.wpb_wrapper a.icon_bar {
	margin-bottom: 2px
}
/* Social */

a.icon_bar_facebook span.b {
	background: #3a589b;
	color: #fff
}
a.icon_bar_google span.b {
	background: #d6492f;
	color: #fff
}
a.icon_bar_twitter span.b {
	background: #32ccfe;
	color: #fff
}
a.icon_bar_vimeo span.b {
	background: #1ca7cc;
	color: #fff
}
a.icon_bar_youtube span.b {
	background: #ff3334;
	color: #fff
}
a.icon_bar_flickr span.b {
	background: #ff0084;
	color: #fff
}
a.icon_bar_linkedin span.b {
	background: #007bb6;
	color: #fff
}
a.icon_bar_pinterest span.b {
	background: #cb2027;
	color: #fff
}
a.icon_bar_dribbble span.b {
	background: #ec4a89;
	color: #fff
}
/* Get in touch ---------------------------------------------------------------------- */

.get_in_touch {
	padding: 25px 20px 25px 30px;
	background-repeat: no-repeat;
	background-position: right bottom
}
.get_in_touch ul {
	margin: 0;
	font-size: 100%;
	line-height: normal
}
.get_in_touch ul li {
	margin: 0;
	list-style: none;
	position: relative;
	padding: 13px 0 13px 50px;
	word-wrap: break-word
}
.get_in_touch ul li:after {
	content: "";
	display: block;
	width: 70px;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: rgba(255, 255, 255, .2);
	position: absolute;
	left: -30px;
	bottom: 0
}
.get_in_touch ul li p {
	margin: 0
}
.get_in_touch ul li .icon {
	position: absolute;
	left: 0;
	top: 5px;
	display: block;
	color: rgba(0, 0, 0, .7);
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 23px;
	text-align: center
}
.get_in_touch ul li:last-child:after {
	display: none
}
/* Infobox --------------------------------------------------------------------------- */

.infobox {
	padding: 25px 20px 25px 30px;
	background-repeat: no-repeat;
	background-position: right bottom
}
.infobox ul {
	margin: 0;
	font-size: 100%;
	line-height: normal
}
.infobox ul li {
	margin: 0;
	list-style: none;
	position: relative;
	padding: 13px 0 13px 50px;
	word-wrap: break-word
}
.infobox ul li p {
	margin: 0
}
.infobox ul li:before {
	content: "";
	display: block;
	background: url(../images/icons/list_check.png) no-repeat;
	width: 16px;
	height: 16px;
	position: absolute;
	left: 0;
	top: 15px
}
.infobox ul li:after {
	content: "";
	display: block;
	width: 70px;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: rgba(255, 255, 255, .2);
	position: absolute;
	left: -30px;
	bottom: 0
}
.infobox ul li:last-child:after {
	display: none
}
/* Opening hours --------------------------------------------------------------------- */

.opening_hours {
	padding: 25px;
	border-width: 1px;
	border-style: solid;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: right bottom
}
.opening_hours .opening_hours_wrapper .desc {
	margin-bottom: 15px
}
.opening_hours .opening_hours_wrapper li {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
	text-align: center;
	border-bottom-width: 1px;
	border-style: dashed;
	list-style: none
}
.opening_hours .opening_hours_wrapper li:last-child {
	border: 0;
	padding-bottom: 0;
	margin-bottom: 0
}
.opening_hours .opening_hours_wrapper li label {
	margin-bottom: 8px;
	font-size: 12px;
	line-height: 18px;
	display: inline-block;
	font-weight: 400;
	padding: 5px 11px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-image: url(../images/stripes/stripes_3_b.png);
	background-color: #f8f8f8
}
.opening_hours .opening_hours_wrapper li span {
	font-size: 22px;
	line-height: 22px;
	margin: 0;
	padding: 0 14px;
	display: block
}
.opening_hours .opening_hours_wrapper li span sup {
	font-size: 13px;
	line-height: 13px;
	position: relative;
	top: 4px;
	margin-left: 2px
}
/* Timeline -------------------------------------------------------------------------- */

.timeline_items {
	margin: 0!important;
	position: relative;
	background: url(../images/timeline_top.png) no-repeat top center;
	padding-top: 9px
}
.timeline_items:after {
	content: "";
	width: 0;
	height: 0;
	border-width: 3px;
	border-style: solid;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	bottom: -10px;
	margin-left: -3px;
	display: block;
	z-index: 1
}
.timeline_items li {
	margin: 0!important;
	list-style: none!important;
	width: 45%;
	padding: 0 0 25px 55%;
	position: relative;
	background: url(../images/timeline_right.png) no-repeat top center
}
.timeline_items li:nth-child(even) {
	padding: 0 55% 25px 0;
	background: url(../images/timeline_left.png) no-repeat top center
}
.timeline_items li h3 {
	font-size: 30px;
	line-height: 35px
}
.timeline_items li h3 span {
	position: absolute;
	right: 55%;
	top: 8px
}
.timeline_items li h3:before {
	content: "";
	width: 7px;
	height: 7px;
	border-width: 4px;
	border-style: solid;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	top: 11px;
	margin-left: -8px;
	display: block;
	z-index: 1
}
.timeline_items li:nth-child(even) h3 {
	text-align: right
}
.timeline_items li:nth-child(even) h3 span {
	left: 55%;
	right: auto
}
.timeline_items li .desc {
	position: relative;
	font-size: 15px;
	line-height: 31px;
	background: url(../images/stripes/textline.png) repeat-y
}
.timeline_items li .desc:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: -122%;
	top: 0;
	background-image: url(../images/stripes/stripes_10_b.png)
}
.timeline_items li:nth-child(even) .desc:before {
	left: auto;
	right: -122%
}
.timeline_items li:nth-child(even) .desc {
	text-align: right
}
/* How it works ---------------------------------------------------------------------- */

.how_it_works {
	text-align: center;
	position: relative
}
.how_it_works.has_border:after {
	content: "";
	display: block;
	width: 12%;
	height: 4px;
	background: rgba(0, 0, 0, .03);
	-webkit-border-radius: 2px;
	border-radius: 2px;
	position: absolute;
	right: -10.5%;
	top: 100px
}
.how_it_works .image {
	width: 200px;
	height: 200px;
	line-height: 200px;
	text-align: center;
	position: relative;
	margin: 0 auto 15px;
	background: #fff;
	border-width: 2px;
	border-style: solid;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.how_it_works .image img {
	max-width: 116px!important;
	max-height: 116px!important;
	vertical-align: middle
}
.how_it_works .image .number {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 15px;
	text-align: center;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .1)
}
.with_aside .how_it_works .image {
	width: 150px;
	height: 150px;
	line-height: 150px
}
.with_aside .how_it_works .image .number {
	bottom: 4px;
	right: 4px
}
.with_aside .how_it_works.has_border:after {
	top: 75px
}
/* Team ------------------------------------------------------------------------------ */

.team .image_frame {
	margin-bottom: 15px
}
.team .desc_wrapper h4 {
	margin-bottom: 3px
}
.team .desc_wrapper hr {
	width: 40%;
	margin-left: 0
}
.team .desc_wrapper .desc {
	margin-bottom: 15px
}
.team .desc_wrapper .links {
	line-height: 0
}
.team.team_horizontal {
	overflow: hidden
}
.team.team_horizontal .image_frame {
	width: 48%;
	float: left;
	margin-right: 4%;
	margin-bottom: 0
}
.team.team_horizontal .desc_wrapper {
	width: 48%;
	float: left
}
.team .desc_wrapper blockquote {
	margin-top: 20px
}
.team.team_circle {
	text-align: center
}
.team.team_circle .desc_wrapper hr {
	margin-left: auto
}
.team.team_circle .image_frame.photo {
	width: 120px;
	height: 120px;
	margin: 0 auto 15px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1
}
/* Team list ------------------------------------------------------------------------- */

.team_list .column {
	margin-bottom: 0
}
.team_list .bq_wrapper {
	background: rgba(0, 0, 0, .02);
	border-left-width: 1px;
	border-style: solid;
	padding: 20px
}
/* Fancy headings -------------------------------------------------------------------- */

.fancy_heading {
	text-align: center
}
.fancy_heading .title {
	font-size: 42px;
	line-height: 42px
}
.fancy_heading_icon .icon_top {
	font-size: 50px;
	line-height: 50px;
	margin-bottom: 15px;
	overflow: hidden;
	display: block
}
.fancy_heading_icon .icon_top i:before {
	margin: 0
}
.fancy_heading_line {
	background-image: url(../images/fancy_heading_hr.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	padding-bottom: 15px
}
.fancy_heading_line .slogan {
	display: block;
	margin-bottom: 7px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px
}
.fancy_heading_line .inside {
	margin-bottom: 15px
}
/* Call to action -------------------------------------------------------------------- */

.column_call_to_action {
	margin-bottom: 0
}
.call_to_action {
	overflow: hidden;
	display: table;
	padding: 40px 0;
	width: 100%
}
.call_to_action .call_to_action_wrapper {
	display: table;
	width: 100%
}
.call_to_action .call_left, .call_to_action .call_center, .call_to_action .call_right {
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.call_to_action .call_left {
	width: 40%;
	padding: 0 20px;
	text-align: center
}
.call_to_action .call_left h3 {
	margin-bottom: 0
}
.call_to_action .call_center {
	width: 20%;
	text-align: center
}
.call_to_action .call_center a {
	display: inline-block
}
.call_to_action .call_center .icon_wrapper {
	display: inline-block;
	border-width: 3px;
	border-style: solid;
	width: 65px;
	height: 65px;
	line-height: 65px;
	font-size: 30px;
	-webkit-border-radius: 100%;
	border-radius: 100%
}
.call_to_action .call_center .button {
	margin: 0
}
.call_to_action .call_right {
	width: 40%;
	padding: 0 20px
}
/* Isotope Filtering */

.isotope-item {
	z-index: 2
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1
}
/* Variables ------------------------------------------------------------------------- */

/* #2991d6 - theme color, link, #2275ac - link hover, strong */

/* Selections */

::-moz-selection {
	color: #fff
}
::selection {
	color: #fff
}
/* Borders */

.idea_box, .ui-tabs, .accordion .question, .accordion .question.active .title, .accordion .question .title:before, .ui-tabs .ui-tabs-nav, .ui-tabs .ui-tabs-nav li, .tabs_vertical.ui-tabs .ui-tabs-panel, table th, table td, .list_item .circle, input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea, .promo_box.has_border:after, dl>dt, dl>dd, .article_box .desc_wrapper p, a.icon_bar, a.content_link, .how_it_works .image, .opening_hours, .opening_hours .opening_hours_wrapper li, .icon_box.has_border:after, .chart_box:before, .pricing-box, .team_list .bq_wrapper, .post-footer .post-links, .format-link .post-title .icon-link, .share_wrapper, .post-header .title_wrapper, .section-post-related .section-related-adjustment, #comments> :first-child, .widget-area, .widget:after, .fixed-nav .desc h6, .portfolio_group.list .portfolio-item, .portfolio_group .portfolio-item .desc .details-wrapper, .Recent_posts ul li .desc h6, .widget_recent_entries ul li a, .woocommerce .widget_best_sellers li, .woocommerce .widget_featured_products li, .woocommerce .widget_recent_reviews li, .woocommerce .widget_recent_products li, .woocommerce .widget_recently_viewed_products li, .woocommerce .widget_random_products li, .woocommerce .widget_top_rated_products li, .woocommerce .widget_onsale li, .woocommerce .widget_layered_nav li, .woocommerce .widget_shopping_cart ul.product_list_widget li, .woocommerce .widget_products li, .woocommerce .product .related.products, .woocommerce .product .upsells.products, .woocommerce .product div.entry-summary h1.product_title:after, .woocommerce .quantity input.qty, .header-stack #Top_bar .logo, .offer_thumb .slider_pagination, .offer_thumb .slider_pagination a, .Latest_news ul li .desc_footer, .Latest_news ul li .photo, .offer_thumb.bottom .slider_pagination a, .style-simple .faq .question, .style-simple #Filters .filters_wrapper ul, #edd_checkout_cart th, #edd_checkout_cart td {
	border-color: rgba(0, 0, 0, .08)
}

/* Dividers */

hr {
	background-color: rgba(0, 0, 0, .08);
	color: rgba(0, 0, 0, .08)
}
/* Header */

#Top_bar .menu>li>a span {
	border-color: rgba(0, 0, 0, .05)
}
#Top_bar .search_wrapper input[type="text"] {
	border-color: #fff;
	color: #fff
}
/* Footer */

#Footer .Recent_posts ul li .desc h6, #Footer .widget_recent_entries ul li a, #Footer .widget_best_sellers li, #Footer .widget_featured_products li, #Footer .widget_recent_reviews li, #Footer .widget_recent_products li, #Footer .widget_recently_viewed_products li, #Footer .widget_random_products li, #Footer .widget_top_rated_products li, #Footer .widget_onsale li, #Footer .widget_layered_nav li, #Footer .widget_shopping_cart ul.product_list_widget li, #Footer .widget_products li, #Footer .widget_archive ul li:after, #Footer .widget_nav_menu ul li:after, #Footer table th, #Footer table td {
	border-color: rgba(255, 255, 255, .08)
}
/* Borders */

#Sliding-top .Recent_posts ul li .desc h6, #Sliding-top .widget_recent_entries ul li a, #Sliding-top .widget_best_sellers li, #Sliding-top .widget_featured_products li, #Sliding-top .widget_recent_reviews li, #Sliding-top .widget_recent_products li, #Sliding-top .widget_recently_viewed_products li, #Sliding-top .widget_random_products li, #Sliding-top .widget_top_rated_products li, #Sliding-top .widget_onsale li, #Sliding-top .widget_layered_nav li, #Sliding-top .widget_shopping_cart ul.product_list_widget li, #Sliding-top .widget_products li, #Sliding-top .widget_archive ul li:after, #Sliding-top .widget_nav_menu ul li:after, #Sliding-top table th, #Sliding-top table td {
	border-color: rgba(255, 255, 255, .08)
}
/* Image frames & Google maps & Icon bar */
.wp-caption-text {
	background: #f8f8f8;
	color: #A6A6A6
}
.image_frame .image_wrapper, .wp-caption img, .icon_box .icon_wrapper:before {
	border-color: #e2e2e2
}
.image_frame .image_wrapper .mask, .edd_download_image:after {
	-webkit-box-shadow: inset 0 0 5px 2px rgba(0, 0, 0, .07);
	box-shadow: inset 0 0 5px 2px rgba(0, 0, 0, .07)
}
.image_frame .image_wrapper .mask:after {
	background: rgba(255, 255, 255, .4)
}
/* Image frame overlay */

.if-overlay .image_frame .image_wrapper .mask {
	-webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, .0);
	box-shadow: inset 0 0 0 0 rgba(0, 0, 0, .0)
}
.if-overlay .image_frame .image_wrapper .mask:after {
	background: rgba(0, 0, 0, .15)
}
/* Icon bar */

a.icon_bar {
	color: #444!important
}
/* Get in touch & Infobox */

.get_in_touch, .get_in_touch a, .get_in_touch h3, .get_in_touch ul, .infobox, .infobox a, .infobox h3, .infobox ul {
	color: #fff!important
}
/* How it works */

.how_it_works .image .number {
	color: #fff
}
/* Trailer box */

.trailer_box .desc h2 {
	color: #fff
}
.trailer_box .desc .subtitle {
	color: #fff
}
/* Icon box */

.icon_box:hover .icon_wrapper, .icon_box a:hover .icon_wrapper {
	color: #fff
}
/* List */

.list_item.lists_1 .list_left {
	color: #fff
}
/* Features list */

.feature_list ul li:hover, .feature_list ul li:hover a {
	color: #fff
}
.feature_list ul li:hover .icon i, .feature_list ul li:hover a .icon i {
	color: #fff
}
/* Tabs, Accordion, Toggle, Table, Faq */

.ui-tabs .ui-tabs-nav li a, .accordion .question .title, .faq .question .title, table th {
	color: #444
}
.ui-tabs .ui-tabs-nav li.ui-state-active a:after, body.table-hover:not(.woocommerce-page) table tr:hover td, body.table-hover:not(.woocommerce-page) table tr:hover td a {
	color: #fff
}
.accordion .question .answer, .ui-tabs .ui-tabs-panel, .ui-tabs .ui-tabs-nav li.ui-state-active a, .ui-tabs .ui-tabs-nav li.ui-tabs-selected:after, .ui-tabs .ui-tabs-nav li.ui-state-active:after, .tabs_vertical.ui-tabs .ui-tabs-nav li.ui-state-active a {
	background-color: #fff
}
/* Mobile menu */

@media only screen and (max-width: 959px) {
	#Header #menu>ul>li.current-menu-item>a, #Header #menu>ul>li.current_page_item>a, #Header #menu>ul>li.current-menu-parent>a, #Header #menu>ul>li.current-page-parent>a, #Header #menu>ul>li.current-menu-ancestor>a, #Header #menu>ul>li.current_page_ancestor>a {
		background: rgba(0, 0, 0, .02)
	}
}
/* Style Simple ---------------------------------------------------------------------- */

/* Tabs */

.style-simple .ui-tabs {
	border: 0
}
.style-simple .ui-tabs .ui-tabs-panel {
	background: none
}
.style-simple .ui-tabs .ui-tabs-nav {
	background: none
}
.style-simple .ui-tabs .ui-tabs-nav li {
	border: 0;
	display: inline-block;
	float: none
}
.style-simple .ui-tabs .ui-tabs-nav li.ui-state-active a, .style-simple .ui-tabs .ui-tabs-nav li.ui-tabs-selected:after, .style-simple .ui-tabs .ui-tabs-nav li.ui-state-active:after {
	background-color: transparent
}
.style-simple .ui-tabs .ui-tabs-nav li.ui-tabs-selected a:after, .style-simple .ui-tabs .ui-tabs-nav li.ui-state-disabled a:after, .style-simple .ui-tabs .ui-tabs-nav li.ui-state-processing a:after, .style-simple .ui-tabs .ui-tabs-nav li.ui-state-active a:after {
	bottom: -1px;
	height: 2px;
	margin-left: -50%;
	width: 100%
}
.style-simple .tabs_vertical.ui-tabs .ui-tabs-panel {
	border-width: 0 0 0 1px !important
}
.style-simple .tabs_vertical.ui-tabs .ui-tabs-nav {
	border: 0
}
.style-simple .tabs_vertical.ui-tabs .ui-tabs-nav li.ui-tabs-selected a:after, .style-simple .tabs_vertical.ui-tabs .ui-tabs-nav li.ui-state-disabled a:after, .style-simple .tabs_vertical.ui-tabs .ui-tabs-nav li.ui-state-processing a:after, .style-simple .tabs_vertical.ui-tabs .ui-tabs-nav li.ui-state-active a:after {
	display: block;
	width: 2px;
	height: 100%;
	right: -1px;
	top: 0;
	bottom: auto;
	left: auto;
	margin: 0
}
.style-simple .tabs_vertical.ui-tabs .ui-tabs-nav li a {
	background: none;
	text-align: right;
	padding-right: 20px!important;
	padding-left: 10px!important
}
/* Accordion & Toggle */

.style-simple .accordion .question {
	border-width: 0 0 0 1px;
	border-radius: 0;
	position: relative;
	margin-bottom: 0
}
.style-simple .accordion .question:after {
	content: "";
	display: none;
	width: 2px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #ccc
}
.style-simple .accordion .question.active:after {
	display: block
}
.style-simple .accordion .question .title {
	background: none;
	padding-left: 50px;
	border: 0
}
.style-simple .accordion .question .title:before {
	display: none
}
.style-simple .accordion .question .answer {
	background: none;
	padding: 0 20px 10px 50px
}
/* FAQ */

.style-simple .faq .question {
	border-width: 0 0 0 1px;
	border-style: solid;
	margin-bottom: 0;
	position: relative;
	background: none
}
.style-simple .faq .question:before {
	display: none
}
.style-simple .faq .question:after {
	content: "";
	display: none;
	width: 2px;
	height: 100%;
	position: absolute;
	top: 0;
	background-color: #ccc
}
.style-simple .faq .question .title, .style-simple .faq .question .answer {
	padding-left: 70px
}
.style-simple .faq .question.active:after {
	display: block
}
/* Table */

.style-simple table:not(.recaptchatable) th {
	background: none
}
.style-simple table:not(.recaptchatable) tr:first-child td {
	background: none
}
.style-simple table:not(.recaptchatable) th, .style-simple table td {
	border-width: 0 1px 1px 0
}
.style-simple table:not(.recaptchatable) tr td:last-child, .style-simple table tr th:last-child {
	border-right: 0
}
.style-simple table:not(.recaptchatable) tr:last-child td {
	border-bottom: 0
}
.style-simple table:not(.recaptchatable) tr:nth-child(2n) td {
	background: none
}
/* Opening hours */

.style-simple .opening_hours {
	padding: 0;
	border: 0;
	background-color: transparent
}
.style-simple .opening_hours .opening_hours_wrapper li {
	padding-bottom: 0;
	border: 0;
	margin-bottom: 0;
	text-align: left
}
.style-simple .opening_hours .opening_hours_wrapper li label {
	background-color: transparent;
	background-image: none;
	font-size: 15px;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
	border-radius: 0
}
.style-simple .opening_hours .opening_hours_wrapper li span {
	font-size: 32px;
	line-height: 32px;
	padding: 10px 0
}
.style-simple .opening_hours .opening_hours_wrapper li span sup {
	top: -1px;
	font-size: 16px;
	line-height: 16px;
	margin-left: 4px
}
/* Icon box */

.style-simple .icon_box .image_wrapper, .style-simple .icon_box .icon_wrapper {
	padding-top: 5px;
	margin-bottom: 25px
}
.style-simple .icon_box .icon_wrapper {
	font-size: 80px;
	background-color: transparent;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, .0);
	border-width: 0;
	background-image: none;
	-webkit-transform: scale(1)!important;
	-moz-transform: scale(1)!important;
	-ms-transform: scale(1)!important;
	-o-transform: scale(1)!important;
	transform: scale(1)!important
}
.style-simple .icon_box .icon_wrapper:before {
	display: none
}
.style-simple .icon_box .icon_wrapper i {
	position: relative;
	top: 0
}
.style-simple .icon_box .image_wrapper img {
	position: relative;
	top: 0
}
.style-simple .icon_box .desc_wrapper .title {
	margin-bottom: 20px
}
.style-simple .icon_box .desc_wrapper .title:before {
	content: "";
	display: block;
	width: 0;
	margin: 0 auto;
	height: 2px;
	top: -15px;
	position: relative;
	background-color: #ccc
}
.style-simple .icon_box:hover .icon_wrapper i {
	top: -5px
}
.style-simple .icon_box:hover .image_wrapper img {
	top: -5px
}
.style-simple .icon_box:hover .desc_wrapper .title:before {
	width: 100px
}
.style-simple .icon_box .icon_wrapper i, .style-simple .icon_box .image_wrapper img, .style-simple .icon_box .desc_wrapper .title:before {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
/* Lists */

.style-simple .list_item.lists_1 .list_left {
	background-image: none;
	border-radius: 2px;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) inset
}
.style-simple .list_item .circle {
	background-image: none;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) inset
}
/* Article box */

.style-simple .article_box .desc_wrapper {
	background-image: none
}
.style-simple .article_box .desc_wrapper p {
	border-bottom-width: 0;
	margin-bottom: 0;
	padding-bottom: 10px
}
.style-simple .article_box .desc_wrapper p:after {
	background-color: rgba(0, 0, 0, .1);
	content: "";
	display: block;
	height: 2px;
	margin-top: 10px;
	width: 20px
}
.style-simple .article_box:hover .desc_wrapper p:after {
	width: 40%
}
.style-simple .article_box .desc_wrapper i.icon-right-open {
	display: none
}
.style-simple .article_box .desc_wrapper p:after {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
/* Idea box */

.style-simple .idea_box {
	border: 1px solid rgba(0, 0, 0, 0.08);
	padding: 15px 15px 15px 0;
	background: none
}
.style-simple .idea_box .icon {
	display: block;
	position: static;
	float: left;
	left: 0;
	top: 0;
	margin-top: 0;
	width: 60px;
	text-align: center;
	margin-top: 5px
}
.style-simple .idea_box .desc {
	border-left: 1px solid rgba(0, 0, 0, 0.08);
	padding: 10px 15px 10px 20px;
	margin-left: 60px
}
/* Trailer box */

.style-simple .trailer_box .desc {
	padding: 27px 15px 30px
}
.style-simple .trailer_box .desc .line {
	display: none
}
.style-simple .trailer_box .desc .subtitle {
	background-image: none;
	background-color: transparent;
	color: rgba(255, 255, 255, .7);
	margin-bottom: 10px;
	padding: 0
}
.style-simple .trailer_box:hover .desc h2 {
	bottom: 0
}
.style-simple .trailer_box:hover .desc .subtitle {
	bottom: 0
}
.style-simple .trailer_box .desc {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
/* Timeline */

.style-simple .timeline_items {
	background: none
}
.style-simple .timeline_items:after {
	display: none
}
.style-simple .timeline_items li {
	width: 50%;
	padding: 0 0 0 50%;
	background: none;
	margin-bottom: 15px!important
}
.style-simple .timeline_items li:nth-child(even) {
	padding: 0 50% 0 0;
	background: none
}
.style-simple .timeline_items li h3 span {
	background: none!important;
	border-radius: 4px;
	font-size: 14px;
	font-style: italic;
	top: 22px
}
.style-simple .timeline_items li h3:before {
	display: none
}
.style-simple .timeline_items li .desc:before {
	display: none
}
.style-simple .timeline_items li h3 {
	border-left: 2px solid rgba(0, 0, 0, 0.08);
	margin: 0;
	padding: 15px 0 0 25px;
	width: 100%;
	box-sizing: padding-box;
	-webkit-box-sizing: border-box
}
.style-simple .timeline_items li h3 span {
	position: absolute;
	right: 52%
}
.style-simple .timeline_items li:nth-child(even) h3 {
	padding: 15px 25px 0 0;
	text-align: right;
	border-left: 0;
	border-right: 2px solid rgba(0, 0, 0, 0.04)
}
.style-simple .timeline_items li:nth-child(even) h3 span {
	left: 52%;
	right: auto
}
.style-simple .timeline_items li .desc {
	border-left: 2px solid rgba(0, 0, 0, 0.08);
	padding: 15px 0 15px 25px;
	background: none;
	width: 100%;
	box-sizing: padding-box;
	-webkit-box-sizing: border-box
}
.style-simple .timeline_items li:nth-child(even) .desc {
	padding: 15px 25px 15px 0;
	border-left: 0;
	border-right: 2px solid rgba(0, 0, 0, 0.04)
}
.style-simple .timeline_items li:hover h3, .style-simple .timeline_items li:nth-child(even):hover h3, .style-simple .timeline_items li:hover .desc, .style-simple .timeline_items li:nth-child(even):hover {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
/* Content link */

.style-simple a.content_link {
	border-width: 0 0 2px;
	margin: 0 10px;
	background-color: transparent;
	background-image: none
}
.style-simple a.content_link:after {
	border-width: 0 0 2px;
	bottom: -2px
}
.style-simple a.content_link:before {
	border-width: 0 5px 6px
}
/* How it works */

.style-simple .how_it_works .image {
	border-width: 0 0 2px;
	background: transparent;
	border-radius: 0;
	margin-bottom: 30px
}
.style-simple .how_it_works .image .number {
	border-radius: 0;
	bottom: -17px;
	left: 50%;
	margin-left: -17px;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) inset
}
/* Offer thumb */

.style-simple .offer_thumb_ul li.offer_thumb_li {
	padding-left: 0
}
.style-simple .offer_thumb .slider_pagination a img {
	filter: alpha(opacity=70);
	opacity: .7
}
.style-simple .offer_thumb .slider_pagination a.selected img, .style-simple .offer_thumb .slider_pagination a:not(.selected):hover img {
	filter: alpha(opacity=1);
	opacity: 1
}
@media only screen and (min-width: 768px) {
	.style-simple .offer_thumb .slider_pagination {
		border: 0
	}
	.style-simple .offer_thumb .slider_pagination a {
		margin-bottom: 6px;
		border-width: 1px;
		background: none
	}
	.style-simple .offer_thumb.bottom .slider_pagination a {
		margin: 3px
	}
	.style-simple .offer_thumb .slider_pagination a:before, .style-simple .offer_thumb .slider_pagination a:after {
		display: none
	}
}

/* Features list */

.style-simple .feature_list hr {
	background-color: rgba(0, 0, 0, 0);
	color: rgba(0, 0, 0, 0)
}
/* Progress icons */

.style-simple .progress_icons .progress_icon {
	color: rgba(0, 0, 0, .3);
	border-width: 1px;
	border-style: solid
}
.style-simple .progress_icons .progress_icon.themebg {
	border-color: transparent;
	color: #fff
}
.style-simple .progress_icons .progress_icon:not(.themebg) {
	background: none;
	border-color: rgba(0, 0, 0, .3)
}

/* Get in touch */

.style-simple .get_in_touch {
	padding: 25px 30px
}
.style-simple .get_in_touch ul li {
	border-bottom: 1px solid rgba(255, 255, 255, .1)
}
.style-simple .get_in_touch ul li:last-child {
	border: 0
}
.style-simple .get_in_touch ul li:after {
	display: none
}
.style-simple .get_in_touch ul li .icon {
	left: 5px
}
/* Infobox */

.style-simple .infobox {
	padding: 25px 30px
}
.style-simple .infobox ul li {
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	padding-left: 40px
}
.style-simple .infobox ul li:last-child {
	border: 0
}
.style-simple .infobox ul li:after {
	display: none
}
.style-simple .infobox ul li:before {
	left: 5px
}
/* Icon bar */

.style-simple a.icon_bar {
	border-width: 0;
	background-color: #f0f0f0;
	background-image: none;
	-webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, .0);
	box-shadow: inset 0 0 0 0 rgba(0, 0, 0, .0)
}
.style-simple a.icon_bar span.t {
	opacity: 1;
	filter: alpha(opacity=100)
}
.style-simple a:hover.icon_bar span.t {
	opacity: 0;
	filter: alpha(opacity=0)
}
.style-simple a.icon_bar span.b {
	position: absolute;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0)
}
.style-simple a:hover.icon_bar span.b {
	opacity: 1;
	filter: alpha(opacity=100)
}
.style-simple a.icon_bar span {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.style-simple a.icon_bar span.b {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.style-simple a:hover.icon_bar span {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0)
}
/*
|--------------------------------------------------------------------------
|  6.0 Animation
|  
|--------------------------------------------------------------------------
|
| 
|
*/

/*	Animations v1.4, Copyright 2014, Joe Mottershaw, https://github.com/joemottershaw/ */

.animate, .hover-bounce, .hover-flash, .hover-heartbeat, .hover-panic, .hover-pulsate, .hover-pulse, .hover-shakeH, .hover-shakeV, .hover-slingshotCCW, .hover-slingshotCW, .hover-spinCCW, .hover-spinCW, .hover-strobe, .hover-tada, .hover-wave, .hover-wobble, .trigger {
	opacity: 0;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
}
.animate.slow-mo, .hover-bounce.slow-mo, .hover-flash.slow-mo, .hover-heartbeat.slow-mo, .hover-panic.slow-mo, .hover-pulsate.slow-mo, .hover-pulse.slow-mo, .hover-shakeH.slow-mo, .hover-shakeV.slow-mo, .hover-slingshotCCW.slow-mo, .hover-slingshotCW.slow-mo, .hover-spinCCW.slow-mo, .hover-spinCW.slow-mo, .hover-strobe.slow-mo, .hover-tada.slow-mo, .hover-wave.slow-mo, .hover-wobble.slow-mo, .trigger.slow-mo {
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-ms-animation-duration: 2s;
	-o-animation-duration: 2s;
	animation-duration: 2s;
}
.animate.super-slow-mo, .hover-bounce.super-slow-mo, .hover-flash.super-slow-mo, .hover-heartbeat.super-slow-mo, .hover-panic.super-slow-mo, .hover-pulsate.super-slow-mo, .hover-pulse.super-slow-mo, .hover-shakeH.super-slow-mo, .hover-shakeV.super-slow-mo, .hover-slingshotCCW.super-slow-mo, .hover-slingshotCW.super-slow-mo, .hover-spinCCW.super-slow-mo, .hover-spinCW.super-slow-mo, .hover-strobe.super-slow-mo, .hover-tada.super-slow-mo, .hover-wave.super-slow-mo, .hover-wobble.super-slow-mo, .trigger.super-slow-mo {
	-webkit-animation-duration: 3s;
	-moz-animation-duration: 3s;
	-ms-animation-duration: 3s;
	-o-animation-duration: 3s;
	animation-duration: 3s;
}
.animate.ultra-slow-mo, .hover-bounce.ultra-slow-mo, .hover-flash.ultra-slow-mo, .hover-heartbeat.ultra-slow-mo, .hover-panic.ultra-slow-mo, .hover-pulsate.ultra-slow-mo, .hover-pulse.ultra-slow-mo, .hover-shakeH.ultra-slow-mo, .hover-shakeV.ultra-slow-mo, .hover-slingshotCCW.ultra-slow-mo, .hover-slingshotCW.ultra-slow-mo, .hover-spinCCW.ultra-slow-mo, .hover-spinCW.ultra-slow-mo, .hover-strobe.ultra-slow-mo, .hover-tada.ultra-slow-mo, .hover-wave.ultra-slow-mo, .hover-wobble.ultra-slow-mo, .trigger.ultra-slow-mo {
	-webkit-animation-duration: 4s;
	-moz-animation-duration: 4s;
	-ms-animation-duration: 4s;
	-o-animation-duration: 4s;
	animation-duration: 4s;
}
.animate.hyper-slow-mo, .hover-bounce.hyper-slow-mo, .hover-flash.hyper-slow-mo, .hover-heartbeat.hyper-slow-mo, .hover-panic.hyper-slow-mo, .hover-pulsate.hyper-slow-mo, .hover-pulse.hyper-slow-mo, .hover-shakeH.hyper-slow-mo, .hover-shakeV.hyper-slow-mo, .hover-slingshotCCW.hyper-slow-mo, .hover-slingshotCW.hyper-slow-mo, .hover-spinCCW.hyper-slow-mo, .hover-spinCW.hyper-slow-mo, .hover-strobe.hyper-slow-mo, .hover-tada.hyper-slow-mo, .hover-wave.hyper-slow-mo, .hover-wobble.hyper-slow-mo, .trigger.hyper-slow-mo {
	-webkit-animation-duration: 5s;
	-moz-animation-duration: 5s;
	-ms-animation-duration: 5s;
	-o-animation-duration: 5s;
	animation-duration: 5s;
}
.hover-bounce, .hover-flash, .hover-heartbeat, .hover-panic, .hover-pulsate, .hover-pulse, .hover-shakeH, .hover-shakeV, .hover-slingshotCCW, .hover-slingshotCW, .hover-spinCCW, .hover-spinCW, .hover-strobe, .hover-tada, .hover-wave, .hover-wobble, .ie .animate, .no-js .animate, .trigger {
	opacity: 1;
}
.animate.infinite, .hover-bounce.infinite, .hover-flash.infinite, .hover-heartbeat.infinite, .hover-panic.infinite, .hover-pulsate.infinite, .hover-pulse.infinite, .hover-shakeH.infinite, .hover-shakeV.infinite, .hover-slingshotCCW.infinite, .hover-slingshotCW.infinite, .hover-spinCCW.infinite, .hover-spinCW.infinite, .hover-strobe.infinite, .hover-tada.infinite, .hover-wave.infinite, .hover-wobble.infinite, .trigger.infinite {
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-moz-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-ms-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-o-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.animate.fadeIn {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-ms-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(200px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(200px);
	}
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}
@-ms-keyframes fadeInUp {
	0% {
		opacity: 0;
		-ms-transform: translateY(200px);
	}
	100% {
		opacity: 1;
		-ms-transform: translateY(0);
	}
}
@-o-keyframes fadeInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(200px);
	}
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(200px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.animate.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-ms-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-200px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@-moz-keyframes fadeInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-200px);
	}
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}
@-ms-keyframes fadeInDown {
	0% {
		opacity: 0;
		-ms-transform: translateY(-200px);
	}
	100% {
		opacity: 1;
		-ms-transform: translateY(0);
	}
}
@-o-keyframes fadeInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-200px);
	}
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}
@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-200px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.animate.fadeInDown {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-ms-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-200px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}
@-moz-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-200px);
	}
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}
@-ms-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-ms-transform: translateX(-200px);
	}
	100% {
		opacity: 1;
		-ms-transform: translateX(0);
	}
}
@-o-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-200px);
	}
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}
@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-200px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
.animate.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	-moz-animation-name: fadeInLeft;
	-ms-animation-name: fadeInLeft;
	-o-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(200px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}
@-moz-keyframes fadeInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(200px);
	}
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}
@-ms-keyframes fadeInRight {
	0% {
		opacity: 0;
		-ms-transform: translateX(200px);
	}
	100% {
		opacity: 1;
		-ms-transform: translateX(0);
	}
}
@-o-keyframes fadeInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(200px);
	}
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}
@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(200px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
.animate.fadeInRight {
	-webkit-animation-name: fadeInRight;
	-moz-animation-name: fadeInRight;
	-ms-animation-name: fadeInRight;
	-o-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUpLarge {
	0% {
		opacity: 0;
		-webkit-transform: translateY(1000px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@-moz-keyframes fadeInUpLarge {
	0% {
		opacity: 0;
		-moz-transform: translateY(1000px);
	}
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}
@-ms-keyframes fadeInUpLarge {
	0% {
		opacity: 0;
		-ms-transform: translateY(1000px);
	}
	100% {
		opacity: 1;
		-ms-transform: translateY(0);
	}
}
@-o-keyframes fadeInUpLarge {
	0% {
		opacity: 0;
		-o-transform: translateY(1000px);
	}
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}
@keyframes fadeInUpLarge {
	0% {
		opacity: 0;
		transform: translateY(1000px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.animate.fadeInUpLarge {
	-webkit-animation-name: fadeInUpLarge;
	-moz-animation-name: fadeInUpLarge;
	-ms-animation-name: fadeInUpLarge;
	-o-animation-name: fadeInUpLarge;
	animation-name: fadeInUpLarge;
}
@-webkit-keyframes fadeInDownLarge {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-1000px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@-moz-keyframes fadeInDownLarge {
	0% {
		opacity: 0;
		-moz-transform: translateY(-1000px);
	}
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}
@-ms-keyframes fadeInDownLarge {
	0% {
		opacity: 0;
		-ms-transform: translateY(-1000px);
	}
	100% {
		opacity: 1;
		-ms-transform: translateY(0);
	}
}
@-o-keyframes fadeInDownLarge {
	0% {
		opacity: 0;
		-o-transform: translateY(-1000px);
	}
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}
@keyframes fadeInDownLarge {
	0% {
		opacity: 0;
		transform: translateY(-1000px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.animate.fadeInDownLarge {
	-webkit-animation-name: fadeInDownLarge;
	-moz-animation-name: fadeInDownLarge;
	-ms-animation-name: fadeInDownLarge;
	-o-animation-name: fadeInDownLarge;
	animation-name: fadeInDownLarge;
}
@-webkit-keyframes fadeInLeftLarge {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-1000px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}
@-moz-keyframes fadeInLeftLarge {
	0% {
		opacity: 0;
		-moz-transform: translateX(-1000px);
	}
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}
@-ms-keyframes fadeInLeftLarge {
	0% {
		opacity: 0;
		-ms-transform: translateX(-1000px);
	}
	100% {
		opacity: 1;
		-ms-transform: translateX(0);
	}
}
@-o-keyframes fadeInLeftLarge {
	0% {
		opacity: 0;
		-o-transform: translateX(-1000px);
	}
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}
@keyframes fadeInLeftLarge {
	0% {
		opacity: 0;
		transform: translateX(-1000px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
.animate.fadeInLeftLarge {
	-webkit-animation-name: fadeInLeftLarge;
	-moz-animation-name: fadeInLeftLarge;
	-ms-animation-name: fadeInLeftLarge;
	-o-animation-name: fadeInLeftLarge;
	animation-name: fadeInLeftLarge;
}
@-webkit-keyframes fadeInRightLarge {
	0% {
		opacity: 0;
		-webkit-transform: translateX(1000px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}
@-moz-keyframes fadeInRightLarge {
	0% {
		opacity: 0;
		-moz-transform: translateX(1000px);
	}
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}
@-ms-keyframes fadeInRightLarge {
	0% {
		opacity: 0;
		-ms-transform: translateX(1000px);
	}
	100% {
		opacity: 1;
		-ms-transform: translateX(0);
	}
}
@-o-keyframes fadeInRightLarge {
	0% {
		opacity: 0;
		-o-transform: translateX(1000px);
	}
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}
@keyframes fadeInRightLarge {
	0% {
		opacity: 0;
		transform: translateX(1000px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
.animate.fadeInRightLarge {
	-webkit-animation-name: fadeInRightLarge;
	-moz-animation-name: fadeInRightLarge;
	-ms-animation-name: fadeInRightLarge;
	-o-animation-name: fadeInRightLarge;
	animation-name: fadeInRightLarge;
}
@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@-moz-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@-ms-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@-o-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.animate.fadeOut {
	-webkit-animation-name: fadeOut;
	-moz-animation-name: fadeOut;
	-ms-animation-name: fadeOut;
	-o-animation-name: fadeOut;
	animation-name: fadeOut;
}
@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-200px);
	}
}
@-moz-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
	100% {
		opacity: 0;
		-moz-transform: translateY(-200px);
	}
}
@-ms-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-ms-transform: translateY(0);
	}
	100% {
		opacity: 0;
		-ms-transform: translateY(-200px);
	}
}
@-o-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}
	100% {
		opacity: 0;
		-o-transform: translateY(-200px);
	}
}
@keyframes fadeOutUp {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	100% {
		opacity: 0;
		transform: translateY(-200px);
	}
}
.animate.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	-moz-animation-name: fadeOutUp;
	-ms-animation-name: fadeOutUp;
	-o-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(200px);
	}
}
@-moz-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
	100% {
		opacity: 0;
		-moz-transform: translateY(200px);
	}
}
@-ms-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-ms-transform: translateY(0);
	}
	100% {
		opacity: 0;
		-ms-transform: translateY(200px);
	}
}
@-o-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}
	100% {
		opacity: 0;
		-o-transform: translateY(200px);
	}
}
@keyframes fadeOutDown {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	100% {
		opacity: 0;
		transform: translateY(200px);
	}
}
.animate.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	-moz-animation-name: fadeOutDown;
	-ms-animation-name: fadeOutDown;
	-o-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(-200px);
	}
}
@-moz-keyframes fadeOutLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(0);
	}
	100% {
		opacity: 1;
		-moz-transform: translateX(-200px);
	}
}
@-ms-keyframes fadeOutLeft {
	0% {
		opacity: 0;
		-ms-transform: translateX(0);
	}
	100% {
		opacity: 1;
		-ms-transform: translateX(-200px);
	}
}
@-o-keyframes fadeOutLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(0);
	}
	100% {
		opacity: 1;
		-o-transform: translateX(-200px);
	}
}
@keyframes fadeOutLeft {
	0% {
		opacity: 0;
		transform: translateX(0);
	}
	100% {
		opacity: 1;
		transform: translateX(-200px);
	}
}
.animate.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	-moz-animation-name: fadeOutLeft;
	-ms-animation-name: fadeOutLeft;
	-o-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(200px);
	}
}
@-moz-keyframes fadeOutRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(0);
	}
	100% {
		opacity: 1;
		-moz-transform: translateX(200px);
	}
}
@-ms-keyframes fadeOutRight {
	0% {
		opacity: 0;
		-ms-transform: translateX(0);
	}
	100% {
		opacity: 1;
		-ms-transform: translateX(200px);
	}
}
@-o-keyframes fadeOutRight {
	0% {
		opacity: 0;
		-o-transform: translateX(0);
	}
	100% {
		opacity: 1;
		-o-transform: translateX(200px);
	}
}
@keyframes fadeOutRight {
	0% {
		opacity: 0;
		transform: translateX(0);
	}
	100% {
		opacity: 1;
		transform: translateX(200px);
	}
}
.animate.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	-moz-animation-name: fadeOutRight;
	-ms-animation-name: fadeOutRight;
	-o-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutUpLarge {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-1000px);
	}
}
@-moz-keyframes fadeOutUpLarge {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
	100% {
		opacity: 0;
		-moz-transform: translateY(-1000px);
	}
}
@-ms-keyframes fadeOutUpLarge {
	0% {
		opacity: 1;
		-ms-transform: translateY(0);
	}
	100% {
		opacity: 0;
		-ms-transform: translateY(-1000px);
	}
}
@-o-keyframes fadeOutUpLarge {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}
	100% {
		opacity: 0;
		-o-transform: translateY(-1000px);
	}
}
@keyframes fadeOutUpLarge {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	100% {
		opacity: 0;
		transform: translateY(-1000px);
	}
}
.animate.fadeOutUpLarge {
	-webkit-animation-name: fadeOutUpLarge;
	-moz-animation-name: fadeOutUpLarge;
	-ms-animation-name: fadeOutUpLarge;
	-o-animation-name: fadeOutUpLarge;
	animation-name: fadeOutUpLarge;
}
@-webkit-keyframes fadeOutDownLarge {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(1000px);
	}
}
@-moz-keyframes fadeOutDownLarge {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
	100% {
		opacity: 0;
		-moz-transform: translateY(1000px);
	}
}
@-ms-keyframes fadeOutDownLarge {
	0% {
		opacity: 1;
		-ms-transform: translateY(0);
	}
	100% {
		opacity: 0;
		-ms-transform: translateY(1000px);
	}
}
@-o-keyframes fadeOutDownLarge {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}
	100% {
		opacity: 0;
		-o-transform: translateY(1000px);
	}
}
@keyframes fadeOutDownLarge {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	100% {
		opacity: 0;
		transform: translateY(1000px);
	}
}
.animate.fadeOutDownLarge {
	-webkit-animation-name: fadeOutDownLarge;
	-moz-animation-name: fadeOutDownLarge;
	-ms-animation-name: fadeOutDownLarge;
	-o-animation-name: fadeOutDownLarge;
	animation-name: fadeOutDownLarge;
}
@-webkit-keyframes fadeOutLeftLarge {
	0% {
		opacity: 0;
		-webkit-transform: translateX(0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(-1000px);
	}
}
@-moz-keyframes fadeOutLeftLarge {
	0% {
		opacity: 0;
		-moz-transform: translateX(0);
	}
	100% {
		opacity: 1;
		-moz-transform: translateX(-1000px);
	}
}
@-ms-keyframes fadeOutLeftLarge {
	0% {
		opacity: 0;
		-ms-transform: translateX(0);
	}
	100% {
		opacity: 1;
		-ms-transform: translateX(-1000px);
	}
}
@-o-keyframes fadeOutLeftLarge {
	0% {
		opacity: 0;
		-o-transform: translateX(0);
	}
	100% {
		opacity: 1;
		-o-transform: translateX(-1000px);
	}
}
@keyframes fadeOutLeftLarge {
	0% {
		opacity: 0;
		transform: translateX(0);
	}
	100% {
		opacity: 1;
		transform: translateX(-1000px);
	}
}
.animate.fadeOutLeftLarge {
	-webkit-animation-name: fadeOutLeftLarge;
	-moz-animation-name: fadeOutLeftLarge;
	-ms-animation-name: fadeOutLeftLarge;
	-o-animation-name: fadeOutLeftLarge;
	animation-name: fadeOutLeftLarge;
}
@-webkit-keyframes fadeOutRightLarge {
	0% {
		opacity: 0;
		-webkit-transform: translateX(0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(1000px);
	}
}
@-moz-keyframes fadeOutRightLarge {
	0% {
		opacity: 0;
		-moz-transform: translateX(0);
	}
	100% {
		opacity: 1;
		-moz-transform: translateX(1000px);
	}
}
@-ms-keyframes fadeOutRightLarge {
	0% {
		opacity: 0;
		-ms-transform: translateX(0);
	}
	100% {
		opacity: 1;
		-ms-transform: translateX(1000px);
	}
}
@-o-keyframes fadeOutRightLarge {
	0% {
		opacity: 0;
		-o-transform: translateX(0);
	}
	100% {
		opacity: 1;
		-o-transform: translateX(1000px);
	}
}
@keyframes fadeOutRightLarge {
	0% {
		opacity: 0;
		transform: translateX(0);
	}
	100% {
		opacity: 1;
		transform: translateX(1000px);
	}
}
.animate.fadeOutRightLarge {
	-webkit-animation-name: fadeOutRightLarge;
	-moz-animation-name: fadeOutRightLarge;
	-ms-animation-name: fadeOutRightLarge;
	-o-animation-name: fadeOutRightLarge;
	animation-name: fadeOutRightLarge;
}
@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
	}
}
@-moz-keyframes zoomIn {
	0% {
		opacity: 0;
		-moz-transform: scale(0);
	}
	100% {
		opacity: 1;
		-moz-transform: scale(1);
	}
}
@-ms-keyframes zoomIn {
	0% {
		opacity: 0;
		-ms-transform: scale(0);
	}
	100% {
		opacity: 1;
		-ms-transform: scale(1);
	}
}
@-o-keyframes zoomIn {
	0% {
		opacity: 0;
		-o-transform: scale(0);
	}
	100% {
		opacity: 1;
		-o-transform: scale(1);
	}
}
@keyframes zoomIn {
	0% {
		opacity: 0;
		transform: scale(0);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}
.animate.zoomIn {
	-webkit-animation-name: zoomIn;
	-moz-animation-name: zoomIn;
	-ms-animation-name: zoomIn;
	-o-animation-name: zoomIn;
	animation-name: zoomIn;
}
@-webkit-keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale(0) translateY(200px);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1) translateY(0);
	}
}
@-moz-keyframes zoomInUp {
	0% {
		opacity: 0;
		-moz-transform: scale(0) translateY(200px);
	}
	100% {
		opacity: 1;
		-moz-transform: scale(1) translateY(0);
	}
}
@-ms-keyframes zoomInUp {
	0% {
		opacity: 0;
		-ms-transform: scale(0) translateY(200px);
	}
	100% {
		opacity: 1;
		-ms-transform: scale(1) translateY(0);
	}
}
@-o-keyframes zoomInUp {
	0% {
		opacity: 0;
		-o-transform: scale(0) translateY(200px);
	}
	100% {
		opacity: 1;
		-o-transform: scale(1) translateY(0);
	}
}
@keyframes zoomInUp {
	0% {
		opacity: 0;
		transform: scale(0) translateY(200px);
	}
	100% {
		opacity: 1;
		transform: scale(1) translateY(0);
	}
}
.animate.zoomInUp {
	-webkit-animation-name: zoomInUp;
	-moz-animation-name: zoomInUp;
	-ms-animation-name: zoomInUp;
	-o-animation-name: zoomInUp;
	animation-name: zoomInUp;
}
@-webkit-keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale(0) translateY(-200px);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1) translateY(0);
	}
}
@-moz-keyframes zoomInDown {
	0% {
		opacity: 0;
		-moz-transform: scale(0) translateY(-200px);
	}
	100% {
		opacity: 1;
		-moz-transform: scale(1) translateY(0);
	}
}
@-ms-keyframes zoomInDown {
	0% {
		opacity: 0;
		-ms-transform: scale(0) translateY(-200px);
	}
	100% {
		opacity: 1;
		-ms-transform: scale(1) translateY(0);
	}
}
@-o-keyframes zoomInDown {
	0% {
		opacity: 0;
		-o-transform: scale(0) translateY(-200px);
	}
	100% {
		opacity: 1;
		-o-transform: scale(1) translateY(0);
	}
}
@keyframes zoomInDown {
	0% {
		opacity: 0;
		transform: scale(0) translateY(-200px);
	}
	100% {
		opacity: 1;
		transform: scale(1) translateY(0);
	}
}
.animate.zoomInDown {
	-webkit-animation-name: zoomInDown;
	-moz-animation-name: zoomInDown;
	-ms-animation-name: zoomInDown;
	-o-animation-name: zoomInDown;
	animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale(0) translateX(-200px);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1) translateX(0);
	}
}
@-moz-keyframes zoomInLeft {
	0% {
		opacity: 0;
		-moz-transform: scale(0) translateX(-200px);
	}
	100% {
		opacity: 1;
		-moz-transform: scale(1) translateX(0);
	}
}
@-ms-keyframes zoomInLeft {
	0% {
		opacity: 0;
		-ms-transform: scale(0) translateX(-200px);
	}
	100% {
		opacity: 1;
		-ms-transform: scale(1) translateX(0);
	}
}
@-o-keyframes zoomInLeft {
	0% {
		opacity: 0;
		-o-transform: scale(0) translateX(-200px);
	}
	100% {
		opacity: 1;
		-o-transform: scale(1) translateX(0);
	}
}
@keyframes zoomInLeft {
	0% {
		opacity: 0;
		transform: scale(0) translateX(-200px);
	}
	100% {
		opacity: 1;
		transform: scale(1) translateX(0);
	}
}
.animate.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	-moz-animation-name: zoomInLeft;
	-ms-animation-name: zoomInLeft;
	-o-animation-name: zoomInLeft;
	animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale(0) translateX(200px);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1) translateX(0);
	}
}
@-moz-keyframes zoomInRight {
	0% {
		opacity: 0;
		-moz-transform: scale(0) translateX(200px);
	}
	100% {
		opacity: 1;
		-moz-transform: scale(1) translateX(0);
	}
}
@-ms-keyframes zoomInRight {
	0% {
		opacity: 0;
		-ms-transform: scale(0) translateX(200px);
	}
	100% {
		opacity: 1;
		-ms-transform: scale(1) translateX(0);
	}
}
@-o-keyframes zoomInRight {
	0% {
		opacity: 0;
		-o-transform: scale(0) translateX(200px);
	}
	100% {
		opacity: 1;
		-o-transform: scale(1) translateX(0);
	}
}
@keyframes zoomInRight {
	0% {
		opacity: 0;
		transform: scale(0) translateX(200px);
	}
	100% {
		opacity: 1;
		transform: scale(1) translateX(0);
	}
}
.animate.zoomInRight {
	-webkit-animation-name: zoomInRight;
	-moz-animation-name: zoomInRight;
	-ms-animation-name: zoomInRight;
	-o-animation-name: zoomInRight;
	animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUpLarge {
	0% {
		opacity: 0;
		-webkit-transform: scale(0) translateY(1000px);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1) translateY(0);
	}
}
@-moz-keyframes zoomInUpLarge {
	0% {
		opacity: 0;
		-moz-transform: scale(0) translateY(1000px);
	}
	100% {
		opacity: 1;
		-moz-transform: scale(1) translateY(0);
	}
}
@-ms-keyframes zoomInUpLarge {
	0% {
		opacity: 0;
		-ms-transform: scale(0) translateY(1000px);
	}
	100% {
		opacity: 1;
		-ms-transform: scale(1) translateY(0);
	}
}
@-o-keyframes zoomInUpLarge {
	0% {
		opacity: 0;
		-o-transform: scale(0) translateY(1000px);
	}
	100% {
		opacity: 1;
		-o-transform: scale(1) translateY(0);
	}
}
@keyframes zoomInUpLarge {
	0% {
		opacity: 0;
		transform: scale(0) translateY(1000px);
	}
	100% {
		opacity: 1;
		transform: scale(1) translateY(0);
	}
}
.animate.zoomInUpLarge {
	-webkit-animation-name: zoomInUpLarge;
	-moz-animation-name: zoomInUpLarge;
	-ms-animation-name: zoomInUpLarge;
	-o-animation-name: zoomInUpLarge;
	animation-name: zoomInUpLarge;
}
@-webkit-keyframes zoomInDownLarge {
	0% {
		opacity: 0;
		-webkit-transform: scale(0) translateY(-1000px);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1) translateY(0);
	}
}
@-moz-keyframes zoomInDownLarge {
	0% {
		opacity: 0;
		-moz-transform: scale(0) translateY(-1000px);
	}
	100% {
		opacity: 1;
		-moz-transform: scale(1) translateY(0);
	}
}
@-ms-keyframes zoomInDownLarge {
	0% {
		opacity: 0;
		-ms-transform: scale(0) translateY(-1000px);
	}
	100% {
		opacity: 1;
		-ms-transform: scale(1) translateY(0);
	}
}
@-o-keyframes zoomInDownLarge {
	0% {
		opacity: 0;
		-o-transform: scale(0) translateY(-1000px);
	}
	100% {
		opacity: 1;
		-o-transform: scale(1) translateY(0);
	}
}
@keyframes zoomInDownLarge {
	0% {
		opacity: 0;
		transform: scale(0) translateY(-1000px);
	}
	100% {
		opacity: 1;
		transform: scale(1) translateY(0);
	}
}
.animate.zoomInDownLarge {
	-webkit-animation-name: zoomInDownLarge;
	-moz-animation-name: zoomInDownLarge;
	-ms-animation-name: zoomInDownLarge;
	-o-animation-name: zoomInDownLarge;
	animation-name: zoomInDownLarge;
}
@-webkit-keyframes zoomInLeftLarge {
	0% {
		opacity: 0;
		-webkit-transform: scale(0) translateX(-1000px);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1) translateX(0);
	}
}
@-moz-keyframes zoomInLeftLarge {
	0% {
		opacity: 0;
		-moz-transform: scale(0) translateX(-1000px);
	}
	100% {
		opacity: 1;
		-moz-transform: scale(1) translateX(0);
	}
}
@-ms-keyframes zoomInLeftLarge {
	0% {
		opacity: 0;
		-ms-transform: scale(0) translateX(-1000px);
	}
	100% {
		opacity: 1;
		-ms-transform: scale(1) translateX(0);
	}
}
@-o-keyframes zoomInLeftLarge {
	0% {
		opacity: 0;
		-o-transform: scale(0) translateX(-1000px);
	}
	100% {
		opacity: 1;
		-o-transform: scale(1) translateX(0);
	}
}
@keyframes zoomInLeftLarge {
	0% {
		opacity: 0;
		transform: scale(0) translateX(-1000px);
	}
	100% {
		opacity: 1;
		transform: scale(1) translateX(0);
	}
}
.animate.zoomInLeftLarge {
	-webkit-animation-name: zoomInLeftLarge;
	-moz-animation-name: zoomInLeftLarge;
	-ms-animation-name: zoomInLeftLarge;
	-o-animation-name: zoomInLeftLarge;
	animation-name: zoomInLeftLarge;
}
@-webkit-keyframes zoomInRightLarge {
	0% {
		opacity: 0;
		-webkit-transform: scale(0) translateX(1000px);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1) translateX(0);
	}
}
@-moz-keyframes zoomInRightLarge {
	0% {
		opacity: 0;
		-moz-transform: scale(0) translateX(1000px);
	}
	100% {
		opacity: 1;
		-moz-transform: scale(1) translateX(0);
	}
}
@-ms-keyframes zoomInRightLarge {
	0% {
		opacity: 0;
		-ms-transform: scale(0) translateX(1000px);
	}
	100% {
		opacity: 1;
		-ms-transform: scale(1) translateX(0);
	}
}
@-o-keyframes zoomInRightLarge {
	0% {
		opacity: 0;
		-o-transform: scale(0) translateX(1000px);
	}
	100% {
		opacity: 1;
		-o-transform: scale(1) translateX(0);
	}
}
@keyframes zoomInRightLarge {
	0% {
		opacity: 0;
		transform: scale(0) translateX(1000px);
	}
	100% {
		opacity: 1;
		transform: scale(1) translateX(0);
	}
}
.animate.zoomInRightLarge {
	-webkit-animation-name: zoomInRightLarge;
	-moz-animation-name: zoomInRightLarge;
	-ms-animation-name: zoomInRightLarge;
	-o-animation-name: zoomInRightLarge;
	animation-name: zoomInRightLarge;
}
@-webkit-keyframes zoomOut {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0);
	}
}
@-moz-keyframes zoomOut {
	0% {
		opacity: 1;
		-moz-transform: scale(1);
	}
	100% {
		opacity: 0;
		-moz-transform: scale(0);
	}
}
@-ms-keyframes zoomOut {
	0% {
		opacity: 1;
		-ms-transform: scale(1);
	}
	100% {
		opacity: 0;
		-ms-transform: scale(0);
	}
}
@-o-keyframes zoomOut {
	0% {
		opacity: 1;
		-o-transform: scale(1);
	}
	100% {
		opacity: 0;
		-o-transform: scale(0);
	}
}
@keyframes zoomOut {
	0% {
		opacity: 1;
		transform: scale(1);
	}
	100% {
		opacity: 0;
		transform: scale(0);
	}
}
.animate.zoomOut {
	-webkit-animation-name: zoomOut;
	-moz-animation-name: zoomOut;
	-ms-animation-name: zoomOut;
	-o-animation-name: zoomOut;
	animation-name: zoomOut;
}
@-webkit-keyframes zoomOutUp {
	0% {
		opacity: 1;
		-webkit-transform: scale(1) translateY(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0) translateY(-200px);
	}
}
@-moz-keyframes zoomOutUp {
	0% {
		opacity: 1;
		-moz-transform: scale(1) translateY(0);
	}
	100% {
		opacity: 0;
		-moz-transform: scale(0) translateY(-200px);
	}
}
@-ms-keyframes zoomOutUp {
	0% {
		opacity: 1;
		-ms-transform: scale(1) translateY(0);
	}
	100% {
		opacity: 0;
		-ms-transform: scale(0) translateY(-200px);
	}
}
@-o-keyframes zoomOutUp {
	0% {
		opacity: 1;
		-o-transform: scale(1) translateY(0);
	}
	100% {
		opacity: 0;
		-o-transform: scale(0) translateY(-200px);
	}
}
@keyframes zoomOutUp {
	0% {
		opacity: 1;
		transform: scale(1) translateY(0);
	}
	100% {
		opacity: 0;
		transform: scale(0) translateY(-200px);
	}
}
.animate.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	-moz-animation-name: zoomOutUp;
	-ms-animation-name: zoomOutUp;
	-o-animation-name: zoomOutUp;
	animation-name: zoomOutUp;
}
@-webkit-keyframes zoomOutDown {
	0% {
		opacity: 1;
		-webkit-transform: scale(1) translateY(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0) translateY(200px);
	}
}
@-moz-keyframes zoomOutDown {
	0% {
		opacity: 1;
		-moz-transform: scale(1) translateY(0);
	}
	100% {
		opacity: 0;
		-moz-transform: scale(0) translateY(200px);
	}
}
@-ms-keyframes zoomOutDown {
	0% {
		opacity: 1;
		-ms-transform: scale(1) translateY(0);
	}
	100% {
		opacity: 0;
		-ms-transform: scale(0) translateY(200px);
	}
}
@-o-keyframes zoomOutDown {
	0% {
		opacity: 1;
		-o-transform: scale(1) translateY(0);
	}
	100% {
		opacity: 0;
		-o-transform: scale(0) translateY(200px);
	}
}
@keyframes zoomOutDown {
	0% {
		opacity: 1;
		transform: scale(1) translateY(0);
	}
	100% {
		opacity: 0;
		transform: scale(0) translateY(200px);
	}
}
.animate.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	-moz-animation-name: zoomOutDown;
	-ms-animation-name: zoomOutDown;
	-o-animation-name: zoomOutDown;
	animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale(0) translateX(0);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1) translateX(-200px);
	}
}
@-moz-keyframes zoomOutLeft {
	0% {
		opacity: 0;
		-moz-transform: scale(0) translateX(0);
	}
	100% {
		opacity: 1;
		-moz-transform: scale(1) translateX(-200px);
	}
}
@-ms-keyframes zoomOutLeft {
	0% {
		opacity: 0;
		-ms-transform: scale(0) translateX(0);
	}
	100% {
		opacity: 1;
		-ms-transform: scale(1) translateX(-200px);
	}
}
@-o-keyframes zoomOutLeft {
	0% {
		opacity: 0;
		-o-transform: scale(0) translateX(0);
	}
	100% {
		opacity: 1;
		-o-transform: scale(1) translateX(-200px);
	}
}
@keyframes zoomOutLeft {
	0% {
		opacity: 0;
		transform: scale(0) translateX(0);
	}
	100% {
		opacity: 1;
		transform: scale(1) translateX(-200px);
	}
}
.animate.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	-moz-animation-name: zoomOutLeft;
	-ms-animation-name: zoomOutLeft;
	-o-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
	0% {
		opacity: 0;
		-webkit-transform: scale(0) translateX(0);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1) translateX(200px);
	}
}
@-moz-keyframes zoomOutRight {
	0% {
		opacity: 0;
		-moz-transform: scale(0) translateX(0);
	}
	100% {
		opacity: 1;
		-moz-transform: scale(1) translateX(200px);
	}
}
@-ms-keyframes zoomOutRight {
	0% {
		opacity: 0;
		-ms-transform: scale(0) translateX(0);
	}
	100% {
		opacity: 1;
		-ms-transform: scale(1) translateX(200px);
	}
}
@-o-keyframes zoomOutRight {
	0% {
		opacity: 0;
		-o-transform: scale(0) translateX(0);
	}
	100% {
		opacity: 1;
		-o-transform: scale(1) translateX(200px);
	}
}
@keyframes zoomOutRight {
	0% {
		opacity: 0;
		transform: scale(0) translateX(0);
	}
	100% {
		opacity: 1;
		transform: scale(1) translateX(200px);
	}
}
.animate.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	-moz-animation-name: zoomOutRight;
	-ms-animation-name: zoomOutRight;
	-o-animation-name: zoomOutRight;
	animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUpLarge {
	0% {
		opacity: 1;
		-webkit-transform: scale(1) translateY(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0) translateY(-1000px);
	}
}
@-moz-keyframes zoomOutUpLarge {
	0% {
		opacity: 1;
		-moz-transform: scale(1) translateY(0);
	}
	100% {
		opacity: 0;
		-moz-transform: scale(0) translateY(-1000px);
	}
}
@-ms-keyframes zoomOutUpLarge {
	0% {
		opacity: 1;
		-ms-transform: scale(1) translateY(0);
	}
	100% {
		opacity: 0;
		-ms-transform: scale(0) translateY(-1000px);
	}
}
@-o-keyframes zoomOutUpLarge {
	0% {
		opacity: 1;
		-o-transform: scale(1) translateY(0);
	}
	100% {
		opacity: 0;
		-o-transform: scale(0) translateY(-1000px);
	}
}
@keyframes zoomOutUpLarge {
	0% {
		opacity: 1;
		transform: scale(1) translateY(0);
	}
	100% {
		opacity: 0;
		transform: scale(0) translateY(-1000px);
	}
}
.animate.zoomOutUpLarge {
	-webkit-animation-name: zoomOutUpLarge;
	-moz-animation-name: zoomOutUpLarge;
	-ms-animation-name: zoomOutUpLarge;
	-o-animation-name: zoomOutUpLarge;
	animation-name: zoomOutUpLarge;
}
@-webkit-keyframes zoomOutDownLarge {
	0% {
		opacity: 1;
		-webkit-transform: scale(1) translateY(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0) translateY(1000px);
	}
}
@-moz-keyframes zoomOutDownLarge {
	0% {
		opacity: 1;
		-moz-transform: scale(1) translateY(0);
	}
	100% {
		opacity: 0;
		-moz-transform: scale(0) translateY(1000px);
	}
}
@-ms-keyframes zoomOutDownLarge {
	0% {
		opacity: 1;
		-ms-transform: scale(1) translateY(0);
	}
	100% {
		opacity: 0;
		-ms-transform: scale(0) translateY(1000px);
	}
}
@-o-keyframes zoomOutDownLarge {
	0% {
		opacity: 1;
		-o-transform: scale(1) translateY(0);
	}
	100% {
		opacity: 0;
		-o-transform: scale(0) translateY(1000px);
	}
}
@keyframes zoomOutDownLarge {
	0% {
		opacity: 1;
		transform: scale(1) translateY(0);
	}
	100% {
		opacity: 0;
		transform: scale(0) translateY(1000px);
	}
}
.animate.zoomOutDownLarge {
	-webkit-animation-name: zoomOutDownLarge;
	-moz-animation-name: zoomOutDownLarge;
	-ms-animation-name: zoomOutDownLarge;
	-o-animation-name: zoomOutDownLarge;
	animation-name: zoomOutDownLarge;
}
@-webkit-keyframes zoomOutLeftLarge {
	0% {
		opacity: 0;
		-webkit-transform: scale(0) translateX(0);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1) translateX(-1000px);
	}
}
@-moz-keyframes zoomOutLeftLarge {
	0% {
		opacity: 0;
		-moz-transform: scale(0) translateX(0);
	}
	100% {
		opacity: 1;
		-moz-transform: scale(1) translateX(-1000px);
	}
}
@-ms-keyframes zoomOutLeftLarge {
	0% {
		opacity: 0;
		-ms-transform: scale(0) translateX(0);
	}
	100% {
		opacity: 1;
		-ms-transform: scale(1) translateX(-1000px);
	}
}
@-o-keyframes zoomOutLeftLarge {
	0% {
		opacity: 0;
		-o-transform: scale(0) translateX(0);
	}
	100% {
		opacity: 1;
		-o-transform: scale(1) translateX(-1000px);
	}
}
@keyframes zoomOutLeftLarge {
	0% {
		opacity: 0;
		transform: scale(0) translateX(0);
	}
	100% {
		opacity: 1;
		transform: scale(1) translateX(-1000px);
	}
}
.animate.zoomOutLeftLarge {
	-webkit-animation-name: zoomOutLeftLarge;
	-moz-animation-name: zoomOutLeftLarge;
	-ms-animation-name: zoomOutLeftLarge;
	-o-animation-name: zoomOutLeftLarge;
	animation-name: zoomOutLeftLarge;
}
@-webkit-keyframes zoomOutRightLarge {
	0% {
		opacity: 0;
		-webkit-transform: scale(0) translateX(0);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1) translateX(1000px);
	}
}
@-moz-keyframes zoomOutRightLarge {
	0% {
		opacity: 0;
		-moz-transform: scale(0) translateX(0);
	}
	100% {
		opacity: 1;
		-moz-transform: scale(1) translateX(1000px);
	}
}
@-ms-keyframes zoomOutRightLarge {
	0% {
		opacity: 0;
		-ms-transform: scale(0) translateX(0);
	}
	100% {
		opacity: 1;
		-ms-transform: scale(1) translateX(1000px);
	}
}
@-o-keyframes zoomOutRightLarge {
	0% {
		opacity: 0;
		-o-transform: scale(0) translateX(0);
	}
	100% {
		opacity: 1;
		-o-transform: scale(1) translateX(1000px);
	}
}
@keyframes zoomOutRightLarge {
	0% {
		opacity: 0;
		transform: scale(0) translateX(0);
	}
	100% {
		opacity: 1;
		transform: scale(1) translateX(1000px);
	}
}
.animate.zoomOutRightLarge {
	-webkit-animation-name: zoomOutRightLarge;
	-moz-animation-name: zoomOutRightLarge;
	-ms-animation-name: zoomOutRightLarge;
	-o-animation-name: zoomOutRightLarge;
	animation-name: zoomOutRightLarge;
}
@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
	}
	50% {
		opacity: 1;
		-webkit-transform: scale(1.1);
	}
	70% {
		opacity: 1;
		-webkit-transform: scale(.9);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
	}
}
@-moz-keyframes bounceIn {
	0% {
		opacity: 0;
		-moz-transform: scale(0);
	}
	50% {
		opacity: 1;
		-moz-transform: scale(1.1);
	}
	70% {
		opacity: 1;
		-moz-transform: scale(.9);
	}
	100% {
		opacity: 1;
		-moz-transform: scale(1);
	}
}
@-ms-keyframes bounceIn {
	0% {
		opacity: 0;
		-ms-transform: scale(0);
	}
	50% {
		opacity: 1;
		-ms-transform: scale(1.1);
	}
	70% {
		opacity: 1;
		-ms-transform: scale(.9);
	}
	100% {
		opacity: 1;
		-ms-transform: scale(1);
	}
}
@-o-keyframes bounceIn {
	0% {
		opacity: 0;
		-o-transform: scale(0);
	}
	50% {
		opacity: 1;
		-o-transform: scale(1.1);
	}
	70% {
		opacity: 1;
		-o-transform: scale(.9);
	}
	100% {
		opacity: 1;
		-o-transform: scale(1);
	}
}
@keyframes bounceIn {
	0% {
		opacity: 0;
		transform: scale(0);
	}
	50% {
		opacity: 1;
		transform: scale(1.1);
	}
	70% {
		opacity: 1;
		transform: scale(.9);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}
.animate.bounceIn {
	-webkit-animation-name: bounceIn;
	-moz-animation-name: bounceIn;
	-ms-animation-name: bounceIn;
	-o-animation-name: bounceIn;
	animation-name: bounceIn;
}
@-webkit-keyframes bounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale(0) translateY(200px);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale(1.1) translateY(-40px);
	}
	80% {
		opacity: 1;
		-webkit-transform: scale(.9) translateY(20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1) translateY(0);
	}
}
@-moz-keyframes bounceInUp {
	0% {
		opacity: 0;
		-moz-transform: scale(0) translateY(200px);
	}
	60% {
		opacity: 1;
		-moz-transform: scale(1.1) translateY(-40px);
	}
	80% {
		opacity: 1;
		-moz-transform: scale(.9) translateY(20px);
	}
	100% {
		opacity: 1;
		-moz-transform: scale(1) translateY(0);
	}
}
@-ms-keyframes bounceInUp {
	0% {
		opacity: 0;
		-ms-transform: scale(0) translateY(200px);
	}
	60% {
		opacity: 1;
		-ms-transform: scale(1.1) translateY(-40px);
	}
	80% {
		opacity: 1;
		-ms-transform: scale(.9) translateY(20px);
	}
	100% {
		opacity: 1;
		-ms-transform: scale(1) translateY(0);
	}
}
@-o-keyframes bounceInUp {
	0% {
		opacity: 0;
		-o-transform: scale(0) translateY(200px);
	}
	60% {
		opacity: 1;
		-o-transform: scale(1.1) translateY(-40px);
	}
	80% {
		opacity: 1;
		-o-transform: scale(.9) translateY(20px);
	}
	100% {
		opacity: 1;
		-o-transform: scale(1) translateY(0);
	}
}
@keyframes bounceInUp {
	0% {
		opacity: 0;
		transform: scale(0) translateY(200px);
	}
	60% {
		opacity: 1;
		transform: scale(1.1) translateY(-40px);
	}
	80% {
		opacity: 1;
		transform: scale(.9) translateY(20px);
	}
	100% {
		opacity: 1;
		transform: scale(1) translateY(0);
	}
}
.animate.bounceInUp {
	-webkit-animation-name: bounceInUp;
	-moz-animation-name: bounceInUp;
	-ms-animation-name: bounceInUp;
	-o-animation-name: bounceInUp;
	animation-name: bounceInUp;
}
@-webkit-keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale(0) translateY(-200px);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale(1.1) translateY(40px);
	}
	80% {
		opacity: 1;
		-webkit-transform: scale(.9) translateY(-20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1) translateY(0);
	}
}
@-moz-keyframes bounceInDown {
	0% {
		opacity: 0;
		-moz-transform: scale(0) translateY(-200px);
	}
	60% {
		opacity: 1;
		-moz-transform: scale(1.1) translateY(40px);
	}
	80% {
		opacity: 1;
		-moz-transform: scale(.9) translateY(-20px);
	}
	100% {
		opacity: 1;
		-moz-transform: scale(1) translateY(0);
	}
}
@-ms-keyframes bounceInDown {
	0% {
		opacity: 0;
		-ms-transform: scale(0) translateY(-200px);
	}
	60% {
		opacity: 1;
		-ms-transform: scale(1.1) translateY(40px);
	}
	80% {
		opacity: 1;
		-ms-transform: scale(.9) translateY(-20px);
	}
	100% {
		opacity: 1;
		-ms-transform: scale(1) translateY(0);
	}
}
@-o-keyframes bounceInDown {
	0% {
		opacity: 0;
		-o-transform: scale(0) translateY(-200px);
	}
	60% {
		opacity: 1;
		-o-transform: scale(1.1) translateY(40px);
	}
	80% {
		opacity: 1;
		-o-transform: scale(.9) translateY(-20px);
	}
	100% {
		opacity: 1;
		-o-transform: scale(1) translateY(0);
	}
}
@keyframes bounceInDown {
	0% {
		opacity: 0;
		transform: scale(0) translateY(-200px);
	}
	60% {
		opacity: 1;
		transform: scale(1.1) translateY(40px);
	}
	80% {
		opacity: 1;
		transform: scale(.9) translateY(-20px);
	}
	100% {
		opacity: 1;
		transform: scale(1) translateY(0);
	}
}
.animate.bounceInDown {
	-webkit-animation-name: bounceInDown;
	-moz-animation-name: bounceInDown;
	-ms-animation-name: bounceInDown;
	-o-animation-name: bounceInDown;
	animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale(0) translateX(-200px);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale(1.1) translateX(40px);
	}
	80% {
		opacity: 1;
		-webkit-transform: scale(.9) translateX(-20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1) translateX(0);
	}
}
@-moz-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-moz-transform: scale(0) translateX(-200px);
	}
	60% {
		opacity: 1;
		-moz-transform: scale(1.1) translateX(40px);
	}
	80% {
		opacity: 1;
		-moz-transform: scale(.9) translateX(-20px);
	}
	100% {
		opacity: 1;
		-moz-transform: scale(1) translateX(0);
	}
}
@-ms-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-ms-transform: scale(0) translateX(-200px);
	}
	60% {
		opacity: 1;
		-ms-transform: scale(1.1) translateX(40px);
	}
	80% {
		opacity: 1;
		-ms-transform: scale(.9) translateX(-20px);
	}
	100% {
		opacity: 1;
		-ms-transform: scale(1) translateX(0);
	}
}
@-o-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-o-transform: scale(0) translateX(-200px);
	}
	60% {
		opacity: 1;
		-o-transform: scale(1.1) translateX(40px);
	}
	80% {
		opacity: 1;
		-o-transform: scale(.9) translateX(-20px);
	}
	100% {
		opacity: 1;
		-o-transform: scale(1) translateX(0);
	}
}
@keyframes bounceInLeft {
	0% {
		opacity: 0;
		transform: scale(0) translateX(-200px);
	}
	60% {
		opacity: 1;
		transform: scale(1.1) translateX(40px);
	}
	80% {
		opacity: 1;
		transform: scale(.9) translateX(-20px);
	}
	100% {
		opacity: 1;
		transform: scale(1) translateX(0);
	}
}
.animate.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	-moz-animation-name: bounceInLeft;
	-ms-animation-name: bounceInLeft;
	-o-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale(0) translateX(200px);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale(1.1) translateX(-40px);
	}
	80% {
		opacity: 1;
		-webkit-transform: scale(.9) translateX(20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1) translateX(0);
	}
}
@-moz-keyframes bounceInRight {
	0% {
		opacity: 0;
		-moz-transform: scale(0) translateX(200px);
	}
	60% {
		opacity: 1;
		-moz-transform: scale(1.1) translateX(-40px);
	}
	80% {
		opacity: 1;
		-moz-transform: scale(.9) translateX(20px);
	}
	100% {
		opacity: 1;
		-moz-transform: scale(1) translateX(0);
	}
}
@-ms-keyframes bounceInRight {
	0% {
		opacity: 0;
		-ms-transform: scale(0) translateX(200px);
	}
	60% {
		opacity: 1;
		-ms-transform: scale(1.1) translateX(-40px);
	}
	80% {
		opacity: 1;
		-ms-transform: scale(.9) translateX(20px);
	}
	100% {
		opacity: 1;
		-ms-transform: scale(1) translateX(0);
	}
}
@-o-keyframes bounceInRight {
	0% {
		opacity: 0;
		-o-transform: scale(0) translateX(200px);
	}
	60% {
		opacity: 1;
		-o-transform: scale(1.1) translateX(-40px);
	}
	80% {
		opacity: 1;
		-o-transform: scale(.9) translateX(20px);
	}
	100% {
		opacity: 1;
		-o-transform: scale(1) translateX(0);
	}
}
@keyframes bounceInRight {
	0% {
		opacity: 0;
		transform: scale(0) translateX(200px);
	}
	60% {
		opacity: 1;
		transform: scale(1.1) translateX(-40px);
	}
	80% {
		opacity: 1;
		transform: scale(.9) translateX(20px);
	}
	100% {
		opacity: 1;
		transform: scale(1) translateX(0);
	}
}
.animate.bounceInRight {
	-webkit-animation-name: bounceInRight;
	-moz-animation-name: bounceInRight;
	-ms-animation-name: bounceInRight;
	-o-animation-name: bounceInRight;
	animation-name: bounceInRight;
}
@-webkit-keyframes bounceOut {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
	}
	30% {
		opacity: 1;
		-webkit-transform: scale(1.1);
	}
	50% {
		opacity: 0;
		-webkit-transform: scale(.9);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0);
	}
}
@-moz-keyframes bounceOut {
	0% {
		opacity: 1;
		-moz-transform: scale(1);
	}
	30% {
		opacity: 1;
		-moz-transform: scale(1.1);
	}
	50% {
		opacity: 0;
		-moz-transform: scale(.9);
	}
	100% {
		opacity: 0;
		-moz-transform: scale(0);
	}
}
@-ms-keyframes bounceOut {
	0% {
		opacity: 1;
		-ms-transform: scale(1);
	}
	30% {
		opacity: 1;
		-ms-transform: scale(1.1);
	}
	50% {
		opacity: 0;
		-ms-transform: scale(.9);
	}
	100% {
		opacity: 0;
		-ms-transform: scale(0);
	}
}
@-o-keyframes bounceOut {
	0% {
		opacity: 1;
		-o-transform: scale(1);
	}
	30% {
		opacity: 1;
		-o-transform: scale(1.1);
	}
	50% {
		opacity: 0;
		-o-transform: scale(.9);
	}
	100% {
		opacity: 0;
		-o-transform: scale(0);
	}
}
@keyframes bounceOut {
	0% {
		opacity: 1;
		transform: scale(1);
	}
	30% {
		opacity: 1;
		transform: scale(1.1);
	}
	50% {
		opacity: 0;
		transform: scale(.9);
	}
	100% {
		opacity: 0;
		transform: scale(0);
	}
}
.animate.bounceOut {
	-webkit-animation-name: bounceOut;
	-moz-animation-name: bounceOut;
	-ms-animation-name: bounceOut;
	-o-animation-name: bounceOut;
	animation-name: bounceOut;
}
@-webkit-keyframes bounceOutUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
	20% {
		opacity: 1;
		-webkit-transform: translateY(40px);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-200px);
	}
}
@-moz-keyframes bounceOutUp {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
	20% {
		opacity: 1;
		-moz-transform: translateY(40px);
	}
	100% {
		opacity: 0;
		-moz-transform: translateY(-200px);
	}
}
@-ms-keyframes bounceOutUp {
	0% {
		opacity: 1;
		-ms-transform: translateY(0);
	}
	20% {
		opacity: 1;
		-ms-transform: translateY(40px);
	}
	100% {
		opacity: 0;
		-ms-transform: translateY(-200px);
	}
}
@-o-keyframes bounceOutUp {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}
	20% {
		opacity: 1;
		-o-transform: translateY(40px);
	}
	100% {
		opacity: 0;
		-o-transform: translateY(-200px);
	}
}
@keyframes bounceOutUp {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	20% {
		opacity: 1;
		transform: translateY(40px);
	}
	100% {
		opacity: 0;
		transform: translateY(-200px);
	}
}
.animate.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	-moz-animation-name: bounceOutUp;
	-ms-animation-name: bounceOutUp;
	-o-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}
@-webkit-keyframes bounceOutDown {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
	20% {
		opacity: 1;
		-webkit-transform: translateY(-40px);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(200px);
	}
}
@-moz-keyframes bounceOutDown {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
	20% {
		opacity: 1;
		-moz-transform: translateY(-40px);
	}
	100% {
		opacity: 0;
		-moz-transform: translateY(200px);
	}
}
@-ms-keyframes bounceOutDown {
	0% {
		opacity: 1;
		-ms-transform: translateY(0);
	}
	20% {
		opacity: 1;
		-ms-transform: translateY(-40px);
	}
	100% {
		opacity: 0;
		-ms-transform: translateY(200px);
	}
}
@-o-keyframes bounceOutDown {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}
	20% {
		opacity: 1;
		-o-transform: translateY(-40px);
	}
	100% {
		opacity: 0;
		-o-transform: translateY(200px);
	}
}
@keyframes bounceOutDown {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	20% {
		opacity: 1;
		transform: translateY(-40px);
	}
	100% {
		opacity: 0;
		transform: translateY(200px);
	}
}
.animate.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	-moz-animation-name: bounceOutDown;
	-ms-animation-name: bounceOutDown;
	-o-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
	20% {
		opacity: 1;
		-webkit-transform: translateX(40px);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(-200px);
	}
}
@-moz-keyframes bounceOutLeft {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
	20% {
		opacity: 1;
		-moz-transform: translateX(40px);
	}
	100% {
		opacity: 0;
		-moz-transform: translateX(-200px);
	}
}
@-ms-keyframes bounceOutLeft {
	0% {
		opacity: 1;
		-ms-transform: translateX(0);
	}
	20% {
		opacity: 1;
		-ms-transform: translateX(40px);
	}
	100% {
		opacity: 0;
		-ms-transform: translateX(-200px);
	}
}
@-o-keyframes bounceOutLeft {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}
	20% {
		opacity: 1;
		-o-transform: translateX(40px);
	}
	100% {
		opacity: 0;
		-o-transform: translateX(-200px);
	}
}
@keyframes bounceOutLeft {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	20% {
		opacity: 1;
		transform: translateX(40px);
	}
	100% {
		opacity: 0;
		transform: translateX(-200px);
	}
}
.animate.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	-moz-animation-name: bounceOutLeft;
	-ms-animation-name: bounceOutLeft;
	-o-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
	20% {
		opacity: 1;
		-webkit-transform: translateX(-40px);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(200px);
	}
}
@-moz-keyframes bounceOutRight {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
	20% {
		opacity: 1;
		-moz-transform: translateX(-40px);
	}
	100% {
		opacity: 0;
		-moz-transform: translateX(200px);
	}
}
@-ms-keyframes bounceOutRight {
	0% {
		opacity: 1;
		-ms-transform: translateX(0);
	}
	20% {
		opacity: 1;
		-ms-transform: translateX(-40px);
	}
	100% {
		opacity: 0;
		-ms-transform: translateX(200px);
	}
}
@-o-keyframes bounceOutRight {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}
	20% {
		opacity: 1;
		-o-transform: translateX(-40px);
	}
	100% {
		opacity: 0;
		-o-transform: translateX(200px);
	}
}
@keyframes bounceOutRight {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	20% {
		opacity: 1;
		transform: translateX(-40px);
	}
	100% {
		opacity: 0;
		transform: translateX(200px);
	}
}
.animate.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	-moz-animation-name: bounceOutRight;
	-ms-animation-name: bounceOutRight;
	-o-animation-name: bounceOutRight;
	animation-name: bounceOutRight;
}
@-webkit-keyframes flash {
	0%, 100%, 50% {
		opacity: 1;
	}
	25%, 75% {
		opacity: 0;
	}
}
@-moz-keyframes flash {
	0%, 100%, 50% {
		opacity: 1;
	}
	25%, 75% {
		opacity: 0;
	}
}
@-ms-keyframes flash {
	0%, 100%, 50% {
		opacity: 1;
	}
	25%, 75% {
		opacity: 0;
	}
}
@-o-keyframes flash {
	0%, 100%, 50% {
		opacity: 1;
	}
	25%, 75% {
		opacity: 0;
	}
}
@keyframes flash {
	0%, 100%, 50% {
		opacity: 1;
	}
	25%, 75% {
		opacity: 0;
	}
}
.hover-flash:hover, .trigger.flash {
	-webkit-animation-name: flash;
	-moz-animation-name: flash;
	-ms-animation-name: flash;
	-o-animation-name: flash;
	animation-name: flash;
}
@-webkit-keyframes strobe {
	0%, 100%, 20%, 40%, 60%, 80% {
		opacity: 1;
	}
	10%, 30%, 50%, 70%, 90% {
		opacity: 0;
	}
}
@-moz-keyframes strobe {
	0%, 100%, 20%, 40%, 60%, 80% {
		opacity: 1;
	}
	10%, 30%, 50%, 70%, 90% {
		opacity: 0;
	}
}
@-ms-keyframes strobe {
	0%, 100%, 20%, 40%, 60%, 80% {
		opacity: 1;
	}
	10%, 30%, 50%, 70%, 90% {
		opacity: 0;
	}
}
@-o-keyframes strobe {
	0%, 100%, 20%, 40%, 60%, 80% {
		opacity: 1;
	}
	10%, 30%, 50%, 70%, 90% {
		opacity: 0;
	}
}
@keyframes strobe {
	0%, 100%, 20%, 40%, 60%, 80% {
		opacity: 1;
	}
	10%, 30%, 50%, 70%, 90% {
		opacity: 0;
	}
}
.hover-strobe:hover, .trigger.strobe {
	-webkit-animation-name: strobe;
	-moz-animation-name: strobe;
	-ms-animation-name: strobe;
	-o-animation-name: strobe;
	animation-name: strobe;
}
@-webkit-keyframes shakeH {
	0%, 100% {
		-webkit-transform: translateX(0);
	}
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translateX(-10px);
	}
	20%, 40%, 60%, 80% {
		-webkit-transform: translateX(10px);
	}
}
@-moz-keyframes shakeH {
	0%, 100% {
		-moz-transform: translateX(0);
	}
	10%, 30%, 50%, 70%, 90% {
		-moz-transform: translateX(-10px);
	}
	20%, 40%, 60%, 80% {
		-moz-transform: translateX(10px);
	}
}
@-ms-keyframes shakeH {
	0%, 100% {
		-ms-transform: translateX(0);
	}
	10%, 30%, 50%, 70%, 90% {
		-ms-transform: translateX(-10px);
	}
	20%, 40%, 60%, 80% {
		-ms-transform: translateX(10px);
	}
}
@-o-keyframes shakeH {
	0%, 100% {
		-o-transform: translateX(0);
	}
	10%, 30%, 50%, 70%, 90% {
		-o-transform: translateX(-10px);
	}
	20%, 40%, 60%, 80% {
		-o-transform: translateX(10px);
	}
}
@keyframes shakeH {
	0%, 100% {
		transform: translateX(0);
	}
	10%, 30%, 50%, 70%, 90% {
		transform: translateX(-10px);
	}
	20%, 40%, 60%, 80% {
		transform: translateX(10px);
	}
}
.hover-shakeH:hover, .trigger.shakeH {
	-webkit-animation-name: shakeH;
	-moz-animation-name: shakeH;
	-ms-animation-name: shakeH;
	-o-animation-name: shakeH;
	animation-name: shakeH;
}
@-webkit-keyframes shakeV {
	0%, 100% {
		-webkit-transform: translateY(0);
	}
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translateY(-10px);
	}
	20%, 40%, 60%, 80% {
		-webkit-transform: translateY(10px);
	}
}
@-moz-keyframes shakeV {
	0%, 100% {
		-moz-transform: translateY(0);
	}
	10%, 30%, 50%, 70%, 90% {
		-moz-transform: translateY(-10px);
	}
	20%, 40%, 60%, 80% {
		-moz-transform: translateY(10px);
	}
}
@-ms-keyframes shakeV {
	0%, 100% {
		-ms-transform: translateY(0);
	}
	10%, 30%, 50%, 70%, 90% {
		-ms-transform: translateY(-10px);
	}
	20%, 40%, 60%, 80% {
		-ms-transform: translateY(10px);
	}
}
@-o-keyframes shakeV {
	0%, 100% {
		-o-transform: translateY(0);
	}
	10%, 30%, 50%, 70%, 90% {
		-o-transform: translateY(-10px);
	}
	20%, 40%, 60%, 80% {
		-o-transform: translateY(10px);
	}
}
@keyframes shakeV {
	0%, 100% {
		transform: translateY(0);
	}
	10%, 30%, 50%, 70%, 90% {
		transform: translateY(-10px);
	}
	20%, 40%, 60%, 80% {
		transform: translateY(10px);
	}
}
.hover-shakeV:hover, .trigger.shakeV {
	-webkit-animation-name: shakeV;
	-moz-animation-name: shakeV;
	-ms-animation-name: shakeV;
	-o-animation-name: shakeV;
	animation-name: shakeV;
}
@-webkit-keyframes bounce {
	0%, 100%, 20%, 50%, 80% {
		-webkit-transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-30px);
	}
	60% {
		-webkit-transform: translateY(-15px);
	}
}
@-moz-keyframes bounce {
	0%, 100%, 20%, 50%, 80% {
		-moz-transform: translateY(0);
	}
	40% {
		-moz-transform: translateY(-30px);
	}
	60% {
		-moz-transform: translateY(-15px);
	}
}
@-ms-keyframes bounce {
	0%, 100%, 20%, 50%, 80% {
		-ms-transform: translateY(0);
	}
	40% {
		-ms-transform: translateY(-30px);
	}
	60% {
		-ms-transform: translateY(-15px);
	}
}
@-o-keyframes bounce {
	0%, 100%, 20%, 50%, 80% {
		-o-transform: translateY(0);
	}
	40% {
		-o-transform: translateY(-30px);
	}
	60% {
		-o-transform: translateY(-15px);
	}
}
@keyframes bounce {
	0%, 100%, 20%, 50%, 80% {
		transform: translateY(0);
	}
	40% {
		transform: translateY(-30px);
	}
	60% {
		transform: translateY(-15px);
	}
}
.hover-bounce:hover, .trigger.bounce {
	-webkit-animation-name: bounce;
	-moz-animation-name: bounce;
	-ms-animation-name: bounce;
	-o-animation-name: bounce;
	animation-name: bounce;
}
@-webkit-keyframes tada {
	0%, 100% {
		-webkit-transform: scale(1) rotate(0);
	}
	10%, 20% {
		-webkit-transform: scale(0.9) rotate(-3deg);
	}
	30%, 50%, 70%, 90% {
		-webkit-transform: scale(1.1) rotate(3deg);
	}
	40%, 60%, 80% {
		-webkit-transform: scale(1.1) rotate(-3deg);
	}
}
@-moz-keyframes tada {
	0%, 100% {
		-moz-transform: scale(1) rotate(0);
	}
	10%, 20% {
		-moz-transform: scale(0.9) rotate(-3deg);
	}
	30%, 50%, 70%, 90% {
		-moz-transform: scale(1.1) rotate(3deg);
	}
	40%, 60%, 80% {
		-moz-transform: scale(1.1) rotate(-3deg);
	}
}
@-ms-keyframes tada {
	0%, 100% {
		-ms-transform: scale(1) rotate(0);
	}
	10%, 20% {
		-ms-transform: scale(0.9) rotate(-3deg);
	}
	30%, 50%, 70%, 90% {
		-ms-transform: scale(1.1) rotate(3deg);
	}
	40%, 60%, 80% {
		-ms-transform: scale(1.1) rotate(-3deg);
	}
}
@-o-keyframes tada {
	0%, 100% {
		-o-transform: scale(1) rotate(0);
	}
	10%, 20% {
		-o-transform: scale(0.9) rotate(-3deg);
	}
	30%, 50%, 70%, 90% {
		-o-transform: scale(1.1) rotate(3deg);
	}
	40%, 60%, 80% {
		-o-transform: scale(1.1) rotate(-3deg);
	}
}
@keyframes tada {
	0%, 100% {
		transform: scale(1) rotate(0);
	}
	10%, 20% {
		transform: scale(0.9) rotate(-3deg);
	}
	30%, 50%, 70%, 90% {
		transform: scale(1.1) rotate(3deg);
	}
	40%, 60%, 80% {
		transform: scale(1.1) rotate(-3deg);
	}
}
.hover-tada:hover, .trigger.tada {
	-webkit-animation-name: tada;
	-moz-animation-name: tada;
	-ms-animation-name: tada;
	-o-animation-name: tada;
	animation-name: tada;
}
@-webkit-keyframes wave {
	20% {
		-webkit-transform: rotate(15deg);
	}
	40% {
		-webkit-transform: rotate(-10deg);
	}
	60% {
		-webkit-transform: rotate(5deg);
	}
	80% {
		-webkit-transform: rotate(-5deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
	}
}
@-moz-keyframes wave {
	20% {
		-moz-transform: rotate(15deg);
	}
	40% {
		-moz-transform: rotate(-10deg);
	}
	60% {
		-moz-transform: rotate(5deg);
	}
	80% {
		-moz-transform: rotate(-5deg);
	}
	100% {
		-moz-transform: rotate(0deg);
	}
}
@-ms-keyframes wave {
	20% {
		-ms-transform: rotate(15deg);
	}
	40% {
		-ms-transform: rotate(-10deg);
	}
	60% {
		-ms-transform: rotate(5deg);
	}
	80% {
		-ms-transform: rotate(-5deg);
	}
	100% {
		-ms-transform: rotate(0deg);
	}
}
@-o-keyframes wave {
	20% {
		-o-transform: rotate(15deg);
	}
	40% {
		-o-transform: rotate(-10deg);
	}
	60% {
		-o-transform: rotate(5deg);
	}
	80% {
		-o-transform: rotate(-5deg);
	}
	100% {
		-o-transform: rotate(0deg);
	}
}
@keyframes wave {
	20% {
		transform: rotate(15deg);
	}
	40% {
		transform: rotate(-10deg);
	}
	60% {
		transform: rotate(5deg);
	}
	80% {
		transform: rotate(-5deg);
	}
	100% {
		transform: rotate(0deg);
	}
}
.hover-wave:hover {
	-webkit-animation-name: wave;
	-moz-animation-name: wave;
	-ms-animation-name: wave;
	-o-animation-name: wave;
	animation-name: wave;
}
@-webkit-keyframes spinCW {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}
@-moz-keyframes spinCW {
	0% {
		-moz-transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(360deg);
	}
}
@-ms-keyframes spinCW {
	0% {
		-ms-transform: rotate(0deg);
	}
	100% {
		-ms-transform: rotate(360deg);
	}
}
@-o-keyframes spinCW {
	0% {
		-o-transform: rotate(0deg);
	}
	100% {
		-o-transform: rotate(360deg);
	}
}
@keyframes spinCW {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.hover-spinCW:hover, .trigger.spinCW {
	-webkit-animation-name: spinCW;
	-moz-animation-name: spinCW;
	-ms-animation-name: spinCW;
	-o-animation-name: spinCW;
	animation-name: spinCW;
}
@-webkit-keyframes spinCCW {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(-360deg);
	}
}
@-moz-keyframes spinCCW {
	0% {
		-moz-transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(-360deg);
	}
}
@-ms-keyframes spinCCW {
	0% {
		-ms-transform: rotate(0deg);
	}
	100% {
		-ms-transform: rotate(-360deg);
	}
}
@-o-keyframes spinCCW {
	0% {
		-o-transform: rotate(0deg);
	}
	100% {
		-o-transform: rotate(-360deg);
	}
}
@keyframes spinCCW {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(-360deg);
	}
}
.hover-spinCCW:hover, .trigger.spinCCW {
	-webkit-animation-name: spinCCW;
	-moz-animation-name: spinCCW;
	-ms-animation-name: spinCCW;
	-o-animation-name: spinCCW;
	animation-name: spinCCW;
}
@-webkit-keyframes slingshotCW {
	0% {
		-webkit-transform: rotate(0deg);
	}
	20%, 30% {
		-webkit-transform: rotate(-45deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}
@-moz-keyframes slingshotCW {
	0% {
		-moz-transform: rotate(0deg);
	}
	20%, 30% {
		-moz-transform: rotate(-45deg);
	}
	100% {
		-moz-transform: rotate(360deg);
	}
}
@-ms-keyframes slingshotCW {
	0% {
		-ms-transform: rotate(0deg);
	}
	20%, 30% {
		-ms-transform: rotate(-45deg);
	}
	100% {
		-ms-transform: rotate(360deg);
	}
}
@-o-keyframes slingshotCW {
	0% {
		-o-transform: rotate(0deg);
	}
	20%, 30% {
		-o-transform: rotate(-45deg);
	}
	100% {
		-o-transform: rotate(360deg);
	}
}
@keyframes slingshotCW {
	0% {
		transform: rotate(0deg);
	}
	20%, 30% {
		transform: rotate(-45deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.hover-slingshotCW:hover, .trigger.slingshotCW {
	-webkit-animation-name: slingshotCW;
	-moz-animation-name: slingshotCW;
	-ms-animation-name: slingshotCW;
	-o-animation-name: slingshotCW;
	animation-name: slingshotCW;
}
@-webkit-keyframes slingshotCCW {
	0% {
		-webkit-transform: rotate(0deg);
	}
	20%, 30% {
		-webkit-transform: rotate(45deg);
	}
	100% {
		-webkit-transform: rotate(-360deg);
	}
}
@-moz-keyframes slingshotCCW {
	0% {
		-moz-transform: rotate(0deg);
	}
	20%, 30% {
		-moz-transform: rotate(45deg);
	}
	100% {
		-moz-transform: rotate(-360deg);
	}
}
@-ms-keyframes slingshotCCW {
	0% {
		-ms-transform: rotate(0deg);
	}
	20%, 30% {
		-ms-transform: rotate(45deg);
	}
	100% {
		-ms-transform: rotate(-360deg);
	}
}
@-o-keyframes slingshotCCW {
	0% {
		-o-transform: rotate(0deg);
	}
	20%, 30% {
		-o-transform: rotate(45deg);
	}
	100% {
		-o-transform: rotate(-360deg);
	}
}
@keyframes slingshotCCW {
	0% {
		transform: rotate(0deg);
	}
	20%, 30% {
		transform: rotate(45deg);
	}
	100% {
		transform: rotate(-360deg);
	}
}
.hover-slingshotCCW:hover, .trigger.slingshotCCW {
	-webkit-animation-name: slingshotCCW;
	-moz-animation-name: slingshotCCW;
	-ms-animation-name: slingshotCCW;
	-o-animation-name: slingshotCCW;
	animation-name: slingshotCCW;
}
@-webkit-keyframes wobble {
	0% {
		-webkit-transform: translateX(0px);
	}
	15% {
		-webkit-transform: translateX(-25px) rotate(-5deg);
	}
	30% {
		-webkit-transform: translateX(20px) rotate(3deg);
	}
	45% {
		-webkit-transform: translateX(-15px) rotate(-3deg);
	}
	60% {
		-webkit-transform: translateX(10px) rotate(2deg);
	}
	75% {
		-webkit-transform: translateX(-5px) rotate(-1deg);
	}
	100% {
		-webkit-transform: translateX(0px);
	}
}
@-moz-keyframes wobble {
	0% {
		-moz-transform: translateX(0px);
	}
	15% {
		-moz-transform: translateX(-25px) rotate(-5deg);
	}
	30% {
		-moz-transform: translateX(20px) rotate(3deg);
	}
	45% {
		-moz-transform: translateX(-15px) rotate(-3deg);
	}
	60% {
		-moz-transform: translateX(10px) rotate(2deg);
	}
	75% {
		-moz-transform: translateX(-5px) rotate(-1deg);
	}
	100% {
		-moz-transform: translateX(0px);
	}
}
@-ms-keyframes wobble {
	0% {
		-ms-transform: translateX(0px);
	}
	15% {
		-ms-transform: translateX(-25px) rotate(-5deg);
	}
	30% {
		-ms-transform: translateX(20px) rotate(3deg);
	}
	45% {
		-ms-transform: translateX(-15px) rotate(-3deg);
	}
	60% {
		-ms-transform: translateX(10px) rotate(2deg);
	}
	75% {
		-ms-transform: translateX(-5px) rotate(-1deg);
	}
	100% {
		-ms-transform: translateX(0px);
	}
}
@-o-keyframes wobble {
	0% {
		-o-transform: translateX(0px);
	}
	15% {
		-o-transform: translateX(-25px) rotate(-5deg);
	}
	30% {
		-o-transform: translateX(20px) rotate(3deg);
	}
	45% {
		-o-transform: translateX(-15px) rotate(-3deg);
	}
	60% {
		-o-transform: translateX(10px) rotate(2deg);
	}
	75% {
		-o-transform: translateX(-5px) rotate(-1deg);
	}
	100% {
		-o-transform: translateX(0px);
	}
}
@keyframes wobble {
	0% {
		transform: translateX(0px);
	}
	15% {
		transform: translateX(-25px) rotate(-5deg);
	}
	30% {
		transform: translateX(20px) rotate(3deg);
	}
	45% {
		transform: translateX(-15px) rotate(-3deg);
	}
	60% {
		transform: translateX(10px) rotate(2deg);
	}
	75% {
		transform: translateX(-5px) rotate(-1deg);
	}
	100% {
		transform: translateX(0px);
	}
}
.hover-wobble:hover, .trigger.wobble {
	-webkit-animation-name: wobble;
	-moz-animation-name: wobble;
	-ms-animation-name: wobble;
	-o-animation-name: wobble;
	animation-name: wobble;
}
@-webkit-keyframes pulse {
	0%, 100% {
		-webkit-transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.1);
	}
}
@-moz-keyframes pulse {
	0%, 100% {
		-moz-transform: scale(1);
	}
	50% {
		-moz-transform: scale(1.1);
	}
}
@-ms-keyframes pulse {
	0%, 100% {
		-ms-transform: scale(1);
	}
	50% {
		-ms-transform: scale(1.1);
	}
}
@-o-keyframes pulse {
	0%, 100% {
		-o-transform: scale(1);
	}
	50% {
		-o-transform: scale(1.1);
	}
}
@keyframes pulse {
	0%, 100% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.1);
	}
}
.hover-pulse:hover, .trigger.pulse {
	-webkit-animation-name: pulse;
	-moz-animation-name: pulse;
	-ms-animation-name: pulse;
	-o-animation-name: pulse;
	animation-name: pulse;
}
@-webkit-keyframes pulsate {
	0%, 100%, 50% {
		-webkit-transform: scale(1);
	}
	25%, 75% {
		-webkit-transform: scale(1.1);
	}
}
@-moz-keyframes pulsate {
	0%, 100%, 50% {
		-moz-transform: scale(1);
	}
	25%, 75% {
		-moz-transform: scale(1.1);
	}
}
@-ms-keyframes pulsate {
	0%, 100%, 50% {
		-ms-transform: scale(1);
	}
	25%, 75% {
		-ms-transform: scale(1.1);
	}
}
@-o-keyframes pulsate {
	0%, 100%, 50% {
		-o-transform: scale(1);
	}
	25%, 75% {
		-o-transform: scale(1.1);
	}
}
@keyframes pulsate {
	0%, 100%, 50% {
		transform: scale(1);
	}
	25%, 75% {
		transform: scale(1.1);
	}
}
.hover-pulsate:hover, .trigger.pulsate {
	-webkit-animation-name: pulsate;
	-moz-animation-name: pulsate;
	-ms-animation-name: pulsate;
	-o-animation-name: pulsate;
	animation-name: pulsate;
}
@-webkit-keyframes heartbeat {
	0%, 30%, 50%, 60%, 80% {
		-webkit-transform: scale(1);
	}
	40%, 70% {
		-webkit-transform: scale(1.1);
	}
}
@-moz-keyframes heartbeat {
	0%, 30%, 50%, 60%, 80% {
		-moz-transform: scale(1);
	}
	40%, 70% {
		-moz-transform: scale(1.1);
	}
}
@-ms-keyframes heartbeat {
	0%, 30%, 50%, 60%, 80% {
		-ms-transform: scale(1);
	}
	40%, 70% {
		-ms-transform: scale(1.1);
	}
}
@-o-keyframes heartbeat {
	0%, 30%, 50%, 60%, 80% {
		-o-transform: scale(1);
	}
	40%, 70% {
		-o-transform: scale(1.1);
	}
}
@keyframes heartbeat {
	0%, 30%, 50%, 60%, 80% {
		transform: scale(1);
	}
	40%, 70% {
		transform: scale(1.1);
	}
}
.hover-heartbeat:hover, .trigger.heartbeat {
	-webkit-animation-name: heartbeat;
	-moz-animation-name: heartbeat;
	-ms-animation-name: heartbeat;
	-o-animation-name: heartbeat;
	animation-name: heartbeat;
}
@-webkit-keyframes panic {
	0%, 100% {
		-webkit-transform: scale(1) rotate(0);
	}
	10%, 60% {
		-webkit-transform: scale(1.1) rotate(-3deg);
	}
	20%, 40% {
		-webkit-transform: scale(1) rotate(-3deg);
	}
	30% {
		-webkit-transform: scale(1.1) rotate(3deg);
	}
	50%, 70%, 90% {
		-webkit-transform: scale(1) rotate(3deg);
	}
	80% {
		-webkit-transform: scale(1.1) rotate(-3deg);
	}
}
@-moz-keyframes panic {
	0%, 100% {
		-moz-transform: scale(1) rotate(0);
	}
	10%, 60% {
		-moz-transform: scale(1.1) rotate(-3deg);
	}
	20%, 40% {
		-moz-transform: scale(1) rotate(-3deg);
	}
	30% {
		-moz-transform: scale(1.1) rotate(3deg);
	}
	50%, 70%, 90% {
		-moz-transform: scale(1) rotate(3deg);
	}
	80% {
		-moz-transform: scale(1.1) rotate(-3deg);
	}
}
@-ms-keyframes panic {
	0%, 100% {
		-ms-transform: scale(1) rotate(0);
	}
	10%, 60% {
		-ms-transform: scale(1.1) rotate(-3deg);
	}
	20%, 40% {
		-ms-transform: scale(1) rotate(-3deg);
	}
	30% {
		-ms-transform: scale(1.1) rotate(3deg);
	}
	50%, 70%, 90% {
		-ms-transform: scale(1) rotate(3deg);
	}
	80% {
		-ms-transform: scale(1.1) rotate(-3deg);
	}
}
@-o-keyframes panic {
	0%, 100% {
		-o-transform: scale(1) rotate(0);
	}
	10%, 60% {
		-o-transform: scale(1.1) rotate(-3deg);
	}
	20%, 40% {
		-o-transform: scale(1) rotate(-3deg);
	}
	30% {
		-o-transform: scale(1.1) rotate(3deg);
	}
	50%, 70%, 90% {
		-o-transform: scale(1) rotate(3deg);
	}
	80% {
		-o-transform: scale(1.1) rotate(-3deg);
	}
}
@keyframes panic {
	0%, 100% {
		transform: scale(1) rotate(0);
	}
	10%, 60% {
		transform: scale(1.1) rotate(-3deg);
	}
	20%, 40% {
		transform: scale(1) rotate(-3deg);
	}
	30% {
		transform: scale(1.1) rotate(3deg);
	}
	50%, 70%, 90% {
		transform: scale(1) rotate(3deg);
	}
	80% {
		transform: scale(1.1) rotate(-3deg);
	}
}
.hover-panic:hover, .trigger.panic {
	-webkit-animation-name: panic;
	-moz-animation-name: panic;
	-ms-animation-name: panic;
	-o-animation-name: panic;
	animation-name: panic;
}
/*
|--------------------------------------------------------------------------
|  10. simple style
|  
|--------------------------------------------------------------------------
|
| 
|
*/

/* Tabs */

.style-simple .ui-tabs {
	border: 0;
}
.style-simple .ui-tabs .ui-tabs-panel {
	background: none;
}
.style-simple .ui-tabs .ui-tabs-nav {
	background: none;
	text-align: center;
}
.style-simple .ui-tabs .ui-tabs-nav li {
	border: 0;
	display: inline-block;
	float: none;
}
.style-simple .ui-tabs .ui-tabs-nav li.ui-state-active a, .style-simple .ui-tabs .ui-tabs-nav li.ui-tabs-selected:after, .style-simple .ui-tabs .ui-tabs-nav li.ui-state-active:after {
	background-color: transparent;
}
.style-simple .ui-tabs .ui-tabs-nav li.ui-tabs-selected a:after, .style-simple .ui-tabs .ui-tabs-nav li.ui-state-disabled a:after, .style-simple .ui-tabs .ui-tabs-nav li.ui-state-processing a:after, .style-simple .ui-tabs .ui-tabs-nav li.ui-state-active a:after {
	bottom: -1px;
	height: 2px;
	margin-left: -50%;
	width: 100%;
}
.style-simple .tabs_vertical.ui-tabs .ui-tabs-panel {
	border-width: 0 0 0 1px !important;
}
.style-simple .tabs_vertical.ui-tabs .ui-tabs-nav {
	border: 0;
}
.style-simple .tabs_vertical.ui-tabs .ui-tabs-nav li.ui-tabs-selected a:after, .style-simple .tabs_vertical.ui-tabs .ui-tabs-nav li.ui-state-disabled a:after, .style-simple .tabs_vertical.ui-tabs .ui-tabs-nav li.ui-state-processing a:after, .style-simple .tabs_vertical.ui-tabs .ui-tabs-nav li.ui-state-active a:after {
	display: block;
	width: 2px;
	height: 100%;
	right: -1px;
	top: 0;
	bottom: auto;
	left: auto;
	margin: 0;
}
.style-simple .tabs_vertical.ui-tabs .ui-tabs-nav li a {
	background: none;
	text-align: right;
	padding-right: 20px !important;
	padding-left: 10px !important;
}
/* Accordion & Toggle */

.style-simple .accordion .question {
	border-width: 0 0 0 1px;
	border-radius: 0;
	position: relative;
	margin-bottom: 0;
}
.style-simple .accordion .question:after {
	content: "";
	display: none;
	width: 2px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #ccc;
}
.style-simple .accordion .question.active:after {
	display: block;
}
.style-simple .accordion .question .title {
	background: none;
	padding-left: 50px;
	border: 0;
}
.style-simple .accordion .question .title:before {
	display: none;
}
.style-simple .accordion .question .answer {
	background: none;
	padding: 0 20px 10px 50px;
}
/* FAQ */

.style-simple .faq .question {
	border-width: 0 0 0 1px;
	border-style: solid;
	margin-bottom: 0;
	position: relative;
	background: none;
}
.style-simple .faq .question:before {
	display: none;
}
.style-simple .faq .question:after {
	content: "";
	display: none;
	width: 2px;
	height: 100%;
	position: absolute;
	top: 0;
	background-color: #ccc;
}
.style-simple .faq .question .title, .style-simple .faq .question .answer {
	padding-left: 70px;
}
.style-simple .faq .question.active:after {
	display: block;
}
/* Table */

.style-simple table th {
	background: none;
}
.style-simple table tr:first-child td {
	background: none;
}
.style-simple table tr:hover td {
	background: none;
	color: inherit;
}
.style-simple table th, .style-simple table td {
	border-width: 0 1px 1px 0;
}
.style-simple table tr td:last-child, .style-simple table tr th:last-child {
	border-right: 0;
}
.style-simple table tr:last-child td {
	border-bottom: 0;
}
.style-simple table tr:nth-child(2n) td {
	background: none;
}
/* Opening hours */

.style-simple .opening_hours {
	padding: 0;
	border: 0;
	background-color: transparent;
}
.style-simple .opening_hours .opening_hours_wrapper li {
	padding-bottom: 0;
	border: 0;
	margin-bottom: 0;
}
.style-simple .opening_hours .opening_hours_wrapper li {
	text-align: left;
}
.style-simple .opening_hours .opening_hours_wrapper li label {
	background-color: transparent;
	background-image: none;
	font-size: 15px;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
	border-radius: 0;
}
.style-simple .opening_hours .opening_hours_wrapper li span {
	font-size: 32px;
	line-height: 32px;
	padding: 10px 0;
}
.style-simple .opening_hours .opening_hours_wrapper li span sup {
	top: -1px;
	font-size: 16px;
	line-height: 16px;
	margin-left: 4px;
}
/* Icon box */

.style-simple .icon_box .image_wrapper, .style-simple .icon_box .icon_wrapper {
	padding-top: 5px;
	margin-bottom: 25px;
}
.style-simple .icon_box .icon_wrapper {
	font-size: 80px;
	background-color: transparent;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, .0);
	border-width: 0;
	background-image: none;
	-webkit-transform: scale(1) !important;
	-moz-transform: scale(1) !important;
	-ms-transform: scale(1) !important;
	-o-transform: scale(1) !important;
	transform: scale(1) !important;
}
.style-simple .icon_box .icon_wrapper:before {
	display: none;
}
.style-simple .icon_box .icon_wrapper i {
	position: relative;
	top: 0;
}
.style-simple .icon_box .image_wrapper img {
	position: relative;
	top: 0;
}
.style-simple .icon_box .desc_wrapper h4 {
	margin-bottom: 20px;
}
.style-simple .icon_box .desc_wrapper h4:before {
	content: "";
	display: block;
	width: 0;
	margin: 0 auto;
	height: 2px;
	top: -15px;
	position: relative;
	background-color: #ccc;
}
.style-simple .icon_box:hover .icon_wrapper i {
	top: -5px;
}
.style-simple .icon_box:hover .image_wrapper img {
	top: -5px;
}
.style-simple .icon_box:hover .desc_wrapper h4:before {
	width: 100px;
}
/* Animation */

.style-simple .icon_box .icon_wrapper i, .style-simple .icon_box .image_wrapper img, .style-simple .icon_box .desc_wrapper h4:before {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

/* Lists */

.style-simple .list_item.lists_1 .list_left {
	background-image: none;
	border-radius: 2px;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) inset;
}
.style-simple .list_item .circle {
	background-image: none;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) inset;
}

/* Article box */

.style-simple .article_box .desc_wrapper {
	background-image: none;
}
.style-simple .article_box .desc_wrapper p {
	border-bottom-width: 0;
	margin-bottom: 0;
	padding-bottom: 10px;
}
.style-simple .article_box .desc_wrapper p:after {
	background-color: rgba(0, 0, 0, .1);
	content: "";
	display: block;
	height: 2px;
	margin-top: 10px;
	width: 20px;
}
.style-simple .article_box:hover .desc_wrapper p:after {
	width: 40%;
}
.style-simple .article_box .desc_wrapper i.icon-right-open {
	display: none;
}
.style-simple .article_box .desc_wrapper p:after {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
/* Idea box */

.style-simple .idea_box {
	border: 1px solid rgba(0, 0, 0, 0.08);
	padding: 15px 15px 15px 0;
	background: none;
}
.style-simple .idea_box .icon {
	display: block;
	position: static;
	float: left;
	left: 0;
	top: 0;
	margin-top: 0;
	width: 60px;
	text-align: center;
	margin-top: 5px;
}
.style-simple .idea_box .desc {
	border-left: 1px solid rgba(0, 0, 0, 0.08);
	padding: 10px 15px 10px 20px;
	margin-left: 60px;
}

/* Trailer box */

.style-simple .trailer_box .desc {
	padding: 27px 15px 30px;
}
.style-simple .trailer_box .desc .line {
	display: none;
}
.style-simple .trailer_box .desc .subtitle {
	background-image: none;
	background-color: transparent;
	color: rgba(255, 255, 255, .7);
	margin-bottom: 10px;
	padding: 0;
}
.style-simple .trailer_box:hover .desc h2 {
	bottom: 0;
}
.style-simple .trailer_box:hover .desc .subtitle {
	bottom: 0;
}
/* Animation */

.style-simple .trailer_box .desc {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
/* Timeline */

.style-simple .timeline_items {
	background: none;
}
.style-simple .timeline_items:after {
	display: none;
}
.style-simple .timeline_items li {
	width: 50%;
	padding: 0 0 0 50%;
	background: none;
	margin-bottom: 15px !important;
}
.style-simple .timeline_items li:nth-child(even) {
	padding: 0 50% 0 0;
	background: none;
}
.style-simple .timeline_items li h3 span {
	background: none !important;
	border-radius: 4px;
	font-size: 14px;
	font-style: italic;
	top: 22px;
}
.style-simple .timeline_items li h3:before {
	display: none;
}
.style-simple .timeline_items li .desc:before {
	display: none;
}
.style-simple .timeline_items li h3 {
	border-left: 2px solid rgba(0, 0, 0, 0.08);
	margin: 0;
	padding: 15px 0 0 25px;
	width: 100%;
	box-sizing: padding-box;
}
.style-simple .timeline_items li h3 span {
	position: absolute;
	right: 52%;
}
.style-simple .timeline_items li:nth-child(even) h3 {
	padding: 15px 25px 0 0;
	text-align: right;
	border-left: 0;
	border-right: 2px solid rgba(0, 0, 0, 0.04);
}
.style-simple .timeline_items li:nth-child(even) h3 span {
	left: 52%;
	right: auto;
}
.style-simple .timeline_items li .desc {
	border-left: 2px solid rgba(0, 0, 0, 0.08);
	padding: 15px 0 15px 25px;
	background: none;
	width: 100%;
	box-sizing: padding-box;
}
.style-simple .timeline_items li:nth-child(even) .desc {
	padding: 15px 25px 15px 0;
	border-left: 0;
	border-right: 2px solid rgba(0, 0, 0, 0.04);
}
/* Animation */

.style-simple .timeline_items li:hover h3, .style-simple .timeline_items li:nth-child(even):hover h3, .style-simple .timeline_items li:hover .desc, .style-simple .timeline_items li:nth-child(even):hover {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

/* Content link */

.style-simple a.content_link {
	border-width: 0 0 2px;
	margin: 0 10px;
	background-color: transparent;
	background-image: none;
}
.style-simple a.content_link:after {
	border-width: 0 0 2px;
	bottom: -2px;
}
.style-simple a.content_link:before {
	border-width: 0 5px 6px;
}
/* How it works */

.style-simple .how_it_works .image {
	border-width: 0 0 2px;
	background: transparent;
	border-radius: 0;
	margin-bottom: 30px;
}
.style-simple .how_it_works .image .number {
	border-radius: 0;
	bottom: -17px;
	left: 50%;
	margin-left: -17px;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) inset;
}
/* Offer thumb */

.style-simple .offer_thumb_ul li.offer_thumb_li {
	padding-left: 0;
}
.style-simple .offer_thumb .slider_pagination a img {
	filter: alpha(opacity=70);
	opacity: .7;
}
.style-simple .offer_thumb .slider_pagination a.selected img, .style-simple .offer_thumb .slider_pagination a:not(.selected):hover img {
	filter: alpha(opacity=1);
	opacity: 1;
}
@media only screen and (min-width: 768px) {
	.style-simple .offer_thumb .slider_pagination {
		border: 0;
	}
	.style-simple .offer_thumb .slider_pagination a {
		margin-bottom: 6px;
		border-width: 1px;
		background: none;
	}
	.style-simple .offer_thumb.bottom .slider_pagination a {
		margin: 3px;
	}
	.style-simple .offer_thumb .slider_pagination a:before, .style-simple .offer_thumb .slider_pagination a:after {
		display: none;
	}
}

/* Features list */

.style-simple .feature_list hr {
	background-color: rgba(0, 0, 0, 0);
	color: rgba(0, 0, 0, 0);
}

/* Get in touch */

.style-simple .get_in_touch {
	padding: 25px 30px;
}
.style-simple .get_in_touch ul li {
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.style-simple .get_in_touch ul li:last-child {
	border: 0;
}
.style-simple .get_in_touch ul li:after {
	display: none;
}
.style-simple .get_in_touch ul li .icon {
	left: 5px;
}
/* Infobox */

.style-simple .infobox {
	padding: 25px 30px;
}
.style-simple .infobox ul li {
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	padding-left: 40px;
}
.style-simple .infobox ul li:last-child {
	border: 0;
}
.style-simple .infobox ul li:after {
	display: none;
}
.style-simple .infobox ul li:before {
	left: 5px;
}
/* Icon bar */

.style-simple a.icon_bar {
	border-width: 0;
	background-color: #f0f0f0;
	background-image: none;
	-webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, .0);
	box-shadow: inset 0 0 0 0 rgba(0, 0, 0, .0);
}
.style-simple a.icon_bar span.t {
	opacity: 1;
	filter: alpha(opacity=100);
}
.style-simple a:hover.icon_bar span.t {
	opacity: 0;
	filter: alpha(opacity=0);
}
.style-simple a.icon_bar span.b {
	position: absolute;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}
.style-simple a:hover.icon_bar span.b {
	opacity: 1;
	filter: alpha(opacity=100);
}
/* Animation */

.style-simple a.icon_bar span {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.style-simple a.icon_bar span.b {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.style-simple a:hover.icon_bar span {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
}


/*
|--------------------------------------------------------------------------
|  11. Bootstrap elements
|  
|--------------------------------------------------------------------------
|
| 
|
*/

.visible-xs, .visible-sm, .visible-md, .visible-lg {
	display: none !important;
}
.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
	display: none !important;
}
@media (max-width: 767px) {
	.visible-xs {
		display: block !important;
	}
	table.visible-xs {
		display: table;
	}
	tr.visible-xs {
		display: table-row !important;
	}
	th.visible-xs, td.visible-xs {
		display: table-cell !important;
	}
}
@media (max-width: 767px) {
	.visible-xs-block {
		display: block !important;
	}
}
@media (max-width: 767px) {
	.visible-xs-inline {
		display: inline !important;
	}
}
@media (max-width: 767px) {
	.visible-xs-inline-block {
		display: inline-block !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm {
		display: block !important;
	}
	table.visible-sm {
		display: table;
	}
	tr.visible-sm {
		display: table-row !important;
	}
	th.visible-sm, td.visible-sm {
		display: table-cell !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-block {
		display: block !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline {
		display: inline !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline-block {
		display: inline-block !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md {
		display: block !important;
	}
	table.visible-md {
		display: table;
	}
	tr.visible-md {
		display: table-row !important;
	}
	th.visible-md, td.visible-md {
		display: table-cell !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-block {
		display: block !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-inline {
		display: inline !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-inline-block {
		display: inline-block !important;
	}
}
@media (min-width: 1200px) {
	.visible-lg {
		display: block !important;
	}
	table.visible-lg {
		display: table;
	}
	tr.visible-lg {
		display: table-row !important;
	}
	th.visible-lg, td.visible-lg {
		display: table-cell !important;
	}
}
@media (min-width: 1200px) {
	.visible-lg-block {
		display: block !important;
	}
}
@media (min-width: 1200px) {
	.visible-lg-inline {
		display: inline !important;
	}
}
@media (min-width: 1200px) {
	.visible-lg-inline-block {
		display: inline-block !important;
	}
}
@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important;
	}
}
@media (min-width: 1200px) {
	.hidden-lg {
		display: none !important;
	}
}
.visible-print {
	display: none !important;
}
@media print {
	.visible-print {
		display: block !important;
	}
	table.visible-print {
		display: table;
	}
	tr.visible-print {
		display: table-row !important;
	}
	th.visible-print, td.visible-print {
		display: table-cell !important;
	}
}
.visible-print-block {
	display: none !important;
}
@media print {
	.visible-print-block {
		display: block !important;
	}
}
.visible-print-inline {
	display: none !important;
}
@media print {
	.visible-print-inline {
		display: inline !important;
	}
}
.visible-print-inline-block {
	display: none !important;
}
@media print {
	.visible-print-inline-block {
		display: inline-block !important;
	}
}
@media print {
	.hidden-print {
		display: none !important;
	}
}
.slotholder {
	transform: none !important;
}
@media only screen and (max-width: 767px) {
	.caroufredsel_wrapper {
		width: 90% !important;
		margin: auto !important;
	}
}
@media only screen and (max-width: 767px) {
	.caroufredsel_wrapper ul.offer_ul li, .caroufredsel_wrapper ul.offer_ul {
		width: 100% !important;
	}
}
.woocommerce .product .product_wrapper .product_image_wrapper .images {
	width: 100%;
	margin: 0;
}
.widget_product_categories ul {
	background-color: #2991d6;
}
/* Hide border */

.if-border-hide .image_frame:not(.has_border) {
	border-width: 0;
}
.logo-overflow #Top_bar .logo {
	height: 60px;
	position: relative;
	z-index: 198
}
.logo-overflow #Top_bar #logo {
	height: auto!important;
	margin-top: 0!important;
	z-index: 199
}
.logo-overflow #Top_bar #logo img {
	max-height: none;
	z-index: 200
}
.logo-overflow #Top_bar.is-sticky #logo {
	height: auto!important
}
.logo-overflow #Top_bar.is-sticky #logo img:not(.svg) {
	max-height: 110px!important
}
/* .minimalist-header */

body.minimalist-header:not(.template-slider) #Header {
	min-height: 0;
	background-image: none!important
}
body.minimalist-header.header-modern:not(.template-slider) #Header {
	min-height: 147px
}
body.minimalist-header.header-simple:not(.template-slider) #Header {
	min-height: 130px
}
body.minimalist-header.header-stack:not(.template-slider) #Header {
	min-height: 0
}
body.minimalist-header.header-fixed:not(.template-slider) #Header {
	min-height: 60px
}
body.minimalist-header.header-below:not(.template-slider) #Header {
	min-height: 90px;
	padding-top: 0
}
.minimalist-header-no #Header {
	min-height: 0!important
}
/* Transparent ----------------------------------------------------------------------- */

.tr-content #Wrapper, .tr-content #Content {
	background: none
}
.tr-header #Wrapper {
	background: none
}
.tr-header #Header_wrapper {
	background: none!important
}
.tr-footer #Wrapper {
	background: none
}
.tr-footer #Footer {
	background: none!important
}
/* Decoration Image | height:100px - fallback */

.section .section-decoration {
	width: 100%;
	height: 100px;
	position: absolute;
	left: 0;
	background-repeat: repeat-x;
	z-index: 1;
}
.section .section-decoration.top {
	top: 0;
	background-position: center top;
}
.section .section-decoration.bottom {
	bottom: 0;
	background-position: center bottom;
}
/* Header | Transparent */

.header-transparent #Top_bar .top_bar_left, .header-transparent #Top_bar .top_bar_right, .header-transparent #Top_bar .top_bar_right:before {
	background: none;
}
.header-transparent #Top_bar .top_bar_right {
	top: 0;
}
.header-transparent #Top_bar #logo {
	padding: 0;
}
.header-transparent #Top_bar .menu>li>a:after {
	background: none;
}
.header-transparent #Top_bar .menu>li>a span {
	border-color: rgba(0, 0, 0, 0.03);
}
.header-transparent #Top_bar .menu li>ul:not(.mfn-megamenu-bg) {
	background-image: none;
}
.header-transparent.ab-hide #Top_bar {
	top: 0 !important;
}
.header-transparent #Top_bar.is-sticky .menu_wrapper .menu>li>a {
	padding: 0;
}
.header-transparent #Top_bar.is-sticky .menu>li>a span:not(.description) {
	line-height: 60px;
}
/* Buttons | Stroke ------------------------------------------------------------------ */

.button-stroke a.button:not(.action_button), .button-stroke:not(.header-plain) a.button.action_button, .button-stroke a.tp-button, .button-stroke button, .button-stroke input[type="submit"], .button-stroke input[type="reset"], .button-stroke input[type="button"] {
	border-width: 2px;
	border-style: solid;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: transparent!important;
	-webkit-box-shadow: inset 0 0 0 0;
	box-shadow: inset 0 0 0 0;
	background-image: none
}
.button-stroke a.button:not(.action_button):after, .button-stroke:not(.header-plain) a.button.action_button:after, .button-stroke a.tp-button:after, .button-stroke button:after, .button-stroke input[type="submit"]:after, .button-stroke input[type="reset"]:after, .button-stroke input[type="button"]:after {
	display: none
}
.button-stroke a.button:not(.action_button), .button-stroke:not(.header-plain) a.button.action_button, .button-stroke a.tp-button, .button-stroke button, .button-stroke input[type="submit"], .button-stroke input[type="reset"], .button-stroke input[type="button"] {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.button-stroke a:hover.button:not(.action_button), .button-stroke:not(.header-plain) a:hover.button.action_button, .button-stroke a:hover.tp-button, .button-stroke button:hover, .button-stroke input[type="submit"]:hover, .button-stroke input[type="reset"]:hover, .button-stroke input[type="button"]:hover {
	background-color: #828282
}
.button-stroke a:hover.button.button_stroke_custom:not(.action_button), .button-stroke:not(.header-plain) a:hover.button.button_stroke_custom.action_button, .button-stroke a:hover.tp-button.button_stroke_custom {
	background-color: rgba(0, 0, 0, .05)!important
}
.button-stroke a.button .button_icon {
	background: none
}
.button-stroke a:hover.button .button_icon i, .button-stroke a.button.button_theme:hover .button_icon i {
	color: rgba(0, 0, 0, .5)!important
}
.button-stroke a.button_left.button .button_label, .button-stroke a.button_left.button_large .button_label {
	padding-left: 0
}
.button-stroke a.button_right.button .button_label, .button-stroke a.button_right.button_large .button_label {
	padding-right: 0
}
.button-stroke a.button_left.button_large .button_icon {
	padding-left: 27px
}
.button-stroke a.button_right.button_large .button_icon {
	padding-right: 27px
}
/* Buttons sizes */

a.button.button_size_1 .button_label {
	padding: 10px 17px
}
a.button.button_size_1 .button_icon {
	padding: 10px 10px
}
a.button.button_size_1, a.tp-button.button_size_1, button.button_size_1, input[type="submit"].button_size_1, input[type="reset"].button_size_1, input[type="button"].button_size_1 {
	font-size: 95%;
	line-height: 95%
}
a.button.button_size_3 .button_label {
	padding: 15px 30px
}
a.button.button_size_3 .button_icon {
	padding: 15px 13px
}
a.button.button_size_3, a.tp-button.button_size_3, button.button_size_3, input[type="submit"].button_size_3, input[type="reset"].button_size_3, input[type="button"].button_size_3 {
	font-size: 110%;
	line-height: 110%
}
a.button.button_size_4 .button_label {
	padding: 18px 33px;
}
a.button.button_size_4 .button_icon {
	padding: 18px 16px
}
a.button.button_size_4, a.tp-button.button_size_4, button.button_size_4, input[type="submit"].button_size_4, input[type="reset"].button_size_4, input[type="button"].button_size_4 {
	font-size: 120%;
	line-height: 120%
}
a.button.button_full_width, button.button_full_width, input[type="submit"].button_full_width, input[type="reset"].button_full_width, input[type="button"].button_full_width {
	width: 100%;
	text-align: center;
}
a.button.button_full_width .button_label {
	display: inline-block;
	float: none;
}

/* Buttons | Flat -------------------------------------------------------------------- */

.button-flat a.button:not(.action_button), .button-flat:not(.header-plain) a.button.action_button, .button-flat a.tp-button, .button-flat button, .button-flat input[type="submit"], .button-flat input[type="reset"], .button-flat input[type="button"] {
	background-image: none;
	border-width: 0;
	border-style: solid;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: inset 0 0 0 0;
	box-shadow: inset 0 0 0 0;
	appearance: none;
	-webkit-appearance: none;
}
.button-flat a.button .button_icon {
	background: none
}
.button-flat a.button .button_icon i {
	color: inherit
}
.button-flat a.button_left.button .button_label, .button-flat a.button_left.button_large .button_label {
	padding-left: 0
}
.button-flat a.button_right.button .button_label, .button-flat a.button_right.button_large .button_label {
	padding-right: 0
}
.button-flat a.button_left.button_large .button_icon {
	padding-left: 27px
}
.button-flat a.button_right.button_large .button_icon {
	padding-right: 27px
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0
}
@media only screen and (min-width: 768px) {
	.button-flat a.button:after, .button-flat a.tp-button:after, .button-flat button:after, .button-flat input[type="submit"]:after, .button-flat input[type="reset"]:after, .button-flat input[type="button"]:after {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		z-index: 1;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		transition: all .3s;
		background: rgba(0, 0, 0, .07);
		filter: alpha(opacity=0);
		opacity: 0
	}
	.button-flat a.button:hover:after, .button-flat a.tp-button:hover:after, .button-flat button:hover:after, .button-flat input[type="submit"]:hover:after, .button-flat input[type="reset"]:hover:after, .button-flat input[type="button"]:hover:after {
		width: 100%;
		filter: alpha(opacity=1);
		opacity: 1
	}
}
/* Header | Plain */

.header-plain #Top_bar {
	border-bottom-width: 1px;
	border-style: solid;
	position: static
}
.header-plain.layout-boxed #Top_bar .container {
	max-width: 100%
}
.header-plain #Top_bar .one.column {
	width: 100%;
	margin: 0
}
.header-plain #Header .top_bar_left, .header-plain #Header .top_bar_right {
	background-color: transparent
}
.header-plain #Top_bar .top_bar_right, .header-plain #Top_bar .top_bar_right_wrapper {
	top: 0
}
.header-plain #Top_bar .top_bar_right:before {
	display: none
}
.header-plain #Action_bar {
	position: static
}
.header-plain #Action_bar .contact_details li, .header-plain #Action_bar .social, .header-plain #Action_bar .social-menu {
	padding: 12px 0
}
/* Header plain | Logo */

.header-plain #Top_bar #logo {
	height: 50px;
	line-height: 50px
}
/* Header plain | Menu */

.header-plain #Top_bar .menu_wrapper {
	float: right
}
.header-plain #Top_bar .menu>li>a {
	padding-top: 0!important;
	padding-bottom: 0!important
}
.header-plain #Top_bar .menu>li>a:after {
	display: none
}
.header-plain #Top_bar .menu>li>a span:not(.description) {
	line-height: 80px;
	padding: 0 30px
}
.header-plain #Top_bar .menu>li:first-child>a span:not(.description) {
	border-left-width: 1px
}
.header-plain #Top_bar .top_bar_right {
	height: 80px;
	padding: 0;
	margin-left: -1px;
}
.header-plain.menu-highlight #Top_bar .menu>li, .header-plain.menu-highlight #Top_bar .menu>li>a {
	margin: 0
}
/* Header plain | Top bar right */

.header-plain #Top_bar a#header_cart, .header-plain #Top_bar a#search_button {
	margin-right: 0;
	top: 0;
	border-left-width: 1px;
	border-style: solid
}
.header-plain #Top_bar a#header_cart span {
	margin-right: -9px
}
.header-plain #Top_bar .wpml-languages {
	top: 0;
	margin: 0;
	border-left-width: 1px;
	border-style: solid
}
.header-plain #Top_bar .wpml-languages a.active {
	border: 0;
	padding: 0
}
.header-plain #Top_bar .wpml-languages ul.wpml-lang-dropdown li a {
	line-height: 40px
}
.header-plain #Top_bar .wpml-languages a.active {
	background: none
}
.header-plain #Top_bar .wpml-languages ul.wpml-lang-dropdown {
	border: 0;
	border-radius: 0
}
.header-plain #Top_bar a.button.action_button {
	margin: 0;
	top: 0;
	border-radius: 0;
	border-left-width: 1px;
	border-style: solid
}
.header-plain #Top_bar .menu>li>a span:not(.description) {
	line-height: 80px;
	padding: 0 30px
}
.header-plain #Top_bar a#header_cart, .header-plain #Top_bar a#search_button {
	padding: 0 25px;
	line-height: 80px;
	margin-left: 0;
}
.header-plain #Top_bar .wpml-languages {
	padding: 0 25px;
	line-height: 80px
}
.header-plain #Top_bar a.button.action_button {
	line-height: 80px
}
.header-plain #Top_bar a.button.action_button .button_label {
	padding: 0 30px
}
/* Header plain | Sticky */

.header-plain #Top_bar.is-sticky .menu>li>a span:not(.description) {
	line-height: 60px!important
}
.header-plain #Top_bar.is-sticky a#header_cart, .header-plain #Top_bar.is-sticky a#search_button {
	padding: 0 25px;
	line-height: 60px
}
.header-plain #Top_bar.is-sticky .wpml-languages {
	padding: 0 25px;
	height: 60px;
	line-height: 60px
}
.header-plain #Top_bar.is-sticky a.button.action_button {
	height: 60px;
	line-height: 60px
}
.header-plain #Top_bar.is-sticky a.button.action_button .button_label {
	padding: 0 25px
}
.header-plain #Top_bar.is-sticky .top_bar_right {
	padding: 0;
	height: 60px;
	top: 0
}
.header-plain #Top_bar.is-sticky .wpml-languages {
	top: 0
}
.header-plain #Top_bar.is-sticky a.button.action_button {
	top: 0
}
/* Header plain | Colors */

.header-plain #Action_bar {
	background-color: #2C2C2C
}
.header-plain #Top_bar {
	background-color: #fff
}
.header-plain #Top_bar, .header-plain #Top_bar .menu>li>a span:not(.description), .header-plain #Top_bar a#header_cart, .header-plain #Top_bar a#search_button, .header-plain #Top_bar .wpml-languages, .header-plain #Top_bar a.button.action_button {
	border-color: #f2f2f2
}
/* Heading --------------------------------------------------------------------------- */

.mfn_heading.align_left {
	text-align: left
}
.mfn_heading.align_center {
	text-align: center
}
.mfn_heading.align_right {
	text-align: right
}
.mfn_heading .title {
	display: inline-block;
	position: relative
}
.mfn_heading.heading_lines {
	overflow: hidden
}
.mfn_heading.heading_lines .title .line {
	position: absolute;
	width: 3000px;
	height: 1px;
	top: 50%;
	background: rgba(0, 0, 0, .3)
}
.mfn_heading.heading_lines .title .line_l {
	right: 100%;
	margin-right: 20px
}
.mfn_heading.heading_lines .title .line_r {
	left: 100%;
	margin-left: 20px
}
.dark .mfn_heading.heading_lines .title .line {
	background: rgba(255, 255, 255, .3)
}
/* Fancy headings -------------------------------------------------------------------- */

.fancy_heading {
	text-align: center
}
.fancy_heading .title {
	font-size: 42px;
	line-height: 42px
}
.fancy_heading_icon .icon_top {
	font-size: 50px;
	line-height: 50px;
	margin-bottom: 15px;
	overflow: hidden;
	display: block
}
.fancy_heading_icon .icon_top i:before {
	margin: 0
}
.fancy_heading_line {
	background-image: url(../images/fancy_heading_hr.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	padding-bottom: 15px
}
.fancy_heading_line .slogan {
	display: block;
	margin-bottom: 7px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px
}
.fancy_heading_line .inside {
	margin-bottom: 15px
}
#back_to_top {
	float: right;
	margin: -9px 0 0;
	width: 42px;
	height: 42px;
	line-height: 42px;
	font-size: 20px;
	text-align: center;
}

/* Dark ------------------------------------------------------------------------------ */

.dark, .dark ul.timeline_items, .dark .icon_box a .desc, .dark .icon_box a:hover .desc, .dark .feature_list ul li a, .dark .list_item a, .dark .list_item a:hover, .dark .widget_recent_entries ul li a {
	color: #fff!important
}
.dark .ui-tabs .ui-tabs-panel, .dark .accordion .question .answer {
	color: #626262
}
/* Headings font */

.dark h1, .dark h1 a, .dark h1 a:hover {
	color: #fff
}
.dark h2, .dark h2 a, .dark h2 a:hover {
	color: #fff
}
.dark h3, .dark h3 a, .dark h3 a:hover {
	color: #fff
}
.dark h4, .dark h4 a, .dark h4 a:hover {
	color: #fff
}
.dark h5, .dark h5 a, .dark h5 a:hover {
	color: #fff
}
.dark h6, .dark h6 a, .dark h6 a:hover, .dark a.content_link .title {
	color: #fff
}
/* Borders */

.dark .idea_box, .dark table th, .dark table td, .dark .list_item .circle, .dark input[type="text"], .dark input[type="tel"], .dark input[type="password"], .dark input[type="email"], .dark textarea, .dark select, .dark .promo_box.has_border:after, .dark dl>dt, .dark dl>dd, .dark .article_box .desc_wrapper p, .dark a.icon_bar, .dark a.content_link, .dark .how_it_works .image, .dark .opening_hours, .dark .opening_hours .opening_hours_wrapper li, .dark .icon_box.has_border:after, .dark .chart_box:before, .dark .pricing-box, .dark .team_list .bq_wrapper, .dark .post-footer .post-links, .dark .format-link .post-title .icon-link, .dark .share_wrapper, .dark .post-header .title_wrapper, .dark .section-post-related .section-related-adjustment, .dark .comments, .dark .widget-area, .dark .widget:after, .dark .fixed-nav .desc h6, .dark .portfolio_group.list .portfolio-item, .dark .portfolio_group .portfolio-item .desc .details-wrapper, .dark .Recent_posts ul li .desc h6, .dark .widget_recent_entries ul li a, .dark .woocommerce .widget_best_sellers li, .dark .woocommerce .widget_featured_products li, .dark .woocommerce .widget_recent_reviews li, .dark .woocommerce .widget_recent_products li, .dark .woocommerce .widget_recently_viewed_products li, .dark .woocommerce .widget_random_products li, .dark .woocommerce .widget_top_rated_products li, .dark .woocommerce .widget_onsale li, .dark .woocommerce .widget_layered_nav li, .dark .woocommerce .widget_shopping_cart ul.product_list_widget li, .dark .woocommerce .widget_products li, .dark .woocommerce .product .related.products, .dark .woocommerce .product div.entry-summary h1.product_title:after, .dark .woocommerce .quantity input.qty {
	border-color: rgba(255, 255, 255, .08)
}
/* Grey */

.dark .blockquote p.author span, .dark .counter .desc_wrapper .title, .dark .article_box .desc_wrapper p, .dark .team .desc_wrapper p.subtitle, .dark .pricing-box .plan-header p.subtitle, .dark .pricing-box .plan-header .price sup.period, .dark .chart_box p, .dark .fancy_heading .inside, .dark .fancy_heading_line .slogan, .dark .post-meta, .dark .post-meta a, .dark .post-footer, .dark .post-footer a span.label, .dark .pager .pages a, .dark .button-love a .label, .dark .pager-single a, .dark #comments .commentlist>li .comment-author .says, .dark .fixed-nav .desc .date, .dark .filters_buttons li.label, .dark .Recent_posts ul li a .desc .date, .dark .widget_recent_entries ul li .post-date, .dark .tp_recent_tweets .twitter_time, .dark .widget_price_filter .price_label, .dark .shop-filters .woocommerce-result-count, .dark .woocommerce ul.product_list_widget li .quantity, .dark .widget_shopping_cart ul.product_list_widget li dl, .dark .product_meta .posted_in, .dark .woocommerce .shop_table .product-name .variation>dd, .dark .shipping-calculator-button:after, .dark .shop_slider .shop_slider_ul li .item_wrapper .price del, .dark .testimonials_slider .testimonials_slider_ul li .author span, .dark .testimonials_slider .testimonials_slider_ul li .author span a {
	color: #DEDEDE
}
/* Dividers */

.dark hr {
	background-color: rgba(255, 255, 255, .08);
	color: rgba(255, 255, 255, .08)
}
/* Others */
.dark .faq .question .title {
	color: #fff
}

.dark a.content_link .title {
	color: #444
}
.dark .opening_hours, .dark .opening_hours h3 {
	color: #444
}

/* Lists */

.dark .column_column ul, .dark .column_column ol, .dark .the_content_wrapper ul, .dark .the_content_wrapper ol {
	color: #fff
}
.dark .list_item.lists_2 .list_icon i {
	color: #fff
}

/* Call to action */

.dark .call_to_action .call_left h3 {
	color: rgba(0, 0, 0, .65)
}
.dark .call_to_action .call_center a {
	color: #fff
}

/* Timeline */

.timeline .post-item {
	float: none;
	width: auto;
	padding-left: 200px;
	margin-bottom: 0;
	padding-bottom: 40px;
	background: url(../images/timeline_right.png) no-repeat 90px top;
}
.timeline .post-item:last-child {
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.timeline .format-quote .post-meta, .timeline .format-link .post-meta {
	padding-top: 7px;
}
.timeline .post-item:before {
	content: "";
	width: 7px;
	height: 7px;
	border-width: 4px;
	border-style: solid;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	position: absolute;
	left: 126px;
	top: 11px;
	display: block;
	visibility: visible;
	z-index: 1;
}
.timeline .date_label {
	display: block;
}
.timeline .post-meta .author-date .date {
	display: none;
}

/* Intro ------------------------------------------------------------------------- */

#Intro {
	text-align: center;
	position: relative;
	background-color: #000119;
	background-position: center top;
}
#Intro .intro-inner {
	position: relative;
	padding: 250px 10%
}
#Intro .intro-title {
	margin-bottom: 20px;
	word-wrap: break-word
}
#Intro .intro-meta>div {
	display: inline-block;
	margin: 0 10px
}
#Intro .intro-next {
	cursor: pointer;
	font-size: 38px;
	height: 50px;
	left: 50%;
	bottom: 30px;
	line-height: 50px;
	margin: 0 0 0 -25px;
	position: absolute;
	text-align: center;
	width: 50px;
	z-index: 1;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
#Intro.parallax {
	overflow: hidden
}
#Intro.parallax .mfn-parallax {
	position: absolute;
	left: 0;
	top: 0;
	max-width: auto!important;
	transition: opacity .2s;
}
/* Light */

#Intro .intro-title {
	color: #fff
}
#Intro .intro-meta, #Intro .intro-meta a {
	color: rgba(255, 255, 255, .7)
}
#Intro .intro-next {
	color: rgba(255, 255, 255, 0.2)
}
#Intro .intro-next:hover {
	color: rgba(255, 255, 255, 0.5)
}
/* Dark */

#Intro.light .intro-title {
	color: #212121
}
#Intro.light .intro-meta, #Intro.light .intro-meta a {
	color: rgba(33, 33, 33, .7)
}
#Intro.light .intro-next {
	color: rgba(33, 33, 33, 0.2)
}
#Intro.light .intro-next:hover {
	color: rgba(33, 33, 33, 0.5)
}
/* Logo | Advanced */

.logo-valign-top #Top_bar #logo img {
	vertical-align: top
}
.logo-valign-bottom #Top_bar #logo img {
	vertical-align: bottom
}
.logo-no-margin #Top_bar .logo {
	margin-left: 0!important;
	padding: 0!important
}
.logo-no-margin.header-plain #Top_bar .logo {
	margin: 0!important
}
.logo-no-margin #Header_creative .logo {
	margin-top: 0!important
}
.logo-no-margin.header-fw #Top_bar .column {
	margin: 0;
	width: 100%
}
.logo-no-sticky-padding #Top_bar.is-sticky #logo {
	padding: 0!important
}
.logo-no-sticky-padding #Top_bar.is-sticky #logo img.logo-sticky {
	max-height: 60px
}
.logo-overflow #Top_bar .logo {
	height: 60px;
	position: relative;
	z-index: 198
}
.logo-overflow #Top_bar #logo {
	height: auto!important;
	margin-top: 0!important;
	z-index: 199
}
.logo-overflow #Top_bar #logo img {
	max-height: none;
	z-index: 200
}
.logo-overflow #Top_bar.is-sticky #logo {
	height: auto!important
}
.logo-overflow #Top_bar.is-sticky #logo img.logo-sticky:not(.svg) {
	max-height: 110px
}
.logo-overflow.header-creative #Top_bar:not(.is-sticky) .logo, .logo-overflow.header-stack #Top_bar:not(.is-sticky) .logo {
	height: auto
}

a#back_to_top.button .button_icon {
	padding: 2px 7px;
}
/* Code Hightlighter ----------------------------------------------------------------- */

code, pre, q {
	font-family: Consolas, monospace!important;
	border: 1px solid #e8e8e8;
	background: #fff;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
code, q {
	padding: 2px 4px;
	white-space: nowrap;
	margin: 0 2px;
	color: #2991d6
}
pre {
	padding: 21px 15px 20px;
	margin: 15px 0;
	display: block;
	line-height: 21px!important;
	background: #fff;
	background: -moz-linear-gradient(top, #fff 50%, #fafafa 50%);
	background: -webkit-linear-gradient(top, #fff 50%, #fafafa 50%);
	background: -o-linear-gradient(top, #fff 50%, #fafafa 50%);
	background: linear-gradient(top, #fff 50%, #fafafa 50%);
	background-size: 42px 42px;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
}
code p, pre p {
	margin-bottom: 0!important
}

#contactWrapper.no_border input, #contactWrapper.no_border select, #contactWrapper.no_border textarea{border-width:0px}
@media only screen and (max-width: 767px){	.mcb-wrap[data-mobile="no-up"]	{margin-top:0!important}}


/* Share | Simple | .share-simple-wrapper */
.share-simple .post-header .title_wrapper{margin-left:0;padding-left:0;border-left-width:0}

.share-simple-wrapper{border-top:1px solid rgba(0,0,0,.08);padding:15px 0;text-align:left}
.share-simple-wrapper .share-label{margin-right:10px}
.share-simple-wrapper .icons{display:inline}
.share-simple-wrapper .icons a{padding:0 5px;color:#a8a8a8}
.share-simple-wrapper .icons .facebook:hover{color:#3B5998}
.share-simple-wrapper .icons .twitter:hover{color:#1DA1F2}
.share-simple-wrapper .icons .google:hover{color:#DC4E41}
.share-simple-wrapper .icons .linkedin:hover{color:#0077B5}
.share-simple-wrapper .icons .pinterest:hover{color:#BD081B}

.share-simple-wrapper .button-love{float:right}
.share-simple-wrapper .mfn-love{position:relative;display:inline-block;padding-left:24px;margin-left:5px}
.share-simple-wrapper .mfn-love i{position:absolute;left:0;top:0;font-size:16px}
.share-simple-wrapper .mfn-love:hover{text-decoration:none}
.share-simple-wrapper .mfn-love i:last-child{opacity:0;filter:alpha(opacity=0);-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}
.share-simple-wrapper .mfn-love:hover i:last-child,
.share-simple-wrapper .mfn-love.loved i:last-child{opacity:1;filter:alpha(opacity=100)}

.style-simple .dark .quick_fact .number-wrapper {
    color: #fff;
}

a.action_button{display:block;padding:11px 20px;line-height:21px;float:left;position:relative;box-sizing:border-box;border-radius:5px;overflow:hidden}
a.action_button:hover{text-decoration:none}

/* Wrap | Equal Height */
.equal-height-wrap .mcb-wrap .mcb-wrap-inner{position:relative;float:left;width:100%}
.equal-height-wrap .mcb-wrap.valign-middle .mcb-wrap-inner{top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}
.equal-height-wrap .mcb-wrap.valign-bottom .mcb-wrap-inner{top:100%;-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}


#Content.no-padding, .template-slider #Content, .with_aside #Content {
    padding-top: 0px !important;
}