/*
Theme Name: Paul John Ballard
Template: Divi
Author: Dean
*/

/* Navigation menu */
#top-menu li.current-menu-item > a, 
#top-menu li.current-menu-ancestor>a,
#top-menu li.current-menu-item>a,
.bottom-nav li.current-menu-item>a,
.bottom-nav li.current-menu-item > a, 
.footer-widget h4 {
    color: #ffffff!important;
}






#page-container {
    animation: fadeIn 1.5s ease forwards; /* [1] */
}
.woocommerce-account #page-container {
    animation: fadeIn 0.8s ease forwards; /* [1] */
}
#page-container.fadeSiteOut {
  animation:  fadeOut 2s ease forwards; /* [2] */
  animation-delay: 0.2s;
}

.fadeOut {
  animation:  fadeOut 0.5s ease forwards; /* [2] */
}
.fadeIn {
  animation:  fadeIn 0.5s ease forwards; /* [2] */
}

@keyframes fadeIn { /* [1] */
    from   { opacity: 0; }
    to    { opacity: 1; }
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0;}    
    100% {opacity: 1;}
}

@-moz-keyframes fadeIn {
    0% {opacity: 0;}    
    100% {opacity: 1;}
}

@-o-keyframes fadeIn {
    0% {opacity: 0;}    
    100% {opacity: 1;}
}


@keyframes fadeOut { /* [2] */
    from   { opacity: 1; }
    to     { opacity: 0; }
}

@-webkit-keyframes fadeOut {
    from   { opacity: 1; }
    to     { opacity: 0; }
}

@-moz-keyframes fadeOut {
    from   { opacity: 1; }
    to     { opacity: 0; }
}

@-o-keyframes fadeOut {
    from   { opacity: 1; }
    to     { opacity: 0; }
}

#main-content .container {
    padding-top: 60px!important;
    margin-top: 15px;
}

.home #random_background {
	background-attachment: fixed;
}

#top-menu a {
    font-size: 16px!important;
    font-weight: 500;
}
body .et-fixed-header #et-top-navigation .et_pb_header_toggle:after, body .et-fixed-header #et-top-navigation .et_pb_header_toggle:before, body .et-fixed-header #menu-headermenu .menu-item > a,
body .et-fixed-header #menu-headermenu .menu-item > a {
    color: #fff!important;
}
body .et-fixed-header#main-header {
    background-color: rgba(0,0,0,0.75)!important;
}

.grid-item2 {
	width: 20%;
	margin-bottom: 0!important;
	padding-bottom: 0!important;
	padding-right: 10px!important
}
.grid-item2 a {
	margin-bottom: 0!important;
	padding-bottom: 0!important;
}
.grid-item2 img {
	transition: all ease 0.6s;
    box-shadow: 0 0 1px 1px rgba(0,0,0,0.0);
	margin-bottom: 0!important;
	padding-bottom: 0!important;
}
.grid-item2 img {
	width:100%;
}
.grid-item2:hover img {
	transform: scale(1.05);
	z-index: 999999;
	position: relative;
	transition: all ease 0.3s;
    box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.25);
}

#main-header {
	z-index: 998!important;
	box-shadow: 0 0 100px 80px rgba(10,10,10,0.075)!important;
    background-color: rgba(10,10,10,0.075)!important;
	transition: all ease 0.3s;
}

.mobile_menu_bar {
    display: inline-block!important;
    padding: initial!important;
    margin: initial!important;
}
#top-menu li {
    margin-top: 8px;
    padding-top: 0!important;
    margin-bottom: 0;
}

#random_background > .et_pb_row {
    padding: 10% 0 4%!important;
}
.filter-links {
	margin-bottom: 30px;
}
.filter-links button {
	border: 0;
	border-radius: 0;
	padding: 10px 20px;
	background-color: rgba(0,0,0,0.33);
	font-size: 18px;
	margin: 5px 0 0;
	color: #fff;
	transition: all ease 0.3s;
	cursor: pointer;
}
.filter-links .active,
.filter-links button:hover {
	background-color: rgba(0,0,0,0.5);
	transition: all ease 0.3s;
}


#homepage-social ul {
    text-align: center!important;
}
#homepage-social ul a {
    display: inline-block!important;
}

/*******Custom Single Post Layout & Styling for Archive Pages********/
/***************************By Divi Soup*****************************/


/***Post Content***/


/*Add margin below the featured image on single posts*/

.single .et_pb_post .et_post_meta_wrapper img {
    margin-bottom: 20px;
}


/*Reduce the post meta font size on archive pages*/

.archive .post-meta,
.search .post-meta {
    font-size: 12px !important;
    padding-bottom: 5px !important;
}


/*Add margin to the post meta elements and prevent breaking*/

.single .author,
.archive .author,
.search .author,
.single .published,
.archive .published,
.search .published,
.single .post-meta a[rel~="category"],
.archive .post-meta a[rel~="category"],
.search .post-meta a[rel~="category"],
.single .comments-number,
.archive .comments-number,
.search .comments-number {
    display: inline-block;
    margin: 0 15px 0 20px;
}


/*Style the post meta icons*/

.single .author a:before,
.archive .author a:before,
.search .author a:before,
.single .published:before,
.archive .published:before,
.search .published:before,
.single .post-meta a[rel~="category"]:before,
.archive .post-meta a[rel~="category"]:before,
.search .post-meta a[rel~="category"]:before,
.single .comments-number a:before,
.archive .comments-number a:before,
.search .comments-number a:before {
    font-family: 'ETModules';
    color: #818284;
    margin-right: 5px;
    margin-left: -20px;
}


/*Add the post meta icons*/

.single .author a:before,
.archive .author a:before,
.search .author a:before {
    content: '\e08a';
}

.single .published:before,
.archive .published:before,
.search .published:before {
    content: '\e023';
}

.single .post-meta a[rel~="category"]:before,
.archive .post-meta a[rel~="category"]:before,
.search .post-meta a[rel~="category"]:before {
    content: '\e07c';
}

.single .comments-number a:before,
.archive .comments-number a:before,
.search .comments-number a:before {
    content: '\77';
}


/*Make the first letter a drop cap*/

.single .et_pb_post .entry-content:first-letter {
    color: #818284;
    float: left;
    font-size: 3.75em;
    margin: .2em .05em 0 -.06em;
}


/***Sidebar***/


/*Remove the dividing line*/

@media all and (min-width: 981px) {
    .single #main-content .container:before,
    .archive #main-content .container:before,
    .search #main-content .container:before {
        display: none;
    }
}


/*Style the sidebar links*/

#sidebar .et_pb_widget a {
    color: #333;
    font-weight: 300;
    border-left: 5px solid #f5f5f5;
    padding-left: 10px;
    display: block;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}


/*Style the sidebar links on hover*/

#sidebar .et_pb_widget a:hover {
    border-color: #818284;
    background: #f5f5f5;
    margin-left: 10px;
}


/*Style the search box*/

#sidebar .widget_search input#s,
#sidebar .widget_search input#searchsubmit {
    border-radius: 0;
}

#sidebar .widget_search input#s {
    border: 5px solid #f5f5f5;
}


/*Hide the search button*/

#sidebar .widget_search input#searchsubmit {
    background: transparent;
    color: transparent;
    border: none;
    z-index: 1;
}


/*Add the magnifying glass icon*/

#sidebar .widget_search #searchform:after {
    content: '\55';
    font-family: 'ETModules';
    position: absolute;
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #818284;
    right: 10px;
    top: 5px;
}


/***Author Box***/


/*Set the border and spacing*/

.single .ds-author-bio-section {
    border: 5px solid #f5f5f5;
    padding: 15px;
    margin-top: 20px;
}


/*Style the author name*/

.single .ds-author-name {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #333;
}


/*Add padding for the author description*/

.single p.ds-author-details {
    padding-bottom: 1.2em;
}


/*Position the author avatar*/

.single .ds-author-details img {
    float: left;
    margin: 7px 10px 10px 0;
}


