/*
Theme Name: LEVELUP
Theme URI: http://puzzlerbox.com/levelup/
Author: GrafAS
Author URI: https://themeforest.net/user/grafas
Description: LEVELUP is a unique feature-packed WordPress Theme created with attention to detail, design trends and web development technologies.
Version: 1.1.4
License: Themeforest Split Licence
License URI: -
Text Domain: LEVELUP
Domain Path: /languages/
Tags: grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, flexible-header, footer-widgets, custom-background, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-image-header, featured-images, front-page-post-form, full-width-template, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, blog, e-commerce, news, photography, portfolio
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
	5.1 - Links
	5.2 - Menus
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
	10.2 - Asides
	10.3 - Comments
11.0 - Infinite scroll
12.0 - Media
	12.1 - Captions

--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
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, font, ins, kbd, q, s, samp,
small, strike, sub, sup, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
body {
	background: #f7f8fa; /* Fallback for when there is no custom background color defined. */
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after {
	content: "";
}
blockquote {
	quotes: "" "";
}
a:focus {
	outline: 0;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}
a {
    text-decoration: none;
}


/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
dt {
	font-weight: bold;
}
/*dd {*/
	/*margin: 0 1.5em 1.5em;*/
/*}*/
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
    outline: 0;
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: none; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #333;
	border: 1px solid #ccc;
    outline: 0;
    appearance: none;
    -webkit-appearance: none;
	/*border-radius: 3px;*/
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
.site-header {
	position: absolute;
	margin: 0 auto;
}


/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.fa-sub-indicator {
	display: inline-block;
	width: 17px;
	position: relative;
	left: 8px;
	top: 1px;
	height: 14px;
}
.rdy-menu .sub-menu .fa-sub-indicator {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	left: auto;
}
.rdy-menu .fa-sub-indicator [class^="icon-"],
.rdy-menu .fa-sub-indicator [class*=" icon-"] {
	color: #888;
	font-size: 12px;
	line-height: 16px;
	height: auto;
	background-color: transparent!important;
}

.rdy-menu .fa-sub-indicator i {
	width: 8px;
	display: block;
}

.rdy-menu .wide ul .fa-sub-indicator {
	display: none !important;
}

#menu-mobile .fa-sub-indicator,
.sub-menu .fa-sub-indicator {
	float: right
}


/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sf-menu li {
	position: relative;
}

.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}

.sf-menu ul ul {
	top: 0;
	left: 100%;
}

.sf-menu ul {
	min-width: 12em; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
}

.sf-menu ul li {
	text-align: left;
}

.sf-menu a {
	text-decoration: none;
	zoom: 1; /* IE7 */
}

.sf-menu li {
	/*background: #BDD2FF;*/
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
}

.sf-menu li:hover,
.sf-menu li.sfHover {
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}


.rdy-menu ul li a,
.rdy-menu ul li .title {
	display: block;
	margin: 0;
	padding: 10px 20px !important;
}

.rdy-menu .sub-menu {
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
}

.rdy-menu .wide .sub-menu {
	padding: 15px 0px;
}

.rdy-menu .wide > .sub-menu > li {
	display: table-cell;
	width: 250px;
	min-width: 250px;
	float:none !important;
	vertical-align: top;
}

.rdy-menu .wide li {
	border-top: 0 !important;
}

.rdy-menu .wide .sub-menu li {
	border-left-width: 1px !important;
}

.rdy-menu .wide .sub-menu li {
	float: left;
	width: 100%;
	padding: 0 15px 0 15px;
	border-left: 0 solid #3d3d3d;
}

.rdy-menu .wide > .sub-menu > li:first-child {
	border-left: 0 !important;
}

.rdy-menu .wide .sub-menu li a {
	padding: 0 20px;
}

.rdy-menu .wide > .sub-menu .sub-menu {
	position: static !important;
	top: 0 !important;
	display: block !important;
	border: 0 !important;
	opacity: 1 !important;
}

