/*
	Theme Name: imaxx
	Description: A simple & lightweight starter for the Genesis Framework.
	Author: KG
	Theme URL: http://imaxx.nl
	Author URI: http://imaxx.nl
	Version: 1.0
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php

	Template: genesis
*/

/*
- Normalize
- Clear Floats
	- Box Sizing
- Defaults
	- Typography
	- Headings
	- Objects
	- Tables
    - scrollbar
- Forms
	- Search Form
	- search for products
- Accessibilty
	- Screen Reader Text
	- Skip Links
- WordPress
	- Defaults
- Structure and Layout
	- Site Containers
	- logo
	- Site Header
	- Content
	- Columns
	- Widgets
- Titles
	- Site Header
	- Widgets
	- Author Box
	- Archive Description
- Navigation
    - custom imaxx menu
    - general nav menu
	- Sub Menu
	- Primary Navigation
	- Secondary Navigation
	- Menu Toggle
- Content Areas
	- Entries
	- Entry Meta
	- Pagination
- Sidebars
	- Primary Sidebar
	- Secondary Sidebar
- Widgets
	- Header Widget Area
	- sidebar widget
	- homepage widgets
- Common Classes
	- Archive/Author Box
	- Breadcrumbs
- Footer
	- Widgets
- PAGES
    - FAQ
- Woocommmerce
    - single product page slider
	- next to featured image
	- zoom on the gallery images
	- Tabmenu
	- catalog metabox woocommerce
	- pdf overview button
	- woo frontend shop manager
	- table fonts
	- product results thumbnails
	- related products
    - Woo advance search 
- Media Queries
	- Retina (2x)
	- min 769
	- min 1024
        - max 1024
    - max 781 documents page
	- max 769
	- max 480
	- max 280
- Print PDF Styling
	
*/

/*=================================
=            Normalize            =
=================================*/

/*!normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */ html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}article,aside,footer,header,nav,section{display:block;}h1{font-size:2em;margin:.67em 0;}figcaption,figure,main{display:block;}figure{margin:1em 40px;}hr{box-sizing:content-box;height:0;overflow:visible;}pre{font-family:monospace,monospace;font-size:1em;}a{background-color:transparent;-webkit-text-decoration-skip:objects;}a:active,a:hover{outline-width:0;}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted;}b,strong{font-weight:inherit;}b,strong{font-weight:bolder;}code,kbd,samp{font-family:monospace,monospace;font-size:1em;}dfn{font-style:italic;}mark{background-color:#ff0;color:#000;display: none; }small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sub{bottom:-0.25em;}sup{top:-0.5em;}audio,video{display:inline-block;}audio:not([controls]){display:none;height:0;}img{border-style:none;}svg:not(:root){overflow:hidden;}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0;}button,input{overflow:visible;}button,select{text-transform:none;}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button;}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0;}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em;}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}progress{display:inline-block;vertical-align:baseline;}textarea{overflow:auto;}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0;}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto;}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px;}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}details,menu{display:block;}summary{display:list-item;}canvas{display:inline-block;}template{display:none;}[hidden]{display:none;}
/*====================================
=           Disable admin menus           =
====================================*/




/*====================================
=            Clear Floats            =
====================================*/

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

.site-inner:after {
	clear: none;
}

/*----------  Box Sizing  ----------*/

html,
input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}


/*================================
=            Defaults            =
================================*/

/*----------  Typography  ----------*/

html {
    font-size: 62.5%; /* Set the default browser size to 10px */
}

body > div {
    font-size: 1.6rem; /* Chrome fix for REM values */
}