/*Style the links*/

.single .ds-author-links a {
    color: #818284;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}


/***Single Post navigation***/


/*Next/previous post nav*/


/*Navigation sizing*/

.single #ds-single-post-nav {
    margin: 40px 0;
    display: inline-block;
    width: 100%;
}


/*Post title styling*/

.single #ds-single-post-nav h2 {
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.2em;
}


/*Align the prev post nav*/

.single span.ds-single-nav-previous {
    width: 47.5%;
    margin-right: 5%;
    float: left;
}


/*Align the next post nav*/

.single span.ds-single-nav-next {
    display: block;
    text-align: right;
}


/*Prev/next post nav button styling*/

.single span.ds-single-nav-previous a[rel~="prev"],
.single span.ds-single-nav-next a[rel~="next"] {
    color: #fff;
    background: #818284;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    padding: .7em 1em !important;
    border: 2px solid #818284;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}


/*Prev/next post nav button hover styling*/

.single span.ds-single-nav-previous a[rel~="prev"]:hover,
.single span.ds-single-nav-next a[rel~="next"]:hover {
    color: #818284;
    background: #fff;
}


/*Prev/next arrows size*/

.single .ds-meta-nav {
    font-size: 18px;
}


/*Reduce post nav button size on mobile*/

@media all and (max-width: 479px) {
    .single span.ds-single-nav-previous a[rel~="prev"],
    .single span.ds-single-nav-next a[rel~="next"] {
        font-size: 10px;
        padding: .7em .75em !important;
    }
}


/***Related posts***/


/*Hide the default title and meta*/

.single .ds-related-posts .post-meta,
.single .ds-related-posts .entry-title {
    display: none;
}


/*Set the display and margin*/

.single .ds-related-posts {
    display: inline-block;
    margin-top: 30px;
}


/*Remove padding*/

.single #left-area .ds-related-posts ul {
    padding-left: 0;
}


/*Style the post title*/

.single .ds-related-content h4 {
    line-height: 1.2em;
    text-transform: uppercase;
    font-size: 18px;
}


/*Set post width and margin*/

.single .ds-related-list {
    list-style-type: none;
    width: 30%;
    float: left;
    margin-right: 5%;
}


/*Remove margin from last post*/

.single .ds-related-list:last-child {
    margin-right: 0;
}

@media all and (max-width: 600px) {
    .single .ds-related-list {
        width: 100%;
    }
    .single .ds-related-content h4 {
        margin-bottom: 20px;
    }
}


/***Comments***/


/*Add the comment border*/

.single .comment-body {
    border: 5px solid #f5f5f5;
}


/*Position the text*/

.single .comment-body {
    position: relative;
    padding: 20px;
    margin-bottom: 30px;
}


/*Position the avatar container*/

.single .comment_avatar {
    position: relative;
    top: 0;
}


/*Position the avatar image*/

.single .comment_avatar img {
    display: inline-block;
    float: left;
    margin-right: 20px;
    height: auto;
}


/*Adjust the indent for replies*/

.single .comment .children {
    margin-left: 30px;
}


/*Style the comment form input text*/

.single #commentform textarea,
.single #commentform input:not(.et_pb_button) {
    font-family: "Open Sans", Arial, sans-serif;
    background-color: transparent;
    font-size: 14px;
    margin-bottom: 20px;
    color: #333;
    border: 5px solid #f5f5f5;
}


/*Style the reply and submit buttons*/

.single a.comment-reply-link.et_pb_button,
.single .form-submit .et_pb_button {
    border-radius: 0;
    color: #fff;
    background: #818284;
    font-weight: bold;
    text-transform: uppercase;
    border: 2px solid #818284;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}


/*Styling for the reply link button only*/

.single a.comment-reply-link.et_pb_button {
    font-size: 14px;
    margin-right: 20px;
    top: 20px;
    padding: .1em .5em;
}


/*Move the submit button to the left*/

.single #commentform .form-submit {
    float: left;
}


/*Style the reply and submit buttons on hover*/

.single a.comment-reply-link.et_pb_button:hover,
.single .form-submit .et_pb_button:hover {
    background: transparent;
    color: #818284;
    font-weight: bold;
}


/*Hide the reply link button arrow*/

.single a.comment-reply-link.et_pb_button:hover:after {
    display: none;
}


/*Style the edit comment link*/

.single .comment-edit-link {
    color: #818284;
}


/*Comment Form*/


/*Style the logged in as link*/

.single p.logged-in-as a {
    color: #818284;
    text-transform: uppercase;
    font-size: 12px;
}


/*Remove excess padding from the form fields*/

.single p.comment-form-author,
.single p.comment-form-comment,
.single p.comment-form-email,
.single p.comment-form-url {
    padding-bottom: 0;
}


/*Align the form fields on larger screens*/

@media all and (min-width: 768px) {
    .single #commentform input#author {
        width: 48.5%;
        float: left;
    }
    .single #commentform input#email {
        width: 48.5%;
        float: right;
    }
    .single #commentform input#url {
        width: 100%;
    }
}


/*Purple bars*/


/*Style the titles*/

.single h4.ds-related-posts-header,
.single #respond h3,
.single h1#comments,
#sidebar h4.widgettitle {
    font-size: 20px;
    text-align: center;
    z-index: 1;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}


/*Add the left and right bars*/

.single h4.ds-related-posts-header:before,
.single h4.ds-related-posts-header:after,
.single #respond h3 span:before,
.single #respond h3 span:after,
.single h1#comments:before,
.single h1#comments:after,
#sidebar h4.widgettitle:before,
#sidebar h4.widgettitle:after {
    position: absolute;
    top: 32%;
    overflow: hidden;
    width: 50%;
    height: 3px;
    content: '\a0';
    background-color: #818284;
}

.single h4.ds-related-posts-header:before,
.single #respond h3 span:before,
.single h1#comments:before,
#sidebar h4.widgettitle:before {
    margin-left: -52%;
}

.single h4.ds-related-posts-header:after,
.single #respond h3 span:after,
.single h1#comments:after,
#sidebar h4.widgettitle:after {
    margin-left: 2%;
}


/***Archive pages***/


/***Two columns for posts***/


/*Set the post width and margin for two columns and add the border*/

/*.archive #left-area,*/
.search #left-area {
    columns: 3;
}
.archive .et_pb_post,
.search .et_pb_post {
    text-align: center!important;
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.25)!important;
    padding: 5px!important;
    padding-bottom: 15px!important;
    position: relative;
    /* transition: all ease 0.3s; */
    background-color: #fff!important;
    -webkit-column-break-inside: avoid;
    column-break-inside: avoid;
    display: inline-block;
    float: left;
    width: 100%;
}
.archive .et_pb_post h2,
.search .et_pb_post h2 {
    padding: .5em 0;
}


/*Remove margin from every second post*/

.archive .et_pb_post:nth-child(2n),
.search .et_pb_post:nth-child(2n) {
    margin-right: 0;
}


/*Set to a single column on smaller screens*/

@media all and (max-width: 767px) {
    .archive .et_pb_post,
    .search .et_pb_post {
        width: 100%;
        margin-right: 0;
    }
}


/*Add padding to the posts*/

.archive .et_pb_post,
.search .et_pb_post {
    padding-left: 15px;
    padding-right: 15px;
}


/*Remove padding on featured image with negative margin*/

.archive .et_pb_post .ds-archive-featured,
.search .et_pb_post .ds-archive-featured {

}


/*Style the read more link and post nav*/

.search a.et_pb_button {
	margin-bottom: 15px;
}
/*Add bottom margin to the pagination*/

.archive .pagination,
.search .pagination {
    margin-bottom: 40px;
}


/*Add padding to the post title on mobile*/

@media all and (max-width: 479px) {
    .archive .et_pb_post .entry-title,
    .search .et_pb_post .entry-title {
        padding-bottom: 10px;
    }
}


/*******************Advent Calendar 2017 - 7 & 13********************/
/****End - Custom Single Post Layout & Styling for Archive Pages*****/
/***************************By Divi Soup*****************************/

