body {
	font-family: 'Open Sans', sans-serif;
}

#carousel-example-generic h3 {
	font-family: 'McLaren', cursive;
}

.main-page.carousel .carousel-indicators {
	position: inherit;
	bottom: 0px;
	
	}

.main-page.carousel .carousel-indicators li {
  background-color: #999 !important;
  background-color: rgba(70,70,70,.25) !important;
  height: 18px;
	width: 18px;
}

.main-page.carousel .carousel-indicators .active {
  background-color: #444 !important;
  height: 20px;
	width: 20px;
}

.carousel-caption {
	padding-top: 0px;
	padding-bottom: 10px;
	}
.carousel-indicators {
    bottom: 10px;
}
.carousel-caption h3 {
	margin-top: 5px;
	}

.product-page h1.h3 {
	margin-top: 0px;
}

.product-page .carousel-indicators {
	background: rgba(0,0,0,0.5);
	padding: 5px;
	width: auto;
	margin-left: auto;
	border-radius: 2px;
	}

.no-top-margin {
	margin-top: 0px;
}
	
.half-spacer {
	height: 1em;
}

.q-form input[type=text] {
	box-shadow: none;
	border-radius: 0px;
	border: 1px solid #f3f3f3;
	background-color: #f5f5f5;
}

.q-form button[type=submit] {
	color: #777;
	background: none;
	position: absolute;
	right: 10px;
	top: 0px;
}

#cart-button, #cart-button:active, #cart-button:hover, #cart-button.active {
	outline: none;
	}
	

.fa-facebook-official:hover {
	color: #3b5989;
	}

.fa-twitter:hover {
	color: #4099FF;
	}
	
.fa-google-plus:hover {
	color: #d34836;
	}

.fa-youtube:hover {
	color: #c4302b;
	}

.fa-instagram:hover {
	color: #cd486b;
	}
		
#q-form button[type=submit]:hover {
	color: #333;
}

.slider-track .slider-handle {
	background: #AAA;
}

.slider-track .slider-selection {
	background: #EEE;
}

.slider-track:hover .slider-handle {
	background: #337ab7;
}

.slider-track:hover .slider-selection {
	background: #81bfde;
}
	


body {
	background-color: transparent;
	background-image: none!important;
}

div.container {
	background-color: #FFF;
	/*
	 -webkit-box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.1);
  */
}

.navbar-right {
	margin-right: 0px;
}

.navbar-default {
	  background-color: #FFF;
	border: none;
}

.vcenter {
  display: flex;
  align-items: center;
}

/*
.btn-primary {
	background-color: #E53935;
	border-color: #C62828;
}

.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary {
	background-color:#C62828;
	border-color:#B71C1C
}
*/

.alert.alert-danger {
	display: none;
}

.banner .alert.alert-danger {
	display: block;
}

.table-borderless tbody tr td, .table-borderless tbody tr th {
    border: none;
}

#top-link-block.affix-top {
    position: absolute; /* allows it to "slide" up into view */
    bottom: -100px;
    right: 10px;
}
#top-link-block.affix {
    position: fixed; /* keeps it on the bottom once in view */
    bottom: 100px;
    right: 10px;
}

.btn.btn-primary.navbar-toggle {
	background-color: #d9534f;
    border-color: #d43f3a;
}

.btn.btn-primary.navbar-toggle .badge {
	color: #d60000;
}


.carousel .item img {
    margin: 0px auto;
}

.row.banner:first-child .page-header {
	margin-top: 0px;
}

.product {
	margin-top: 15px;
}
/*
.thumbnail img {
	max-height: 225px;
}
*/

.img-responsive {
	max-height: 100%; 
}

div.img-responsive {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	min-height: 100%;
}

.modal .modal-body {
    max-height: 420px;
    overflow-y: auto;
}

.modal .modal-body img {
	max-height: 385px;
}

.btn.btn-facebook {
	color: #fff;
	background-color: #3b5998;
	border-color: rgba(0,0,0,0.2);
}

.btn.btn-facebook:hover {
	background-color: #2D4373;
}

.btn.btn-instagram {
	color: #fff;
	background-color: #e1306c;
	border-color: rgba(0,0,0,0.2);
}

.btn.btn-instagram:hover {
	background-color: #c13584;
}

.btn.btn-twitter {
	color: #fff;
	background-color: #55acee;
	border-color: rgba(0,0,0,0.2);
}

.btn.btn-twitter:hover {
	background-color: #2795E9;
}

.btn.btn-google-plus {
	color: #fff;
	background-color: #dd4b39;
	border-color: rgba(0,0,0,0.2);
}

.btn.btn-google-plus:hover {
	background-color: #C23321;
}

.btn.btn-youtube {
	color: #fff;
	background-color: #e52d27;
	border-color: rgba(0,0,0,0.2);
}

.btn.btn-youtube:hover {
	background-color: #B31217;
}

#login-btn, #register-btn {
	margin-top: 0px;
}