body {
	background-color: #fff;
	color: #444;
	font-family: serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.611;
	margin: 0;
	-webkit-font-smoothing: antialiased;
        background-image: url(https://imaxx.nl/wp-content/themes/imaxx/images/imaxx-background.svg);
        background-size: cover;
}

body.nav-visible {
	overflow: hidden;
}

a {
	border-bottom: 0;
	color: #111;
	text-decoration: none;
}

a:hover,
a:focus {
    border-bottom: 1px solid black;
    color: #d90d15;
}

p {
	margin: 0 0 13px 0;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

.entry-content ol,
.entry-content ul,
.footer-widgets ol,
.footer-widgets ul {
	margin-bottom: 28px;
	margin-left: 10px;
}

.entry-content ol > li,
.footer-widgets ol > li {
	list-style-type: decimal;
}

 .woocommerce .summary ul li,
.entry-content ul > li,
.footer-widgets ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul,
.footer-widgets ol ol,
.footer-widgets ul ul {
	margin-bottom: 0;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border-left: 3px solid #000;
	color: #000;
	margin: 1.3em 0;
	padding-left: 10px;
}

small,
cite {
	font-size: 0.75em;
}

/*----------  Headings  ----------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #695e59;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    margin: 1.414em 0 0.5em;
}

.home h3.widgettitle {
    font-weight: 500;
}

h1 {
	font-size: 32px;
	font-size: 3.2rem;
}

h2 {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.15em;
}

h3 {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.13em;
        margin-bottom: 12px;
}

h4,
h5,
h6 {
	font-size: 12px;
	font-size: 1.8rem;
	line-height: 1.1em;
}

/*----------  Objects  ----------*/

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

.wp-caption {
	margin: 0;
}

/*----------  Tables  ----------*/

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.6;
	margin-bottom: 40px;
	width: 90%;
}

.single-product td {
    padding: 5px;
    border: 1px solid;
    text-align: center;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
       padding: 6px 10px;
    border-bottom: 1px solid;
}

th {
	font-weight: 400;
}


/*=============================
=            Forms            =
=============================*/

input,
select,
textarea {
	background-color: #fff;
	border-radius: 0;
	border: 1px solid #ddd;
	color: #333;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

input:not( [type="checkbox" ] ),
input:not( [type="image"] ),
input:not( [type="radio"] ) {
	-webkit-appearance: none; /* Remove iOS styles */
}

::-moz-placeholder {
	color: #333;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	border: 3px solid currentColor;
	cursor: pointer;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
        margin-top: 10px;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus {
	background-color: #333;
	color: #fff;
        margin-top: 10px;
}

.button {
	display: inline-block;
}


/*---------- scrollbar custom ----------*/

::-webkit-scrollbar {
  width: 20px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #d6dee1;
}

::-webkit-scrollbar-thumb {
  background-color: #d6dee1;
  border-radius: 20px;
}

::-webkit-scrollbar-thumb {
background-color: #695e5940;
    border-radius: 20px;
    border: 8px solid transparent;
    background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #695e59;
}

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

.search-form {
       overflow: hidden;
       background-color: #ffffff; 
       padding-top: 5px; 
}

.site-header .search-form {
	float: right;
}

.entry-content .search-form,
.site-header .search-form {
	width: 100%;
}

.search-form input[type=search] {
       float: none; 
       padding-right: 8px; 
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}


/*-------------------search for products-------------------------*/

form#searchform input {
    padding: 10px;
    padding-right: 18%;
    text-align: right;
    font-size: 0.8em;
}

li.search.right {
    float: right;
}

form#searchform {
    width: 200px;
    margin-top: 10px;
}

.genesis-nav-menu li.search.right form#searchform:before {
    content: "\f179";
    font-family: "dashicons";
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    font-size: 1.1em;
    line-height: 1;
    vertical-align: top;
    position: absolute;
    top: 0.5em;
    left: 0.5em;
    color: gray;
}


.genesis-nav-menu li.search form {
    width: auto;
    float: none;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}


/*=====================================
=            Accessibility            =
=====================================*/

/*----------  Screen Reader Text  ----------*/

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 5px 0 rgba(0,0,0,.7);
}

/* Text meant only for screen readers - from UnderScores */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	right: 0;
}

.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;
}


.more-link {
    position: relative;
}

/*----------  Skip Links  ----------*/

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

.genesis-skip-link a {
	border-bottom: 0;
}

.genesis-skip-link a:hover {
	background: #f5f5f5;
}

/* Display outline on focus */
:focus {
	color: #222;
	box-shadow: 0;
	/*outline: rgba(0,0,0,.2) solid 2px;*/
}


/*=================================
=            WordPress            =
=================================*/

/*----------  Defaults  ----------*/

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: -100px 1px 24px 24px;
}

img.alignright {
    width: 220px;
    max-width: 100%;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-style: italic;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}

#wpadminbar {
	position: fixed !important;
}




/*=================================
=            Structure            =
=================================*/

/*----------  Site Containers  ----------*/

nav#genesis-nav-secondary, 
.site-container {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding:0 2%; 
    background:white; 
}

.site-inner,
.wrap,
.site-footer {
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
}

.site-inner {
	clear: both;
	padding: 20px 10px;
}

/*---------------logo-----------*/
img.custom-logo {
    width: 160px;
    margin-left: 10%;
}

.title-area {
    float: left;
    max-width: 27%;

}

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

.site-header {
       border-top-color: rgba(221,221,221,1); 
       border-top-style: solid; 
       border-top-width: 0.88888888px; 
       margin-right: 0px;
	background: #fff;
	border-bottom: 1px solid #ddd;
	left: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.site-header .wrap {
       margin-right: 20px; 
} 

.site-header > .wrap {
    padding: 0px 0px;
}

.admin-bar .site-header {
	top: 46px;
    background-color: #fffcfc;
}

.title-area {
	float: left;
	max-width: 70%;
}

.title-area .site-title a:active {
       transform: scale(1.1); 
       transition: .5s; 
}

.header-widget-area {
	display: none;
	float: right;
}

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

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}


/*==============================
=            Titles            =
==============================*/

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


.site-title {
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.2;
	margin: 0;
}

.site-description {
	display: none;
	font-size: 1em;
}

li.description_tab {
       border-top: 1px solid rgba(0,0,0,.05); 
}

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

.widget-title,
.footer-widgets .widget-title,
.sidebar .entry-title {
	font-size: 22px;
	font-size: 2.2rem;
	margin-top: 0;
}

.footer-widgets .widget-title {
	margin-top: 0;
}


/*----------  Archive Description  ----------*/