.et_pb_button,
.woocommerce .button {
    padding: 8px 18px!important;
    background-color: rgba(0,0,0,0.1)!important;
    border: 1px solid!important;
    border-radius: 0!important;
    font-size: 18px!important;
    transition: all ease 0.3s;
    color: #555;
}
.et_pb_button:after,
.woocommerce .button:after {
	content: initial!important;
}
.et_pb_button:hover,
.woocommerce .button:hover {
	color: #000!important;
	background-color: rgba(0,0,0,0.25)!important;
	transition: all ease 0.3s;
}


.woocommerce #content .quantity input.qty, .woocommerce .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-page #content .quantity input.qty, .woocommerce-page .quantity input.qty {
	border-radius: 0!important;
    background: rgba(0,0,0,0.025)!important;
    color: #333!important;
    border: 1px solid #f1f1f1!important;
}
.woocommerce #content .quantity input.qty:focus, .woocommerce .quantity input.qty:focus, .woocommerce-cart table.cart td.actions .coupon .input-text:focus, .woocommerce-page #content .quantity input.qty:focus, .woocommerce-page .quantity input.qty:focus {
	box-shadow: 1px 1px 3px 4px rgba(0,0,0,0.25);
}
.gform_button,
.et_pb_button,
.woocommerce .button {
    background-color: rgba(255, 255, 255, 0.85)!important;
    color: #333!important;
    padding: 15px 40px!important;
    font-size: 16px!important;
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.25)!important;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 30px;
	transition: all ease 0.1s!important;
    margin-right: 15px!important;
    margin-left: 15px!important;
    box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.5)!important;
    border: 1px solid #fff!important;
}
.et_pb_button,
.home #random_background .et_pb_button {
    background-color: transparent!important;
    color: #fff!important;
    padding: 0!important;
    font-size: 16px!important;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 30px;
    transition: all ease 0.1s!important;
    margin-right: 15px!important;
    margin-left: 15px!important;
    border: none!important;
    border-bottom: 2px solid!important;
    box-shadow: none!important;
    position: relative;
    font-weight: 600;
    font-family: 'Josefin Sans',Helvetica,Arial,Lucida,sans-serif;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.92);
    /* box-shadow: 1px 2px 1px rgba(0,0,0,0.2)!important; */
    box-shadow: 0px 5px 2px -3px rgba(0,0,0,0.3)!important;
}
.et_pb_button:hover,
.home #random_background .et_pb_button:hover {
    color: #fff!important;
    transition: all ease 0.5s!important;
    padding-right: 15px!important;
    background-color: transparent!important;
    margin-left: 15px!important;
    margin-right: 0px!important;
}
.et_pb_button:after,
.home #random_background .et_pb_button:after {
    content: ">"!important;
    position: absolute;
    font-family: "Open Sans", Arial, sans-serif!important;
    opacity: 0!important;
    transition: all ease 0.5s;
    margin-left: 6px!important;
    font-size: 24px!important;
    display: inline-block;
    font-weight: 400;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.92);
}
.et_pb_button:hover:after,
.home #random_background .et_pb_button:hover:after {
    opacity: 1!important;
    transition: all ease 0.4s;
}

.gform_button:hover,
.woocommerce .button:hover {
	background-color: #fff!important;
	color: #000!important;
	letter-spacing: 1px!important;
    transition: all ease 0.2s!important;
    border: 1px solid #000!important;
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.25)!important;
}
.woocommerce .button:hover {
    background-color: #eee!important;
}
#homepage_services .et_pb_promo_description {
    padding: 30px;
    background: rgba(0,0,0,0.65);
    margin-top: 10%!important;
    max-width: 380px;
    margin: auto;
    font-size: 15px;
    line-height: 1.5;
    text-align: left;
    transition: all ease 0.7s;
}
#homepage_services .et_pb_promo_description h2 {
	text-shadow: 0.04em 0.03em 0.15em rgba(0,0,0,0.92);
    color: #fff!important;
    font-family: 'Mada',Helvetica,Arial,Lucida,sans-serif!important;
    font-size: 38px;
    text-align: left;
    max-width: 380px;
    margin: auto;
}
.woocommerce-LoopProduct-link {
    text-align: center!important;
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.25)!important;
    padding: 5px!important;
    padding-bottom: 15px!important;
    display: inline-block;
    position: relative;
    transition: all ease 0.3s;
    background-color: #fff!important;
}
.woocommerce-LoopProduct-link:hover {
    box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.5)!important;
}
ul.products {
	columns: 6;
    column-gap: 5px;
}
@media (max-width:1324px){
	ul.products {
		columns: 5;
	}
}
@media (max-width:980px){
	ul.products {
		columns: 4;
	}
}
@media (max-width:767px){
	ul.products {
		columns:2;
	}
}
@media (max-width:600px){
	ul.products {
		columns:1;
	}
}

.featuredgrid ul.products {
	columns: 4;
    column-gap: 15px;
}
@media (max-width:1324px){
	.featuredgrid ul.products {
		columns: 4;
	}
}
@media (max-width:980px){
	.featuredgrid ul.products {
		columns: 3;
	}
}
@media (max-width:767px){
	.featuredgrid ul.products {
		columns:2;
	}
}
@media (max-width:600px){
	.featuredgrid ul.products {
		columns:1;
	}
}

body .et_pb_column .woocommerce ul.products li.product:nth-child(n) {
	width:100%!important;
	display: block;
	border: 1px solid $background-colour; //to appear invisible
	-moz-column-break-inside:avoid;
	-webkit-column-break-inside:avoid;
	column-break-inside:avoid;
	-webkit-transform: translate3d(0, 0, 0);
	z-index: 999999;
	position: relative;
	transition: all ease 0.3s;
    float: none;
    margin-bottom: 15px!important;
}
li.product * {
	cursor: pointer;

}

.woocommerce-LoopProduct-link {
    transition: all ease 0.5s;
}
.woocommerce-LoopProduct-link:after {
    transition: all ease 0.5s;
    content: " ";
    background-color: rgba(0,0,0,0);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.selected {
    box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.15)!important;
	opacity: 0.45;
    transition: all ease 0.5s;
    /*transition-delay: 0.5s;*/
}
.selected:after {
    transition: all ease 0.5s;
    content: " ";
    background-color: rgba(0,0,0,0.1);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.selected img {
    -webkit-filter: grayscale(70%); /* Safari 6.0 - 9.0 */
    filter: grayscale(70%);
    transition: all ease 0.4s;
    
}
.woocommerce-LoopProduct-link * {
/*	transition: all ease 0.4s;	*/
}
li.product .et_overlay {
	display: none;
	visibility: hidden;
	pointer-events: none;
}
.et_shop_image {
	pointer-events: none;
}
/* New fix for Safari */
ul.products > * {
  display: inline-block;
  width: 100%;
  margin: 1%!important;
}
.woocommerce-LoopProduct-link * {
	pointer-events: none;
}
body .et_pb_column .woocommerce ul.products .woocommerce-loop-product__title {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 5px 15px;
    line-height: 1.25;
    text-align: left!important;
}
body .et_pb_column .woocommerce ul.products .price {
    text-align: left;
    padding: 5px 15px;
    font-size: 16px;
    color: #666!important;
    font-weight: 300;
}

#blackOverlay {
    background-color: #000;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 9;
}
#random_background:before {
	position: absolute;
	bottom: 0;
	top:0;
	left:0;
	right:0;
	content: " ";
    background-color: rgba(0,0,0,0.2);
    z-index: 1;
}
#random_background {
	position: relative;
}
#random_background h1 {
	font-family: 'Josefin Sans',Helvetica,Arial,Lucida,sans-serif;
    text-shadow: 0.04em 0.03em 0.15em rgba(0,0,0,0.92);
    font-size:50px;
    opacity: 0;
    animation-delay: 3s;
    animation: fadeIn 0.8s ease forwards; /* [1] */
}
#random_background .et_pb_fullwidth_header_subhead,
#random_background .sub_title {
	font-family: 'Josefin Sans',Helvetica,Arial,Lucida,sans-serif;
    text-shadow: 0.04em 0.03em 0.15em rgba(0,0,0,0.92);
    font-size:33px;
    opacity: 0;
    animation-delay:10s;
    animation: fadeIn 1s ease forwards; /* [1] */
}

