/*
Theme Name: Ready Kid Club
Theme URI: https://readykid.club/
Author: Hillel Stoler
Author URI: https://hillelstoler.com/
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* RESET */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
nav ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}

/* GLOBAL */

:focus {
	outline: none;
}
::-moz-focus-inner {
	border: 0;
}
strong {
	font-weight: bold;
}
.hide-text {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.clear-both {
	clear: both;
	display: block;
}
.cssfader {
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-ms-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
a, a:active, a:focus, a:hover, a:visited {
	text-decoration: none;
	color: inherit;
}

/* TYPOGRAPHY */
	
	/* font-family: 'Arimo', sans-serif; */

/* COLOR SCHEME */

	/* Light Blue:		#c6f3fb	*/
	/* Yellow:			#ebe848	*/
	/* Red:				#ef3473 */
	/* Lighter Blue:	#ddeeff */	
	/* Gray:			#646666	*/
	
	/* Light Gray		#e7e8e9 */	
	/* Green:			#a3dd4c	*/

	/* Blue:			#13cdee */


/* GENERAL */

body {
	font-family: 'Arimo', sans-serif;
	direction: rtl;
	font-weight: 400; /* regular */
	font-size: 16px;
	color: #646666;
}
.main-wrap {
	position: relative;
	margin: 0 auto;
}

/* HEADER */

header nav {
	position: fixed;
	display: block;
	width: 100%;
	min-height: 50px;
	background-color: #ef3473;
	color: white;
	font-family: 'Arimo', sans-serif;
	font-weight: 400; /* regular */
	font-size: 19px;
	direction: rtl;
	padding-left: 400px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 850;
}
header nav .social {
	position: absolute;
	top: -7px;
	left: 20px;
}
header nav .social a span .svg {
	fill: white;
}
header nav .social a:hover span .svg {
	fill: #ebe848;
}
header nav ul li {
	display: inline-block;
	margin-right: 30px;
	-webkit-transition: color .15s ease-in-out;
	-moz-transition: color .15s ease-in-out;
	-ms-transition: color .15s ease-in-out;
	-o-transition: color .15s ease-in-out;
	transition: color .15s ease-in-out;
}
header nav ul li a {
	display: block;
	padding: 0;
	height: 50px;
	line-height: 50px;
}
header nav ul li.dashicons-menu {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
}
header nav ul li:hover,
header nav ul li.current_page_item,
header nav ul li.current_page_ancestor {
	color: #ebe848;
}
header nav ul .li-wrap {
	font-size: 0;
	opacity: 0;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-ms-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
header nav ul .li-wrap.active {
	font-size: inherit;
	opacity: 1;
}	
header .header-logo {
	position: absolute;
	top: 0;
	left: 10px;
	height: 50px;
	direction: ltr;
	text-transform: uppercase;
	line-height: 50px;
	letter-spacing: 6px;
	font-size: 16px;
	-webkit-transition: font-size .15s ease-in-out;
	-moz-transition: font-size .15s ease-in-out;
	-ms-transition: font-size .15s ease-in-out;
	-o-transition: font-size .15s ease-in-out;
	transition: font-size .15s ease-in-out;
}
header .header-logo img {
	width: auto;
	height: 30px;
	margin-left: 5px;
	vertical-align: middle;
	/*-webkit-transition: transform .15s ease-in-out;
	-moz-transition: transform .15s ease-in-out;
	-ms-transition: transform .15s ease-in-out;
	-o-transition: transform .15s ease-in-out;
	transition: transform .15s ease-in-out;*/
}
header .header-logo img:hover {
	-ms-transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}

header .header-logo a {
	-webkit-transition: color .15s ease-in-out;
	-moz-transition: color .15s ease-in-out;
	-ms-transition: color .15s ease-in-out;
	-o-transition: color .15s ease-in-out;
	transition: color .15s ease-in-out;
}
header .header-logo a:nth-of-type(3) {
	margin-right: 15px;	
}
header .header-logo a:hover {
	color: #ebe848;
}

/* CONTENT */

.site-content {
	margin: 0 auto;
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
	line-height: 1.5;
}
.site-content article {
	text-align: center;
}
.site-content article p {
	font-weight: 300;
}
.site-content article p a {
	-webkit-transition: color .15s ease-in-out;
	-moz-transition: color .15s ease-in-out;
	-ms-transition: color .15s ease-in-out;
	-o-transition: color .15s ease-in-out;
	transition: color .15s ease-in-out;		
}
.site-content article p a:hover {
	color: #ef3473;	
}
.site-content article.page {
	font-size: 18px;
	width: 80%;
	margin: 10px auto;
}
.site-content .post-meta {
	margin: 50px 0;
	font-weight: 700;
}
.site-content h1 {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	font-size: 50px;
	font-weight: 700;
	text-align: center;
}
.site-content .magic-word {
	margin: 10px auto;
	font-size: 40em;
	font-weight: 700;
	color: black;
	font-family: "Arial Black";
	cursor: url('images/cursor.svg'), pointer;
	line-height: 1;
}
.site-content .magic-word span {
	-webkit-transition: color .15s ease-in-out;
	-moz-transition: color .15s ease-in-out;
	-ms-transition: color .15s ease-in-out;
	-o-transition: color .15s ease-in-out;
	transition: color .15s ease-in-out;
	line-height: 1;	
}
.site-content .magic-word span:hover {
	color: #13cdee;
}
.site-content .magic-word-image {
	-webkit-transition: width .15s ease-in-out;
	-moz-transition: width .15s ease-in-out;
	-ms-transition: width .15s ease-in-out;
	-o-transition: width .15s ease-in-out;
	transition: width .15s ease-in-out;
	display: block;
	width: 0;
	height: auto;
	display: block;
	margin: 50px auto;
}
.site-content .magic-word-image.active {
	width: 80%;	
}
.site-content .toggle-magic-word-image {
	position: fixed;
	bottom: 6em;
	right: 6em;
	width: 7em;
	height: 7em;
	z-index: 9999999999;
	overflow: hidden;
	display: block;
	background-image: url('images/toggle-word-image.svg');
	cursor: pointer;
	-webkit-transition: transform .15s ease-in-out;
	-moz-transition: transform .15s ease-in-out;
	-ms-transition: transform .15s ease-in-out;
	-o-transition: transform .15s ease-in-out;
	transition: transform .15s ease-in-out;
	opacity: .75;
}
.site-content .toggle-magic-word-image:hover {
	-ms-transform: scale(1.3,1.3);
	-webkit-transform: scale(1.3,1.3);
    transform: scale(1.3,1.3);
    opacity: 1;
}
.site-content .toggle-magic-word-image.active {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
    transform: rotate(180deg);	
}

.site-content h2 {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	font-size: 40px;
	font-weight: 700;
	text-align: center;
}
.site-content h3 {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
}
.site-content h4 {
	display: block;
	width: 100%;
	margin-bottom: 30px;
	font-size: 26px;
	font-weight: 700;
	text-align: center;
}

/* SINGLE POST RELATED */


.deco-top {
	margin: 0 auto;
	display: block;
	background-image: url('images/artichoke-top_540x377.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
	height: 377px;
}
.deco-bottom {
	margin: 0 auto;
	display: block;
	background-image: url('images/artichoke-bottom_330x189.png');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	height: 189px;
	margin-bottom: 15px;
}
.single-post-related {
	
}
.single-post-related .promoted-items {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: white;
	background-color: #13cdee;
	text-align: center;
	padding: 80px;
	width: 50%;
}
.single-post-related .promoted-items h2 {
	font-size: 30px;
	margin-bottom: 80px;
}
.single-post-related .promoted-items .promoted-item {
	position: relative;
	display: block;
	padding-right: 20px;
	line-height: 1.3;	
	margin: 0 25px 40px 25px;
	border-right-width: 15px;
	border-right-style: solid;
	border-right-color: white;
	text-align: right;
	width: auto;
}
.single-post-related .promoted-items .promoted-item a {
	display: block;	
}
.single-post-related .related-items {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #646666;
	background-color: #ebe848;
	text-align: center;
	padding: 80px;
	width: 50%;
	float: left;
}
.single-post-related .related-items .related-item {
	position: relative;
	display: block;
	padding-right: 20px;
	line-height: 1.3;
	margin: 0 25px 40px 25px;
	border-right-width: 15px;
	border-right-style: solid;
	border-right-color: #646666;
	text-align: right;
	width: auto;
}
.single-post-related .related-items .related-item a {
	display: block;	
}
.single-post-related .related-items h2 {
	font-size: 30px;
	margin-bottom: 80px;
}


/* HOMEPAGE */


/* POSTS AND TIPS PAGES */

.posts-page .posts {
	text-align: center;
	margin-top: 125px;
}
.posts-page article.post {
	position: relative;
	display: inline-block;
	margin: 0 75px 125px 75px;
}
.posts-page article.post a.post-edit-link {
	top: auto;
	right: auto;
	bottom: 10px;
	left: 10px;
}
.posts-page .entry-thumb {
	position: relative;
	display: block;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	width: 240px;
	text-align: right;
}
.posts-page .entry-thumb:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.posts-page .entry-thumb h1 {
	margin: 0;
	line-height: 1;
	text-align: right;
}
.posts-page .entry-date {
	line-height: 70px;	
}
.posts-page .posts .last-line-aligner {
	display: inline-block;
	width: 240px;
	margin: 0 70px;
}

.arve-wrapper {
	margin: 20px auto;
}


	
/* CONTACT PAGE */

#page.contact {
	background-color: #c6f3fb;
}

/* CONTACT FORMS */ 

.wpcf7-form {
	padding: 10px 10px 50px 10px;
	max-width: 800px;
	margin: 0 auto;
}
.wpcf7-form .silent {
	display: none;
}
.wpcf7-form .cf-left {
	width: 40%;
	display: inline-block;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 10px;
}
.wpcf7-form .cf-right {
	width: 60%;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 10px;
}
.wpcf7-form .half {
	width: 50%;	
}
.wpcf7 input,
.wpcf7 select {
	font-family: 'Arimo', sans-serif;
	font-weight: 400;
	font-size: 24px;
	color: #646666;
	background-color: #48e3eb;
	border: none;
	padding: 10px 15px;
	margin: 10px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	width: 100%;
}
.wpcf7 .wpcf7-textarea {
	font-family: 'Arimo', sans-serif;
	font-weight: 400;
	font-size: 24px;
	color: #646666;
	background-color: #48e3eb;
	border: none;
	padding: 10px 15px;
	margin: 10px 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	resize: vertical;
}
.wpcf7 input[type=submit] {
	background-color: #ef3473;
	color: white;
	border: none;
	padding: 2px 45px;
	width: auto;
	cursor: pointer;
	float: left;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.wpcf7 input[type=submit]:hover {
	color: #ebe848;
}
::-webkit-input-placeholder {
	color: #646666;
}
:-moz-placeholder {
	color: #646666;
	opacity: 1;
}
::-moz-placeholder {
	color: #646666;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #646666;
	opacity: 1;
}

/* 404 PAGE */

section.error-404 .images-404 {
	margin-top: 2%;
	text-align: center;
}
section.error-404 .images-404 img {
	display: inline-block;
	width: auto;
	height: 20em;
	margin-right: 2em;
	margin-left: 2em;
	-webkit-transition: transform 10s ease-in-out;
	-moz-transition: transform 10s ease-in-out;
	-ms-transition: transform 10s ease-in-out;
	-o-transition: transform 10s ease-in-out;
	transition: transform 10s ease-in-out;
}
section.error-404 .images-404 img:first-of-type:hover {
	-ms-transform: rotate(-360deg);
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}
section.error-404 .images-404 img:last-of-type:hover {
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
section.error-404 .message-404 {
	margin: 2% 15% 15% 15%;
	text-align: center;
	line-height: 30px;
	font-size: 18px;
}
section.error-404 a {
	-webkit-transition: color .15s ease-in-out;
	-moz-transition: color .15s ease-in-out;
	-ms-transition: color .15s ease-in-out;
	-o-transition: color .15s ease-in-out;
	transition: color .15s ease-in-out;
}
section.error-404 a:hover {
	color:  #ef3473;	
}

/* PMPRO */

.site-content #pmpro_level_cost .price {
	direction: ltr;
	font-size: 30px;
	font-weight: bold;
	color: black;
}
.site-content table.pmpro_checkout {
	background-color: #ddeeff;
	border-radius: 20px;
}
.site-content table.pmpro_checkout tbody tr td
	padding-bottom: 40px;
}
.site-content article .plan-title {
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: normal;
}
.site-content form.pmpro_form label {
	float: none;	
}
.site-content form.pmpro_form input {
	font-family: inherit;	
}
.site-content form.pmpro_form input#other_discount_code_button {
	cursor: pointer;
}

.site-content #pmpro_user_fields {
	text-align: right;	
}
.site-content #pmpro_user_fields input,
.site-content #pmpro_user_fields select {
	font-family: 'Arimo', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #646666;
	border: none;
	padding: 5px 10px;
	margin: 5px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	width: 96%;
	max-width: none;
    display: block;
}
.site-content #pmpro_user_fields input[type=submit] {
	background-color: #ef3473;
	color: white;
	border: none;
	padding: 2px 45px;
	width: auto;
	cursor: pointer;
	float: left;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.site-content #pmpro_user_fields .pmpro_asterisk {
	display: none;
}
.site-content #pmpro_user_fields .password-field {
	position: relative;
}
.site-content #pmpro_user_fields .password-field .toggle-password-visibility {
	position: absolute;
    top: 18px;
    left: 26px;
    font-size: 30px;
}
.toggle-password-visibility:after {
	content: "\f177";
	-webkit-transition: color .15s ease-in-out;
	-moz-transition: color .15s ease-in-out;
	-ms-transition: color .15s ease-in-out;
	-o-transition: color .15s ease-in-out;
	transition: color .15s ease-in-out;
	cursor: pointer;
}
.toggle-password-visibility.visible:after {
	content: "\f530";
} 
.toggle-password-visibility:hover {
	color: #ef3473;
}