.archive-title {
	margin: 0;
}


/*==================================
=            Navigation            =
==================================*/


/*------------Custom Imaxx menu-----------*/

.RED a :hover,
.LIGHTRED a :hover,
.GREY a :hover {
    border-bottom: 0;
    transition: background-color 0.2s ease;
	background: transparent;
    color: white;
}

.RED a,
.LIGHTRED a,
.GREY a {
	Font-family: sans-serif;
}



.LIGHTRED a {
    background-color: #FF7777;
    color: white;
  
}

.RED a {
    background-color: #cc0000;
	background: #cb2d3e; /* fallback for old browsers */
	background: -webkit-linear-gradient(to left, #cb2d3e , #ef473a); /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to left, #cb2d3e , #ef473a); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: white;

}

.GREY a {
    background-color: #999999;
    color: white;

}

.LIGHTRED :hover,
.RED :hover,
.GREY :hover {
transition: background-color 0.2s ease;
}

.LIGHTRED :hover {
background-color: #FF7777;
background-color: rgba(255, 119, 119, 0.76);
}

.RED :hover {
    background: #cb2d3e;
	background: linear-gradient(to left, rgba(203, 45, 62, 0.83) , rgba(239, 71, 58, 0.87));
}

.GREY :hover {
background-color: #999999;
background-color: rgba(17, 17, 17, 0.26);
}

.genesis-nav-menu {
	clear: both;
	line-height: 1;
}

.genesis-nav-menu .menu-item {
	display: block;
	position: relative;
	text-align: right;
}

.genesis-nav-menu a {
	border-bottom: 1px solid #ddd;
	display: block;
	padding: 20px 10px;
	text-align: left;
}

.genesis-nav-menu .menu-item.menu-item-has-children > a {
	padding-right: 50px;
}

.genesis-nav-menu > .menu-item > a {
	padding: 20px;
}

li#menu-item-263 {
       margin-right: 12px; 
} 

/* -------------Sub Menu ----------------------
*/

.genesis-nav-menu .sub-menu {
	display: none;
}

.genesis-nav-menu .sub-menu a {
	font-size: .8em;
	padding-left: 40px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu a {
	padding-left: 60px;
}

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

.nav-primary,
.nav-primary .genesis-nav-menu {
	width: 100%;
}

.nav-primary {
	background: #fff;
	border-bottom: 1px solid #ddd;
	display: none;
	height: 100%;
	overflow-y: scroll;
	padding-top: 65px;
	position: fixed;
	top: 0;
	z-index: 99;
}

.admin-bar .nav-primary {
	padding-top: 111px;
}

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

.nav-secondary {
        border-bottom-width: 0px; 
        margin-right: 0px; 
	font-style: italic;
	display: none;
}

nav.nav-secondary {
       background-color: rgba(255,255,255,1); 
}

nav.nav-secondary ul.menu {
       margin-right: -18px; 
}

nav.nav-secondary ul.menu li a {
       color: rgba(83,75,75,1); 
       padding-left: 14px; 
       padding-right: 14px; 
}  


/*----------  Menu Toggle  ----------*/

.menu-toggle {
	background: transparent;
	border: 0;
	border-bottom: 1px solid currentColor;
	color: #111;
	float: right;
	font-weight: bold;
	padding: 0;
	text-align: right;
	text-transform: none;
	font-size: 21px;
}

.menu-toggle:focus,
.menu-toggle:active,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:active,
.sub-menu-toggle:hover {
	background: transparent;
	color: #444;
}

.sub-menu-toggle {
	background: transparent;
	border: 0;
	padding: 20px;
	position: absolute;
    right: 0;
    top: 0;
}

.sub-menu-toggle:before {
	content: '';
    border: 4px solid transparent;
    border-top: 4px solid black;
    margin-left: 2px;
    margin-bottom: 3px;
    display: inline-block;
    vertical-align: bottom;
}

.sub-menu-toggle.activated {
	transform: rotate(180deg);
}

/*=====================================
=            Content Areas            =
=====================================*/

/*----------  Entries  ----------*/

.content .entry:first-of-type .entry-title {
	margin-top: 0;
}

.entry {
	text-rendering: optimizeLegibility;
}

.entry-content code {
	background-color: #ddd;
}

/*----------  Entry Meta  ----------*/

p.entry-meta {
	font-size: .8em;
	font-style: italic;
}



/*----------  Pagination  ----------*/

.pagination {
	overflow: hidden;
	padding: 40px 0;
}

nav.woocommerce-pagination {
    clear: both;
}

nav.woocommerce-pagination ul,
.pagination ul {
	text-align: center;
}

nav.woocommerce-pagination li,
.pagination li {
	display: inline-block;
}

.pagination li.active a {
	border: 0;
	font-weight: bold;
}

.pagination a {
	font-style: italic;
	margin: 0 10px;
}

.pagination .pagination-next,
.pagination .pagination-previous {
	display: block;
	width: 100%;
}



/*================================
=            Sidebars            =
================================*/

.sidebar {
	display: none;
}

/*===============================
=            Widgets            =
===============================*/

/*----------  Header Widget Area  ----------*/

.header-widget-area {
	display: none;
	max-width: 600px;
	width: 100%;
}

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

.sidebar .widget {
	display: none;
}

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

#header {
    border-bottom: 1px solid grey;
}