#menu-headermenu .current-menu-item a {
	color: #333!important;
}

.related ul.products {
	columns: unset!important;
}

/* remove "Product Description" heading */
.summary h2 {
  display: none;   
}

#footer-bottom .divider-bar,
a.privacy {
    float: right;
    color: #cecbcb;
    font-size: 14px;
}
.copyright-text {
    color: #cecbcb;
    font-size: 14px;
}
.intro a {
	color: #fff;

}
.intro a:hover {
}



/* footer  */

#et-footer-nav {
    border-bottom: 1px solid #333;
	background-color: rgba(0,0,0,0.13);
}
#main-footer {
    background-color: #141d23!important;
}
.footer-widget h4 {
    color: #fff!important;
    opacity: 1!important;
}
.bottom-nav {
    text-align: center;
}
.bottom-nav li {
    padding: 0 22px;
    border-right: 1px solid #76919a;
    text-align: center;
    margin: 15px auto;
    font-weight: 400;
}
.bottom-nav li:last-of-type {
    border-right: none;
}
.bottom-nav li a:hover {
    color: #333;
}
.bottom-nav, .bottom-nav a {
    font-size: 16px;
}
#footer-social {
    text-align: center;
}
.social-icon {
    width: 40px!important;
    display: inline-block;
    margin: 3px 2px!important;
    text-align: center;
    float: none;
    padding: 8px 0px!important;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}

.social-icon:before {
    border: none!important;
}
.social-icon i {
    color: #ffffff;
}
.social-icon .fa:before {
    left: -1px;
    position: relative;
    bottom: -2px;
}
.tagcloud a {
    display: block;
    margin-bottom: 0;
    padding: 0!important;
   /* margin: 0!important;*/
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 3px;
    background-color: transparent;
    font-size: 14px !important;
}
.tagcloud li:before {
    border: none!important;
}
.tagcloud li {
    display: block;
    padding: 5px 0!important;
    border-top: 1px #fff solid;
    border-bottom: 1px #fff solid;
    text-transform: uppercase;
    font-weight: 500;
    color: black!important;
    border-radius: 0;
    background-color: transparent;
    float: left;
    width: 30%;
	width:auto;
    margin-right: 1%;
}
.tagcloud li {
    color: #fff!important;
	-webkit-transition: all 0.2s!important;
    -moz-transition: all 0.2s!important;
    transition: all 0.2s!important;
	border-right:1px rgba(255,255,255,0) solid;
	border-leftt:1px rgba(255,255,255,0) solid;

}
.tagcloud li:hover {
	border-left:1px rgba(255,255,255,1) solid;
	border-right:1px rgba(255,255,255,1) solid;
	padding:5px!important;
	background:#fff;
}
#footer-widgets .footer-widget .tagcloud li:hover a{
	background:transparent;
	background-color:transparent;
	color:#000!important;
}
.widget_product_tag_cloud {
    width: 100%;
}
.widget_product_tag_cloud .title {
    text-align: left;
}
#footer-widgets .footer-widget li a {
    color: #fff!important;
}
.bottom-nav,
.bottom-nav a {
    color: #fff!important;
}
.bottom-nav li a:hover {
    top: -1px;
    position: relative;
}
/* footer end */

.commission-type {
	display: inline-block;
    width: 360px;
    font-size: 14px;
    line-height: 1.6;
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.25)!important;
    padding: 30px!important;
    padding-bottom: 30px!important;
    position: relative;
    transition: all ease 0.3s;
    background-color: #fff!important;
    margin-right: 15px;
    vertical-align: top;
    max-width: 100%;
}
.commission-type h5 {
	text-align: center;
}
.dark-sidebar {
    background-color: #333!important;
    padding-top: 0!important;
}
.dark-sidebar * {
	line-height: 1.7;
    font-size: 14px;
}
.dark-sidebar img {
	margin-bottom: 15px;
}

#modal-content-1 .dark-sidebar img {
	margin-top: 15px;
	margin-bottom: 0;
}
.dark-sidebar .et_pb_button_module_wrapper {
	padding: 0 30px!important;
}
.dark-sidebar #modal-1 {
	margin-top: 0!important;
}

.commercial-galleries img,
.commercial-galleries .et_pb_gallery_items {
	margin: auto;
}
.commercial-galleries .et_pb_module {
	/*
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.25)!important;
    padding: 30px!important;
    padding-bottom: 30px!important;
    */
}
.et_header_style_left .et-fixed-header #et-top-navigation {
    padding-bottom: 0!important;
}
#et-top-navigation #menu-headermenu .menu-item > a {
    padding-bottom: 20px;
}

#et-top-navigation .et_pb_header_toggle:after,
#et-top-navigation .et_pb_header_toggle:before,
#menu-headermenu .menu-item > a {
	text-shadow: 2px 2px 5px rgba(29, 29, 29, 0.36)!important;
	color: white!important;
}

.et-fixed-header #et-top-navigation .et_pb_header_toggle:after,
.et-fixed-header #et-top-navigation .et_pb_header_toggle:before,
.et-fixed-header #menu-headermenu .menu-item > a {
	text-shadow: none!important;
	color: #333!important
}

#top-menu {
	margin-right: 10px!important;
}
.widget_product_tag_cloud h4 {
	font-size: 21px;
}

.shop-home-category-link {
    display: inline-block;
    width: 320px;
    margin: 10px!important;
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.25)!important;
    padding: 30px!important;
    transition: all ease 0.3s;
    cursor: pointer;
    background-color: #fff;
    max-width: 100%;
    /*margin-bottom: 0px!important;*/
}
.shop-home-category-link:hover {
    box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.45)!important;
    transition: all ease 0.3s;
    transform: scale(1.015);
}
.cat-item-18 {
	display: none;
	visibility: hidden;
}
/* woocommerce archives */
.archive .woocommerce-LoopProduct-link {
    text-align: center!important;
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.25)!important;
    padding: 5px!important;
    padding-bottom: 15px!important;
    display: inline-block;
    position: relative;
    transition: all ease 0.3s;
    background-color: #fff!important;
}

.archive .woocommerce-LoopProduct-link img {
    transition: all ease 0.6s;
}

.archive .woocommerce-LoopProduct-link:hover {
    box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.5)!important;
    transition: all ease 0.3s;
}
.archive ul.products {
	columns: 3!important;
    column-gap: 5px!important;

    columns: 1!important;
    column-gap: 0!important;

}
.archive li.product {
	width: 100%!important;
    display: block;
    border: 1px solid $background-colour;
    -webkit-column-break-inside: avoid;
    column-break-inside: avoid;
    -webkit-transform: translate3d(0, 0, 0);
    z-index: 997;
    position: relative;
    transition: all ease 0.3s;
    float: none!important;

/*test fix */
    width: 31%!important;
    display: inline-block;
    float: left!important;
    clear: none!important;
}
/*
@media (max-width:1324px){
	.archive ul.products  {
		columns: 3!important;
	}
}
@media (max-width:980px){
	.archive ul.products  {
		columns: 2!important;
	}
}
@media (max-width:767px){
	.archive ul.products  {
		columns:2!important;
	}
}

*/
@media (max-width:600px){
	.archive ul.products  {
		columns:1!important;
	}
}
h2, .product .related h2, .et_pb_column_1_2 .et_quote_content blockquote p {
    font-size: 24px!important;
}

.zoom-animation {
/*    transition: all ease 8s;
    transform: scale(1.05);
    opacity:0.25;*/
}
.loadingpage:after {
    content: " ";
    position: fixed;
    top: 0;
    bottom:0;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,0.5);
    z-index: 999998;
}
.loadingpage {
    position: fixed;
    right: calc(50% - 30px );
    top: calc(50% - 30px );
    height: 60px;
    width: 60px;
    background: transparent;
    z-index: 999999;
    display: none;
    pointer-events: none;
}

