/* FONT SELECTORS

font-family:'AvenirNextLTW01-BoldIta';
font-family:'AvenirNextW01-LightItal';
font-family:'Avenir Next W01 Light';
font-family:'AvenirNextLTW01-Italic';
font-family:'AvenirNextLTW01-Regular';
font-family:'Avenir Next LT W01 Bold';

*****/



/* STYLES TO MATCH CKEDITOR ******************************** */

h1, h2, h3, h4, p, table, tr, td, ul, ol, li {
	font-family:'AvenirNextLTW01-Regular', Gotham, Helvetica, Arial, sans-serif;
	font-size:14px;
}

h1 {
	font-size:27pt;
	margin: 10px 0px;
}
h2 {
	font-size:23pt;
	margin: 10px 0px;
}
h3 {
	font-size:18px;
	margin: 10px 0px;
}
h4 {
	font-size:16px;
	margin: 10px 0px;
}
p {
    font-size: 16px;
    margin: 0px 0px 10px 0px;
    line-height: 21px;
}

ul, ol {
	font-size:14px;	
	padding-left:40px;
}
a[href^=tel] {
    border: 0px !important;
    text-decoration: none;
}


/* FIXES *********************************************** */

.clear:after {
  content: ' ';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
 
.clear {
  display: inline-block;
  clear: both;
  width:100%;
}

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0px;
	padding: 0px;
}

img {
	display: block;
}

/* STRUCTURAL ELEMENTS *********************************** */

body {
	background: #FFF;
	color: #455560;
	overflow-x:hidden;
}
/* Sets the size for all inner elements, to change individual inner, create e.g. header.inner, footer.inner */ 
.inner {
	min-height: 140px;
	width: 100%;
	max-width: 1200px;
	margin: auto;
	transition: 0.3s;
}


/* Add the class to your logo image with either float left/right or margin: auto */
.logo {
    display: block;
    max-width: 295px;
    float: left;
    padding-top: 14px;
}

.featured {
	position: relative;
	width: 100%;
	clear: both;
}

.content {
	width: 100%;
}

footer {
    width: 100%;
    text-align: center;
    clear: both;
    background-color: #4b4b4b;
    color: #808285;
    padding-top: 26px;
}

/* HEADER ************************* */
.top-nav-bar {
    float: left;
    width: 100%;
    background-color: #4b4b4b;
    padding: 9px 0px;
    text-align: right;
}

.top-nav-bar .w50_right a {
    color: #808285;
    text-decoration: none;
    border-bottom: 1px solid;
    font-size: 12pt;
    margin-left: 2%;
    float: right;
    margin-top: 1%;
}

.top-nav-bar .w50_left a img {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
}

.top-nav-bar .w50_left a {
    width: 5%;
    padding-bottom: 5%;
    float: left;
    position: relative;
    margin-right: 3%;
}

.top-nav-bar .inner {
    min-height: 0px;
}

header {
	min-height: 100px;
    width: 100%;
    position: absolute;
    top: 100px;
	z-index: 999;
	text-align: center;
}
header.contentpage {
    position: relative;
    top: 0px;
    float: left;
    width: 100%;
    padding: 40px 0px;
	background-image: url(../images/contentheaderbg.jpg);
	background-position: top;
    background-size: cover;
}

header.contentpage .inner {
    min-height: 0px;
}
.contentpage nav {
    float: right !important;
    margin-right: -22px;
	color: white;
}

/* FEATURED ********************** */
.featured .bg_img {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
	bottom: 0px;
	z-index: -1;
	background-color: #ff846a;
}

.featured {
    overflow: hidden;
    margin-bottom: 35px;
}

.featured .bg_img img {
    width: 100%;
    margin: auto;
    min-width: 2000px;
    transition: 0.3s;
}

.featured .inner {
    min-height: 700px;
    padding-top: 250px;
}

.featured .inner .home_logo {
    margin: auto;
    width: 620px;
}


/* VALIDATION **************************************************** */

.required {
	float:right;
	color:#C00003;
	width:2%;
}

