/************************************/
/************ Responsive ************/
/************************************/


/* LG */
@media (min-width:1200px) {

}

/* MD + LG */
@media (min-width:992px) {

}

/* SM + MD + LG */
@media (min-width:768px) {

}

/* [PC] - MD */
@media (min-width:992px) and (max-width:1199px) {

}

/* XS + SM */
@media (max-width:991px) {
 /* Header */
 header#header .container {background:none}
	header#header .nav li a {
	 font-size:11px;
	}
}

/* [Tablette - PC] - SM */
@media (min-width:768px) and (max-width:991px) {
 /* Footer */
 footer#footer .footer {background:none}
  footer#footer .footer .lily {left:0}
}

/* [Mobile] - XS */
@media (max-width:767px) {
 /* Header */
 header#header .col_logo {text-align:center}
  header#header .col_logo .logo {margin-bottom:12px}

 /* Footer */
 footer#footer {
  background:#232323;
  -webkit-box-shadow:0px -15px 10px 0px #b2b2b2;
  -moz-box-shadow:0px -15px 10px 0px #b2b2b2;
  box-shadow:0px -15px 10px 0px #b2b2b2;
 }

  footer#footer .footer {
   height:auto;
   padding-top:0;
   background:none;
  }

  footer#footer .footer .col-xs-12 {
   margin-bottom:20px;
   min-height:auto;
   background:none;
  }

  footer#footer .footer .col-xs-12 ul {
   padding-bottom:20px;
   border-bottom:1px solid #454545;
  }
   footer#footer .footer .col-xs-12 ul li:last-child a {
    background:none;
   }
}

@media (max-width:560px) {

}