.commercial-galleries .et_pb_gallery_image a {
    pointer-events: none;
}

#cookie-law-info-bar {
    padding: 35px;
    font-size: 18px;
    line-height: 1.5;
}
#cookie-law-info-bar a {
    color:#2d8b94!important;
}
#cookie-law-info-bar .cli-plugin-button {
    padding: 10px 20px!important;
    font-size: 21px!important;
    border-radius: 0px!important;
    margin-top: 15px !important;
    background-color: #39b1bd!important;
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2);
    color:#fff!important;
}
#cookie-law-info-bar .cli-plugin-button:hover {
    box-shadow: none;
    transition: all ease 0.3s;
    background-color: #2d8b94!important;
    color:#fff!important;
}
.gfield .ginput_container .gfield_checkbox {
    border: 1px solid #d3d3d3;
    padding: 20px 20px 20px 5px;
    background: #f9f9f9;
    color: #222;
    font-size: 15px;
    width: 302px!important;
    display: inline-block;
    line-height: 1.25;
}
.gfield .ginput_container .gfield_checkbox .label {
    display: inline-block;
    float: right;
    width: 85%;
}
.gfield .ginput_container .gfield_checkbox input {
    margin-left: 10px!important;
    margin-right: 15px;
}


.woocommerce-account #random_background > .et_pb_row {
    padding: 30px 0!important;
}
.woocommerce-account #random_background {
    background-image: url('assets/img/sky.jpg')!important;
}

.woocommerce-MyAccount-navigation-link--downloads {
    display: none!important;
    visibility: hidden;
}

header.woocommerce-Address-title.title {
    background-color: transparent!important;
    box-shadow: none!important;
}

.woocommerce-account .main_title {
    font-size: 36px;
}
.woocommerce-account h3 {
    font-size: 21px;
}
.woocommerce-account .edit {
    font-size: 12px;
    padding: 6px 8px!important;
    background: #dbdbdb;
    border-radius: 5px;
    line-height: 1;
}
.woocommerce-account .edit:hover {
    background-color:#a0a0a0;
    transition: all ease 0.3s;
}
.woocommerce-Address {
    font-size: 15px;
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.25)!important;
    padding: 15px!important;
    background-color: #fff!important;
}
.woocommerce-MyAccount-navigation {
    border-right: 1px solid #eee;
    width: 25%!important;
}
.woocommerce-MyAccount-navigation ul {
    padding-left: 0!important;
}
.woocommerce-MyAccount-navigation li {
    list-style-type: none; 
    margin-bottom: 5px;
}
.woocommerce-MyAccount-navigation li a {
    color: #333;
    font-weight: 300;
    border-left: 5px solid #f5f5f5;
    padding-left: 10px;
    display: block;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.woocommerce-MyAccount-navigation li a:hover {
    border-color: #818284;
    background: #f5f5f5;
    margin-left: 10px;
}
.woocommerce-page .main_title,
.product_title {
    font-size: 36px;
}
.woocommerce-page h3 {
    font-size: 21px;
}

#print-size {
    background-color: #fafafa;
    height: 40px;
    font-size: 16px;
    border: 1px solid #eee;
}

body.woocommerce #et-main-area #main-content .variations_form .variations .label {
    padding: 0!important;
    margin-bottom: 0!important;
    height: 40px!important;
    padding-top: 5px!important;
}
.woocommerce-variation.single_variation {
    font-size: 28px;
    margin: 30px 0!important;
    display: inline-block;
    margin-top: 0!important;
}
p.price {
    display: none;
    visibility: hidden;
}
.related.products {
    margin-top: 60px;
    border-top: 1px solid #dadada;
    padding-top: 30px;
}

.woocommerce-product-gallery {
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.25)!important;
}

.checkout .col-1,
.checkout .col-2 {
    width: 98%!important;
    margin-bottom: 30px!important;
}
@media (min-width: 980px) {
    .woocommerce form .form-row {
        padding: 3px;
        margin: 0 0 6px;
        width: 50%;
        clear: none;
        display: inline-block;
        height: 90px;
    }
    .woocommerce-billing-fields__field-wrapper .address-field {
        position: relative;
        top: -3px;
    }
    .select2-selection__rendered {
        line-height: 34px!important;
    }
    p#billing_phone_field {
        position: relative;
        top: -3px;
    }
}
.select2-selection {
    height: 49px!important;
    padding: 5px!important;
}
form.woocommerce-checkout {
    padding-bottom: 120px;
    margin-top: 10px!important;
    display: inline-block;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    margin-top: 30px;
    position: relative;
    float: left;
}

.logout-menu-link a {
    padding: 10px 30px!important;
    background-color: #39b1bd;
    display: inline-block!important;
    text-align: center;
    border-radius: 10px;
    margin-top: 15px;
}
.logout-menu-link a:hover {
    background-color:#2d8b94!important;
    transition: all ease 0.3s;
    border-radius: 5px;
}
.place-order {
    line-height: 1.5;
    font-size: 14px;
    padding-bottom: 15px;
}

@media (max-width: 980px) {}
    .et_header_style_left #logo, .et_header_style_split #logo {
        max-width: 100%;
        height: 70px!important;
        max-height: 70px;
        margin-top: 10px;
    }
    /*
    body #main-header {
        position: fixed!important;
    }
    */
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    background: #dbdbdb!important;
}
.woocommerce .woocommerce-form-register .form-row,
.woocommerce .woocommerce-form-login .form-row {
    width: 100%!important;
    height: initial!important;
}
.woocommerce .woocommerce-form-register .form-row .woocommerce-Button,
.woocommerce .woocommerce-form-login .form-row .woocommerce-Button {
    margin-left: 0!important;
}

.woocommerce-privacy-policy-text {
    font-size: 14px;
    line-height: 1.4;
    padding: 0 0 20px;
}

form.woocommerce-form.woocommerce-form-login.login,
form.woocommerce-form.woocommerce-form-register.register {
    background: #f9f9f9;
    border-radius: 0;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.25)!important;
    background-color: #fff!important;
    border: 0;
}
.gform_body span label {
    display: none!important;
    visibility: hidden;
}
.gform_body input {
    width: 100%!important;
}
.gform-half {
    width: 50%;
    float: left;
    clear: none!important;
}
.field_description_below {

}

#commission_gallery img {
    max-height: 400px;
    width: auto;
}
#commission_gallery .et_pb_gallery_image {
    text-align: center;
}


.pjb-photos .et_pb_gallery_item.et_pb_grid_item.et_pb_bg_layout_light {
    width: 25%;
    margin: 0;
    padding: 5px;
    display: inline-block;
    float: left;
}

.woocom-cats {
    border: none!important;
}
.woocom-cats .count {
    display: none;
    visibility: hidden;
}

.woocom-cats .et_pb_widget {
    width: 100%!important;
}
.woocom-cats .products {
    columns: 4!important;
}
.woocom-cats .products  .product {
    text-align: center!important;
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.25)!important;
    padding: 5px!important;
    padding-bottom: 15px!important;
    display: inline-block;
    position: relative;
    transition: all ease 0.3s;
    background-color: #fff!important;
}

.et_slide_menu_top {
    padding: 15px 40px 0;
}

.product .product_meta > span {
    display: inline-block;
    float: left;
    clear: both;
}


#sidebar .widget_product_tag_cloud a {
    padding: 0 10px!important;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    margin-bottom: 30px;
}