/* FOOTER */

footer {
	position: relative;
	display: block;
	width: 100%
}
footer .footer-decoration {
	width: 60%;
	height: auto;
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translate(-50%, -60%);
}
footer .footer-title {
	padding-top: 125px;
	width: 100%;
	margin-bottom: 50px;
	font-size: 50px;
	font-weight: 700;
	text-align: center;
}
footer a {
	-webkit-transition: color .15s ease-in-out;
	-moz-transition: color .15s ease-in-out;
	-ms-transition: color .15s ease-in-out;
	-o-transition: color .15s ease-in-out;
	transition: color .15s ease-in-out;	
}
footer a:hover {
	color: #ef3473;
}
footer .footer-content {
	display: block;
	background-color: #c6f3fb;
	margin: 0 auto;
	padding-bottom: 50px;
}
footer .footer-content.deco {
	margin-top: 6.8em;
	padding-top: 2.3em;	
}
footer .footer-links {
	max-width: 1010px;
	padding: 0 20px;
	margin: 0 auto;
}
footer .footer-links .social {
	position: relative;
	display: inline;
	margin-left: 10px;
}
footer .footer-links p {
	display: inline-block;
	font-size: 19px;
	line-height: 1.2;
}
footer .footer-links .social a span svg {
	position: relative;
}
footer .footer-links .social a span .svg {
	fill: #646666;
}
footer .footer-links .social a:hover span .svg {
	fill: #ef3473;
}
footer small {
	direction: ltr;
	display: block;
	min-height: 50px;
	padding: 0 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 400;
	font-size: 19px;
	width: 100%;
	text-transform: uppercase;
	line-height: 50px;
}
footer small span {
	float: right;
}