#ez-home-container-wrap {
    clear: both;
    text-align: center;
}

#menu-hoofdmenu {
    font-size: 12px;
}

div#ez-home-top-1:hover, 
div#ez-home-top-2:hover,
div#ez-home-top-3:hover {
       transform: scale(1.1); 
       transition: 2s; 
    } 

/*======================================
=            Common Classes            =
======================================*/

/*----------  Archive/Author Box  ----------*/

.archive-description,
.author-box {
	border-bottom: 1px solid #ddd;
        border-top: 0 solid #ddd;
        padding: 0 0 16px;
        text-align: left;
}

.archive-description {
	margin: 0 0 40px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

.archive-description h1 {
       font-size: 22px; 
}


/*----------  Breadcrumbs  ----------*/

.breadcrumb {
	font-size: .8em;
	font-style: italic;
	margin-bottom: 20px;
}


/*==============================
=            Footer            =
==============================*/

.site-footer {
	clear: both;
	font-size: .8em;
	overflow: hidden;
	padding: 10px;
}

.site-footer p {
	margin-bottom: 0;
}

footer.site-footer {
       padding-top: 30px; 
} 

footer.site-footer p {
       line-height: 0px; 
} 

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

.footer-widgets {
	clear: both;
	overflow: hidden;
	padding: 40px 10px;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

/*=================================
=            Pages        =
=================================*/


/*--------------FAQ-------------*/


.FAQ.Container h1 {
    margin: 10px 0px 30px 0px;
}

.accordion-header:hover {
    background: #d90d15;
    color: white;
	width: 1024px;
    max-width: 100%;
}
header.accordion-header a, h2.accordion-header a, h3.accordion-header {
    -webkit-font-smoothing: antialiased;
    line-height: 1.625;
}

/*=================================
=            Woocommerce            =
=================================*/

.product_meta a,
.product_meta {
    color: transparent;
}

/*---fix new woocommerce 3.0----*/

.woocommerce-loop-product__title,
.woocommerce-loop-category__title {
font-size: 16px;
}

/*-------------------single product page slider-------------------------*/


.single-product .images.wpgs-wrapper {
    width: 38.176471%;
    float: left;
    margin-right: 2.8823529412%;
}

.single-product .btn-prev, .single-product .btn-next {
    background: transparent;
}



/*.....................text next to featured image.....................*/


        .single-product div.product .summary {
        width: 58.941176%;
        float: right;
        margin-right: 0
    }


/*-------------------------Tabmenu---------------*/


/*THIS WILL PUT THE TABMENU UNDER THE SUMMARY TEXT*/ 
    .single-product div.product .images .thumbnails:after,
    .single-product div.product .woocommerce-tabs,
    .imaxx-full-width-content.single-product div.product .woocommerce-tabs,
    .imaxx-sorting:after {
        clear: both
    }


/*THIS WILL PUT THE RELATED PRODUCT TITLE UNDER THE TAB TEXT BOX*/ 

ul.products {
       text-align: center; 
       width: 100%; 
    }

    .addresses header.title:after,
    .woocommerce-tabs:after {
        clear: both
    }

	.related.products ul.products li.product{
		padding-right:0; 
	}

.related.products ul.products li.product h3 {
    font-size: 12px;
}

section.related.wt-related-products {
       background: -webkit-radial-gradient(circle farthest-side at center bottom, #5c5c5c, #2b2929 125%); 
       background-image: radial-gradient(circle farthest-side at center bottom, #5c5c5c, #2b2929 125%); 
} 

section.related.wt-related-products h2.wt-crp-heading {
       color: white; 
       font-size: 1.3em; 
       padding: 2% 3% 2% 3%; 
}

/*...woocommerce 3.0 fix...*/

.related.products .woocommerce-loop-product__title {
    font-size: 12px;
    color: #695e59;
}


/*-------------------tabsmenu woocommerce--------------------------*/

.wc-forward:after, .woocommerce-Button--next:after, .woocommerce-tabs ul.tabs li:after {
	content: '';
	text-rendering: auto;
    -moz-osx-font-smoothing: grayscale;
	content: '';
    border: 0.4em solid transparent;
    border-top: 0.5em solid #ffffff;
    display: inline-block;
    vertical-align: bottom;
}

.woocommerce-tabs {
    padding: 1em 0
}

.woocommerce-tabs ul.tabs {
    list-style: none;
    margin-left: 0;
    text-align: left;
    border-top: 1px solid rgba(0, 0, 0, .05)
}

.woocommerce-tabs ul.tabs li {
    display: block;
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    position: relative
}

.woocommerce-tabs ul.tabs li a {
    padding: 1em 0;
    display: block
}

.woocommerce-tabs ul.tabs li.active {
       background: #d90d15; 
       color: white; 
}

.woocommerce-tabs ul.tabs li.active a {
       color: white; 
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
       font-family: sans-serif; 
} 

.woocommerce ul.products li.product a.button {
       background-color: rgba(216,79,79,1); 
       border: none; 
       border-radius: 5px; 
       box-sizing: border-box; 
       color: white; 
       display: none; 
       font-size: 12px; 
       font-weight: 700; 
       letter-spacing: 1px; 
       outline: none; 
       padding: 15px 40px; 
       position: relative; 
       text-transform: uppercase; 
       transition: all 0.3s; 
} 

.woocommerce ul.products li.product a.button:before,
.woocommerce ul.products li.product a.button:after,
.woocommerce p.woocommerce-result-count,
.woocommerce form.woocommerce-ordering {
       display: none; } 

/*--------------This is for the mobile tabmenu------------*/

.woocommerce-tabs ul.tabs li:after {
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    display: block;
    position: absolute;
    top: 55%;
    right: -1em;
    transform: translateY(-55%);
    opacity: 0;
    -webkit-transition: all, ease, .3s;
    -moz-transition: all, ease, .3s;
    transition: all, ease, .3s
}



.woocommerce-tabs ul.tabs li.active:after {
    opacity: 1;
    right: 0
}

.related>h2:first-child,
.upsells>h2:first-child,
.woocommerce-tabs .panel h2:first-of-type {
    font-size: 1.618em;
    margin-bottom: 1em
}

.woocommerce-tabs ul.tabs li a {
    padding: 1em 0;
    display: block;
}

.woocommerce-tabs ul.tabs li {
    display: block;
    margin: 0;
    border-bottom: 1px solid rgba(0,0,0,.05);
    position: relative;
}

/*-------------------catalog metabox woocommerce--------------------------*/

.product_meta {
    margin: 20px 0;
    font-size: 1.3rem;
}


/*----------Woo frontend shop editor--------------------------*/

.wfsm-quick-editor .wfsm-info,
span.wfsm-headline.wfsm-headline-data,
span.wfsm-headline.wfsm-headline-shipping.wfsm-group-visible {
    display: none;
}

.wfsm-quick-editor:after {
    background: #676767!important;
}

/*----------pdf overview button--------------------------------------*/

.single-product .pdfprnt-button-title {
    padding: 0;
    font-size: 13px;
    margin-bottom: 30px;
}

.single-product .pdfprnt-buttons {
    display: block;
    clear: both;
}

/*---------------Table fonts--------------*/

.entry-content ul > li, 
.footer-widgets ul > li,
 .woocommerce .summary ul li,
 .accordion-content,
 .accordion-content li,
 .woocommerce-tabs .panel {
    font-size: 13px;
    font-size: 1.3rem;
    margin-left: 3%;
}

/*.........related products third image next to second................*/
    ul.products li.product.last {
        margin-right: 0!important
    }
/*............related products third image next to second...............*/
      .site-main ul.products li.product {
        width: 29.4117647059%;
        float: left;
        margin-right: 5.8823529412%
    }
	
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
    float: left;
    margin: 0 3.8% 2.992em 0;
    padding: 0;
    position: relative;
    width: 22.05%;
}

.woocommerce ul.products li.product {
       font-size: 18px; 
}

.woocommerce ul.products li.product h3 {
       font-size: 16px; 
    } 
	
	/*------- product result thumbnails -------*/

.wp-post-image,
.product-category.product.first img, .product-category.product img {
    float: none;
    width: 100px;
}

.site-header > .wrap {
    padding: 0px 0px;
}

	/*------- Woo advance search css -------*/

section#woocommerce_product_search-6 {
    display: none;
}

.woocommerce-js .aws-container .aws-search-field {
    border: 0;
}

.woocommerce-js .genesis-nav-menu li.search form {
    border: 1px solid #d8d8d8;
}

.woocommerce-js .aws-container .aws-search-form .aws-form-btn {
    background: #ededed00;
    border: 0px;
}

.woocommerce-js .aws-container .aws-show-clear .aws-search-field {
    padding-right: 0;
}

.woocommerce-js .aws-container .aws-search-form .aws-search-btn_icon {
    height: 18px;
	  line-height: 18px;
}

.woocommerce-js .aws-container .aws-search-form .aws-form-btn:hover {
    background: none;
}

.woocommerce-js .aws-container .aws-search-form {
    height: 38px;
    margin-top: 10px;
}

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


/*----------  Retina (2x)  ----------*/

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {}

/*------------ 768 ----------*/

@media screen and (min-width: 768px) {
.nav-primary > .wrap, .nav-secondary > .wrap {
    padding: 0 20px;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
}

/*---------- min 768  ----------*/

@media screen and (min-width: 769px) {

/* custom imaxx menu */

.site-title,
.genesis-nav-menu > .GREY.menu-item > a,
.genesis-nav-menu > .LIGHTRED.menu-item > a {
    padding: 40px 40px 40px 40px;
    line-height: 0;
    margin-left: -4px;
}

.genesis-nav-menu > .RED.menu-item > a {
    padding: 40px 70px;
    line-height: 0;
}


.nav-primary .admin-bar .nav-primary {
    display: none;
}

	/* Typography */

	.author-box {
        font-size: 18px;
        font-size: 1.8rem
	}

	h1,
	.entry-title {
		font-size: 28px;
		font-size: 2.8rem;
		line-height: 1.25em;
	}

	h2 {
		font-size: 32px;
		font-size: 3.2rem;
		line-height: 1.25em;
	}

	h3 {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 1.25em;
	}

	h4,
	h5,
	h6 {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.22em;
	}

	blockquote {
		font-size: 1.3em;
		padding-left: 40px;
	}

	/* Structure */
	.site-inner,
	.site-footer {
		padding: 40px 0;
		padding-right: 0;
	}

	.footer-widgets,
	.site-header > .wrap {
		padding-left: 40px;
		padding-right: 40px;
	}


	ul.children {
		margin-left: 40px;
	}

	/* Pagination */
	.pagination .pagination-next,
	.pagination .pagination-previous {
		display: inline-block;
		width: auto;
	}

	.pagination .pagination-next {
		float: right;
	}

	.pagination .pagination-previous {
		float: left;
	}
	
	/* Footer Widgets */
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		float: left;
		margin-left: 2.564102564102564%;
		width: 31.623931623931625%;
	}

	.footer-widgets-1 {
		margin-left: 0;
	}

	.site-header {
		position: static;
	}

	.site-header > .wrap {
		padding: 0px;
	}
	
	.genesis-nav-menu .menu-item.menu-item-has-children > a {
		padding-right: 20px;
	}

	/* Navigation */

	.genesis-nav-menu {
		clear: both;
		line-height: 1;
		text-align: left;
		float: right;
	}

	ul#menu-woocommerce-1 {
    		display: none;
	}

	.header-widget-area {
       display: block;
       box-sizing: border-box; 
       font-family: sans-serif; 
       font-size: 14px; 
       letter-spacing: 0px; 
       line-height: 22px; 
       margin-right: 0px; 
       padding-left: 0px; 
       text-indent: 0px; 
       text-shadow: rgba(0, 0, 0, 0.1) 2px 4px 3px; 
       text-transform: none; 
       word-spacing: 0px; 
	}

	.genesis-nav-menu .menu-item {
		display: inline-block;
		position: relative;
		text-align: left;
	}

	.genesis-nav-menu a {
		border-bottom: 0;
		display: block;
		padding: 20px;
	}

	.genesis-nav-menu > .menu-item > a {
		padding: 20px;
	}

	/* Sub Menu */

	.genesis-nav-menu .sub-menu {
		display: none;
		left: 0;
		margin-left: 0;
		position: absolute;
		width: 200px;
		z-index: 99;
		height: 391px;
		overflow-y: auto;
	}

	.genesis-nav-menu .sub-menu a {
		background: #fff;
		border: 1px solid #ddd;
		border-top: 0;
		padding: 20px;
		word-wrap: break-word;
	}

	.genesis-nav-menu .sub-menu > .menu-item:first-child {
		border-top: 1px solid #ddd;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -1px 0 0 198px;
		top: 0;
	}

	.genesis-nav-menu .sub-menu .sub-menu a {
		padding: 20px;
	}

	.genesis-nav-menu .sub-menu a,
	.genesis-nav-menu .sub-menu .menu-item {
		display: block;
	}

	.genesis-nav-menu .menu-item-has-children:hover > .sub-menu {
		display: block;
		left: auto;
	}

	/* Genesis Navigation */

	.nav-primary,
	.nav-primary .genesis-nav-menu {
		width: 100%;
	}

	.nav-primary,
	.admin-bar .nav-primary {
		display: none;
	}


	/* Primary Sidebar */

	.sidebar-primary {
		display: none;
	}


	/* Secondary Navigation */
	
	.nav-secondary {
	display: block;
	}

	/* Mobile Navigation */

	.menu-toggle,
	.sub-menu-toggle {
		display: none;
	}

	/* Secondary Sidebar */

	.sidebar-secondary {
		display: none;
	}


	/* Widget Areas */

	.footer-widgets {
		margin-top: 40px;
	}

/* woocommerce tabs */

.woocommerce-tabs {
    padding-top: 2.617924em;
    padding-bottom: 2.617924em;
}

.woocommerce-tabs {
    padding: 1em 0;
}
   .woocommerce-tabs {
        padding-top: 2.617924em;
        padding-bottom: 2.617924em
    }
    .woocommerce-tabs:after,
    .woocommerce-tabs:before {
        content: "";
        display: table
    }
    .woocommerce-tabs ul.tabs {
        width: 29.4117647059%;
        float: left;
        margin-right: 5.8823529412%
    }
    .woocommerce-tabs ul.tabs li:after {
        content: none;
    }

    .woocommerce-tabs ul.tabs li.active:after {
        right: 1em;
    }

    .woocommerce-tabs .panel {
        width: 60.7058823529%;
        float: right;
        margin-right: 0;
        margin-top: 0;
    }

	/* woocommerce summary */

.woocommerce .summary ul li,
.single-product div.product .summary {
     list-style: disc outside;
 }
}

@media screen and (min-width: 769px) {
 .archive.post-type-archive .content, 
 .archive.search .content, 
 .archive.tax-product_cat .content {   
   float: right;   
   max-width: 1000px; 
   width: 100%; 
}

 .full-width-content .content {   
  width: 100%!important; 
}
  
 .header-widget-area {  
  margin-right: -20px; 
}
 
 .site-footer {   
 overflow: visible; 
}
  
 .woocommerce-tabs ul.tabs { 
 border-top: 0px; 
}
  
.woocommerce-tabs ul.tabs li a {
   display: block;    
   padding: 1em 1.8em;
} 
 
 .woocommerce-tabs ul.tabs li.active:after {   
   border-bottom: 1.8em solid transparent; 
   border-left: 1em solid #d90d15;
   border-top: 1.8em solid transparent;
   content: " ";
   height: 0;  
   left: 100%;  
   pointer-events: none;
   position: absolute;
   right: 1em; 
   width: 0;
} 

 .woocommerce-tabs ul.tabs li.active:before {   
  border-color: transparent #a5a5a5 transparent transparent; 
  border-style: solid;  
  border-width: 0 13px 10px 0;  
  bottom: -10px;
  content: ""; 
  display: block; 
  height: 0; 
  left: 0;
  position: absolute;  
  width: 0;
}

 .woocommerce-tabs ul.tabs li.active {   
   margin-left: 1.2em;  
   -moz-transition: margin .3s ease-in-out;  
   -ms-transition: margin .3s ease-in-out;  
   -o-transition: margin .3s ease-in-out;
   -webkit-transition: margin .3s ease-in-out;   
   position: relative;  
   transition: margin .3s ease-in-out; 
}

 footer.site-footer {   
 margin-top: 10px; 
 }	
}


/*----------  min 1024  ----------*/

@media screen and (min-width: 1024px) {

	/* Structure */

	.site-inner {
		margin-top: 0;
	}

        .woocommerce ul.products li.product {
		padding-right: 45px; 
	}

	/*----------  Columns  ----------*/

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		float: left;
		margin-left: 2.564102564102564%;
	}

	.one-half,
	.three-sixths,
	.two-fourths {
		width: 48.717948717948715%;
	}

	.one-third,
	.two-sixths {
		width: 31.623931623931625%;
	}

	.four-sixths,
	.two-thirds {
		width: 65.81196581196582%;
	}

	.one-fourth {
		width: 23.076923076923077%;
	}

	.three-fourths {
		width: 74.35897435897436%;
	}

	.one-sixth {
		width: 14.52991452991453%;
	}

	.five-sixths {
		width: 82.90598290598291%;
	}

	.first {
		clear: both;
		margin-left: 0;
	}

	/* Typography */

	h1,
	.entry-title {
		line-height: 1.05em;
	}

	h2 {
		font-size: 36px;
		font-size: 3.6rem;
		line-height: 1.25em;
	}

	h3,
	h5 {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.25em;
	}

	h4,
	h6 {
		font-size: 20px;
		font-size: 2rem;
		line-height: 1.25em;
	}

	.single-product h4 {		
	       font-size: 1.618em;
	       margin-bottom: 1em;
	}

	.site-title {
		font-size: 30px;
		font-size: 3rem;
	}


	/* Layout Wrappers */

	.full-width-content .content {
		width: 700px;
	}

.genesis-nav-menu {
    text-align: right;
}
.nav-primary .admin-bar .nav-primary {
    display: none;
 }

 .related.products ul.products li.product {   
  padding: 0; 
  width: 20%; 
 } 
}


