/* --- Resets --- */

body {
	margin: 0;
	padding: 0;
}

section {
	margin: 0;
	padding: 0;
}

.container {
	margin: 0 auto;
	padding: 5em 3% 5em 3%;
}

h1 {
	position: absolute;
	z-index: 1;
	margin: 2.5em 0 0 5%;
	font-family: 'default-font', serif;
	font-size: 3.75em;
	font-weight: 900;
	color: #ffac0e;
	padding: 0.25em;
	background-color: rgba(0,0,0,0.5);
}

h2 {
	margin: 0em 15% 0em 15%;
	font-family: 'default-font', serif;
	font-size: 2.3em;
	font-weight: 300;
	color: #515104;
	text-align: center;
}

h3 {
	margin: 0.75em 5% 0em 5%;
	font-family: sans-serif;
	font-size: 1.35em;
	font-weight: 200;
	color: #777719;
	text-align: center;
}

h4 {
	margin: 1em 0 0.25em 0;
	font-family: 'default-font', sans-serif;
	font-size: 1.35em;
	font-weight: 200;
	color: #777719;
	text-align: center;
}

p {
	margin: 3em 5% 1.25em 5%;
	font-family: sans-serif;
	font-size: 1.1em;
	font-weight: 200;
	line-height: 1.5em;
	color: #777719;
	text-align: center;
}

.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #bcbc5a;
  border-radius: 0.15em;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: #777719;
}

.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.btn {
	background-color: #9b9b36;
	padding: 1em 2em 1em 2em;
	margin: auto 0;
	text-align: center;
	border-radius: 0.15em;
	color: #f4f4f4;
	text-decoration: none;
	font-size: 1em;
	font-family: 'default-font', sans-serif;
	font-weight: 100;
}

@font-face {
	font-family: "default-font";
	src: url("/css/fonts/OptimusPrincepsSemiBold.ttf");
}

/* --- Website Loader --- */

#preloader  {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/quality-min.jpg);
    background-size: cover;
    z-index: 99;
    height: 100%;
 }

#status  {
     width: 20%;
     height: 45vh;
     left: 40%;
     top: 27vh;
     position: absolute;
     background-image: url(../images/cbfoods-logo.png);
     background-size: 100% 100%;
     background-repeat: no-repeat;
     background-position: center;
     margin: 0 auto;
 }

 .overlay2 {
 	width: 100%;
 	background-color: rgba(0, 0, 0, 0.5);
 	height: 45vh;
 	margin-top: 25vh;
 }

/* --- Header --- */

.header {
	width: 100%;
	height: 30em;
	background-color: #f4f4f4;
}

/* --- Logo Setting --- */

.logo-setting {
	width: 23%;
	height: 16em;
	margin-right: 6%;
	position: relative;
	float: right;
	z-index: 10;
	background-color: rgba(0, 0, 0, 0.5);
}

.logo-setting img {
	height: 16em;
	width: 80%;
	margin: 1em 0 0 10%;
}

/* --- Navigation --- */

.absolute {
	z-index: 10;
}

nav {
	width: 60%;
	height: 5em;
	background: url(../images/nav-bg.png) repeat;
	position: fixed;
	float: left;
	z-index: 2;
	transition: all 0.25s ease;
}

.fixed-nav {
	height: 5em;
	width: 100%;
	margin: 0 0 0 0.5em;
	list-style-type: none;
	transition: all 0.25s ease;
}

.button {
	padding: 1em;
	margin-left: 0.5em;
	border-radius: 0.25em;
	display: inline;
	line-height: 5em;
}

.button:first-child {
	margin-left: 0;
}

.button a {
	text-decoration: none;
	color: #fff;
	font-family: 'default-font';
}

.active {
	background-color: #bcbc5a;
	padding: 1em;
	margin: auto 0;
	text-align: center;
	border-radius: 0.15em;
	color: #f4f4f4;
	text-decoration: none;
	font-size: 1em;
	font-family: 'default-font', sans-serif;
	font-weight: 100;
}

/* --- Image Slider --- */

#slider	{ 
    position: absolute;
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    height: 30em;    
    overflow: hidden; 
}

#slider li { 
    position: absolute;
    width: 100%;
    height: 100%;        
}

#slider img {
    width: 100%;
    height: 100%;    
}

.caption {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 10em;
	background-color: rgba(0,0,0,0.5);
}

.caption h3 {
	position: relative;
	text-align: center;
	font-family: sans-serif;
	font-size: 2em;
	font-weight: 300;
	color: #ffba37;
	margin: 1em 25% 0 25%;
}