/* forms */
.name_first,
.name_last,
.ginput_left,
.ginput_right {
    width: 100%!important;
}
.gform_body input {
    width: 100%!important;
    margin-bottom: 10px!important;
    padding: 10px!important;
    border-radius: 0;
    border-color: #eee;
    border: none;
    border: 1px solid #CCCCCC;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    background-color: rgba(255, 255, 255, 0.66)!important;
}
.gform_body textarea {
    border-color: #ccc;
}
.gform_body label {
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    color: #666;
    font-weight: 500!important;
}
.gform_body span label {
    display: none!important;
    visibility: hidden!important;
}
.ginput_container {
    margin-top: 5px!important;
}
.gform_wrapper ul.gform_fields li.gfield {
    margin-top: 5px!important;
    margin-bottom: 25px!important;
}

.form-border {
    padding: 15px 0 15px 60px;
    border-left: 1px solid rgba(0,0,0,0.15);
}

.gform_body input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #999;
    opacity: 1; /* Firefox */
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
}

.gform_body input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #999;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
}

.gform_body input::-ms-input-placeholder { /* Microsoft Edge */
    color: #999;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
}


.gfield_checkbox label {
    display: inline-block!important;
    visibility: visible!important;
}
.gfield_description {
    line-height: 1.4!important;
}




/*** Responsive Styles Tablet And Below ***/

@media (max-width: 980px) {
    .grid-item2 {
        width: 33.33%;
        width: calc(100% / 3);
    }
    .woocommerce-MyAccount-navigation {
        border-right: none;
        width: 100%!important;
    }
    .search #left-area {
        columns: 2;
    }
}

/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 980px) {
    .grid-item2 {
        width: 50%;
        width: calc(100% / 2);
    }
}
 
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
    #random_background h1 {
        font-size: 44px!important;
    }
    #random_background .header-content {
        width: 100%!important;
    }
    #random_background .et_pb_fullwidth_header_subhead, #random_background .sub_title {
        font-size: 32px!important;
        line-height: 1!important;
    }
    .et_pb_fullwidth_header_container {
        width: 100%!important;
    }

    .bottom-nav li {
        width: 100%;
        margin: 0!important;
        border: none;
        border-bottom: 1px solid #76919a42;
        margin-bottom: 5px!important;
        padding: 8px 0;;
    }
    .bottom-nav li:last-of-type {
        border: none;
    }
    .bottom-nav li a { 
        font-size: 18px;
    }

    .et_pb_gallery_title {
        font-size:24px!important;
        padding: 5px 15px!important;
    }

    .et_pb_gallery_caption {
        font-size: 15px;
        line-height: 1.5;
        padding: 5px 15px;
    }

    #main-content, .et_pb_column_1_2 .et_quote_content blockquote cite, .et_pb_column_1_2 .et_link_content a.et_link_main_url, .et_pb_column_1_3 .et_quote_content blockquote cite, .et_pb_column_3_8 .et_quote_content blockquote cite, .et_pb_column_1_4 .et_quote_content blockquote cite, .et_pb_blog_grid .et_quote_content blockquote cite, .et_pb_column_1_3 .et_link_content a.et_link_main_url, .et_pb_column_3_8 .et_link_content a.et_link_main_url, .et_pb_column_1_4 .et_link_content a.et_link_main_url, .et_pb_blog_grid .et_link_content a.et_link_main_url, #main-footer li, #main-footer a, #main-footer p, #main-footer {
        font-size: 16px !important;
        line-height: 1.5!important;
    }

    .portfolio .grid-item2 {
        width: calc(100% / 2);
    }

    #cookie-law-info-bar {
        font-size: 14px;
        line-height: 1.5;
        padding: 15px;
    }
    #cookie-law-info-bar .cli-plugin-button {
        font-size: 18px!important;
    }
    li.style36 {
        font-size: 15px;
        line-height: 1.25;
        padding: 5px 0;
    }
    .search #left-area {
        columns: 1;
    }
    .woocommerce-page .main_title, .product_title {
        font-size: 30px;
    }


    /* forms */
    .form-border {
        padding: 0;
        border: none;
        background-color: rgba(255,255,255,0.8)!important;
    }
    .gform_wrapper ul.gform_fields li.gfield {
    margin-top: 5px!important;
    margin-bottom: 15px!important;
    }
    .gform_body input {
        /*box-shadow: inset 1px 1px 3px 1px #ccc;
        padding: 5px 10px!important;
        border-radius: 3px;*/
        padding: 5px 10px!important;
        border: 1px solid #ccc;
        background-color: rgba(255,255,255,0.8)!important;
    }
    .gform_body textarea {
        background-color: rgba(255,255,255,0.8)!important;
    }
    .gform_body label {
        display: none!important;
        visibility: hidden;
    }
    .gfield_checkbox label {
    	display: inline-block!important;
    }
    .gform_body select {
        padding: 5px;
        height: 44px;
        background: rgba(255,255,255,0.8)!important;
    }
    /* forms end */

}

/*** Responsive Styles Smartphone Large ***/
@media all and (max-width: 600px) {
    .home #random_background .et_pb_button {
        display: none!important;
        visibility: hidden;
    }
    #random_background .header-content-container {
        display: flex;
        justify-content: center;
        align-items: center;
    }
        #random_background h1 {
        font-size: 36px!important;
    }
    #random_background .et_pb_fullwidth_header_subhead, #random_background .sub_title {
        font-size: 24px!important;
    }

    .et_pb_button, .woocommerce .button {
        padding: 15px 25px!important;
        margin-bottom: 30px;
        font-size: 14px!important;
        width: initial!important;
    }
    .page-title {
        font-size: 32px;
    }
    h5 {
        font-size: 22px!important;
        line-height: 1.25!important;
    }
}

/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {
    #cookie-law-info-bar {
        font-size: 14px;
        line-height: 1.5;
        padding: 15px;
    }
    #cookie-law-info-bar .cli-plugin-button {
        font-size: 16px!important;
     }
    .woocommerce .quantity .qty {
        width: 60px;
        margin-top: 3px!important;
    }
    .woocommerce div.product form.cart .variations label {
        padding-right: 10px;
        width: 100%;
        display: inline-block;
        font-size: 14px;
    }
    .woocommerce div.product form.cart .button {
        margin: 0!important;
    }
    .filter-links button {
    	font-size: 14px!important;
    }
}


.et-fixed-header img#logo {
    display: none;
    opacity: 0;
    transition: all ease 0.4s;
}

.scrolled-logo {
    display: none;
    visibility: hidden;“
    animation:  fadeOut 0.5s ease forwards;
}
.et-fixed-header .scrolled-logo {
    display: inline-block;
    color:#fff!important;
    visibility: visible;
}

.scrolled-logo span {
    animation: fadeIn 0.2s ease forwards;
    opacity: 0;
}
.scrolled-logo span:nth-of-type(1) {
    animation-delay: 0.01s;
}
.scrolled-logo span:nth-of-type(2) {
    animation-delay: 0.02s;
}
.scrolled-logo span:nth-of-type(3) {
    animation-delay: 0.03s;
}
.scrolled-logo span:nth-of-type(4) {
    animation-delay: 0.04s;
}
.scrolled-logo span:nth-of-type(5) {
    animation-delay: 0.05s;
}
.scrolled-logo span:nth-of-type(6) {
    animation-delay: 0.06s;
}
.scrolled-logo span:nth-of-type(7) {
    animation-delay: 0.07s;
}
.scrolled-logo span:nth-of-type(8) {
    animation-delay: 0.08s;
}
.scrolled-logo span:nth-of-type(9) {
    animation-delay: 0.09s;
}
.scrolled-logo span:nth-of-type(10) {
    animation-delay: 0.1s;
}
.scrolled-logo span:nth-of-type(11) {
    animation-delay: 0.11s;
}
.scrolled-logo span:nth-of-type(12) {
    animation-delay: 0.12s;
}
.scrolled-logo span:nth-of-type(13) {
    animation-delay: 0.13s;
}
.scrolled-logo span:nth-of-type(14) {
    animation-delay: 0.14s;
}
.scrolled-logo span:nth-of-type(15) {
    animation-delay: 0.15s;
}
.scrolled-logo span:nth-of-type(16) {
    animation-delay: 0.16s;
}
.scrolled-logo span:nth-of-type(17) {
    animation-delay: 0.17s;
}
.scrolled-logo span:nth-of-type(18) {
    animation-delay: 0.18s;
}
.scrolled-logo span:nth-of-type(19) {
    animation-delay: 0.19s;
}
.scrolled-logo span:nth-of-type(20) {
    animation-delay: 0.2s;
}
.scrolled-logo span:nth-of-type(21) {
    animation-delay: 0.21s;
}
.scrolled-logo span:nth-of-type(22) {
    animation-delay: 0.22s;
}
.scrolled-logo span:nth-of-type(23) {
    animation-delay: 0.23s;
}
.scrolled-logo span:nth-of-type(24) {
    animation-delay: 0.24s;
}
.scrolled-logo span:nth-of-type(25) {
    animation-delay: 0.25s;
}
.scrolled-logo span:nth-of-type(26) {
    animation-delay: 0.26s;
}
.scrolled-logo span:nth-of-type(27) {
    animation-delay: 0.27s;
}
.scrolled-logo span:nth-of-type(28) {
    animation-delay: 0.28s;
}