@media screen and (min-width: 1025px) { 

 .term-fuses .content {
  float: right;
  max-width: 760px;
  width: 60%; 
} 

 .woocommerce div.product .woocommerce-tabs {
  border: 1px double; 
}  
 .woocommerce .related > h2 {  
 margin-top: -20px; 
}   

 img.custom-logo {  
 margin-left: 0%; 
 }
} 

/*----------  max 1024 ----------*/

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

nav.nav-secondary ul.menu {  
 margin-right: -20px; 
} 

 img.alignright {   
 margin: 50px 0 24px 24px; 
 width: 100%; 
 } 
	@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 1024px) {
   .woocommerce-js .aws-container .aws-search-field {
        font-size: 14px;
	   margin-right: 5px;
    }
}
}

/*----------  max 781 documents page ----------*/

@media screen and (max-width: 781px){
    .documents .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: 33% !important;
    }
}

figure {
    margin: 0;
}


.documents h3 {
    font-size: 14px;
    font-size: 1.4rem;
 }

.documents .wp-block-columns {
    flex-wrap: unset !important;
}
}

/*----------  max 769 ----------*/

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

form#searchform {
    width: 250px;
}

.single-product div.pp_pic_holder {
    width: 200px;
}

.single-product div.ppt {
    font-size: 12px;
}