.error {
	border: 1px solid #900002 !important;
	transition: border 0.5s ease;
}

.valid {
	border: 1px solid #087500 !important;
	transition: border 0.5s ease;
	background-image: url(../images/tick.jpg) !important;
	background-position:right center !important;
	background-repeat:no-repeat !important;
	padding-right:10px !important;
	background-origin: content-box !important;
}


/* LAYOUT ELEMENTS *********************************************** */

.w20_left {
	width: 20%;	
	float: left;	
}

.w30_left {
	width: 30%;	
	float: left;	
}

.w40_left {
	width: 40%;	
	float: left;	
}

.w45_left {
	width: 45%;	
	float: left;	
}

.w50_left {
	width: 50%;
	float: left;	
}

.w60_left {
	width: 60%;	
	float: left;
}

.w70_left {
	width: 70%;	
	float: left;	
}

.w80_left {
	width: 80%;	
}

.w100_left {
	width: 100%;	
	float: left;
}

.w20_right {
	width: 20%;	
	float: right;	
}

.w30_right {
	width: 30%;	
	float: right;	
}

.w40_right {
	width: 40%;	
	float: right;	
}

.w45_right {
	width: 45%;	
	float: right;	
}

.w50_right {
	width: 50%;
	float: right;	
}

.w60_right {
	width: 60%;	
	float:right;
}

.w70_right {
	width: 70%;	
	float: right;	
}

.w80_right {
	width: 80%;	
	float: right;
}

.w100_right {
	width: 100%;	
	float: right;
}

.w20_inline {
	width: 20%;	
	display: inline-block;
	vertical-align: top;
}

.w30_inline {
	width: 30%;	
	display: inline-block;
	vertical-align: top;
}

.w40_inline {
	width: 40%;	
	display: inline-block;
	vertical-align: top;
}

.w45_inline {
	width: 45%;	
	display: inline-block;
	vertical-align: top;
}

.w50_inline {
	width: 50%;
	display: inline-block;
	vertical-align: top;
}

.w60_inline {
	width: 60%;	
	display: inline-block;
	vertical-align: top;
}

.w70-inline {
	width: 70%;	
	display: inline-block;
	vertical-align: top;
}

.w80_inline {
	width: 80%;	
	display: inline-block;
	vertical-align: top;
}

.w100_inline {
	width: 100%;	
	display: inline-block;
	vertical-align: top;
}

/* HOMEPAGE *********************************** */
.entry_content {
    text-align: center;
    padding: 0px 80px;
	min-height: 0px;
}

.cta_area .servicewrap {
    float: left;
    width: 50%;
    padding: 2% 4%;
    text-decoration: none !important;
    color: #455560;
    position: relative;
    max-height: 415px;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
}

.w100.cta_area {
    float: left;
    width: 100%;
	margin-bottom: 40px;
}

.servicewrap .imgwrap {
    float: left;
    width: 100%;
    overflow: hidden;
    height: 211px;
    margin-bottom: 15px;
}

.cta_area .servicewrap img {
    float: left;
    width: 100%;
    margin-bottom: 8px;
}

.cta_area .servicewrap h2 {
    font-size: 23pt;
}

.cta_area .servicewrap:hover::after {
    opacity: 1 !important;
    padding-top: 19%;
}

.cta_area .servicewrap::after {
    content: "FIND OUT MORE";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
    vertical-align: middle;
    text-align: center;
    padding-top: 0%;
    font-size: 20pt;
    letter-spacing: 3px;
    opacity: 0;
    transition: 0.3s;
}

.cta_area .servicewrap:hover img, .cta_area .servicewrap:hover h2, .cta_area .servicewrap:hover p {
    opacity: 0.6;
}

/* FORM ELEMENTS ******************************************* */

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=color],
input[type=date],
input[type=datetime],
input[type=url],
input[type=number],
textarea {
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border: 1px solid #cccccc;
	-moz-border-radius: 2px; 
	-ms-border-radius: 2px; 
	-o-border-radius: 2px; 
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #ffffff;
	border: 1px solid #d5d5d5;
	text-align: left;
	outline: none;
	color: #5d5d5d;
}