/* MEDIA QUERIES */

@media screen and (max-width: 799px) {
	
	/* Responsive Header */
	header {
		width: 100%;
		overflow: hidden;
	}
	header img.header-image {
		height: 250px;
		width: 100%;
		object-fit: cover;
	}
	header nav {
		padding-left: 0;
	}
	header nav ul {
		padding-left: 20%;
	}
	header nav .social {
		top: -4px;
		left: 5px;
	}
	header nav .social a span {
		width: 30px;
	}
	header nav ul .li-wrap {
		max-height: 0;
		display: block;
		overflow: hidden;
		font-size: inherit;
		opacity: 1;
		-webkit-transition: max-height .15s ease-in-out;
		-moz-transition: max-height .15s ease-in-out;
		-ms-transition: max-height .15s ease-in-out;
		-o-transition: max-height .15s ease-in-out;
		transition: max-height .15s ease-in-out;	
	}
	header nav ul .li-wrap.active {
		max-height: 800px;
	}	
	header nav ul li {
		text-align: center;
		display: block;
		width: 100%;
		text-align: center;
	}
	header nav ul li.dashicons-menu {
		display: block;
		margin-right: 20px;
	}
	header .header-logo{
		height 50px;
		float: left;
		display: inline-block;
	}
	header .header-logo {
		font-size: 10px;
	}
	header .header-logo img {
		height: 20px;
	}
		
	/* Responsive Content */
	
	.site-content {
		margin-top: 0;
		padding: 30px 5% 15px 5%;
	}
	.site-content h1 {
		line-height: 1.2;
	}
	.posts-page .posts {
		overflow-x: hidden;
		margin-top: 25px;
	}
	.posts-page .posts article.post {
		margin: 20px 0 !Important;
		width: 100%;
		display: block;
	}
	
	/* Responsive Footer */
	footer .footer-title {
		padding-top: 25px;
		padding-bottom: 15px;
	}
	footer .footer-content {
		padding-bottom: 10px;
	}
	footer .footer-links p {
		display: none;
	}
	footer small {
		padding: 10px 5%;
		text-align: center;
		line-height: 1.2;	
	}
	footer small span {
		float: none;
		display: block;
	}
	.deco-top {
		max-height: 250px;
	} 
}