.rdy-menu .wide .sub-menu li ul {
	display: block;
	left: 0;
	padding: 0;
	position: relative;
	top: 0;
	visibility: visible;
	background-color: transparent !important;
}

.rdy-menu .wide .sub-menu li ul li {
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
	border-left: 0;
}

.rdy-menu .wide li a.no-link:hover {
	cursor: default;
}

.rdy-menu .wide .hide-mega-title > a {
	display: none !important;
}

.sf-menu ul ul {
	margin-left: 1px;
}

.rdy-menu > li:not(.wide) li:last-child {
	border-bottom: 0 !important;
}

.rdy-menu .wide .widget img {
	width: 100%;
}

.rdy-menu .wide .widget {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 30px;
	margin-bottom: 10px;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
}

.set-align-left {
	display: inline;
	float: left;
}

.set-align-right {
	display: inline;
	float: right;
}

.set-align-center {
	clear: both;
	display: block;
	margin: 0 auto;
}


/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.clearfix:before,
.clearfix:after,
.entry-content:before,
.entry-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.clearfix:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

.float-right {
    float: right
}

.float-left {
    float: left
}


/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit,
.widget_product_search .search-submit
{
	display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
body.boxed .wrapper-inner {
	overflow: visible;
}

.wrapper-inner {
	width: 100%;
	overflow: hidden;
}

#content {
	position: relative;
}

.home-wrap {
	padding-top: 3em;
	margin-bottom: 0;
	padding-bottom: 0;
	position: relative;
	z-index: 100;
	background-color: #f8f8f8;
}

html:not(.js) .home-wrap {
	padding-top: 0;
}

html.no-overflow-y {
	overflow-y: hidden!important;
}

.row.no-gutter {
	margin-left: 0;
	margin-right: 0;
}

.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
	padding-right: 0;
	padding-left: 0;
}


