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; }
	.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 { 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
				{
					background-color: #e74c3c;
					color: #fff;
				}

				#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 #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.current-menu-item.menu-item-has-children > a:after,
				#theme-wrapper .mobile-advanced li.current-menu-parent.menu-item-has-children > a:after,
				#theme-wrapper .mobile-advanced li.current-menu-ancestor.menu-item-has-children > a:after,
				#theme-wrapper .mobile-advanced li.current_page_item.page_item_has_children > a:after,
				#theme-wrapper .mobile-advanced li.current_page_parent.page_item_has_children > a:after,
				#theme-wrapper .mobile-advanced li.current_page_ancestor.page_item_has_children > 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 {
	-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);}
}
