/*
|--------------------------------------------------------------------------
|  Custom Styles
|  
|--------------------------------------------------------------------------
|
| 
|
*/

/* If you want to add your own CSS code, please do it in this file */
/*
@media only screen and (max-width: 767px) 
{
	.no-margin-h .one-fourth.column{ width: 50% !important;clear:none; }		
	.one-fourth.column{ width: 50% !important;clear:none;  }		
}*/

@media only screen and (max-width: 767px){
.caroufredsel_wrapper{width: 90% !important;margin: auto !important;}}
@media only screen and (max-width: 767px){
.caroufredsel_wrapper ul.offer_ul li, .caroufredsel_wrapper ul.offer_ul{width: 100% !important;}}

 /* Style the navigation menu */
.topnav {
  overflow: hidden;
  background-color: #333;
  position: relative;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
  display: none;
}

/* Style navigation menu links */
.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

/* Style the hamburger menu */
.topnav a.icon {
  background: grey;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

/* Add a grey background color on mouse-over */
.topnav a:hover {
  background-color: #808080;
  color: black;
}

/* Style the active link (or home/logo) */
.active {
  background-color: #ffffff;
  color: white;
} 