/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
}
.hentry {
	/*margin: 0 0 1.5em;*/
}
/*.byline,*/
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	/*margin: 1.5em 0 0;*/
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.not-found-text {
	margin-top: 25px;
	font-size: 50px;
	color: #222222;
	text-align: center;
	font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
	font-weight: 800;
	font-style: normal
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paginator,
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

.infinite-scroll .rdy-load-more {
	margin-top: 50px;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
	margin-left: -0.5em;
	margin-right: -0.5em;
}

.gallery-caption {
	width: auto !important;
	max-width: 100%;
	margin-top: 18px;
	margin-bottom: 18px;
	display: table;
	table-layout: fixed;
}

.gallery:after {
	display: table;
	content: "";
	clear: both;
}
.gallery-item {
	margin: 0;
	float: left;
	padding: 0.5em;
}
.gallery-item img {
	width: 100%;
}
.gallery-columns-1 .gallery-item {
	width: 100%;
	float: none;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-3 .gallery-item {
	width: 33.3333%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery-columns-5 .gallery-item {
	width: 20%;
}
.gallery-columns-6 .gallery-item {
	width: 16.6667%;
}
.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}
.gallery-columns-8 .gallery-item {
	width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}
.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}
/*--------------------------------------------------------------
Animation
--------------------------------------------------------------*/

/*@media screen and (min-width: 992px){*/
	.animate-element,
    .animate-element.rdy_button {
		opacity: 0;
		-webkit-perspective: 1000;
	}
/*}*/

/*.ie-mobile .animate-element,
.no-cssanimations .animate-element.start-animation,
.wpb_animate_when_almost_visible,
.animate-element.start-animation {
	opacity: 1;
}*/


@-webkit-keyframes fadeInUp2 {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100px, 0);
		transform: translate3d(0, 100px, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUp2 {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100px, 0);
		transform: translate3d(0, 100px, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInUp2 {
	-webkit-animation-name: fadeInUp2;
	animation-name: fadeInUp2;
}


@-webkit-keyframes fadeInLeft2 {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-50px, 0, 0);
		transform: translate3d(-50px, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeft2 {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-50px, 0, 0);
		transform: translate3d(-50px, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInLeft2 {
	-webkit-animation-name: fadeInLeft2;
	animation-name: fadeInLeft2;
}


@-webkit-keyframes fadeInRight2 {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(50px, 0, 0);
		transform: translate3d(50px, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRight2 {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(50px, 0, 0);
		transform: translate3d(50px, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInRight2 {
	-webkit-animation-name: fadeInRight2;
	animation-name: fadeInRight2;
}




@-webkit-keyframes menushow {
	0%   {opacity: 0 !important;}
	100% {opacity: 1 !important;}
}
@keyframes menushow {
	0%   {opacity: 0 !important;}
	100% {opacity: 1 !important;}
}

@-webkit-keyframes arrow-next {
	0%   {right: 0;}
	50%  {right: -4px;}
	100% {right: 0;}
}
@-webkit-keyframes arrow-prev {
	0%   {left: 0;}
	50%  {left: -4px;}
	100% {left: 0;}
}
@keyframes arrow-next {
	0%   {right: 0;}
	50%  {right: -4px;}
	100% {right: 0;}
}
@keyframes arrow-prev {
	0%   {left: 0;}
	50%  {left: -4px;}
	100% {left: 0;}
}

@-webkit-keyframes hoverBomb {
	0% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		-webkit-transform: scale(.5, .5);
		transform: scale(.5, .5)
	}
	100% {
		opacity: 1;
		filter: none;
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1)
	}
}

@keyframes hoverBomb {
	0% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		-webkit-transform: scale(.5, .5);
		transform: scale(.5, .5)
	}
	100% {
		opacity: 1;
		filter: none;
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1)
	}
}


@-webkit-keyframes arrow {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(6px);
		transform: translateY(6px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes arrow {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(6px);
		transform: translateY(6px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes arrow-up {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes arrow-up {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@-webkit-keyframes arrow-down {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes arrow-down {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@-webkit-keyframes arrow-left {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	50% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@keyframes arrow-left {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	50% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@-webkit-keyframes arrow-right {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	50% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@keyframes arrow-right {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	50% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}



/* test */

#header {
	z-index: 31;
	height: 0;
}

#header:not(.boxed) {
	padding-left: 60px;
	padding-right: 60px;
}

/*body.admin-bar #header.static-layout {
	top: 32px
}*/
body.with-topbar #header.static-layout,
body.with-topbar #header-menu.static-layout {
    top: auto
}

body.admin-bar #header.slidedown-layout,
body.admin-bar #header.slidedown-full-layout {
	top: 0px
}

#header-menu.boxed.slidedown-layout #main-menu {
	margin-right: 100px;
}

/*#header-menu #main-menu .col-td {
	padding-left: 0;
	padding-right: 0;
}*/

/*body.admin-bar #header {
	top: 32px
}*/


/* fixed */
#header.fixed-layout,
#header.slidedown-layout,
#header.slidedown-full-layout {
	width: 100%;
}
#header.fixed-layout,
#header-menu.fixed-layout {
	position: absolute;
}


#header.fixed-layout,
#header-menu.fixed-layout {
	position: fixed;
}

body.with-slide-topbar #header.fixed-layout,
body.with-slide-topbar #header-menu.fixed-layout {
	position: absolute;
}

body.with-slide-topbar #header.fixed-layout.m-fixed,
body.with-slide-topbar #header-menu.fixed-layout.m-fixed {
	position: fixed !important;
}

body.with-sticky-topbar #top-bar {
	position: fixed;
}

@media only screen and (min-width: 992px) {
	#header.slidedown-layout,
	#header.slidedown-full-layout {
		position: fixed !important;
	}
}

#header.fixed-layout .menu-right-side,
#header.slidedown-layout .menu-right-side,
#header.slidedown-full-layout .menu-right-side {
	position: absolute !important;
}


#header.slidedown-layout #logo,
#header.slidedown-full-layout #logo {
	top: 60px;
	position: absolute;
}

/*#header.slidedown-layout .menu-right-side,
#header.slidedown-full-layout .menu-right-side {
	top: 10px !important;
}*/


#header > .container {
	position: relative;
	height: 0px;
}

#header-menu.fixed-layout .container,
#header-menu.static-layout .container,
#header-menu.slidedown-layout .container,
#header-menu.slidedown-full-layout .container {
	position: relative;
}