.caption p { 
    position: relative;
    top: -3em;
    font-family: sans-serif;
	font-size: 1.2em;
    color: #f2f2f2;
    text-align: center;
}

.holder {
	width: 25%;
	height: 1em;
	margin: -4.5em auto;
	text-align: center;
}

.holder a {
	color: #f2f2f2;
	text-decoration: none;
}

.holder a:hover {
	color: #ffba37;
	transition: color 0.5s ease;
}

/* --- Contact Form --- */

#contact {
    position: fixed;
    top: 0;
    right: 3em;
    z-index: 50;
    background-color: #f2f2f2;
    margin: 0;
    padding: 0.5em 3em 0.5em 3em;
    border-bottom-right-radius: 0.5em;
    border-bottom-left-radius: 0.5em;
    cursor: pointer;
    color: #777719;
    text-decoration: none;
    display: none;
}

#target {
  	width: 100%;
  	z-index: 30;
  	margin: 0 auto;
  	position: fixed;
  	display: none;
  	background-color: #f4f4f4;
}

#target h3, #target p {
	color: #777719;
}

#target p {
	margin: 0.5em auto;
	font-size: 1em;
}

#target h3 {
	margin: 0.5em auto;
	font-weight: 300;
	font-size: 1.75em;
}

#target h2 {
	margin: 0 0 0.5em 0;
	padding: 1em 0 0 0;
	font-weight: 300;
	font-size: 1.5em;
	color: #737272;
}

#target .container {
	padding-top: 1.5em;
	background-color: #f4f4f4;
}

.form-left .container, .form-right .container {
	margin-top: 1em;
	padding-top: 1em;
}

#map {
	width: 95%;
	height: 17em;
	margin: 0 auto;
}

.form-left {
	width: 40%;
	float: left;
	background-color: #f4f4f4;
}

.form-right {
	width: 60%;
	float: right;
	text-align: center;
	background-color: #f4f4f4;
}

.lines {
	width: 90%;
	height: 0.35em;
	margin: 1em 0 1em 0;
	padding-left: 5%;
}

.lines-2 {
	width: 30%;
	margin: 0 5% 0 5%;
	height: 0.35em;
}

form {
	background-color: #cccccc;
	text-align: left;
	border-radius: 0.5em;
}

input {
	width: 70%;
	height: 1.75em;
	margin: 1em auto;
	border: none;
	background-color: #cccccc; 
	color: #777719;
	border-bottom: 1px solid #9c9c36;
	text-align: center;
	font-size: 0.85em;
}

label {
	margin-left: 5%;
	margin-right: 2%;
	font-size: 0.7em;
	font-family: 'default-font', sans-serif;
	font-weight: 400;
	color: #737272;
}

.info {
	width: 70%;
	margin-left: 4%;
	margin-right: 4%;
}

.submit {
	width: 17%;
	background: url(../images/submit-button.png);
	background-size: 100% 100%;
	cursor: pointer;
	color: transparent;
	border-radius: 0.25em;
	height: 5em;
	transition: background-color 0.5s ease;
	border-bottom: none;
}

.submit:hover {
	background: url(../images/submit-button-hover.png);
	background-size: 100% 100%;
	transition: background 0.5s ease;
}

#name {
	top: 3em;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #777719;

}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #777719;
   opacity:  1;

}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #777719;
   opacity:  1;

}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #777719;

}

.attach {
	background: none;
	text-align: center;
	width: 50%;
}

.product {
	width: 40%;
	margin-right: 1.5%;
}

.quant {
	width: 10%;
	margin-left: 1.5%;
	margin-right: 1.5%;
}

.size {
	width: 10%;
	margin-left: 1.5%;
	margin-right: 1.5%;
}

input:focus {
	background: #fff;
	color: #777719;
	border: none;
}

.close {
	float: right;
	margin: 1em 0 0 93%;
	padding: 0.25em;
	text-decoration: none;
	color: #777719;
	font-weight: 900;
	font-size: 1.25em;
	font-family: sans-serif;
	text-align: center;
	border-radius: 0.25em;
	position: absolute;
}

.close:hover {
	color: #c1c15e;
	transition: color 0.5s ease;
}


/* --- Scroll to top button -- */

.scroll-top {
	position: fixed;
	z-index: 10;
	bottom: 2em;
	right: 2em;
	height: 2.75em;
	width: 2.75em;
	display: none;
	overflow: hidden;
}

.scroll-top a img {
	height: 5.5em;
	width: 2.75em;
	position: relative;
	top: 0;
	transition: top 0.25s ease-in-out;
}

.scroll-top a img:hover {
	top: -2.75em;
	transition: top 0.25s ease-in-out;
}

