@charset "UTF-8";/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}.bounceIn,.bounceOut,.flipOutX,.flipOutY{animation-duration:.75s}@keyframes bounce{0%,100%,20%,53%,80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,0,0)}40%,43%{transition-timing-function:cubic-bezier(.755,.050,.855,.060);transform:translate3d(0,-30px,0)}70%{transition-timing-function:cubic-bezier(.755,.050,.855,.060);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;-ms-transform-origin:center bottom;transform-origin:center bottom}@keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%,100%{transform:scale3d(1,1,1)}50%{transform:scale3d(1.05,1.05,1.05)}}.pulse{animation-name:pulse}@keyframes rubberBand{0%,100%{transform:scale3d(1,1,1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,100%{transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes swing{20%{transform:rotate3d(0,0,1,15deg)}40%{transform:rotate3d(0,0,1,-10deg)}60%{transform:rotate3d(0,0,1,5deg)}80%{transform:rotate3d(0,0,1,-5deg)}100%{transform:rotate3d(0,0,1,0deg)}}.swing{-ms-transform-origin:top center;transform-origin:top center;animation-name:swing}@keyframes tada{0%,100%{transform:scale3d(1,1,1)}10%,20%{transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}}.tada{animation-name:tada}@keyframes wobble{0%,100%{transform:none}15%{transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}}.wobble{animation-name:wobble}@keyframes bounceIn{0%,100%,20%,40%,60%,80%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}100%{opacity:1;transform:scale3d(1,1,1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{0%,100%,60%,75%,90%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}100%{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,100%,60%,75%,90%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}100%{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,100%,60%,75%,90%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}100%{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,100%,60%,75%,90%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}100%{transform:translate3d(0,0,0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}100%{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}100%{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}100%{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}100%{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}100%{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}100%{opacity:1;transform:none}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}100%{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}100%{opacity:1;transform:none}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}100%{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}100%{opacity:1;transform:none}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}100%{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}100%{opacity:1;transform:none}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{transform:perspective(400px) rotate3d(0,1,0,-360deg);animation-timing-function:ease-out}40%{transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95);animation-timing-function:ease-in}100%{transform:perspective(400px);animation-timing-function:ease-in}}.animated.flip{backface-visibility:visible;animation-name:flip}.flipInX,.flipInY,.flipOutX,.flipOutY{backface-visibility:visible!important}@keyframes flipInX{0%{transform:perspective(400px) rotate3d(1,0,0,90deg);transition-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(1,0,0,-20deg);transition-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{transform:perspective(400px)}}.flipInX{animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotate3d(0,1,0,90deg);transition-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(0,1,0,-20deg);transition-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{transform:perspective(400px)}}.flipInY{animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}100%{transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.flipOutX{animation-name:flipOutX}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}100%{transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{animation-name:flipOutY}@keyframes lightSpeedIn{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}100%{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1}100%{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform-origin:center;transform:rotate3d(0,0,1,-200deg);opacity:0}100%{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}100%{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate3d(0,0,1,45deg);opacity:0}100%{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate3d(0,0,1,45deg);opacity:0}100%{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate3d(0,0,1,-90deg);opacity:0}100%{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{transform-origin:center;opacity:1}100%{transform-origin:center;transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}100%{transform-origin:left bottom;transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}100%{transform-origin:right bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}100%{transform-origin:left bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}100%{transform-origin:right bottom;transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate3d(0,0,1,80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate3d(0,0,1,60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}100%{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-name:hinge}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}100%{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}100%{opacity:0;transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}100%{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}100%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}100%{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}100%{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}100%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{0%{transform:translateY(-100%);visibility:visible}100%{transform:translateY(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translateX(-100%);visibility:visible}100%{transform:translateX(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translateX(100%);visibility:visible}100%{transform:translateX(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translateY(100%);visibility:visible}100%{transform:translateY(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateY(0)}100%{visibility:hidden;transform:translateY(100%)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateX(0)}100%{visibility:hidden;transform:translateX(-100%)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateX(0)}100%{visibility:hidden;transform:translateX(100%)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateY(0)}100%{visibility:hidden;transform:translateY(-100%)}}.slideOutUp{animation-name:slideOutUp}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="url"],
input[type="tel"],
select,
textarea {
	-moz-box-sizing: border-box;
		 box-sizing: border-box;
}

/* #Media Queries
================================================== */

@media only screen and (max-width: 1400px) {

	/* Aside Admin Panel
	---------------------------------------------------------- */

	.aside-admin-panel { top: 7%; }

}

@media only screen and (max-width: 1200px) {

	/* Logo
	---------------------------------------------------------- */

	#header.type-2 .logo {
		display: block;
		margin-left: auto;
		margin-right: auto;
		max-width: 165px;
		text-align: center;
	}

	.t_md_align_c { text-align: center; }

	/* Sidebar
	---------------------------------------------------------- */

		#sidebar .widget .widget-title { font-size: 18px; }

	/* Widgets
	---------------------------------------------------------- */

		/* Mailchimp
		-------------------------------------------- */

		#footer .col-sm-6 .widget_zn_mailchimp > .widget-head {
			display: block;
			margin-bottom: 15px;
		}

			#footer .col-sm-6 .widget_zn_mailchimp input[type="text"] { width: 320px; }

	/* Cookie Alert Styles
	---------------------------------------------------------- */

	.cwcookielaw p {
		margin-bottom: 5px;
		display: block;
		font-size: 12px;
	}

	.cwcookielaw .cwcookiebubble {
		position: absolute;
		left: 50%;
		right: auto;
		top: 70px;
		padding: 10px;
		width: 330px;

		-webkit-transform: translateX(-50%);
				transform: translateX(-50%);
	}

	.cwcookielaw .cwcookiebubble:after { display: none; }

}

@media screen and (min-width: 993px) and (max-width: 1200px) {

	/* Logo
	---------------------------------------------------------- */

	#header.type-4 .search-wrap { width: 470px; }

		#header.type-4 .logo { margin-left: 140px; }
		#header.type-2 .logo { margin-bottom: 15px; }

	/* Navigation
	---------------------------------------------------------- */

	#header.type-2 .menu_wrap { width: 710px; }

}

@media only screen and (max-width: 992px),only screen and (max-width:992px) and (orientation: portrait){

	/* General Optional
	---------------------------------------------------------- */

	.d_sm_block 	{ display: block; }
	.d_sm_inline_b  { display: inline-block; }
	.d_sm_inline_middle{
		display: inline-block;
		vertical-align: middle;
	}
	.t_sm_align_c { text-align: center; }
	.t_sm_align_l { text-align: left; }
	.f_sm_none 	  { float: none; }

}

@media only screen and (max-width: 992px) {

	.f_sm_none 	  { float: none; }
	.t_sm_align_c { text-align: center; }

	/* Navigation
	---------------------------------------------------------- */

	#header.type-1 .menu_wrap,
	#header.type-3 .menu_wrap,
	#header.type-6 .menu_wrap { background-color: transparent; }

	#header.type-2 .menu_wrap {
		display: block;
		padding: 0;
		width: 100%;
	}

	/*.navigation { display: block; }*/
	.navigation,
	.compatible_with_mega_menu .navigation { display: none; }

	.mobile-button {
		display: block;
		margin: 5px auto 15px;
		width: 60px;
		height: 47px;
		background-color: #e74c3c;
		text-align: center;
		cursor: pointer;

		-webkit-border-radius: 4px;
				border-radius: 4px;
	}

	#header.type-2 .mobile-button { margin-top: 20px; }

	.mobile-button.active { background-color: #34495e; }

	.mobile-button:before {
		font-family: 'fontawesome';
		line-height: 47px;
		color: #fff;
		font-size: 35px;
		content: "\f0c9";
	}

	#theme-wrapper .mobile-advanced {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1001;
		overflow: hidden;
		display: block;
		width: 100%;
		height: 100%;
		background-color: #fff;
		pointer-events: none;

		-webkit-transition: -webkit-transform .35s ease;
				transition: transform .35s ease;
		-webkit-transform: translate(100%, 0);
				transform: translate(100%, 0);
	}

	#theme-wrapper.active .mobile-advanced {
		pointer-events: auto;

		-webkit-transform: translate(0, 0);
				transform: translate(0, 0);
	}

		#theme-wrapper .mobile-advanced > ul,
		#theme-wrapper .mobile-advanced > .menu_holder { padding-top: 80px; }

			#theme-wrapper .mobile-advanced li:not(:last-child) { margin-bottom: 5px; }

			#theme-wrapper .mobile-advanced li,
			#theme-wrapper .mobile-advanced ul {
				display: block;
				overflow: hidden;
				list-style: none;
				width: 100% !important;
				backface-visibility: hidden;
				background-image: none !important;
			}

			#theme-wrapper .mobile-advanced .sub-menu,
			#theme-wrapper .mobile-advanced .submenu,
			#theme-wrapper .mobile-advanced .children,
			#theme-wrapper .mobile-advanced .mega_main_menu_ul ul
			{
				display: none;
			}

				.mobile-advanced li a,
				.mobile-advanced li .item_link {
					position: relative;
					margin-left: 10px;
					margin-right: 10px;
					padding: 10px 20px 10px 35px;
					display: block;
					background-color: #fff;
					color: #e74c3c;
					text-transform: none;
					border: 1px solid #e74c3c;
					font-size: 14px;
					font-weight: 700;
					-webkit-border-radius: 4px;
							border-radius: 4px;
				}

				/*#theme-wrapper .mobile-advanced > ul > li.current-menu-item > a,*/
				/*#theme-wrapper .mobile-advanced > ul > li.current-menu-parent > a,*/
				/*#theme-wrapper .mobile-advanced > ul > li.current-menu-ancestor > a,*/
				/*#theme-wrapper .mobile-advanced > ul > li.current_page_item > a,*/
				/*#theme-wrapper .mobile-advanced > ul > li.current_page_parent > a,*/
				/*#theme-wrapper .mobile-advanced > ul > li.current_page_ancestor > a,*/
				/*#theme-wrapper .mobile-advanced ul ul li.current-menu-item > a,*/
				/*#theme-wrapper .mobile-advanced ul ul li.current-menu-parent > a,*/
				/*#theme-wrapper .mobile-advanced ul ul li.current-menu-ancestor > a,*/
				/*#theme-wrapper .mobile-advanced ul ul li.current_page_item > a,*/
				/*#theme-wrapper .mobile-advanced ul ul li.current_page_parent > a,*/
				/*#theme-wrapper .mobile-advanced ul ul li.current_page_ancestor > a,*/
				/*#theme-wrapper .mobile-advanced > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link,*/
				/*#theme-wrapper .mobile-advanced > .menu_holder > .menu_inner > ul > li.current-page-ancestor > .item_link,*/
				/*#theme-wrapper .mobile-advanced > .menu_holder > .menu_inner > ul > li.current-post-ancestor > .item_link,*/
				/*#theme-wrapper .mobile-advanced > .menu_holder > .menu_inner > ul > li.current-menu-item > .item_link,*/

				#theme-wrapper .mobile-advanced ul > li:hover > a
				/*.mobile-advanced > ul > li.current-menu-item > a,*/
				/*.mobile-advanced > ul > li.current-menu-parent > a,*/
				/*.mobile-advanced > ul > li.current-menu-ancestor > a,*/
				/*.mobile-advanced > ul > li.current_page_item > a,*/
				/*.mobile-advanced > ul > li.current_page_parent > a,*/
				/*.mobile-advanced > ul > li.current_page_ancestor > a,*/
				/*.mobile-advanced .mega_main_menu_ul > li:hover > a.item_link,*/
				/*.mobile-advanced .mega_main_menu_ul > li.current-menu-item > a.item_link,*/
				/*.mobile-advanced .mega_main_menu_ul > li.current-menu-parent > a.item_link,*/
				/*.mobile-advanced .mega_main_menu_ul > li.current-menu-ancestor > a.item_link*/
				{
					background-color: #e74c3c;
					color: #fff !important;
				}

				#theme-wrapper .mobile-advanced ul ul {
					margin-left: 0;
					margin-top: 5px;
				}

					#theme-wrapper .mobile-advanced ul ul li > a	 { margin-left: 30px; }
					#theme-wrapper .mobile-advanced ul ul ul li > a  { margin-left: 40px; padding-left: 25px; }

					#theme-wrapper #advanced-menu-hide {
						position: fixed;
						top: 20px;
						right: 30px;
						z-index: 1002;
						display: block;
						width: 40px;
						height: 40px;
						background-color: #e74c3c;
						text-align: center;

						-webkit-backface-visibility: hidden;
								backface-visibility: hidden;
						-webkit-border-radius: 4px;
								border-radius: 4px;
					}

					.logged-in.admin-bar #theme-wrapper #advanced-menu-hide { top: 55px; }

					#theme-wrapper.active #advanced-menu-hide {
						visibility: visible;
						pointer-events: auto;

						-webkit-transform: translateX(0);
								transform: translateX(0);
					}

					#theme-wrapper #advanced-menu-hide:after {
						vertical-align: middle;
						text-align: center;
						font-size: 21px;
						font-family: 'FontAwesome';
						line-height: 40px;
						color: #fff;
						content: '\f00d';
					}

				#theme-wrapper .mobile-advanced li.menu-item-has-children > a::after,
				#theme-wrapper .mobile-advanced li.page_item_has_children > a::after
				{
					position: absolute;
					top: 20px;
					left: 16px;
					color: #e74c3c;
					margin-top: -10px;
					font-size: 16px;
					content: "\f104";
					font-family: 'FontAwesome';

					-webkit-transition: transform .25s ease, left .25s ease;
							transition: transform .25s ease, left .25s ease;
				}

				#theme-wrapper .mobile-advanced ul ul li.menu-item-has-children > a:after,
				#theme-wrapper .mobile-advanced ul ul li.page_item_has_children > a:after {
					position: absolute;
					font-size: 14px;
				}

				#theme-wrapper .mobile-advanced ul > li.menu-item-has-children.open-menu > a::after,
				#theme-wrapper .mobile-advanced ul > li.page_item_has_children.open-menu > a::after
				{
					left: 18px;
					-webkit-transform: rotate(-90deg);
							transform: rotate(-90deg);
				}

				#theme-wrapper .mobile-advanced li.menu-item-has-children > a:after,
				#theme-wrapper .mobile-advanced li.page_item_has_children > a:after,
				#theme-wrapper .mobile-advanced li.menu-item-has-children:hover > a:after,
				#theme-wrapper .mobile-advanced li.page_item_has_children:hover > a:after
				{
					color: #fff;
				}

	/* Search Form
	---------------------------------------------------------- */

	.type-1 .searchform-wrap,
	.type-2 .searchform-wrap,
	.type-3 .searchform-wrap {
		position: relative;
		visibility: visible;
		margin-bottom: 0;
		pointer-events: auto;
		opacity: 1;

		-webkit-transform: none;
				transform: none;
	}

		.type-1 .searchform-wrap .search-outer,
		.type-3 .searchform-wrap .search-outer { padding: 0 10px; }

			.searchform-wrap #searchform { display: block; }

			.type-1 .close-search-form,
			.type-1 .search-button,
			.type-2 .close-search-form,
			.type-2 .search-button,
			.type-3 .close-search-form,
			.type-3 .search-button { display: none; }

	/* Content
	---------------------------------------------------------- */

	#content.sbl #main,
	#content.sbr #main,
	#content.sbl #sidebar,
	#content.sbr #sidebar { float: none; width: 100%;  }

	/* Comments
	---------------------------------------------------------- */

	.comment-respond .comment-form .comment-form-author,
	.comment-respond .comment-form .comment-form-email { width: 100%; }

	.comment-respond .comment-form .comment-form-author { padding-right: 0; }
	.comment-respond .comment-form .comment-form-email  { padding-left: 0; }

}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 992px) {

	/* Logo
	---------------------------------------------------------- */

	#header.type-4 .search-wrap { width: 243px; }

		#header.type-4 .logo { margin-left: 0; }

	/* Widgets
	---------------------------------------------------------- */

		/* Mailchimp
		---------------------------------------------------------- */

		#footer .col-sm-6 .widget_zn_mailchimp input[type="text"] { width: 200px; }

}