#header.boxed .menu-right-side {
	right: 10px !important;
}

/*@media only screen and (min-width: 992px){
	#header #logo,
	#header .menu-right-side {
		top: 0px !important;
	}
}*/

#header.search-opened {
	z-index: 34;
}
#header .search-close-icon li {
	backface-visibility: hidden;
}

#top-bar {
    width: 100%;
	z-index: 32;
	position: relative;
	overflow: hidden;
	background-color: #000;
	height: 30px;
	line-height: 30px;
	position:relative;
	color: #fff
}
#top-bar .col-td {
	width: 33%;
    vertical-align: top;
}
#top-bar .center {
	text-align: center;
}

#top-bar .right {
	text-align: right;
}

#top-bar .elem {
	display: inline-block;
    line-height: 1;
}

#top-bar .top-bar-social a:first-child {
    margin-left: 0;
}
#top-bar .top-bar-social a:last-child {
    margin-right: 0;
}

#top-bar a:hover {
	text-decoration: underline;
}
#top-bar .searchform .searchform-s {
	background-color: transparent;
	border: 1px solid rgba(255, 255, 255, .5);
}

#top-bar .elem .icon {
	margin-right: 6px;
}

#top-bar .left .elem {
	margin-right: 20px;
}

#top-bar .center .elem {
	margin-left: 10px;
	margin-right: 10px;
}

#top-bar .right .elem {
	margin-left: 20px;
}

#top-bar .elem .cart {
	font-size: 18px;
}

#top-bar .menu li,
#bottom-bar .menu li {
	display: inline-block;
	margin-left: 6px;
	margin-right: 6px;
}

@media only screen and (max-width: 992px) {
    #top-bar:not(.show_mobile) {
        display: none;
    }
}

/*#header .menu-right-side {*/
	/*top: 0 !important;*/
/*}*/

/*#header .search-close-icon {
	backface-visibility: hidden;
}*/

/*#header.static-layout #logo,
#header.static-layout .menu-right-side {
	position: absolute !important;
}*/


.animate_when_almost_visible {
	opacity: 0;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

.animate_when_almost_visible.fade-out {
	-webkit-animation-name: iso-fade-out;
	-moz-animation-name: iso-fade-out;
	-o-animation-name: iso-fade-out;
	animation-name: iso-fade-out;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-o-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
	/*-webkit-animation-duration: 0.3s;*/
	/*-moz-animation-duration: 0.3s;*/
	/*-o-animation-duration: 0.3s;*/
	animation-duration: 0.3s;
	opacity: 0;
}

@-webkit-keyframes iso-fade-out {
	0% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(0.5);
		opacity: 0;
	}
}
@-moz-keyframes iso-fade-out {
	0% {
		-moz-transform: scale(1);
		opacity: 1;
	}
	100% {
		-moz-transform: scale(0.5);
		opacity: 0;
	}
}
@-o-keyframes iso-fade-out {
	0% {
		-o-transform: scale(1);
		opacity: 1;
	}
	100% {
		-o-transform: scale(0.5);
		opacity: 0;
	}
}
@keyframes iso-fade-out {
	0% {
		transform: scale(1);
		opacity: 1;
	}
	100% {
		transform: scale(0.5);
		opacity: 0;
	}
}

/**
 * EasyZoom core styles
 */
