.nav ul.menu li ul li a,
.nav ul.menu li ul li a:visited,
.nav ul.menu li ul li a:active {
	font-size: 12px;
}

#homepage_slider {
	margin-bottom: 40px;
}

.flex-caption {
	background: rgba(0, 0, 0, .35);
}

.collection .products .thumbnail {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

#collection-image {
	margin-bottom: 15px;
}

#collection-image img {
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
}

#footer-image {
	text-align: center;
	background: #f3fafc;
}

#footer-image img {
	display: block;
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
	height: auto;
}

p.credits {
	text-align: center;
}

.credits_right {
	display: none !important;
}

.paginate {
	padding-top: 25px;
	font-size: 18px;
	font-weight: bold;
	border-top: 1px solid #dbe3e5;
}

.paginate span {
	background-color: #f9a536;
    border-color: #f9a536;
}

.paginate span:hover {
    background-color: #000;
    border-color: #000;
}

.paginate span.current,
.paginate span.current:hover {
	color: #fff;
    background-color: #838c95;
    border-color: #838c95;
}

.paginate span a {
	color: #fff;
}

.paginate span a:hover {
	color: #fff;
}

.continue_shopping {
	margin-top: 20px;
	left: 0;
	font-size: 18px;
}

.continue_shopping.fadeIn {
	display: block !important;
}

.notice {
	padding: 20px;
	background: #ecf7df;
	border: 1px solid #7ecf23;
}

#faq-iframe {
	position: relative;
	height: 0;
	padding-bottom: 75%;
	overflow: hidden;
}

@media all and (max-width: 767px) {
 
	#faq-iframe {
		padding-bottom: 200%;
	}
  
}
 
#faq-iframe iframe {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
}