select::-ms-expand {
    display: none !important;
}

select {
	-moz-appearance: none;
	-webkit-appearance: none;
}

select {
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 11px 10px;
	line-height: 1em;
	border: 1px solid #cccccc;
	-moz-border-radius: 2px; 
	-ms-border-radius: 2px; 
	-o-border-radius: 2px; 
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-appearance: none;
	background: #FFF url(../images/arrow_dd.png);
	background-repeat: no-repeat;
	background-position: 97% 11px;
	color:#5d5d5d;
}

.button {
    margin: 5px 0px;
    margin-right: 5px;
    min-width: 190px;
    padding: 16px;
    text-decoration: none;
    display: block;
    float: left;
    text-align: center;
    color: black;
    background: #e5e5e5;
    transition: 0.3s;
    border-radius: 20px;
    font-family: 'Avenir Next LT W01 Bold';
    letter-spacing: .5px;
}

.button:hover {
	opacity:0.7;
}
.placeholder {
	color: #c7cbd0;
}

/* MENU ITEMS ***************************************************** */

/* nav is the menu container, float left/right or margin auto for a centered menu
to auto size menu items open /js/flexnav.js and set 'calcItemWidths': false on line 14 to true
 */
nav {
    position: relative;
    z-index: 999;
    float: none !important;
    margin: auto;
    display: inline-block;
}


.flexnav {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  transition: none;
  -webkit-transform-style: preserve-3d;
  overflow: hidden;
  margin: 50px auto auto auto;
  width: 100%;
  max-height: 0;

}

.flexnav.opacity {
	opacity: 0; 
}

.flexnav.flexnav-show {
	max-height: 2000px;
	opacity: 1;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out; 
}

.flexnav.one-page {
	position: fixed;
	top: 50px;
	right: 5%;
	max-width: 200px; 
}

.flexnav {
	padding: 0px;
	margin: 0px;	
}
.flexnav li {
	font-size: 100%;
	position: relative;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	z-index: 999;
	background: transparent !important;
	margin: 10px;
	text-align: center;
}
/* modify to change the appearance of menu items */
.flexnav li a {
    position: relative;
    display: block;
    padding: 22px;
    z-index: 2;
    overflow: hidden;
    color: white;
    border: 0px !important;
    text-decoration: none;
    font-size: 14pt;
    text-transform: lowercase;
    border-radius: 20px;
    font-family: 'Avenir Next LT W01 Bold';
    letter-spacing: .5px;
}

.flexnav li a:hover {
    background: #d2413d;
    border: 2px solid #d2413d !important;
    color: white !important;
    padding: 20px;
}
.flexnav li a.active:hover { 
	border: 2px solid #d2413d !important;
}
.flexnav li a.active {
    border: 2px solid white !important;
    color: white;
	padding: 20px;
}
.flexnav li ul {
	width: 150px; /* change to modify with of dropdown menus */
	padding: 0px;
	margin: 0px;	
	display: none;
}

.flexnav li ul li {
	font-size: 100%;
	position: relative;
	overflow: hidden; 
}

.flexnav li ul.flexnav-show li {
	overflow: visible; 
}

/* OVER RIDE MOBILE */
.flexnav {
	max-height: 2000px !important;
	opacity: 1 !important;
}

.flexnav li ul li a {
	display: block;
	background: #b2b2af; 
}

.flexnav ul li ul li a {
	background: #bfbfbc; 
}

.flexnav ul li ul li ul li a {
	background: #cbcbc9; 
}

.flexnav .touch-button {
	position: absolute;
	z-index: 999;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	display: inline-block;
	background: #acaca1;
	background: rgba(0, 0, 0, 0.075);
	text-align: center; 
}

.flexnav .touch-button:hover {
	cursor: pointer; 
}

.flexnav .touch-button .navicon {
	position: relative;
	top: 1.4em;
	font-size: 12px;
	color: #666; 
}