.easyzoom {
    position: relative;

    /* 'Shrink-wrap' the element */
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.easyzoom img {
    vertical-align: bottom;
}

.easyzoom.is-loading img {
    cursor: progress;
}

.easyzoom.is-ready img {
    cursor: grab;
}

.easyzoom.is-error  img {
    cursor: not-allowed;
}

.easyzoom-notice {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 150;
    width: 10em;
    margin: -1em 0 0 -5em;
    line-height: 2em;
    text-align: center;
    background: #FFF;
    box-shadow: 0 0 10px #888;
}

.easyzoom-flyout {
    position:absolute;
    z-index: 100;
    overflow: hidden;
    background: #FFF;
}

/**
 * EasyZoom layout variations
 */
.easyzoom--overlay .easyzoom-flyout {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.easyzoom--adjacent .easyzoom-flyout {
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    margin-left: 20px;
}

.easyzoom-flyout {
    position: absolute;
    z-index: 97;
    overflow: hidden;
    background: #ffffff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}

.easyzoom-flyout:hover{
    opacity: 1;
}

.easyzoom-flyout img {
    max-width: 1400px !important;
    width: 1400px !important;
}

@media screen and (min-width: 992px) {
    body.footer-uncovering #page {
        position: relative;
        z-index: 1;
    }

    body.footer-uncovering footer {
        z-index: 0;
        position: fixed !important;
        bottom: 0;
        left: 0;
        right: 0;
    }
}
body .service-box .vc_column-inner {
    border-radius:5px;
    background-color:#fff;
    padding:10px 3px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
body .vc_row.rdy_vc_row-flex > .service-box {
    padding:7.5px;
}
.formula-title p {
margin-bottom:0!important;
}
.b_icon_with_title.services-icon-section .icon_text_holder .icon_title_holder .icon_title {
    padding-top:0;
}
.service-box .vc_column-inner:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    background-color:#F44336;
}
.service-box .vc_column-inner:hover .b_icon_with_title .rdy_icon_element, .service-box .vc_column-inner:hover .icon_content_holder h3{
}

body .b_icon_with_title.services-icon-section .icon_content_holder {
    font-size:135%;
    line-height:135%;
}
.grow-btn{
    width:100%;
    font-size:15px!important;
}
.home-blog .vc_gitem-animated-block, .home-blog .vc_gitem-animated-block .vc_gitem-zone-a {
height:250px;

}
.home-blog .vc_gitem-post-data-source-post_excerpt p {
   font-size:115%;
   line-height:115%;
}
.home-blog .vc_gitem-post-data-source-post_title h4{
    font-weight: 800;
    font-size: 200%;
}
.home-blog .vc_btn3-left {
    margin-bottom:0;
}
.home-blog .vc_gitem_row .vc_gitem-col {
    padding:15px 0px 0 0;
        box-shadow:inset 0 -1px 0px #c6c6c6
}
.home-blog .vc_btn3-left a.vc_btn3.vc_btn3-color-juicy-pink, .home-blog .vc_btn3-left a.vc_btn3.vc_btn3-color-juicy-pink:hover {
    background-color: transparent;
    color: #2d465d;
    box-shadow:none!important;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    padding: 0px 0px 8px 0;
    z-index: 2;
    border-radius: 0;
    text-align: left;
    border-bottom:1px solid transparent;
}
.home-blog .vc_btn3-left a.vc_btn3.vc_btn3-color-juicy-pink:hover {
  border-bottom:1px solid #2d465d;
}
.home-blog .vc_custom_1419240516480 {
    background:none!important;
    overflow:visible;
    background-color:transparent!important;

}
.home-blog .vc_grid-item-mini {
padding:0px;
}
.rdy_button, .vc_btn3 {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1)!important;
}
@media (max-width:767px) {
        body .vc_row.rdy_vc_row-flex > .service-box {
        width:49%!important;
        }
        body .row_section > #what-we-do > .row-container {
            padding-bottom:0!important;
        }
        .service-box .vc_column-inner .icon_content_holder h3 {
        line-height:1.1!important;
        font-size:14px!important;
        }
}
@media (min-width:992px) {
.service-center-column {
    border-left:2px solid #f1f1f1;
    border-right:2px solid #f1f1f1;
}
.grow-btn-lg{
    padding:19px 24px!important;
}
}