.flyer {
	    background-color: white;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 2000;
	margin: 0px;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.2); 
}

a {
	color: #D60000;
}

.input-group-addon {
	padding: 6px;
}

a:hover, a:active, a.active {
	color: #C62828;
}

.btn.filter-btn {
	margin: 10px 0px;
}

 #cookies {
	background-color: rgba(0,0,0,0.9);
	color: #FFF;
	position: fixed;
	width: 100%;
	bottom: 0px;
	left: 0px;
	padding: 15px;
 }
 
.product hr.half-width {
	width: 50%;
	margin: 5px 25%;
}

.product .panel-body {
	padding: 5px;
}

.product .panel:hover {
	box-shadow: 0 0 3px 1px rgba(0,0,0,0.1);
	background-color: #f5f5f5;
}

.product .thumbnail {
	border: none;
	padding: 0px;
	margin-bottom: 5px;
}

ul.nav li.dropdown:hover>ul.dropdown-menu, ul.dropdown-menu li.dropdown-submenu:hover>ul.dropdown-menu {
	display: block;
}

.btn-transparent {
	background:none;
	outline: none;
	color: #555;
}

.navbar-brand {
	padding: 7px;
}

.navbar-brand img {
	max-height: 50px;
	margin-right: 40px;
}

.input-group.btn-inside input.form-control{
	border-radius: 3px;
}	

.input-group.btn-inside .btn-transparent {
	position: absolute;
    right: 0px;
    z-index: 200;
    top: 0px;
}

nav.navbar {
	margin-bottom: 0px;
}

.menu-large {
  position: static !important;
}
.megamenu{
  padding: 20px 0px;
  width:100%;
}



.dropdown-menu.megamenu>li>a {
	overflow-x:hidden;
}

.megamenu> li > ul {
  padding: 0;
  margin: 0;
}
.megamenu> li > ul > li {
  list-style: none;
}
.megamenu> li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;
  
}
.megamenu> li ul > li > a:hover,
.megamenu> li ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.megamenu.disabled > a,
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  color: #999999;
}
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.megamenu.dropdown-header {
  color: #428bca;
  font-size: 18px;
}
@media (max-width: 768px) {
  .megamenu{
    margin-left: 0 ;
    margin-right: 0 ;
  }
  .megamenu> li {
    margin-bottom: 30px;
  }
  .megamenu> li:last-child {
    margin-bottom: 0;
  }
  .megamenu.dropdown-header {
    padding: 3px 15px !important;
 
  }
  .navbar-nav .open .dropdown-menu .dropdown-header{
	color:#fff;
  }
}

#top-menu .navbar-nav>li>a {
	color: #AAA;
	padding: 5px 7px;
}

#top-menu .navbar-nav>li>a:hover {
	background-color: #F5F5F5;
	color: #333;
	}
	
.text-pink, .hover-pink:hover {
	color: #EC407A!important;
}


.navbar-lg {
	text-align: center;
	float: none;
}

.navbar-lg>li>a {
	text-transform: uppercase;
    font-size: 16px;
    line-height: 1.3333333;
	padding: 10px 16px;
	color: #555;
}

.navbar-lg>li:nth-child(1n+1)>a:hover {
	color: #F44336;
}

.navbar-lg>li:nth-child(1n+2)>a:hover {
	color: #00923F;
}

.navbar-lg>li:nth-child(1n+3)>a:hover {
	color: #3B5998;
}

.navbar-lg>li:nth-child(1n+4)>a:hover {
	color: #ED712F;
}

.navbar-lg>li {
	display: inline-block;
	float: none!important;
}

#header-menu {
	min-height: 0px;
	margin-bottom: 10px;
	border: 0px;
	border-radius: 0px;
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
	text-align: center;
}

hr.no-margin {
	margin: 0px;
}

#header-menu .nav>li>a:focus, #header-menu .nav>li>a:hover, .menu-large>a.active {
	background-color: #F5F5F5;
}

.megamenu .col-sm-3 {
	padding: 0px;
}

.mf-title {
    position: absolute;
    bottom: 0px;
    padding: 10px;
    font-size: 20px;
    background: rgba(255,255,255,0.5);
    width: 100%;
}

.carousel-control.left, .carousel-control.right {
	background: none;
}

.carousel-control.left span {
	margin-left: -40px;
	text-shadow: 0px 0px 15px #000;
}

.carousel-control.right span {
	margin-right: -40px;
	text-shadow: 0px 0px 15px #000;
}

.dropdown-menu {
 z-index: 100000;
}



.btn.btn-pink {
	color: #AAA;
	background-color: transparent;
}

.btn.btn-pink:hover, .btn.btn-pink.on {
	color: #EC407A;
}

.mf-list>a {
	background-size: cover;
	background-position: center center;
	color: #FFF;
	font-weight: bold;
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
}

.mf-list>a>p {
	background-color: rgba(214,0,0,0.8);
	padding: 5px;
}