/* --- Logistics Section --- */

.logistics {
	width: 100%;
	background-color: #f2f2f2;
	text-align: center;
}

.logistics img {
	width: 48%;
	height: 21em;
	margin: 4em 1% 2.5em 1%;
	float: left;
}

/* --- Brands Section --- */

.brands {
	width: 100%;
	background-color: #fff;
	text-align: center;
}

.grid {
    height: 26em;
    width: 100%;
    margin: 3em 0 3em 0;
    border: 1px solid #c1c15e;
}

.grid a {
	text-decoration: none;
}

.grid ul {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.grid li {
    width: 33.25%;
    height: 50%;
    float: left;
    text-align: center;
    border: 1px solid #c1c15e;
}

.grid li:first-child {
    border-left: none;
    border-right: none;
    border-top: none;
}

.grid li:nth-child(2) {
    border-top: none;
}

.grid li:nth-child(3) {
    border-top: none;
    border-left: none;
    border-right: none;
}

.grid li:nth-child(4) {
    border: none;
}

.grid li:nth-child(5) {
    border-top: none;
    border-bottom: none;
}

.grid li:nth-child(6) {
    border: none;
}

.grid li:hover {
	background-color: rgba(119, 119, 25, 0.1);
	transition: background-color 1s ease-in-out;
}

.img-container {
	width: 50%;
	height: 4em;
	margin: 3em 0 0 25%;
	overflow: hidden;
}

.img-container img {
	width: 70%;
	height: 8em;
	top: 0;
	position: relative;
	transition: top 0.45s ease-in-out;
}

.grid li:hover .img-container img {
	top: -4em;
	transition: top 0.45s ease-in-out;
}

.grid li:hover h4 {
	color: #000;
	transition: color 1s ease-in-out;
}

/* --- Services Section --- */

.services {
	width: 100%;
	height: 45em;
	background: url(../images/martini-min.jpg);
	background-size: cover;
	background-attachment: fixed;
	text-align: center;
}

.overlay {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.75);
}

.s_grid {
    height: 20em;
    width: 100%;
    margin: 3em 3.5% 1.5em 3.5%;
}

.s_grid ul {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.s_grid li {
    width: 31%;
    height: 100%;
    float: left;
    margin-left: 2.3%;
    text-align: center;
    border: 1px solid #fff;
}

.s_grid li:first-child {
	margin-left: -2.3%;
}

.s_grid img {
	width: auto;
	height: 8em;
	margin: 4em 1.5em 1.5em 1.5em;
}

.s_grid h4 {
	margin-top: 0.5em;
	color: #f2f2f2;
}

.s_grid p {
	margin: 0.5em 1.5em 1.5em 1.5em;
}

.services h2, .services h3, .services p {
	color: #f2f2f2;
}



/* --- Quality Section --- */

.quality {
	width: 100%;
	height: 35em;
	text-align: center;
}

.left-section {
	width: 50%;
	height: 20em;
	float: left;
	margin-top: 2em;
}

.left-section img {
	width: 40%;
	height: 65%;
	margin: 8% 0 0 0;
	float: left;
}

.right-section {
	width: 50%;
	height: 20em;
	float: right;
	margin-top: 2em;
}

.right-section img {
	width: 40%;
	height: 65%;
	margin: 6% 0 0 4%;
	float: left;
}

.quality-list {
	list-style-type: none;
	width: 45%;
	height: 80%;
	margin: 10% 0 0 0;
	float: right;
}

.quality-list li {
	margin: 0.25em 0 1.25em 0;
	font-size: 0.8em;
	text-align: left;
	color: #515104;
}

.icon-holder {
	float: left;
	width: 1em;
	height: 1em;
	margin-right: 0.5em;
	overflow: hidden;
}

.quality-list li img {
	height: 0.95em;
	width: 2em;
	position: relative;
	left: -1.05em;
	transition: left 0.25s ease-in-out;
}

.quality-list li:hover img {
	left: 0em;
	transition: left 0.25s ease-in-out;
}

/* --- Footer --- */

footer {
	width: 100%;
	margin: 0;
	padding: 0;
	background: url(../images/nav-bg.png) repeat;
}

.f_grid {
    width: auto;
    margin: 0;
    padding: 0;
}

.f_grid ul {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.f_grid li {
    width: 49%;
    float: left;
}

.f_grid li:first-child {
	margin-left: 0;
}

.f_grid img {
	height: 12em;
	width: 60%;
	margin: 4em 5% 0 auto;
}

h5 {
	color: #f2f2f2;
	margin: 0.85em 2.5em 1em 0;
	font-family: 'default-font', sans-serif;
	font-size: 1.35em;
	font-weight: 100;
}

footer p {
	color: #c1c15e;
	font-size: 0.85em;
	padding: 1em 2%;
	text-align: right;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.left img {
	margin: -1em 0 0 10%;
	height: 16em;
	width: 15em;
}

/* --- JS Classes --- */

.width {
	width: 100%;
	transition: all 0.25s ease;
}

.height {
	height: 5em;
	border-top: 7px solid #4e4e03;
	transition: all 0.25s ease;
}

.margin {
	margin-top: 0em;
	transition: all 0.25s ease;
}

.shadow {
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.65);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.65);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.65);
}