#work {
    overflow:hidden;
}
#work .vc_row_p_30 {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    height: 350px;
    width: 111%;
    max-width: 104%;
    transform: rotate(5deg);
    background-color: #009cde;
    left: -2%;
    overflow: hidden;
}
#work .vc_row_cp_b_100 {
    position:relative;
    z-index:3;
}
.imageWrapper {
content:'';
display:block;
position:absolute;
right:0;
left:0
top:0;
bottom:0;
background-color:rgba(0, 156, 222, 1);
}
#work-2:before {
content: '';
    display: block;
    position: absolute;
    top: 50%;
    height: 250px;
    width: 200%;
    transform: rotate(-7deg);
    background-color:#009cde;
    right: -50%;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#contact-us .gform_wrapper div.validation_error {
    color: #fff;
    border-top:none;
    border-bottom:none;
    margin-bottom:0;
    padding-bottom:0;
}

#contact-us .gform_wrapper .validation_message {
    color:#fff;
    padding-top:0;
}
#contact-us .gform_wrapper .top_label .gfield_label, #contact-us .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
    color:#fff;
}
#contact-us .gform_wrapper .gfield_required {
    display:none;
}
#contact-us .shadow-contact .vc_column-inner {
    box-shadow:25px 50px 70px -50px rgba(0, 0, 0, 0.24)
}
body #contact-us .gform_wrapper ul li.gfield {
   margin-top:0;
}
#contact-us input[type="text"], #contact-us input[type="email"], #contact-us textarea {
    padding: 5px 10px!important;
    border-radius: 4px;
    font-size:18px;
    border:none;
    background-color:#f1f1f1;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
#contact-us input[type="text"]:focus, #contact-us input[type="email"]:focus, #contact-us textarea:focus {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
 #contact-us textarea {
     max-height:200px;
 }
#contact-us .gform_wrapper .gform_footer input.button, #contact-us .gform_wrapper .gform_footer input[type=submit]  {
    border-radius:4px;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
    background-color:#2b325f;
    width:100%;
    color:#fff;
    text-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	-webkit-box-shadow: 0 12px 20px -10px rgba(43, 50, 95, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(43, 50, 95, 0.2);
	box-shadow: 0 12px 20px -10px rgba(43, 50, 95, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(43, 50, 95, 0.2);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    outline: 0;
    border: none;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px;
    font-size: 17px;
    cursor:pointer;
    -webkit-appearance:none;
    appearance:none;
}
.gform_wrapper .gform_footer input.button:hover {
	-webkit-box-shadow: 0 12px 20px -10px rgba(43, 50, 95, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(43, 50, 95, 0.2);
	box-shadow: 0 12px 20px -10px rgba(43, 50, 95, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(43, 50, 95, 0.2);
}
.gform_wrapper {
    margin:0;
    position:relative;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent;
    margin-bottom: 0px!important;
    border-top: none;
    border-bottom: none;
    padding-bottom: 0px;
    padding-top: 0px;
    box-sizing: border-box;
}
#services .b_icon_with_title .icon_text_holder .icon_title_holder .icon_title {
    padding:0;
	line-height:1.05;
	font-size:32px;
	font-weight:700;
}

@media (min-width:768px) {
.parallax {
    background-attachment:fixed;
}
}
body #contact-us .gform_wrapper .top_label div.ginput_container {
    margin-top:0;
}
#contact-us .gform_wrapper form {
    padding:0 15px;
}
#contact-us .gform_wrapper .gform_footer {
    margin:0;
    padding:15px 0;
}
#contact-us .wpb_tabs.wpb_content_element .wpb_tabs_nav {
    width:100%;
    display:table;
    min-height:70px;
}
#contact-us .wpb_tabs.wpb_content_element .wpb_tabs_nav li {
display:table-cell;
width:50%;
margin:0!important;
vertical-align:middle;
white-space: normal;
background-color:#f5f5f5;
cursor:pointer;
-webkit-box-shadow: inset 30px -30px 5px -30px rgba(0,0,0,0.35);
-moz-box-shadow: inset 30px -30px 5px -30px rgba(0,0,0,0.35);
box-shadow: inset 30px -30px 5px -30px rgba(0,0,0,0.35);
}
#contact-us .wpb_tabs.wpb_content_element .wpb_tabs_nav li:first-child {
    -webkit-box-shadow: inset inset -30px -30px 5px -30px rgba(0,0,0,0.35);