.portfolio-intro {
    padding-bottom: 60px;
}



#menu-headermenu .sub-menu {
    padding: 0;
    border: none;
    background-color: transparent!important;
    box-shadow: none;
    padding-top: 0;
}
#menu-headermenu .sub-menu a {
    padding-left: 0;
    padding-top: 0;
    font-size: 15px!important;
}

.lg-actions .lg-next, .lg-actions .lg-prev,
.lg-toolbar .lg-icon {
    color: rgba(255, 255, 255, 0.8)!important;
}
#lg-share .lg-icon {
    color: #999!important;
}

#top-menu li li {
    margin: 0;
    padding: 0 20px!important;
}

#pinterest_box .et_pb_code_inner > span {
    width: 85%!important;
    max-width: 85%;
}
/* removed fix
.et-fixed-header #menu-headermenu .menu-item > a,
.et-hover .sub-menu,
.et-hover .sub-menu li,
.et-hover .sub-menu li a {
	opacity: 1!important;
	visibility: visible!important;
    text-shadow: 2px 2px 5px rgba(29, 29, 29, 0.36)!important;
}
*/
.et-fixed-header#main-header .nav li ul,
.et-hover .sub-menu {
	background-color: rgba(0,0,0,0.75)!important;
    margin-top: 0;
}
#et-top-navigation #menu-headermenu .sub-menu .menu-item > a {
    padding-bottom: 5px;
}
.et_slide_in_menu_container .et_mobile_menu > .menu-item-has-children > a {
    font-weight: initial;
}
#sidebar .children {
    margin-top: 8px;
}
#et-top-navigation #menu-headermenu .sub-menu .menu-item > a:hover {
    margin-left: 4px;
    transition: all ease 0.2s;
}

.term-famous-icons #random_background {
    background-size: initial;
    background-repeat: repeat;
    background-attachment: fixed;
}

.home .header-content-container {
    padding-top: 5%;
}

.woocommerce .summary p {
    line-height: 1.4;
    font-size: 16px;
}
.woocommerce div.product form.cart, .woocommerce-page div.product form.cart {
    margin-top: 30px!important;
}
.woocommerce div.product form.cart .variations td select {
    font-size: 15px;
    height: 34px;
}

#menu-headermenu .sub-menu {
    background-color: rgba(0,0,0,0.4)!important;
}

.portfolio-print-link {
padding: 60px 0!important;
text-align: center;
background-color: #e4e6e6!important;
}
.gform_wrapper ul.gform_fields li.gfield {
margin-bottom: 0!important;
}
.et_slide_in_menu_container #mobile_menu_slide li.current-menu-item a, .et_slide_in_menu_container #mobile_menu_slide li a {
    line-height: 1.4!important;
}
.page-template-page-template-portfolio-layout #main-content .entry-content .et_pb_section {
    padding-bottom: 0!important;
}

.intro span {
    text-decoration: none!important; 
}
.et_pb_button {
    display: inline-block!important;
}


.woocommerce-variation-description p {
    font-style: italic;
    font-size: 14px;
    margin-bottom: 30px;
}

.woocommerce ul.products li.product .price {
	display: none;
	visibility: hidden;
}


@media (min-width: 479px) and (max-width: 980px) {
    .woocommerce-page ul.products li.product:nth-child(n) {
        float: left!important;
        clear: none!important;
        width: 48%!important;
        margin: 1%!important;
    }
}

body .related .woocommerce-loop-product__title,
.woocommerce-loop-product__title {
    font-size: 21px!important;
}


/* mega menu */
#top-menu li.mega-menu > ul > li {
    width: 20%;
    margin: 0;
    clear: none!important;
    padding: 10px 0!important;
}
#top-menu li .sub-menu {
    padding: 15px 10px!important;
}
#top-menu li li {
    padding-top: 5px!important;
    padding-bottom: 5px!important;
}
#top-menu li.mega-menu > ul > .current-menu-item {
    text-decoration: underline!important;
}
#top-menu li .sub-menu,
#top-menu li.mega-menu > ul {
    background: rgba(0,0,0,0.95)!important;
}
#top-menu li.mega-menu>ul>li>a {
    width: 100%!important;
}
.mega-menu .sub-menu .menu-item a {
    text-align: center;
}
.mega-menu .sub-menu .menu-item a:before {
    content: " ";
    display: block;
    height: 200px;
    width: 100%;
    background-position: center!important;
}

.mega-menu .sub-menu .pinup a:before {
    background: url(assets/img/pinup.jpg);
}
.mega-menu .sub-menu .nudes a:before {
    background: url(assets/img/nudes.jpg);
}
.mega-menu .sub-menu .erotic a:before {
    background: url(assets/img/erotic.jpg);
}
.mega-menu .sub-menu .portraits a:before {
    background: url(assets/img/portraits.jpg);
}
.mega-menu .sub-menu .military a:before {
    background: url(assets/img/military.jpg);
}
.mega-menu .sub-menu .fantasy a:before {
    background: url(assets/img/fantasy.jpg);
}
.mega-menu .sub-menu .abstract a:before {
    background: url(assets/img/abstract.jpg);
}
.mega-menu .sub-menu .icons a:before {
    background: url(assets/img/icons.jpg);
}
.mega-menu .sub-menu .original a:before {
    background: url(assets/img/original.jpg);
}
.et_fullwidth_nav #top-menu li.mega-menu>ul {
    margin-top: 10px;
}