.single-product .pp_top {
    height: 0;
}

.single-product div.pp_pic_holder {
margin-top: -5%;
}


li.search.right {
    float: none;
}

.genesis-nav-menu li.search form {
    display: flex;
}

form#searchform input {
    padding-left: 18%;
vertical-align: middle;
padding-top: 12px;
}

.genesis-nav-menu li.search.right form#searchform:before {
    top: 0.8em;
}

.single-product div.product .thumbnails {
    float: none;
    width: 100%;
}

.site-header .wrap{
   margin-left:0; 
   margin-right:0; 
	}

.site-inner {
	margin-top: 110px; /* Height of header */
}
.woocommerce-Tabs-panel,
.woocommerce div.product div.summary, 
.woocommerce-page div.product div.summary {
    padding-left: 5%; 
 }
.single-product .wpgs-image .slick-prev, .single-product .wpgs-image .slick-next {
    opacity: 1;
 }
	.single-product .wpgs-image .slick-prev { 
	left:0;
	}
	.single-product .wpgs-image .slick-next {
	right:0;
	}
	.single-product .slick-slide img {
    margin: 0 auto;
}
}

/*--------------768---------------*/

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

 .category.thumbnail img {   
  float: none; 
  width: 200px;
}
  
 .nav-primary {   
 top: 36px; 
} 
 .site-header .wrap {   
  margin-left: 0px; 
  padding-left: 12px;
  padding-bottom: 12px;
  padding-right: 12px;
  padding-top: 12px; 
}
  