@media only screen and (max-width: 767px) {

	/* General Optional
	---------------------------------------------------------- */

	.alignleft,
	.alignright { float: none; }

	img.alignleft,
	img.alignright {
		display: block;
		margin: 0 auto 15px;
	}

	.m_xs_bottom_15 { margin-bottom: 15px; }

	.t_xs_align_c { text-align: center; }

	.section-title { font-size: 18px; }

	/* Header
	---------------------------------------------------------- */

	.header-in { text-align: center; }

	#header.type-1 .header-in { padding-bottom: 10px; }

		#header .logo {
			display: block;
			margin-bottom: 15px;
		}

		#header.type-4 #logo {
			margin-left: 0;
			text-align: center;
		}


	/* Form
	---------------------------------------------------------- */

	#header.type-1 .searchform-wrap { background-color: transparent; }

	#header.type-1 .search_form { margin-bottom: 15px; }

	#header.type-4 .search-wrap { width: 100%; }

	#header.type-4 .cart-holder {
		float: none;
		text-align: center;
	}

		#header.type-4 .cart-holder .cart-set { display: inline-block; }

	.search-button { display: none; }

	/* Search Form
	---------------------------------------------------------- */

	.searchform-wrap {
		position: relative;
		visibility: visible;
		margin-bottom: 0;
		pointer-events: auto;
		opacity: 1;

		-webkit-transform: none;
				transform: none;
	}

	.close-search-form,
	.search-button { display: none; }

	/* General Elements
	---------------------------------------------------------- */

	.boxed_layout { width: auto; }

		#content.sbl #main,
		#content.sbr #main,
		#content.sbl #sidebar,
		#content.sbr #sidebar { float: none;  }

	/* Main Content
	---------------------------------------------------------- */

	.page_content_offset { padding: 55px 0 20px; }

	/* Aside Admin Panel
	---------------------------------------------------------- */

	.aside-admin-panel { display: none; }

	/* Widgets
	---------------------------------------------------------- */

		/* Mailchimp
		--------------------------------------------------- */

		#footer .col-sm-6 .widget_zn_mailchimp input[type="text"] {
			margin-bottom: 15px;
			width: 100%;
		}

	/* Footer
	---------------------------------------------------------- */

	#footer .copyright { text-align: center; }

	ul.payment-images {
		display: block;
		margin: 10px 0 0;
		text-align: center;
	}

	/* Cookie Alert Styles
	---------------------------------------------------------- */

	.cwallowcookies.button,
	.cwcookiesmoreinfo.button {
		display: inline-block;
		margin-bottom: 10px;
		text-align: center;

		-webkit-border-radius: 4px;
				border-radius: 4px;
	}

	.cwcookielaw .cwcookiebubble {
		position: relative;
		left: 0;
		right: 0;
		top: 0;
		padding: 10px;
		width: 100%;

		-webkit-transform: translateX(0);
				transform: translateX(0);
	}

	/*	Template 404
	/* --------------------------------------------- */

	.error-404-text {
		margin-bottom: 50px;
		padding: 0 15px;
	}

		.error-404-text h2 { font-size: 100px; }
		.error-404-text h3 {
			margin-bottom: 15px;
			font-size: 23px;
		}

}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

	.section-line .section-title { margin-right: 25px; }

}

