@charset "utf-8";
/* CSS Document */


@font-face
{
	font-family: 'Lato Regular';
	src: url('../fonts/Lato-Regular.ttf');
	font-weight: normal;
}
@font-face
{
	font-family: 'Lato Thin';
	src: url('../fonts/Lato-Thin.ttf');
	font-weight: normal;
}
@font-face
{
	font-family: 'Lato Light';
	src: url('../fonts/Lato-Light.ttf');
	font-weight: normal;
}


.container-100
{
	clear: both;
	width: 100%;
	margin: auto;
}
.container-100-child
{
	width: 100%;
}





/*  ----- FOOTER DESIGN -------------------------------------------------------------------------------------  */


.categories
{
	/*  ----- background: #eaeaea;-----  */
	background: #fff;
	border-top: 1px solid #D7D7D7;
	padding: 45px 0;
	margin-top: 40px;
}
.categories nav
{
	width: 88%;
	-webkit-column-count: 5;
	   -moz-column-count: 5;
	        column-count: 5;
	-webkit-column-gap: 50px;
	   -moz-column-gap: 50px;
	        column-gap: 50px;
	margin: auto;
}
.categories ul
{
	margin: 0 0 20px;
}

.footer
{
	position: relative;
	border-top: 1px solid #D7D7D7;
	background-color: #3d9998;
}
.footer-networks
{
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	margin: 20px 0;
}
.footer-networks > a
{
	display: inline-block;
	margin: auto;
	width: 40px;
	height: 40px;
	border-radius: 3px;
	margin: 0 0 10px;
}
.facebook-networks
{
	background-size: auto 35px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #FFFFFF;
	background-image: url(../_imag/social1.png);
}
 
.twitter-networks
{
	background: #F8B8C8  url("") no-repeat center;
	background-size: auto 12px;
}
.linkedin-networks
{
	background-size: auto 35px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #FFFFFF;
	background-image: url(../_imag/social2.png);
}
.instagram-networks
{
	background: #F8B8C8 url("") no-repeat center;
	background-size: auto 18px;
}
.pinterest-networks
{
	background: #F8B8C8  url("") no-repeat center;
	background-size: auto 15px;
}
.rss-feed
{
	background: #F8B8C8 url("") no-repeat center;
	background-size: auto 14px;
	
}
.footer-networks > a:hover
{
	opacity: 0.8;
}
.footer-networks p
{
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.footer-networks p a
{
	color: #FFF;
	text-decoration: none;
}
.footer-networks p a:hover
{
	text-decoration: underline;
}
.footer div:nth-child(2)
{
	width: auto;
	-webkit-column-gap: 50px;
	   -moz-column-gap: 50px;
	        column-gap: 50px;
	-webkit-columns: 2;
	   -moz-columns: 2;
	        columns: 2;
	margin: 20px 0 20px;
	width: 40%;
}
.footer ul
{
	text-align: right;
}
.footer li
{
	padding: 3px 0 0;
}
.footer ul a
{
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-decoration: none;
}
.footer ul a:hover
{
	text-decoration: underline;
}
@media (max-width: 930px)
{
	.footer .container-100-child
	{
		width: 98%;
		margin: auto;
	}
	

}
@media (max-width: 768px)
{
	.footer .container-100-child > div
	{
		width: 100%;
	}
	.footer-networks
	{
		text-align: center;
	}
	.footer ul
	{
		text-align: center;
	}
	.footer div:nth-child(2)
	{
		-webkit-columns: 1;
		   -moz-columns: 1;
		        columns: 1;
		margin-top: 10px;
	}
}

/*  ----- LISTINGS -----  */

.container-100.margin-top
{
	margin-top: 40px;
}
.container-100-child.margin-top
{
	margin-top: 40px;
}
.search-results-container.margin-bottom
{
	margin-bottom: 30px;
}
.search-results-container.shop .search-form
{
	width: 100%;
}
/* Listing infos */
.listing-infos
{
	width: 100%;
	margin: 0 auto 17px;
}
.listing-infos h1 
{
	font-size: 1.6em;
	text-align: left;
	padding: 0;
	margin-bottom: 12px;
}
.listing-infos p 
{
	display: inline-block;
	font-family: 'Lato Light'; 
	font-size: 1.05em; 
	color: #595959;
	margin-right: 10px;
	padding: 3px 0;
}
.listing-infos-link
{
    font-family: 'Lato Regular';
    font-size: 0.95em;
    color: #555555;
    text-decoration: none;
}
.listing-infos-link:hover
{
    text-decoration: underline;
}
.listing-infos-link.link-selected
{
	color: #ef1d26;
}
.listing-infos .listing-infos-select select
{
    height: 32px;
    width: 170px;
    margin: 0 auto 10px;
    border-radius: 8px;
    border: 1px solid #d4d2d8;
    padding: 0 0 0 5px;
    font-family: 'Lato Regular';
    font-size: 0.95em;
    color: #505050;
	background: #FFF;
	background: url("../../images/icons/icon_arrow_select.png") no-repeat right 8px center;
	background-size: 16px 10px;
}
.listing-infos .save-shearch
{
	display: inline-block;
	font-family: 'Lato Light';
	font-size: 0.95em;
	padding-left: 24px;
	color: #636363;
	text-decoration: none;
	background: url("../../images/icons/icon_ring_save_search.png") no-repeat left top;
	background-size: 17px 17px;
}
.listing-infos .save-shearch:hover
{
	text-decoration: underline;
}



/*------------------------------------------------------*/



/* 	SOP FOOTERRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR
.categories nav .title-cat a
{
	font-family: 'Lato Regular';
	font-size: 1.1em;
	color: #FFF;	
	 background: #725F65;
	 background: #725F65;
	display: block;
	text-align: center;
	line-height: 40px;
	 
	  */
.categories nav .title-cat a
{
	font-family: "Lato Regular";
	font-size: 1.1em;
	color: #ef1d26;
	display: block;
	text-align: left;
	line-height: 40px;
	font-variant: small-caps;
	font-weight: bolder;
}
.categories nav a
{
	font-family: "Lato Light";
	color: #999999;
	text-decoration: none;
}
.categories nav a:hover
{
	color: #ef1d26;
	text-decoration: underline;
}
.categories nav .title-cat a:hover
{
	color: #ef1d26;
}
@media (max-width: 1024px)
{
	.categories nav
	{	
		width: 90%;
		-webkit-column-count: 4;
		   -moz-column-count: 4;
		        column-count: 4;
	}
}