div.fadeShow-container {
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

div.fadeShow-container div.image {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    transition: opacity 1.5s ease-in-out;
    -moz-transition: opacity 1.5s ease-in-out;
    -webkit-transition: opacity 1.5s ease-in-out;
    opacity: 0;
}

div.fadeShow-container div.image.fillHeight {
    background-size: auto 100%;
}

div.fadeShow-container div.image.active {
    z-index: 3;
    opacity: 1;
}

div.fadeShow-container div.image.inactive {
    z-index: 2;
    opacity: 0;
}

div.fadeShow-container div.image img {
    width: 100px;
    display: none;
}




.animated {
    -webkit-animation-duration:1s;
    animation-duration:1s;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    40%,
    43% {
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    40%,
    43%,
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06)
    }
    70% {
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    40%,
    43% {
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    40%,
    43%,
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06)
    }
    70% {
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {
    0%,
    50%,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {
    0%,
    50%,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {
    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {
    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {
    0%,
    11.1%,
    to {
        -webkit-transform: none;
        transform: none
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {
    0%,
    11.1%,
    to {
        -webkit-transform: none;
        transform: none
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(-1turn);
        transform: perspective(400px) rotateY(-1turn)
    }
    0%,
    40% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg)
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg)
    }
    50%,
    80% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(-1turn);
        transform: perspective(400px) rotateY(-1turn)
    }
    0%,
    40% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg)
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg)
    }
    50%,
    80% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    0%,
    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }
    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    0%,
    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }
    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    0%,
    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg)
    }
    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    0%,
    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg)
    }
    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg)
    }
    60%,
    80% {
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg)
    }
    60%,
    80% {
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    0%,
    to {
        -webkit-transform-origin: center
    }
    to {
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    0%,
    to {
        -webkit-transform-origin: center
    }
    to {
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
    0%,
    to {
        -webkit-transform-origin: left bottom
    }
    to {
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
    0%,
    to {
        -webkit-transform-origin: left bottom
    }
    to {
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    0%,
    to {
        -webkit-transform-origin: right bottom
    }
    to {
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    0%,
    to {
        -webkit-transform-origin: right bottom
    }
    to {
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    0%,
    to {
        -webkit-transform-origin: left bottom
    }
    to {
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    0%,
    to {
        -webkit-transform-origin: left bottom
    }
    to {
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    0%,
    to {
        -webkit-transform-origin: right bottom
    }
    to {
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    0%,
    to {
        -webkit-transform-origin: right bottom
    }
    to {
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        transform-origin: center;
        opacity: 1
    }
    0%,
    to {
        -webkit-transform-origin: center
    }
    to {
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        transform-origin: center;
        opacity: 1
    }
    0%,
    to {
        -webkit-transform-origin: center
    }
    to {
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }
    0%,
    to {
        -webkit-transform-origin: left bottom
    }
    to {
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }
    0%,
    to {
        -webkit-transform-origin: left bottom
    }
    to {
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }
    0%,
    to {
        -webkit-transform-origin: right bottom
    }
    to {
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }
    0%,
    to {
        -webkit-transform-origin: right bottom
    }
    to {
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }
    0%,
    to {
        -webkit-transform-origin: left bottom
    }
    to {
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }
    0%,
    to {
        -webkit-transform-origin: left bottom
    }
    to {
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }
    0%,
    to {
        -webkit-transform-origin: right bottom
    }
    to {
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }
    0%,
    to {
        -webkit-transform-origin: right bottom
    }
    to {
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        transform-origin: top left
    }
    0%,
    20%,
    60% {
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        transform-origin: top left
    }
    40%,
    80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        transform-origin: top left
    }
    0%,
    20%,
    60% {
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        transform-origin: top left
    }
    40%,
    80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50%,
    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50%,
    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}



body .woocommerce-info {
    background: #fff!important;
    color: #333!important;
    padding: 0!important;
    margin: 0 0 15px!important;
    font-size: 17px!important;
}
.woocommerce-info a {
    color: #333!important;
    text-decoration: underline;
}

#homeservices .et_pb_button:after,
#homeservices .et_pb_button {
    text-shadow: none!important;
    color: #333!important;
    box-shadow: none!important;
}
#homeservices .et_pb_promo {
    min-height: 30vw;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
#homeservices,
#homeservices .et_pb_row {
    overflow: hidden;
}

@media (max-width:980px) {
    #homeservices .et_pb_row {
        width: 100%;
        max-width: 100%;
    }
    #homeservices .et_pb_column.background-img {
        min-height: 50vw;
        display: inline-block!important;
    }
    #homeservices .et_pb_promo {
        background-color: #fff;
    }

}

    /*.shop-home-category-link {
        opacity: 0;
    }
    */

#homeservices .et_pb_promo {    
    background: rgb(255,255,255); 
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(239,239,239,1) 100%); 
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(239,239,239,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(239,239,239,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); 
}

.close-modal-content-1 {
    background-color: rgba(0,0,0,0.25)!important;
    padding: 5px 10px 0!important;
}
.close-modal-content-1:hover {
    background-color: rgba(0,0,0,0.33)!important;
}
.close-modal-content-1:after {
    content: initial!important;
}
#random_background {
    z-index: 997;
    position: relative;
}


.et_pb_section_0.et_pb_section {
    padding-top: 90px;
}

#random_background > .et_pb_row {
	z-index: 9;
}


@media (min-width: 768px) {
	.switch-columns-mobile {
		direction: rtl!important;
	}
}

.woocommerce-form-login {
    padding: 15px!important;
    margin: 15px 0!important;
}
.woocommerce-form-login label {
    min-width: 100%!important;
    display: inline-block;
}
.woocommerce-form-login input {
    width: 400px;
    max-width: 100%;
}

.woocommerce-form__input-checkbox {
    width: initial!important;
} 
.woocommerce-form-login button{
    margin: 10px 0!important;
}

/* image-and-text-2-col */
@media only screen and (max-width: 980px) {
  .image-text-section__row {
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}
.image-text-section__row__col {
  margin-bottom: 0;
}
.image-text-section__row__col__content {
  background-color: rgba(25, 25, 25, 0.9);
  padding: 70px!important;
  color: #ffffff;
  text-align: center;
}
.image-text-section__row__col__content h2, .image-text-section__row__col__content h3 {
  margin-bottom: 0.5rem;
  color: #ffffff;
}
.image-text-section__row__col__content h2 {
  font-size: 2rem;
}
.image-text-section__row__col__content h3 {
  font-size: 1.8rem;
}
.image-text-section__row__col__content p {
  font-size: 1.1rem;
  color: #ffffff;
}
.image-text-section__row__col__content a {
  font-size: 1rem;
  font-weight: 500;
  color: #ee2e27;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.image-text-section__row__col__content a:hover {
  color: #ffffff;
}
@media only screen and (max-width: 980px) {
  .image-text-section__row__col {
    min-height: 300px !important;
    display: block !important;
  }
}
.image-text-section__row__col:first-of-type .image-text-section__row__col__content {
  margin: 50px -150px 50px 0 !important;
}
@media only screen and (max-width: 980px) {
  .image-text-section__row__col:first-of-type .image-text-section__row__col__content {
    margin: -50px 50px 0 !important;
    order: 1;
  }
}
.image-text-section__row__col:last-of-type .image-text-section__row__col__content {
  margin: 50px 0 50px -150px !important;
}
@media only screen and (max-width: 980px) {
  .image-text-section__row__col:last-of-type .image-text-section__row__col__content {
    margin: -50px 50px 0 !important;
    order: 1;
  }
}
.order-mobile-2nd {
    order: 1;
}
.index-top {
    z-index: 9;
}

@media (min-width: 1200px) {
    html body .entry-content .et_pb_column .products.viewallgrid ul {
        columns: 1!important;
        display: flex;
        flex-wrap: wrap;
    }
    html body .entry-content .et_pb_column .products.viewallgrid .woocommerce ul li {
        width: 22%!important;
        display: inline-block;
        clear: none!important;
        margin: 1%!important;
    }
    html body .entry-content .et_pb_column .products.viewallgrid .woocommerce ul li h2 {
        text-align: center!important;
    }
}

@media (max-width: 1199px) {
    html body .entry-content .et_pb_column .products.viewallgrid ul {
        columns: 1!important;
        display: flex;
        flex-wrap: wrap;
    }
    html body .entry-content .et_pb_column .products.viewallgrid .woocommerce ul li {
        width: 31%!important;
        display: inline-block;
        clear: none!important;
        margin: 1%!important;
    }
    html body .entry-content .et_pb_column .products.viewallgrid .woocommerce ul li h2 {
        text-align: center!important;
    }
}
@media (max-width: 800px) {
    html body .entry-content .et_pb_column .products.viewallgrid .woocommerce ul li {
        width: 48%!important;
    }
}
@media (max-width: 600px) {
    html body .entry-content .et_pb_column .products.viewallgrid .woocommerce ul li {
        width: 98%!important;
        margin-top: 15px!important;
        margin-bottom: 15px!important;
    }
    html body .entry-content .et_pb_column .products.viewallgrid ul {
        text-align: center;
    }
}
.variations td.label label {
    position: relative;
}
.variations  tr:first-of-type td.label label:after {
    content: "i";
    position: absolute;
    right: -22px;
    border: 1px solid;
    border-radius: 100%;
    width: 14px;
    height: 14px;
    text-align: center;
    font-size: 12px;
    line-height: 13px;
    top: 3px;
    cursor: pointer;
}