@media only screen and (max-width: 480px) {


}

/* #Boxed Layout Responsive
================================================== */

@media only screen and (min-width: 768px) {
	.boxed_layout { width: 770px; }
}

@media only screen and (min-width: 992px) {
	.boxed_layout { width: 1020px; }
}

@media only screen and (min-width: 1200px) {
	.boxed_layout { width: 1220px; }
}

/*	Retina Ready
/* --------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144 dpi) { }




/*	Animations
/* --------------------------------------------- */

.csstransitions .animated [class*="animate-"] {
	-webkit-transition: all .7s ease;
			transition: all .7s ease;
}

.csstransitions .animated [class*="animate-"].fast {
	-webkit-transition: all .4s ease;
			transition: all .4s ease;
}

.animated [class*="animate-"].long {
	-webkit-transition: all 1.1s ease;
			transition: all 1.1s ease;
}

/*.csstransitions .animated [class*="animate-"] {*/
	/*opacity: 0;*/
	/*visibility: hidden;*/
/*}*/

.csstransitions .animated .animate-top-to-bottom,
.csstransitions .animated .animate-bottom-to-top,
.csstransitions .animated .animate-left-to-right,
.csstransitions .animated .animate-right-to-left,
.csstransitions .animated .animate-appear
{
	opacity: 0;
	visibility: hidden;
}