.menu-button {
	position: relative;
	display: block;
	padding: 1em;
	background: #a6a6a2;
	color: #222222;
	cursor: pointer;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2); 
	width: 70px;
    height: 70px;
    float: right;
    margin: 20px;
	
	/* SELECT BACKGROUND IMAGE */
	background-image:url(../images/menu_icon.png);
	background-position: center;
	background-repeat: no-repeat !important;
	display: none !important;
}

header.contentpage .flexnav li a {
    color: white;
}

header.contentpage .flexnav li a.active {
    color: white;
    border-color: white !important;
}

header.contentpage .flexnav li a.active:hover {
    border-color: #d2413d !important;
}

/* EXTRA PLUGIN AREAS *******************************************/

/* BUTTON */
.button_rnd:hover {
    opacity: 0.8;
}
.button_rnd {
    margin: 5px 0px;
    margin-right: 5px;
    min-width: 190px;
    padding: 10px 20px;
    text-decoration: none;
    display: block;
    float: left;
    text-align: center;
    color: black;
    background: #e5e5e5;
    transition: 0.3s;
    border-radius: 10px;
}


/* FADE */
.fade_80:hover {
    opacity: 0.8;
}
.fade_60:hover {
    opacity: 0.6;
}
.fade_40:hover {
    opacity: 0.4;
}
.fade_20:hover {
    opacity: 0.2;
}

/* DE-SATURATE */
.de_satur_100 {
    -webkit-filter: grayscale(100%);
    transition: 0.3s;
}
.de_satur_80 {
    -webkit-filter: grayscale(80%);
    transition: 0.3s;
}
.de_satur_60 {
    -webkit-filter: grayscale(60%);
    transition: 0.3s;
}
.de_satur_40 {
    -webkit-filter: grayscale(40%);
    transition: 0.3s;
}

.de_satur_100:hover, .de_satur_80:hover, .de_satur_60:hover, .de_satur_40:hover {
    -webkit-filter: grayscale(0%);
    transition: 0.3s;
}

/* RE-SATURATE */
.re_satur_100 {
    -webkit-filter: grayscale(0%);
    transition: 0.3s;
}
.re_satur_80 {
    -webkit-filter: grayscale(20%);
    transition: 0.3s;
}
.re_satur_60 {
    -webkit-filter: grayscale(40%);
    transition: 0.3s;
}
.re_satur_40 {
    -webkit-filter: grayscale(60%);
    transition: 0.3s;
}

.re_satur_100:hover, .re_satur_80:hover, .re_satur_60:hover, .re_satur_40:hover {
    -webkit-filter: grayscale(100%);
    transition: 0.3s;
}


/* HIDDEN SPAN ARROW */
.menu-button span {
    display: none !important;
}

.menu-button.one-page {
	position: fixed;
	top: 0;
	right: 5%;
	padding-right: 45px; 
}

.menu-button .touch-button {
	background: transparent;
	position: absolute;
	z-index: 999;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	display: inline-block;
	text-align: center; 
}

.menu-button .touch-button .navicon {
	font-size: 16px;
	position: relative;
	top: 1em;
	color: #666; 
}

/* Testimonials ********************************** */

.testimonial {
    width: 100%;
    margin: auto;
}
.testimonial .slick-slide .w100_right {
    padding: 0px 40px;
}
.content.testarea h2 {
    font-family: 'Avenir Next W01 Light';
    font-weight: lighter;
    margin-bottom: 43px;
    margin-top: 15px;
    font-size: 31pt;
}

.testimonial h3 {
    font-size: 20pt;
    font-family: 'AvenirNextLTW01-Italic';
    font-weight: normal;
}