.woocommerce-tabs ul.tabs li a {    
 margin-left: 3%; 
}
 .woocommerce-tabs ul.tabs li.active:after {   
 margin-right: 3%; 
}
 
 .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {   
 margin: 0 0% 2.992em 0; 
 width: 100%; 
 }  
}

/*--------------max 667---------------*/

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

 footer.site-footer p {   
 line-height: 30px; 
 } 
 
 img.custom-logo {   
 margin-left: 0%; 
 max-width: 50%; 
} 
 
 table {   
zoom: 60%; 
 }  
}

/*--------------480---------------*/

@media screen and (max-width: 480px){
div#productdrawings {
    zoom: 80%;
 }

div#productdrawings h3, h4 {
    font-size: 14px;
 }

div#productdrawings strong, p {
    font-size: 8px;
 }

.breadcrumb {
    margin-top: 40px;
}

.breadcrumb {   
margin-top: -20px;
} 

.nav-primary {   
top: 0px; 
 }
}

/*---------------240--------------*/
@media screen and (max-width: 280px){
div#productdrawings {
    zoom: 60%;
 }
}

/* MEDIA QUERY END */


/*=================================
=        Print PDF STYLING         =
=================================*/

@media print {
  * { margin: 0 !important; padding: 0 !important; }
  #controls, .footer, .footerarea{ display: none; }
  html, body {
    /*changing width to 100% causes huge overflow and wrap*/
    height:100%;
    background: #FFF; 
    font-size: 0.4rem;
  }

  .template { width: auto; left:0; top:0; }
  img { width:100%; text-align: right; }
   img.alignright { width: 350px; max-height: auto; margin-top: 600px; }
   img.alignnone { bottom: 100%;  }
   alignnone { bottom: 100%; }
 .alignnone { bottom: 100%; }
  li { margin: 0 0 0.6rem 20px !important; }
  h3 { margin: 40px 0 0.6rem 20px !important; }
  h4 { margin-bottom: 20px; text-align: center !important; }
  a { text-align: center; padding-right: 10px !important; }
  table { margin: 100px 0 0.6rem 20px !important; }

  blockquote, .table, pre { page-break-inside:avoid; }
@page{orphans:4; widows:2;}

}