.csstransitions .animated .animate-top-to-bottom {
	-webkit-transform: translateY(-45px);
			transform: translateY(-45px);
}
.csstransitions .animated .animate-bottom-to-top {
	-webkit-transform: translateY(45px);
			transform: translateY(45px);
}

.csstransitions .animated .animate-left-to-right {
	-webkit-transform: translateX(-45px);
			transform: translateX(-45px);
}

.csstransitions .animated .animate-right-to-left {
	-webkit-transform: translateX(45px);
			transform: translateX(45px);
}

.csstransitions .animated .animate-appear.animate_finished {
	-webkit-animation: animation_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
			animation: animation_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-webkit-transform: scale(1);
			transform: scale(1);
	opacity: 1;
}

.csstransitions .animated [class*="animate_finished"] {
	opacity: 1;
	visibility: visible;

	-webkit-transform: translate(0, 0);
			transform: translate(0, 0);
}

/* Appear from center keyframes */
@-webkit-keyframes animation_appear {
	0% {
		-webkit-transform: scale(0.5);
		opacity: 0.1;
	} 100% {
		  -webkit-transform: scale(1);
		  opacity: 1;
	  }
}

@keyframes animation_appear {
	0% {
		transform: scale(0.5);
		opacity: 0.1;
	} 100% {
		  transform: scale(1);
		  opacity: 1;
	  }
}