-moz-box-shadow: inset -30px -30px 5px -30px rgba(0,0,0,0.35);
box-shadow: inset -30px -30px 5px -30px rgba(0,0,0,0.35);
}
#contact-us .wpb_tabs.wpb_content_element .wpb_tabs_nav li.ui-tabs-active {
   background-color:#fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#contact-us .wpb_tabs {
    background-color:#fff;
    border-radius:4px;
    overflow:hidden;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
#contact-us .wpb_tabs.wpb_content_element .wpb_tabs_nav li a {
    padding-bottom: 0;
    border-bottom: none;
    padding: 0px 5px;
    font-weight: bold;
    line-height: 1.1;
}
#contact-us .wpb_tabs.wpb_content_element .wpb_tabs_nav:after {
    display:none;
}
#contact-us .wpb_tabs.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header, #contact-us .wpb_tabs.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
    padding:0;
}
.rdy_button_align .shadow-text, .rdy_button_align .shadow-text:hover {
    text-shadow: 0px 2px 3px rgba(0,0,0,0.4);
    box-shadow:none!important;
    padding-bottom:5px!important;
}
.wpb_row.vc_inner > .wpb_column.cs-container {
    padding-top:0!important;
}
.wpb_row.vc_inner > .wpb_column.cs-container .cs-btn a, .wpb_row.vc_inner > .wpb_column.cs-container.cs-btn a:hover {
    height: 125px;
    background-color:#2d465d;
    width: 125px;
    vertical-align: middle;
    text-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    opacity: 1;
    color: #fff!important;
    display: block;
    margin: 0;
    margin-right: 0;
    text-align: center;
    border-radius:100%!important;
    padding:42px 0 0 0!important;
    line-height:1.3;
    box-shadow: 0 0 5px 0 #2d465d;
    -webkit-animation: glow 2.4s linear infinite;
    animation: glow 2.4s linear infinite;
}

@-webkit-keyframes glow {
  0% {
    box-shadow: 0 0 5 0 #2d465d;
  }
  50% {
    box-shadow: 0 0 20px 0 #2d465d;
  }
}

@keyframes glow {
  0% {
    box-shadow: 0 0 5px 0 #2d465d;
  }
  50% {
    box-shadow: 0 0 20px 0 #2d465d;
  }
}
.wpb_row.vc_inner > .wpb_column.cs-container .cs-btn a:hover {
    animation-play-state: paused;
}
@media (max-width:767px) {
	.wpb_row.vc_inner > .wpb_column.cs-container .cs-btn a {
	    width: max-content;
	    height: auto;
	    line-height: 1;
	    padding: 10px 20px!important;
	    border-radius: 4px!important;
	    margin: 25px auto 0 auto;
	}
	}
	.section-subheading h3 span{
	    font-size:90%!important;
	}
}
body .page-content .form_fields {
	display:block;
	margin:0;
	padding:0;
	list-style:none;
}