.testimonial p {
    font-size: 15pt;
    font-weight: bold;
	margin-top: 20px;
}
.slick-prev, .slick-next {
    opacity: 0.2;
}
.content.testarea {
    float: left;
    width: 100%;
    background: url('../images/testimonial_bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    text-align: center;
}

.content.testarea .inner {
    min-height: 400px;
    padding: 50px 0px;
}

.tst {
	border-bottom: solid 1px #CBCBCB;
	padding-bottom:20px;
}

.tst .tstdesc {
	font-size:18px;
	font-style: italic;
	padding:20px 0;
}

.tst .tstby {
	font-size:12px;
	padding-bottom:10px;
}


/* CONTENT PAGE ********** */

.featured.headingarea .inner {
    min-height: 180px;
    padding-top: 165px;
    padding-bottom: 17px;
    color: white;
}

.featured.headingarea .inner h1 {
    font-family: 'Avenir Next LT W01 Bold', Gotham, Helvetica, Arial, sans-serif;
    font-weight: normal;
    letter-spacing: .5px;
    text-shadow: 0px 0px 13px rgba(0, 0, 0, 0.54);
}
span#breadcrumb {
	color: lightgrey;
	font-size: 10pt;
	float: left;
	width: 100%;
	text-transform: capitalize;
	margin-bottom: 18px;
}

span#breadcrumb a {
    color: lightgrey;
}

.w100 {
    float: left;
    width: 100% !important;
}

.content .w100 {
    padding: 30px 0px;
}
form#enquiry {
    margin-top: 24px;
}
/* Gallery ********************************** */

.imggallery {
    float: left;
    width: 25%;
    padding-bottom: 25%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	position: relative;
}
.imggallery::after {
    content: "+";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(83, 68, 99, 0.8);
    color: #fbfefc;
    font-size: 37pt;
    font-family: 'Avenir Next LT W01 Bold';
    text-align: center;
    padding-top: 39%;
    transition: 0.4s;
    opacity: 0;
}

.imggallery:hover::after {
    opacity: 1;
}

/* BEFORE AND AFTEr ********** */
.renoarea {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}

.renoarea .renoimage {
    float: left;
    width: 50%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.renoarea .renoimage img {
    float: left;
    height: 390px;
}

.renoarea .renoimage.before img {
    float: right;
}

.renoarea #rip {
    position: absolute;
    height: 105%;
    width: auto;
    top: -20px;
    bottom: -20px;
    left: 0px;
    right: 0px;
    margin: auto;
    z-index: 9;
}

.renoimage h2 {
    position: absolute;
    top: 21px;
    right: 40px;
    margin: 0px;
    color: white;
    text-shadow: 0px 0px 6px black;
    letter-spacing: 1px;
    padding: 10px;
    background-color: #d2413d;
}

.renoimage.after h2 {
    left: 40px !important;
    right: auto !important;
}



/* PRODUCTS AND CATEGORIES ********************************** */

.cats {
	display: inline-block;
	vertical-align: top;
	border: 1px solid #000;
	padding: 10px;
}

.pro_detail {
	width: 70%;
	margin: auto;
}

.detail_image,
.detail_info  {
	display: inline-block;
	vertical-align: top;
	width: 49%;
}

.detail_info input {
	width: 40px;
}

/* CART ***************************************************** */
.cart {
	width: 100%;
}

.cart .row,
.cart .row_heading {
	position: relative;
	width: 100%;
	border-bottom: 1px dashed #ccc;
}

.cart .noborder {
	border: none;
}

.cart .image {
	display: inline-block;
	width: 12%;
	padding: 5px;
	vertical-align: middle;
}

.cart .name {
	display: inline-block;
	width: 40%;
	padding: 5px;
	vertical-align: middle;
}

.cart .desc {
	display: inline-block;
	width: 100%;
	padding: 5px;
	vertical-align: middle;
}

.cart .quantity {
	display: inline-block;
	width: 12%;
	padding: 5px;
	vertical-align: middle;
}

.cart .price {
	display: inline-block;
	width: 12%;
	padding: 5px;
	vertical-align: middle;
}

.cart .item_total {
	display: inline-block;
	width: 12%;
	padding: 5px;
	vertical-align: middle;
}

.cart .remove {
	display: inline-block;
	width: 5%;
	padding: 5px;
	vertical-align: middle;
}

.cart .totals,
.cart .totals_title {
	display: inline-block;
	width: 12%;
	padding: 10px 0px;
	text-align: left;
}

