/*
	Theme Name: Bruxelles Proprete
	Theme URI: http://html5blank.com
	Description: Bruxelles Proprete - Tri des déchets
	Version: 1.0.0
	Author: Mathias Brunin
	Author URI: https://www.utopik.be
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*
	WEBSITE VARS


	TYPO

	font-family: 'Font_Name', sans-serif; 
   	font-family: 'Font_Name', sans-serif;


   	COLOR

	main-color : #000000;
   	main-text : #474747;
   	main-cta : #7FC43F and #38A217;
   	secondary-cta : #DF358C and #B11A68;


*/

/* ==========================================================================
	TYPO
========================================================================== */
/*
@font-face {
  font-family: 'Font_Name';
  src: url('../fonts/Font_Name.eot');
  src: url('../fonts/Font_Name.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Font_Name.woff2') format('woff2'),
      url('../fonts/Font_Name.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.font--primary {
  font-family: 'Font_Name', Arial, sans-serif;
}

.font--secondary {
  font-family: 'Font_Name', Arial, sans-serif;
}
*/

/* COLORS */
.color--primary {
	color: #363636;
}
.color--secondary {
	color: #ff6c00;
}

.bg--primary {
	background: #fff;
}
.bg--secondary {
	background: #f5f2ed;
}

/* ==========================================================================
	GENERAL
========================================================================== */

body {
	font-size: 1.1rem;
	line-height: 1.4;
	color: #363636;
	font-family: "Source Sans Pro", sans-serif;
	padding-top: 100px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Source Sans Pro", sans-serif;
	line-height: 1;
}
h1 {
	color: #363636;
}
h2 {
	color: #ff6c00;
}
h3 {
	color: #363636;
}

main ul {
	list-style: none; /* Remove default bullets */
}

main ul li::before {
	content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: #ff6c00; /* Change the color */
	font-weight: bold; /* If you want it to be bold */
	display: inline-block; /* Needed to add space between the bullet and the text */
	width: 1em; /* Also needed for space (tweak if needed) */
	margin-left: -1em; /* Also needed for space (tweak if needed) */
}

main a,
main a:focus,
main a:hover {
	outline: none;
	text-decoration: underline;
	color: #363636;
}

.btn-primary {
	color: #fff;
	font-weight: bold;
	background-color: #ff6c00;
	border-color: #ff6c00;
	box-shadow: 0 5px 0 rgba(0, 0, 0, 0.3);
	border-radius: 15px;
	padding: 0.6rem 1.3rem;
	font-size: 1.2rem;
	margin-top: 10px;
	transition: all 0.3s;
	text-decoration: none;
}
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle,
.btn-primary.focus,
.btn-primary:focus {
	background-color: #fff;
	border-color: #ffff;
	color: #ff6c00;
	box-shadow: 0 5px 0 rgba(0, 0, 0, 0.3) !important;
}

.section {
	padding: 5rem 0 7rem;
}

.acf-map {
	width: 100%;
	height: 600px;
	border: none;
	margin: 0;
}
/* Fixes potential theme css conflict.*/
.acf-map img {
	max-width: inherit !important;
}
.googlemap-search {
	position: absolute;
	top: 20px;
	left: 50%;
	max-width: 100%;
	background: transparent;
	z-index: 99;
	transform: translateX(-100%);
	width: 555px;
}
.googlemap-search h1 {
	background: #fff;
	border-radius: 8px;
	padding: 8px 16px;
	font-size: 25px;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 10px;
}
.googlemap-search input {
	background: #fff url(img/picto-zoom.png) no-repeat right 10px center;
	border-color: #75b626;
	border-radius: 10px;
	max-width: 60%;
}

.breadcrump {
	font-size: 12px;
}
.breadcrump a {
	color: #363636;
}
.breadcrump .list-inline-item:before {
	content: ">";
	margin-right: 10px;
}
.breadcrump .list-inline-item:first-child:before {
	display: none;
}