/* --------------------------------------------- */
/*	Keyframes
/* --------------------------------------------- */

@-webkit-keyframes ministorm {
	0%, 100% { -webkit-tranform: rotate(0deg); }
	30% 	 { -webkit-transform: rotate(8deg); }
	70% 	 { -webkit-transform: rotate(-8deg); }
}

@-moz-keyframes ministorm {
	0%,100% {
		-moz-transform: rotate(0deg);
				transform: rotate(0deg);
	}
	30%{
		-moz-transform: rotate(8deg);
				transform: rotate(8deg);
	}
	70%{
		-moz-transform: rotate(-8deg);
				transform: rotate(-8deg);
	}
}

@keyframes ministorm {
	0%,100% {
		-webkit-transform: rotate(0deg);
				transform: rotate(0deg);
	}
	30%{
		-webkit-transform: rotate(8deg);
				transform: rotate(8deg);
	}
	70%{
		-webkit-transform: rotate(-8deg);
				transform: rotate(-8deg);
	}
}

@keyframes wicket {
	0% {
		-webkit-transform: rotate3d(1,0,0,90deg);
				transform: rotate3d(1,0,0,90deg);
	}
	70% {
		-webkit-transform: rotate3d(1,0,0,-30deg);
				transform: rotate3d(1,0,0,-30deg);
	}
	100% {
		-webkit-transform: rotate3d(1,0,0,0deg);
				transform: rotate3d(1,0,0,0deg);
	}
}