.cart .button_left {
	margin: 20px 20px 0px 0px;
	float: left;
}

.cart .button_right {
	margin: 20px 0px 0px 0px;
	float: right;
}

.cart .spacer,
.cart .postage {
	display: inline-block;
	width: 64%;
	margin-left: 10px;
}

.post_col {
	padding-top: 15px;
	float: left;
}

.post_col button {
	margin-left: 20px;
}

.postage_range {
	display: none;
}

/* FORM STYLING */
form p {
    margin-top: 10px;
    margin-bottom: 5px;
}
#form_wrapper {
    padding-right: 20px;
}

/* PLUGINS ***************************/

/* Parralax Image */

#img_1.para_wrapper {
	background-image: url(../images/test_slide1.jpg); /* Change background Image 1 */
}
#img_2.para_wrapper {
	background-image: url(../images/test_slide1.jpg); /* Change background Image 1 */
}
#img_3.para_wrapper {
	background-image: url(../images/test_slide1.jpg); /* Change background Image 1 */
}

.para_wrapper {
	width: 100%;
	background-attachment: fixed;
	/* background-size: cover; OPTION 2 BACKGROUND ATTACHMENT */
	background-size: 100%;
}
.para_wrapper .content {
	padding: 30px; /* Change padding */
	text-align: center; /* Change text alignment */
	color: white; /* Change colour text */
}

/* Hover Image */	
.img_hover_wrap {
    width: 50%;
    height: 200px;
    float: left;
    position: relative;
    overflow: hidden;
}
.img_hover_wrap img {
    width: 100%;
    float: left;
}
.hidden_content {
	background:url(../images/blk_bg.png);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: 0.5s;
	color:white;
	padding: 10px;
    text-align: center;
}
.hidden_content:hover {
	opacity:1;
	transition:0.5s;
}

/* RE-SATURATE */
.re_satur_100 {
    -webkit-filter: grayscale(0%);
    transition: 0.3s;
}
.re_satur_80 {
    -webkit-filter: grayscale(20%);
    transition: 0.3s;
}
.re_satur_60 {
    -webkit-filter: grayscale(40%);
    transition: 0.3s;
}
.re_satur_40 {
    -webkit-filter: grayscale(60%);
    transition: 0.3s;
}

.re_satur_100:hover, .re_satur_80:hover, .re_satur_60:hover, .re_satur_40:hover {
    -webkit-filter: grayscale(100%);
    transition: 0.3s;
}

/* BUTTON */
.button_rnd:hover {
    opacity: 0.8;
}
.button_rnd {
    margin: 5px 0px;
    margin-right: 5px;
    min-width: 190px;
    padding: 10px 20px;
    text-decoration: none;
    display: block;
    float: left;
    text-align: center;
    color: black;
    background: #e5e5e5;
    transition: 0.3s;
    border-radius: 10px;
}


/* FADE */
.fade_80:hover {
    opacity: 0.8;
}
.fade_60:hover {
    opacity: 0.6;
}
.fade_40:hover {
    opacity: 0.4;
}
.fade_20:hover {
    opacity: 0.2;
}

/* DE-SATURATE */
.de_satur_100 {
    -webkit-filter: grayscale(100%);
    transition: 0.3s;
}
.de_satur_80 {
    -webkit-filter: grayscale(80%);
    transition: 0.3s;
}
.de_satur_60 {
    -webkit-filter: grayscale(60%);
    transition: 0.3s;
}
.de_satur_40 {
    -webkit-filter: grayscale(40%);
    transition: 0.3s;
}

.de_satur_100:hover, .de_satur_80:hover, .de_satur_60:hover, .de_satur_40:hover {
    -webkit-filter: grayscale(0%);
    transition: 0.3s;
}

/* MISC */
#effects_wrapper img {
    float: left;
    width: 25%;
    padding: 10px;
}
#effects_wrapper {
    width: 100% !important;
    float: left;
}

.fancy_box_wrap {
    width: 20%;
    float: left;
    margin-right: 15px;
}	


	