.parallax {
    width: 100%;
    height: 100%;
}

/* --- Media Queries --- */

@media screen and (min-width: 1250px){
	body{
		width: 1250px;
		margin: 0 auto;
	}

	#slider{
		width: 1250px;
	}

	.width{
		width: 1250px;
	}
}

@media screen and (max-width: 1200px) and (min-width: 980px){

	body{
		font-size: 0.85em;
	}

	.container {
		width: 950px;
		margin: 0 auto;
		padding: 5em 0 5em 0;
	}

	#target .container {
		width: 90%;
		margin: 1.5em auto;
	}

}

@media screen and (max-width: 979px) and (min-width: 770px){

	body{
		font-size: 0.75em;
	}

	.container {
		width: 750px;
		margin: 0 auto;
		padding: 5em 0 5em 0;
	}

	.grid li {
    	width: 33.2%;
	}

	.quality {
		height: 63em;
	}

	.left-section {
		width: 100%;
		height: 20em;
		margin: 2em auto;
		float: none;
	}

	.left-section img {
		width: 35%;
		height: 65%;
		margin: 8% 0 0 10%;
		float: left;
	}

	.right-section {
		width: 100%;
		height: 20em;
		margin: 2em auto;
	}

	.right-section img {
		width: 35%;
		height: 70%;
		margin: 6% 10% 0 0;
		float: right;
	}

	.right-section .quality-list {
		float: left;
	}

	.quality-list li img {
		display: none;
	}

	#target .container {
		width: 70%;
		margin: 1.5em auto;
	}

	.form-left {
		display: none;
	}

	.form-right {
		width: 100%;
		border-radius: 0.5em;
	}

}

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

	body{
		font-size: 0.75em;
	}

	p {
		margin: 1.25em 7.5% 1.25em 7.5%;
	}

	section {
		overflow: hidden;
	}

	#preloader {
		display: none;
	}

	.open {
		display: none;
	}

	nav {
		float: none;
		width: 100%;
	}

	.fixed-nav {
		width: 100%;
		margin: 0;
		padding: 0;
		text-align: center;
	}

	.logo-setting {
		margin: 5em auto;
		z-index: 2;
		float: none;
		position: absolute;
		height: 25em;
		width: 100%;
	}

	.logo-setting img {
		height: 17em;
		width: 25%;
		margin: 4em 0 0 37.5%;
	}

	.caption {
		display: none;
	}

	.container {
		width: auto;
		margin: 0 auto;
		padding: 5em 0 5em 0;
	}

	.logistics img {
		width: 90%;
		height: 25em;
		margin: 1em auto;
		float: none;
	}

	.grid {
    	width: 90%;
    	margin: 2.5em auto 2.5em auto;
    	border: none;
	}

	.grid li {
    	width: 49%;
    	height: 15em;
    	border: none;
    	border: 1px solid #c1c15e;
	}

	.grid li:first-child {
    	border: 1px solid #c1c15e;
	}

	.grid li:nth-child(2) {
		border-top: 1px solid #c1c15e;
		border-right: 1px solid #c1c15e;
		border-bottom: 1px solid #c1c15e;
    	border-left: none;
	}

	.grid li:nth-child(3) {
    	border-top: none;
    	border-right: 1px solid #c1c15e;
		border-bottom: 1px solid #c1c15e;
		border-left: 1px solid #c1c15e;
	}

	.grid li:nth-child(4) {
    	border-top: none;
    	border-left: none;
    	border-right: 1px solid #c1c15e;
		border-bottom: 1px solid #c1c15e;
	}

	.grid li:nth-child(5) {
    	border-top: none;
    	border-right: 1px solid #c1c15e;
		border-bottom: 1px solid #c1c15e;
		border-left: 1px solid #c1c15e;
	}

	.grid li:nth-child(6) {
    	border-top: none;
    	border-left: none;
    	border-right: 1px solid #c1c15e;
		border-bottom: 1px solid #c1c15e;
	}

	.img-container {
		margin: 4em 0 0 25%;
		overflow: hidden;
	}

	.brands a {
		margin-top: 3em;
	}

	.s_grid {
		height: 100%;
    	margin: 0 auto;
	}

	.s_grid li {
    	width: 90%;
    	height: 25em%;	
    	margin: 1.5em auto;
    	float: none;
	}

	.s_grid li:first-child {
		margin: 2em auto;
	}

	.services h4 {
		margin-bottom: 2em;
	}

	.quality {
		height: 63em;
	}

	.left-section {
		width: 90%;
		height: 20em;
		margin: 2em auto;
		float: none;
	}

	.left-section img {
		width: 35%;
		height: 65%;
		margin: 8% 0 0 10%;
		float: left;
	}

	.right-section {
		width: 90%;
		height: 20em;
		margin: 2em auto;
	}

	.right-section img {
		width: 35%;
		height: 70%;
		margin: 6% 10% 0 0;
		float: right;
	}

	.right-section .quality-list {
		float: left;
	}

	.quality-list li img {
		display: none;
	}

}