/* EDIT LINK */

a.post-edit-link {
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 0 8px;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	text-decoration: none;
	border-radius: 3px;
	background-color: #ef3473;
	color: white;
	-webkit-transition: color .15s ease-in-out;
	-moz-transition: color .15s ease-in-out;
	-ms-transition: color .15s ease-in-out;
	-o-transition: color .15s ease-in-out;
	transition: color .15s ease-in-out;
	z-index: 700;
}
a.post-edit-link:hover {
	color: #ebe848;
}

/* LOADER */

#loader {
	position: fixed;
	z-index: 99999999;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	margin-left: -25px;
}
.circularG {
	position: absolute;
	width: 11px;
	height: 11px;
	-webkit-animation-name: bounce_circularG;
	-moz-animation-name: bounce_circularG;
	-ms-animation-name: bounce_circularG;
	-o-animation-name: bounce_circularG;
	animation-name: bounce_circularG;
	-webkit-animation-duration: 1.04s;
	-moz-animation-duration: 1.04s;
	-ms-animation-duration: 1.04s;
	-o-animation-duration: 1.04s;
	animation-duration: 1.04s;
	-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-animation-direction: linear;
	-moz-animation-direction: linear;
	-ms-animation-direction: linear;
	-o-animation-direction: linear;
	animation-direction: linear;
	border-radius: 8px;
	background-color: #13cdee;
}
#circularG_1 {
	top: 20px;
	left: 0;
	-webkit-animation-delay: .39s;
	-moz-animation-delay: .39s;
	-ms-animation-delay: .39s;
	-o-animation-delay: .39s;
	animation-delay: .39s;
}
#circularG_2 {
	top: 5px;
	left: 5px;
	-webkit-animation-delay: .52s;
	-moz-animation-delay: .52s;
	-ms-animation-delay: .52s;
	-o-animation-delay: .52s;
	animation-delay: .52s;
}
#circularG_3 {
	top: 0;
	left: 20px;
	-webkit-animation-delay: .65s;
	-moz-animation-delay: .65s;
	-ms-animation-delay: .65s;
	-o-animation-delay: .65s;
	animation-delay: .65s;
}
#circularG_4 {
	top: 5px;
	right: 5px;
	-webkit-animation-delay: .78s;
	-moz-animation-delay: .78s;
	-ms-animation-delay: .78s;
	-o-animation-delay: .78s;
	animation-delay: .78s;
}
#circularG_5 {
	top: 20px;
	right: 0;
	-webkit-animation-delay: .91s;
	-moz-animation-delay: .91s;
	-ms-animation-delay: .91s;
	-o-animation-delay: .91s;
	animation-delay: .91s;
}
#circularG_6 {
	right: 5px;
	bottom: 5px;
	-webkit-animation-delay: 1.04s;
	-moz-animation-delay: 1.04s;
	-ms-animation-delay: 1.04s;
	-o-animation-delay: 1.04s;
	animation-delay: 1.04s;
}
#circularG_7 {
	bottom: 0;
	left: 20px;
	-webkit-animation-delay: 1.17s;
	-moz-animation-delay: 1.17s;
	-ms-animation-delay: 1.17s;
	-o-animation-delay: 1.17s;
	animation-delay: 1.17s;
}
#circularG_8 {
	bottom: 5px;
	left: 5px;
	-webkit-animation-delay: 1.3s;
	-moz-animation-delay: 1.3s;
	-ms-animation-delay: 1.3s;
	-o-animation-delay: 1.3s;
	animation-delay: 1.3s;
}
@-moz-keyframes bounce_circularG{
0%{
-moz-transform:scale(1)}
100%{
-moz-transform:scale(.3)}
}
@-webkit-keyframes bounce_circularG{
0%{
-webkit-transform:scale(1)}
100%{
-webkit-transform:scale(.3)}
}
@-ms-keyframes bounce_circularG{
0%{
-ms-transform:scale(1)}
100%{
-ms-transform:scale(.3)}
}
@-o-keyframes bounce_circularG{
0%{
-o-transform:scale(1)}
100%{
-o-transform:scale(.3)}
}
@keyframes bounce_circularG{
0%{
transform:scale(1)}
100%{
transform:scale(.3)}
}
#mfPreviewBar {
	display: none !Important;
}