@media print {
    aside#sidebar,header[role="banner"],footer,#comments,#respond {
        display: none;
    }
    #container #content #main {
        width: 90%;
        margin-top: 100px;
        padding: 0;
    }
}

/*-------------------link-styling------------*/

span.pdfprnt-button-title.pdfprnt-button-print-title:before {
    color: #ff7777;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 20px/1 'dashicons';
    vertical-align: middle;
    margin-right: 5px;
    content: "\f163";
}

.site-inner {
	    margin-top: 25px;
		opacity: 0;
    -webkit-animation: fadeinup 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadeinup 2s; /* Firefox < 16 */
        -ms-animation: fadeinup 2s; /* Internet Explorer */
         -o-animation: fadeinup 2s; /* Opera < 12.1 */
            animation: fadeinup 2s;
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
	    -moz-animation-duration: 1s;
    -moz-animation-fill-mode: both;
	    -ms-animation-duration: 1s;
    -ms-animation-fill-mode: both;
	    -o-animation-duration: 1s;
    -o-animation-fill-mode: both;
}

@keyframes fadeinup {
    from {
        transform: translate3d(0,40px,0);
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

/* Firefox < 16 */
@-moz-keyframes fadeinup {
    from {
        transform: translate3d(0,40px,0);

    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeinup {
    from {
        transform: translate3d(0,40px,0);

    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

/* Internet Explorer */
@-ms-keyframes fadeinup {
    from {
        transform: translate3d(0,40px,0);

    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

/* Opera < 12.1 */
@-o-keyframes fadeinup {
    from {
        transform: translate3d(0,40px,0);

    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}



@keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0);

    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