@media screen and (min-width: 300px) and (max-width: 599px) {

	body{
		font-size: 0.65em;
	}

	p {
		margin: 1.25em 7.5% 1.25em 7.5%;
	}

	section {
		overflow: hidden;
	}

	#preloader {
		display: none;
	}

	.open {
		display: none;
	}

	nav {
		float: none;
		width: 100%;
	}

	.fixed-nav {
		width: 100%;
		margin: 0;
		padding: 0;
		text-align: center;
	}

	.logo-setting {
		margin: 5em auto;
		z-index: 2;
		float: none;
		position: absolute;
		height: 25em;
		width: 100%;
	}

	.logo-setting img {
		height: 17em;
		width: 25%;
		margin: 4em 0 0 37.5%;
	}

	.caption {
		display: none;
	}

	.container {
		width: auto;
		margin: 0 auto;
		padding: 5em 0 5em 0;
	}

	.logistics img {
		width: 90%;
		height: 25em;
		margin: 1em auto;
		float: none;
	}

	.grid {
    	width: 90%;
    	margin: 2.5em auto 2.5em auto;
    	border: none;
	}

	.grid li {
    	width: 100%;
    	height: 15em;
    	border: none;
    	border: 1px solid #c1c15e;
	}

	.grid li:first-child {
    	border: 1px solid #c1c15e;
	}

	.grid li:nth-child(2) {
		border-top: none;
		border-right: 1px solid #c1c15e;
		border-bottom: 1px solid #c1c15e;
    	border-left: 1px solid #c1c15e;
	}

	.grid li:nth-child(3) {
    	border-top: none;
    	border-right: 1px solid #c1c15e;
		border-bottom: 1px solid #c1c15e;
		border-left: 1px solid #c1c15e;
	}

	.grid li:nth-child(4) {
    	border-top: none;
    	border-left: 1px solid #c1c15e;
    	border-right: 1px solid #c1c15e;
		border-bottom: 1px solid #c1c15e;
	}

	.grid li:nth-child(5) {
    	border-top: none;
    	border-right: 1px solid #c1c15e;
		border-bottom: 1px solid #c1c15e;
		border-left: 1px solid #c1c15e;
	}

	.grid li:nth-child(6) {
    	border-top: none;
    	border-left: 1px solid #c1c15e;
    	border-right: 1px solid #c1c15e;
		border-bottom: 1px solid #c1c15e;
	}

	.img-container {
		margin: 4em 0 0 30%;
		width: 40%;
		overflow: hidden;
	}

	.brands a {
		margin-top: 3em;
	}

	.s_grid {
		height: 100%;
    	margin: 0 auto;
	}

	.s_grid li {
    	width: 90%;
    	height: 25em%;	
    	margin: 1.5em auto;
    	float: none;
	}

	.s_grid li:first-child {
		margin: 2em auto;
	}

	.services h4 {
		margin-bottom: 2em;
	}

	.quality {
		height: 60em;
	}

	.left-section {
		width: 90%;
		height: 20em;
		margin: 2em auto;
		float: none;
	}

	.left-section img {
		width: 80%;
		height: 100%;
		margin: 3em 0 0 12%;
	}

	.right-section {
		width: 90%;
		height: 20em;
		margin: 2em auto;
	}

	.right-section img {
		width: 80%;
		height: 100%;
		margin: 0 0 0 5%;
	}

	.quality-list {
		display: none;
	}

	.quality-list li img {
		display: none;
	}
}