@-webkit-keyframes wicket {
	0%  { -webkit-transform:rotate3d(1,0,0,90deg) translate3d(0,0,1px);  }
	70% { -webkit-transform:rotate3d(1,0,0,-30deg) translate3d(0,0,1px); }
	100%{ -webkit-transform:rotate3d(1,0,0,0deg) translate3d(0,0,1px);   }
}

@keyframes wicketout {
	0%{
		-webkit-transform: rotate3d(1,0,0,0deg);
				transform: rotate3d(1,0,0,0deg);
	}
	30%{
		-webkit-transform: rotate3d(1,0,0,-30deg);
				transform: rotate3d(1,0,0,-30deg);
	}
	100%{
		-webkit-transform: rotate3d(1,0,0,90deg);
				transform: rotate3d(1,0,0,90deg);
	}
}

@-webkit-keyframes wicketout {
	0%   { -webkit-transform: rotate3d(1,0,0,0deg) translate3d(0,0,1px); }
	30%  { -webkit-transform: rotate3d(1,0,0,-30deg) translate3d(0,0,1px); }
	100% { -webkit-transform: rotate3d(1,0,0,90deg) translate3d(0,0,1px); }
}

@-webkit-keyframes sizejump {
	0%, 100% { -webkit-transform: scaleX(1); }
	50%      { -webkit-transform: scaleX(1.1); }
}

@keyframes sizejump{
	0%, 100% { -moz-transform:scaleX(1);-o-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1);}
	50% 	{ -moz-transform:scaleX(1.1);-o-transform:scaleX(1.1);-ms-transform:scaleX(1.1);transform:scaleX(1.1);}
}

@-webkit-keyframes jump {
	0%, 100% { -webkit-transform:translateY(0px); }
	50%  { -webkit-transform:translateY(-5px); }
}

@keyframes jump {
	0%, 100% { -moz-transform:translateY(0px);-o-transform:translateY(0px);-ms-transform:translateY(0px);transform:translateY(0px);}
	50%	     { -moz-transform:translateY(-5px);-o-transform:translateY(-5px);-ms-transform:translateY(-5px);transform:translateY(-5px);}
}