.iframe-conteneur {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.iframe-conteneur iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ==========================================================================
  HOME SLIDER
========================================================================== */

.home-slide__illu {
	opacity: 0;
	position: relative;
}
.home-slide__illu.animated {
	opacity: 1;
}

.home-slide__bubble {
	background: url("./img/bubble.svg") no-repeat scroll center top transparent;
	background-size: 100% auto;
	max-width: 290px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 2;
}

.home-slide__bubble.animated {
	opacity: 1;
}

.bubble-title {
	font-family: "greycliff-cf", sans-serif;
	font-size: 1.7rem;
	line-height: 1.4;
	font-weight: 700;
	color: #000;
	padding: 4.3rem 2rem;
	text-align: center;
	margin-bottom: 3rem;
}
/*html[lang="nl-NL"] .bubble-title {
	font-size: 1.5rem;
}
html[lang="fr-FR"] .bubble-title {
	padding-top: 3.8rem;
}*/

html .bubble-title.bubble-bag {
	font-size: 2rem;
}
/*html[lang="fr-FR"] .bubble-title.bubble-bag {
	font-size: 1.8rem;
	padding-top: 3.5rem;
}*/

.home-slider__img {
	max-height: 700px;
	max-width: 100%;
}

.home-slider__bag {
	transform: translate(25px, 0);
}

/* ==========================================================================
  TEMPLATING
========================================================================== */
section {
	position: relative;
}
section.haspad_1 {
	/*padding: 5rem 0 7rem;  */
	padding: 2rem 0;
}
section.bg-orange {
	background: #f5f2ed;
}
/*section.hassep_sep1 .section-container:before {
	content: " ";
	display: block;
	width: 100%;
	height: 50px;
	background: url(img/separation.png);
	background-size: 100% 50px;
	position: absolute;
	top: -30px;
}
section.hassep_sep2 .section-container:before {
	content: " ";
	display: block;
	width: 100%;
	height: 50px;
	background: url(img/separation_reverse.png);
	background-size: 100% 50px;
	position: absolute;
	top: -30px;
}*/

section h1,
section h1 {
	font-weight: 700;
	font-size: 3.5rem;
	margin: 0 0 20px 0;
}

section h2 {
	font-weight: 700;
	font-size: 2.3rem;
	margin: 0 0 30px;
	color: #ff6c00;
}

section h3 {
	font-weight: 400;
	font-size: 1.8rem;
	margin: 0 0 20px;
}

section .section-content {
	padding: 40px 0;
}
section .section-layout--image_text {
	padding: 60px 0;
}
.section-content + .section-content {
	padding-top: 0;
}
section.haspad_0 .section-content {
	padding: 0;
}

section .col--title {
	margin-bottom: 2rem;
	flex: 1;
}

.recipe-article {
	display: flex;
	flex-direction: column;
}

.recipe-article .col--title {
	min-height: 53px;
}

.col--title a {
	text-decoration: none;
}

.slick-dots {
	margin: 2rem 0 0 0;
	padding: 0;
	display: flex;
	justify-content: center;
	list-style: none;
}

.slick-dots li::before {
	display: none;
}

.slick-dots li button {
	border: none;
	background: #999;
	border-radius: 50%;
	display: block;
	text-indent: -9999px;
	width: 0.7rem;
	height: 0.7rem;
	margin: 0 0.3rem;
}
.slick-dots li.slick-active button {
	background-color: #ff6b00;
}

section h2.col--image-text {
	padding-right: 40%;
}
section .text-right h2.col--title {
}
section .text-right h2.col--image-text {
	padding-left: 40%;
	padding-right: 0;
}

.section-layout--image_text .col--content {
	padding-right: 30px;
}
.section-layout--image_text .text-right .col--content {
	padding-right: 0;
	padding-left: 30px;
}

section .section-layout--auto_solutions .availables_solutions {
}
section .section-layout--auto_solutions .availables_solutions .solution {
	position: relative;
	padding-bottom: 40px;
}
section .section-layout--auto_solutions .availables_solutions .solution img {
	height: 84px;
	transition: all 0.3s;
}
section .section-layout--auto_solutions .availables_solutions .solution span {
	display: none;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	white-space: nowrap;
	font-weight: bold;
	color: #79b82c;
}
section .section-layout--auto_solutions .availables_solutions .solution:hover img {
	transform: scale(1.3);
}
section .section-layout--auto_solutions .availables_solutions .solution:hover span {
	display: block;
}

section .section-layout--columns > .container {
}
section .section-layout--columns > .container > .row {
	margin-right: -25px;
	margin-left: -25px;
}
section .section-layout--columns > .container > .row > [class^="col"] {
	padding-right: 25px;
	padding-left: 25px;
}

/* SPECIAL */
section.bg--featured {
	background: #dfdfdf;
}
section .section-featured {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
section .section-featured .full_width_image {
	display: none;
}
section .section-featured .img--content {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
section .section-featured .img--content > .container {
	height: 100%;
}
section .section-featured .img--content > .container > .content {
	padding: 60px;
	width: 40%;
	text-align: left;
}
section .section-featured .img--content > .container > .content h1,
.home-slider .color-featured {
	font-family: "Anton", sans-serif;
	font-size: 2.5rem;
	line-height: 1.4;
	font-weight: 700;
	color: #ff6c00;
}
.home-slider .color-featured {
	font-family: "greycliff-cf", sans-serif;
}

section .section-featured .img--content > .container > .content h1.color-featured {
	color: #79b82c;
}

section .section-tips {
}
section .section-tips h2 {
	min-height: 70px;
	margin-bottom: 5px;
	display: flex;

	/**/
	align-items: center;
}
section .section-tips h2 a {
	color: #363636;
	font-size: 1.4rem;
	line-height: 1;
	text-decoration: none;
}
section .section-tips .col--content {
	min-height: 100px;
	margin-bottom: 15px;
}

.photo-copyright {
	font-size: 12px;
	color: #fff;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.9);
	padding: 6px;
	display: inline-block;
	transform: translateY(-100%);
}

.socials {
	border-top: 1px solid #ff6c00;
	margin-top: 40px;
	padding-top: 20px;
	margin-bottom: 20px;
}
.socials a {
	margin-left: 20px;
}

section .comparatives {
	background: #fff;
	border-radius: 20px;
	padding: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.comp-header {
	min-height: 220px;
	text-align: center;
	padding: 15px;
}
.comp-header img {
	margin-bottom: 15px;
}
.comp-header h2.comp-title {
	margin: 0;
}

.comp-label {
}
.comp-label-title {
	padding: 20px 0 20px 60px;
	background-position: center left;
	background-size: 40px 40px;
	background-repeat: no-repeat;
	font-weight: 700;
}
.comp-label-v {
	background-image: url(img/Bullet_point_v.png);
}
.comp-label-x {
	background-image: url(img/Bullet_point_x.png);
}
.comp-label-t {
	background-image: url(img/Bullet_point_temps.png);
}
.comp-label-e {
	background-image: url(img/Bullet_point_euro.png);
}
.comp-label-o {
	background-image: url(img/Bullet_point_ok.png);
}

.comp-title {
	font-weight: 700;
	font-size: 2rem;
	margin: 0;
	color: #ff6c00;
	line-height: 1;
}

.comp-zone {
	min-height: 275px;
}
.comp-zone-min {
	min-height: 180px;
}
.comp-content {
	padding: 20px 0;
}
.comp-content strong {
	font-weight: normal;
}

.col-border .comp-container {
	position: relative;
}
.col-border .comp-container:before {
	content: "";
	border-left: 1px solid #ff6c00;
	position: absolute;
	top: 125px;
	bottom: 50px;
	left: -15px;
}
.comp-button {
	margin-bottom: 25px;
	text-align: center;
}

/* ==========================================================================
	HEADER
========================================================================== */
.header {
	background: #fff;
	padding: 0;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	transition: all 0.2s;
	padding: 25px;
}
.navbar {
	padding: 0;
}
.navbar-light .navbar-brand {
	color: #ff6c00;
	font-weight: 700;
	line-height: 1;
	font-size: 1.7rem;
	position: absolute;
	width: 250px;
	display: block;
	white-space: normal;
	transition: all 0.2s;
}
.navbar-light .navbar-brand:hover {
	color: #ff6c00;
}
.navbar-nav > li {
	position: relative;
	display: inline-block;
	padding: 10px 10px;
}
.navbar-nav a {
	display: block;
	padding: 0;
	margin: 0 5px;
	text-decoration: none;
	border-bottom: 2px solid #fff;
	color: #363636;
}
.navbar-nav > li > a:hover,
.navbar-nav > li.current-menu-item > a,
.navbar-nav > li.current_page_ancestor > a,
.single-tip .navbar-nav > li.menu-item-21 > a,
.single-tip .navbar-nav > li.menu-item-337 > a {
	border-color: #ff6b00;
}
.navbar-nav > li.menu-item-has-children > a:after {
	content: "";
	background: url(img/picto-arrow.png) no-repeat center center / cover;
	width: 10px;
	height: 10px;
	margin-left: 5px;
	transform: rotate(90deg);
	color: #ff6b00;
	display: inline-block;
}

.navbar-nav > li.wpml-ls-item:before {
	position: absolute;
	content: "";
	display: inline-block;
	height: 16px;
	width: 1px;
	border-left: 1px solid #ff6c00;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.navbar-top .navtop li:hover > .sub-menu,
.navbar-nav li:hover > .sub-menu {
	display: block;
}
.sub-menu {
	margin: 0;
	padding: 0;
	position: absolute;
	list-style: none;
	background: #fff;
	border: 1px solid #ccc;
	display: none;
	z-index: 99;
	left: 50%;
	transform: translateX(-50%);
	padding: 0;
	margin-top: 10px;
	min-width: 100%;
	text-align: center;
}
.sub-menu > li > a {
	display: block;
	padding: 10px 20px;
	white-space: nowrap;
}

.shrink.header {
	padding: 10px 0 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.shrink.header .navbar-light .navbar-brand {
	font-size: 1.4rem;
}

/* ==========================================================================
	HOMEPAGE
========================================================================== */

.mediarow {
	margin-bottom: 4rem;
}

/* ==========================================================================
	FOOTER
========================================================================== */
.footer {
	padding: 2rem 0 0rem;
	position: relative;
	box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.2);
	font-size: 0.9rem;
}
.footer .initiative {
	/*max-width: 240px;*/
	display: inline-block;
}
.footer .partners {
	margin: 40px 0 30px;
}
.footer .copyrights {
}
.footer .copyrights a {
	color: #363636;
	text-decoration: underline;
	margin-right: 10px;
}
.footer .copyrights a:before {
	content: "|";
	display: inline-block;
	margin: 0 20px 0 5px;
}

/* ==========================================================================
	RESPONSIVE
========================================================================== */

@media only screen and (max-width: 1200px) {
	.bubble-title {
		font-size: 1.3rem;
	}

	.home-slide__bubble {
		width: 260px;
	}
}

@media only screen and (max-width: 992px) {
	.home-slider {
		padding-top: 3rem;
	}
}

@media only screen and (max-width: 768px) {
	html {
		font-size: 16px;
	}
	body {
		padding-top: 80px;
	}
	.header,
	.header.shrink {
		padding: 20px 0;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	}
	.navbar-light .navbar-brand {
		left: 80px;
		top: -10px;
		margin-right: 0;
		font-size: 1.4rem;
		width: 200px;
	}
	#navbarSupportedContent {
		padding: 20px 0;
		margin: 20px -20px 0;
	}
	.navbar-nav {
		margin: 0 !important;
		font-size: 1.2rem;
	}
	.navbar-nav > li {
		padding: 5px 10px;
	}
	.navbar-nav a {
		display: inline-block;
	}

	.navbar-nav > li.wpml-ls-menu-item {
		margin-top: 20px;
		text-align: center;
	}
	.navbar-nav > li.wpml-ls-menu-item a,
	.navbar-nav > li.wpml-ls-menu-item ul.sub-menu,
	.navbar-nav > li.wpml-ls-menu-item li {
		display: inline-block !important;
		margin: 0;
		padding: 0;
		min-width: auto;
	}
	.navbar-nav > li.wpml-ls-menu-item a {
		padding: 5px 10px;
	}

	.navbar-nav a:hover,
	.navbar-nav li.current_page_item > a {
		border-color: #ff6b00;
	}

	.navbar-nav > li.menu-item-has-children > a::after {
		display: none;
		transform: none;
		position: absolute;
		right: 0;
		font-weight: bold;
		font-size: 14px;
	}

	.sub-menu {
		position: static;
		border: none;
		text-align: left;
		transform: none;
		padding-left: 20px;
		display: block !important;
	}
	.sub-menu > li > a {
		display: inline-block;
		white-space: normal;
		padding: 5px 0;
	}

	.home-slider .color-featured {
		font-size: 2rem;
	}

	.home-slide__illu {
		overflow: hidden;
		margin: 0 -15px;
	}

	.home-slide__bubble {
		max-width: 159px;
	}

	html .bubble-title {
		font-size: 0.8rem;
		padding: 1.8rem 2rem;
	}

	html .bubble-title.bubble-bag {
		font-size: 1.4rem;
	}

	html[lang="nl-NL"] .bubble-title.bubble-bag {
		font-size: 1.2rem;
	}
	html[lang="nl-NL"] .bubble-title {
		padding: 1.5rem 2rem;
		font-size: 0.8rem;
	}

	html[lang="en-US"] .bubble-title.bubble-bag {
		font-size: 1.3rem;
	}
	html[lang="fr-FR"] .bubble-title.bubble-bag {
		font-size: 0.9rem;
		padding-top: 2rem;
	}
	html[lang="fr-FR"] .bubble-title {
	  padding-top: 1.8rem;
	}

	.home-slider__img {
		position: relative;
		z-index: 1;
		max-width: 80%;
		float: right;
	}

	.section {
		padding: 3.5rem 0 5rem;
	}
	section .section-layout--image_text {
		padding: 40px 0;
	}

	section .section-layout--columns > .container > .row {
		margin-right: -15px;
		margin-left: -15px;
	}
	section .section-layout--columns > .container > .row > [class^="col"] {
		padding-right: 15px;
		padding-left: 15px;
	}

	section.haspad_1 {
		padding: 2rem 0 1rem;
	}

	section .section-title h1 {
		max-width: none;
	}
	section h2.col--title,
	section h2.col--image-text,
	section .text-right h2.col--title,
	section .text-right h2.col--image-text {
		padding: 0;
	}

	.recipe-article .col--title {
		min-height: auto;
	}

	section .section-tips h2,
	section .section-tips .col--content {
		min-height: auto;
		margin-bottom: 15px;
	}
	section .section-tips .col-container {
		margin-bottom: 30px;
	}

	section .section-featured {
		overflow: hidden;
	}
	section .section-featured img {
		height: 500px;
		max-width: none;
		width: auto;
		margin-left: -78%;
	}
	section.header_2 .section-featured img {
		margin-left: -98%;
	}
	section.header_3 .section-featured img {
		margin-left: -48%;
	}
	section .section-featured .img--content > .container > .content {
		padding: 20px;
		width: 60%;
	}
	section .section-featured .img--content > .container > .content h1 {
		font-size: 24px;
	}

	section .comparatives {
		background: none;
		padding: 0;
		box-shadow: none;
	}

	section .comparatives .comp-container {
		background: #fff;
		border-radius: 20px;
		padding: 20px;
		margin-bottom: 40px;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	}
	.comp-zone,
	.comp-header {
		min-height: auto;
	}
	.comp-label-title {
		padding: 10px 0 10px 35px;
		background-size: 25px 25px;
	}
	.comp-content {
		padding: 10px 0;
	}

	.footer .partners {
		margin: 20px 0 0;
	}
	.footer .partners img {
		margin-bottom: 20px;
	}

	.navbar-light .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
		display: none;
	}
	.navbar-light .navbar-toggler:not(.collapsed) .close {
		display: block !important;
		width: 1.5em;
		height: 1.5em;
		line-height: 1.8rem;
		text-align: center;
		font-family: arial;
		font-weight: 100;
		font-size: 1.3rem;
	}

	.googlemap-search {
		left: 15px;
		right: 15px;
		max-width: 100%;
		width: auto;
		transform: none;
	}

	.breadcrump {
		margin-top: 20px;
	}

	section .single-header h1 {
		font-size: 2rem;
	}

	.single-tip section h1,
	.single-tip section h2,
	.single-tip section h3 {
		text-align: left !important;
	}

	#menu-main-menu > li.wpml-ls-menu-item {
		border-top: 1px solid #e1e1e1;
	}
}

iframe {
	max-width: 100%;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.sticky {
}

.bypostauthor {
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}

.full-size,
.slick-slide .full-size {
	display: none;
}
@media only screen and (min-width: 768px) {
	.mob-size,
	.slick-slide .mob-size {
		display: none;
	}
	.full-size,
	.slick-slide .full-size {
		display: block;
	}
}
