@import url('https://fonts.googleapis.com/css?family=Montserrat');

html {
	direction: ltr;
	overflow-y: auto !important;
}

body {
	border-top: 10px solid #55ABF3;
	background-color: #fff;
	color: #0e0e0e;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 22px;
	margin: 0;
	-webkit-font-smoothing: subpixel-antialiased;
	font-smoothing: antialiased;
	font-smooth: antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: subpixel-antialiased !important;
	font-smoothing: subpixel-antialiased !important;
	font-smooth: subpixel-antialiased;
}

h1, h2, h4, h5, h6 {
	color: #0e0e0e;
	font-weight: 200;
	letter-spacing: 1px;
	text-shadow: 4px 4px 4px #d0d0d0;
}

h1 {
color: #55ABF3;
font-family: 'Montserrat', sans-serif; 
	font-size: 2.3em;
	line-height: 46px;
}

h2 {
font-family: 'Montserrat', sans-serif;
color: #55ABF3;
	font-size: 1.4em;
	font-weight: 400;
	line-height: 26px;
}

h3 {
font-family: 'Montserrat', sans-serif;
	color: #000;
	font-size: 1.5em;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 28px;
}

h4 {
font-family: 'Monserrat', sans-serif;
text-transform:uppercase;
	color: #000;
	font-size: 1.2em;
	font-weight: 500;
	letter-spacing: normal;
	text-shadow: none;
}

h5 {
font-family: 'Montserrat', sans-serif;
	color: #000;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 18px;
	text-transform: uppercase;
	text-shadow: none;
}

h6 {
font-family: 'Montserrat', sans-serif;
	color: #000;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 14px;
	text-shadow: none;
}

.big-checkbox {
margin-top:1px;
color: blue;
width: 20px; 
height: 20px;
}

.med-checkbox {
width: 16px; 
height: 16px;
}

/* Buttons */
.btn-primary,

.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
	background-color: #55ABF3;
	border: 2px solid #fff;
	color:#fff;
	font-size:16px;
	font-weight:400;
	margin-bottom:3px;
}

.btn-primary:hover {
	background-color: #228FEC;
	border: 2px solid #fff;
	color:#fff;
	font-size:16px;
	font-weight:400;
	}
	
.btn-2 {
width:80%;
text-align:left;
}
	
.btn-primary-2 {
background-color: #3C6CBA;
padding:10px;
color: #FFC439;
margin-bottom:3px;
} 

.btn-primary-2:hover {
background-color: #003087;
padding:10px;
color: #FFC439;
} 

.btn-primary-3 {
background-color: #FFC439;
padding:10px;
color: #000;
margin-bottom:3px;
} 

.btn-primary-3:hover {
background-color: #F1A605;
padding:10px;
color: #000;
} 

.btn-primary-4 {
background-color: #076684;
padding:10px;
color: #fff;
}

.btn-primary-4:hover {
background-color: #1A88AC;
padding:10px;
color: #fff;
}

.img-responsive {
 max-width:100%;
}

.img-rounded {
-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#topbar {
	background:#E7E9EB;
	color:#000;
	font-size:12px;
	padding:5px;
}

#topbar a {
	color:#000;
}

.topnav {
background-color: #55ABF3;
width:100%;
margin:0 auto;
}

.topnav-content {
max-width:1020px;
margin:auto;
}

.fa {
	color:#55ABF3;
	}
	
.fa li {
	color:#55ABF3;
	}
	
.fa-search {
color: #d0d0d0;
}

.fa-fa-search-black {
color: #000;
}

.fa-topnav {
color: #fff;
}

a {
	font-weight:400;
	text-decoration:none;
	color: #55ABF3;
	}
	
	a:hover {
	font-weight:400;
	text-decoration:none;
	color: #2F98F1;
	}

a. share-link {
		color: #fff;
	}
a.sharelink hover {
	color:#fff;
}

#header {
width:100%;
margin: 0;
background-color: #fff;
}

.logo
{
	display: block;
	max-height:111px;
	margin:auto;
	padding:10px;
	/* margin-top:-20px; */
	margin-bottom:30px;
}

/* remove this for box width */
/* #header {
	background-color: #C1DAD6;
} */

#header > .container {
	
	margin-bottom: -35px;
	position: relative;
	display: table;

}

#header .social-icons {
	clear: right;
	float: right;
	margin-top: -3px;
	margin-left: 5px;
	position: relative;
}

/* content */
.content {
	background-color:#fff;
}

.crop-thumb {
	object-fit: cover;
}

.video {
	position:relative;
	border: 0;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video iframe, .video object, .video embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border: 0;
}

iframe { border: 0; }

.homeimage-wrap{
	float:left; /* important */
	position:relative; /* important(so we can absolutely position the description div */
	margin-bottom:20px;
}
.homeimage-overlay{
	position:absolute; /* absolute position (so we can position it where we want)*/
	bottom:0px; /* position will be on bottom */
	left:0px;
	width:100%;
	max-height:100px;
	/* styling below */
	background-color:#AAC0E0;
	-webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
	color: #000;
	opacity:0.6; /* transparency */
	filter:alpha(opacity=60); /* IE transparency */
}

.homeimage-overlay-green{
	position:absolute; /* absolute position (so we can position it where we want)*/
	bottom:0px; /* position will be on bottom */
	left:0px;
	width:100%;
	/* styling bellow */
	background-color:#4DB588;
	color:white;
	opacity:0.6; /* transparency */
	filter:alpha(opacity=60); /* IE transparency */
}

.homeimage-overlay-purple{
	position:absolute; /* absolute position (so we can position it where we want)*/
	bottom:0px; /* position will be on bottom */
	left:0px;
	width:100%;
	/* styling bellow */
	background-color:#8320C7;
	color:white;
	opacity:0.6; /* transparency */
	filter:alpha(opacity=60); /* IE transparency */
}

.homeimage-overlay-orange{
	position:absolute; /* absolute position (so we can position it where we want)*/
	bottom:0px; /* position will be on bottom */
	left:0px;
	width:100%;
	/* styling bellow */
	background-color:#FA8218;
	color:white;
	opacity:0.6; /* transparency */
	filter:alpha(opacity=60); /* IE transparency */
}

.homeimage-overlay-red{
	position:absolute; /* absolute position (so we can position it where we want)*/
	bottom:0px; /* position will be on bottom */
	left:0px;
	width:100%;
	/* styling bellow */
	background-color:#FF4040;
	color:white;
	opacity:0.6; /* transparency */
	filter:alpha(opacity=60); /* IE transparency */
}

.homeimage-overlay-teal{
	position:absolute; /* absolute position (so we can position it where we want)*/
	bottom:0px; /* position will be on bottom */
	left:0px;
	width:100%;
	/* styling bellow */
	background-color:#008080;
	color:white;
	opacity:0.6; /* transparency */
	filter:alpha(opacity=60); /* IE transparency */
}

p.homeimage-text{
	padding:20px 0 20px 0;
	margin:0px;
	font-size: 30px;
}

.category_image {
	 max-height:150px;
}

.page-top {
	background-color: #fff;
	border-bottom: 0px solid #CCC;
	border-top: 0px solid #384045;
	padding: 0;
	padding: 20px 0;
	position: relative;
	text-align: left;
}

/* Misc */
hr {
	background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
	background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.2), transparent);
	border: 0;
	height: 1px;
	margin: 22px 0 22px 0;
}

p.shipping-box {
	max-width:450px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	background-color: #CACD7F;
	padding: 20px;
	margin:30px;
	color:#000;
	font-size:26px;
	}
	
	.share {
	font-family: 'merienda', cursive;
	font-size:28px;
	font-weight:300;
	line-height:30px;
	margin-bottom:30px;
	}
	
	.promo{
	font-family: 'merienda one', cursive;
	color: #0669DC;
	font-size:30px;
	font-weight:400;
	margin-bottom:10px;
	}
	
	.coupon{
	font-family: 'Open Sans', Helvetica, sans-serif;
	color: #0669DC;
	font-size:18px;
	line-height:22px;
	font-weight:400;
	margin-bottom:20px;
	}

.testimonial {
	text-align:center;
	font-size:16px;
}

/* #Footer */
#footer {
	background: #0e0e0e;
	border-top: 0px solid #0e0e0e;
	font-size: 0.9em;
	padding: 20px 0 0;
	position: relative;
	clear: both;
	
}

#footer a:hover {
	color: #CCC;
}

#footer h1, #footer h2, #footer h3, #footer h4, #footer a, #footer li {
	color: #FFF !important;
}

#footer h4 {
	font-size: 1.8em;
	font-weight: 200;
}

#footer h5 {
	color: #CCC !important;
}

#footer ul.nav-list.primary > li a {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	line-height: 20px;
	padding-bottom: 11px;
}

#footer ul.nav-list.primary > li:last-child a {
	border-bottom: 0;
}

#footer ul.nav-list.primary > li a:hover {
	background-color: rgba(255, 255, 255, 0.05);
}

#footer ul.list.icons li {
	margin-bottom: 5px;
}

#footer .container .row > div {
	margin-bottom: 25px;
}

#footer .container input:focus {
	box-shadow: none;
}

#footer .footer-ribbon {
	background: #999;
	position: absolute;
	margin: -90px 0 0 14px;
	padding: 10px 20px 6px 20px;
}

#footer .footer-ribbon:before {
	border-right: 10px solid #646464;
	border-top: 16px solid transparent;
	content: "";
	display: block;
	height: 0;
	left: -10px;
	position: absolute;
	top: 0;
	width: 7px;
}

#footer .footer-ribbon span {
	color: #FFF;
	font-size: 1.6em;
	font-family: "Shadows Into Light", cursive;
}

#footer .newsletter form {
	width: 100%;
	max-width: 262px;
}

#footer .newsletter form input.form-control {
	height: 34px;
	padding: 6px 12px;
}

#footer .alert a {
	color: #222 !important;
}

#footer .alert a:hover {
	color: #666 !important;
}

#footer .twitter .fa {
	clear: both;
	font-size: 1.5em;
	position: relative;
	top: 3px;
}

#footer .twitter .meta {
	color: #999;
	display: block;
	font-size: 0.9em;
	padding-top: 3px;
}

#footer .twitter ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer .twitter ul li {
	padding-bottom: 20px;
}

#footer .twitter ul li:last-child {
	padding-bottom: 0;
}

#footer .twitter-account {
	color: #FFF;
	display: block;
	font-size: 0.9em;
	margin: -15px 0 5px;
	filter: alpha(opacity=55);
	opacity: 0.55;
}

#footer .twitter-account:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

#footer .contact {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer .contact i {
	display: block;
	float: left;
	font-size: 1.2em;
	margin: 7px 8px 10px 0;
	position: relative;
	text-align: center;
	top: -2px;
	width: 16px;
}

#footer .contact i.fa-envelope {
	font-size: 1em;
	top: 0;
}

#footer .contact p {
	margin-bottom: 10px;
}

#footer .logo {
	display: block;
}

#footer .logo.push-bottom {
	margin-bottom: 12px;
}

#footer .footer-copyright {
	background: #060606;
	border-top: 4px solid #060606;
	margin-top: 40px;
	padding: 30px 0 10px;
}

#footer .footer-copyright nav {
	float: right;
}

#footer .footer-copyright nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer .footer-copyright nav ul li {
	border-left: 1px solid #505050;
	display: inline-block;
	line-height: 12px;
	margin: 0;
	padding: 0 8px;
}

#footer .footer-copyright nav ul li:first-child {
	border: medium none;
	padding-left: 0;
}

#footer .footer-copyright p {
	color: #555;
	margin: 0;
	padding: 0;
}

#footer .phone {
	color: #FFF;
	font-size: 26px;
	font-weight: bold;
	display: block;
	padding-bottom: 15px;
	margin-top: -5px;
}

#footer .fa {
	color:#55ABF3;
	}

#footer .narrow-phone {
	text-align: right;
	margin: -2px 0 0 0;
}

#footer .narrow-phone .phone {
	font-size: 16px;
	padding-bottom: 0;
	margin-top: -13px;
}

#footer.short {
	padding-top: 20px;
}

#footer.short .footer-copyright {
	background: transparent;
	border: 0;
	padding-top: 0;
	margin-top: 0;
}

#footer.light {
	padding-top: 60px;
	background: #FFF;
	border-top: 1px solid #DDD;
}

#footer.light .footer-ribbon {
	margin-top: -76px;
	margin-left: 14px;
}

#footer.light .footer-copyright {
	margin-top: 15px;
	background: #FFF;
	border-top: 1px solid #DDD;
}

#footer.light .footer-copyright p {
	color: #777;
}

#footer.light .phone,
#footer.light .twitter-account {
	color: #777 !important;
}

#footer.light ul.nav-pills > li.active > a {
	color: #FFF !important;
}

#footer.narrow {
	padding-top: 30px;
}

#footer.narrow .footer-copyright {
	margin-top: 0;
}

#footer.narrow .nav > li > a {
	padding: 5px 12px;
}

#footer.color {
	color: #FFF;
}

#footer.color p {
	color: #FFF;
}

#footer.color .footer-copyright nav ul li {
	border-left-color: #FFF;
}

#footer .footer-ribbon {
	background: #447270;
}

#footer .footer-ribbon:before {
	border-right-color: #9d4747;
	border-left-color: #9d4747;
}

#footer.light h1,
#footer.light h2,
#footer.light h3,
#footer.light h4,
#footer.light a {
	color: #447270 !important;
}

#footer.color {
	background: #447270;
	border-top-color: #447270;
}

#footer.color .footer-ribbon {
	background: #ae4f4f;
}

#footer.color .footer-ribbon:before {
	border-right-color: #7a3737;
}

#footer.color .footer-copyright {
	background: #b75f5f;
	border-top-color: #b75f5f;
}

/* Social Icons */
ul.social-icons {
	margin: 0;
	padding: 0;
	width: auto;
}

ul.social-icons li {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background-image: url(../images/social-sprites.png);
	background-repeat: no-repeat;
	background-position: 0 100px;
	display: inline-block;
	margin: -1px 1px 5px 0;
	padding: 0;
	border-radius: 5px;
	overflow: visible;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}

ul.social-icons li a {
	display: block;
	height: 30px;
	width: 30px;
	text-align: center;
}

ul.social-icons li a:hover {
	text-decoration: none;
}

ul.social-icons li a i[class^="icon-"] {
	color: #444;
	font-style: 16px;
	position: relative;
	top: 3px;
}

ul.social-icons li a:active {
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3), inset 0 0 10px rgba(0, 0, 0, 0.3);
}

ul.social-icons li[class] a {
	text-indent: -9999px;
}

ul.social-icons li:active, ul.social-icons li a:active {
	border-radius: 6px;
}

ul.social-icons li.digg {
	background-position: 0 0;
}

ul.social-icons li.digg:hover {
	background-position: 0 -30px;
}

ul.social-icons li.dribbble {
	background-position: 0 -60px;
}

ul.social-icons li.dribbble:hover {
	background-position: 0 -90px;
}

ul.social-icons li.facebook {
	background-position: 0 -120px;
}

ul.social-icons li.facebook:hover {
	background-position: 0 -150px;
}

ul.social-icons li.flickr {
	background-position: 0 -180px;
}

ul.social-icons li.flickr:hover {
	background-position: 0 -210px;
}

ul.social-icons li.forrst {
	background-position: 0 -240px;
}

ul.social-icons li.forrst:hover {
	background-position: 0 -270px;
}

ul.social-icons li.googleplus {
	background-position: 0 -300px;
}

ul.social-icons li.googleplus:hover {
	background-position: 0 -330px;
}

ul.social-icons li.html5 {
	background-position: 0 -360px;
}

ul.social-icons li.html5:hover {
	background-position: 0 -390px;
}

ul.social-icons li.icloud {
	background-position: 0 -420px;
}

ul.social-icons li.icloud:hover {
	background-position: 0 -450px;
}

ul.social-icons li.lastfm {
	background-position: 0 -480px;
}

ul.social-icons li.lastfm:hover {
	background-position: 0 -510px;
}

ul.social-icons li.linkedin {
	background-position: 0 -540px;
}

ul.social-icons li.linkedin:hover {
	background-position: 0 -570px;
}

ul.social-icons li.myspace {
	background-position: 0 -600px;
}

ul.social-icons li.myspace:hover {
	background-position: 0 -630px;
}

ul.social-icons li.paypal {
	background-position: 0 -660px;
}

ul.social-icons li.paypal:hover {
	background-position: 0 -690px;
}

ul.social-icons li.picasa {
	background-position: 0 -720px;
}

ul.social-icons li.picasa:hover {
	background-position: 0 -750px;
}

ul.social-icons li.pinterest {
	background-position: 0 -780px;
}

ul.social-icons li.pinterest:hover {
	background-position: 0 -810px;
}

ul.social-icons li.reddit {
	background-position: 0 -840px;
}

ul.social-icons li.reddit:hover {
	background-position: 0 -870px;
}

ul.social-icons li.rss {
	background-position: 0 -900px;
}

ul.social-icons li.rss:hover {
	background-position: 0 -930px;
}

ul.social-icons li.skype {
	background-position: 0 -960px;
}

ul.social-icons li.skype:hover {
	background-position: 0 -990px;
}

ul.social-icons li.stumbleupon {
	background-position: 0 -1020px;
}

ul.social-icons li.stumbleupon:hover {
	background-position: 0 -1050px;
}

ul.social-icons li.tumblr {
	background-position: 0 -1080px;
}

ul.social-icons li.tumblr:hover {
	background-position: 0 -1110px;
}

ul.social-icons li.twitter {
	background-position: 0 -1140px;
}

ul.social-icons li.twitter:hover {
	background-position: 0 -1170px;
}

ul.social-icons li.vimeo {
	background-position: 0 -1200px;
}

ul.social-icons li.vimeo:hover {
	background-position: 0 -1230px;
}

ul.social-icons li.wordpress {
	background-position: 0 -1260px;
}

ul.social-icons li.wordpress:hover {
	background-position: 0 -1290px;
}

ul.social-icons li.yahoo {
	background-position: 0 -1320px;
}

ul.social-icons li.yahoo:hover {
	background-position: 0 -1350px;
}

ul.social-icons li.youtube {
	background-position: 0 -1380px;
}

ul.social-icons li.youtube:hover {
	background-position: 0 -1410px;
}

ul.social-icons li.github {
	background-position: 0 -1440px;
}

ul.social-icons li.github:hover {
	background-position: 0 -1470px;
}

ul.social-icons li.behance {
	background-position: 0 -1500px;
}

ul.social-icons li.behance:hover {
	background-position: 0 -1530px;
}

ul.social-icons li.yelp {
	background-position: 0 -1560px;
}

ul.social-icons li.yelp:hover {
	background-position: 0 -1590px;
}

ul.social-icons li.mail {
	background-position: 0 -1620px;
}

ul.social-icons li.mail:hover {
	background-position: 0 -1650px;
}

ul.social-icons li.instagram {
	background-position: 0 -1680px;
}

ul.social-icons li.instagram:hover {
	background-position: 0 -1710px;
}

ul.social-icons li.foursquare {
	background-position: 0 -1740px;
}

ul.social-icons li.foursquare:hover {
	background-position: 0 -1770px;
}

ul.social-icons li.zerply {
	background-position: 0 -1800px;
}

ul.social-icons li.zerply:hover {
	background-position: 0 -1830px;
}

ul.social-icons li.vk {
	background-position: 0 -1860px;
}

ul.social-icons li.vk:hover {
	background-position: 0 -1890px;
}

/* ======================= MOBILE VIEW ======================= */
@media only screen and (min-width: 1024px) and (max-width: 1280px) {
    .category_image {
		max-height:450px;
    }
	}
	
@media only screen and (min-width: 780px) and (max-width: 1023px) {
    .category_image {
	   max-height:450px;
    }
	}

@media only screen and (max-width: 780px) {
   .category_image {
		max-height:450px;
    }
	
	.crop-thumb {
	width: 100%;
}
	}

@media (max-width : 480px) {
	#header {
	background-color: #fff;
	}
	}
	
	@media (max-width : 320px) {
	#header {
	background-color: #fff;
	}
	
	#header > .container {
		border-top-left-radius:0px;
		border-top-right-radius:0px;
	}
	
	#footer {
		border-bottom-right-radius:0px;
		border-bottom-left-radius:0px;
		
	}
	
}


/* magnific - popup */
/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
	padding: 0;
}

/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
	top: 0;
	bottom: 0;
}

/* padding for main container */
	.mfp-no-margins .mfp-container {
	padding: 0;
}

/* for zoom animation */
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}
    
.mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

/* Sidebar */

.sidebar {
background: rgba(200,228,252,1);
background: -moz-linear-gradient(top, rgba(200,228,252,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(200,228,252,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(200,228,252,1) 0%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(200,228,252,1) 0%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(200,228,252,1) 0%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(200,228,252,1) 0%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8e4fc', endColorstr='#ffffff', GradientType=0 );
margin-left:-15px;
	padding:15px;
	border-radius: 16px;
-moz-border-radius: 16px;
-webkit-border-radius: 16px;
border:1px solid #fff;
	}
	
aside ul.nav-list > li > a {
	color: #000;
	font-size: 13px;
}

.sidebar li .fa { 
color: #55ABF3;
}

/* Sidebar Navs */
ul.nav-list.primary > li {
	margin: 0;
	padding: 0;
}

ul.nav-list.primary > li a {
background-color: #96CCFA;
border-radius: 6px 6px 6px 6px;
-moz-border-radius: 6px 6px 6px 6px;
-webkit-border-radius: 6px 6px 6px 6px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border-bottom: 1px solid #EDEDDE;
	padding: 8px 0;
	line-height:16px;
	padding-left:5px;
}

ul.nav-list.primary > li a:hover{
	background-color: #6DB8F7;
	color: #fff;
	}

ul.nav-list.primary > li a:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #333;
	margin-left: 5px;
	margin-right: 5px;
	position: relative;
	line-height:16px;
}

ul.nav-list.primary-pages > li a {
background-color: #6DB8F7;
border-radius: 6px 6px 6px 6px;
-moz-border-radius: 6px 6px 6px 6px;
-webkit-border-radius: 6px 6px 6px 6px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border-bottom: 1px solid #EDEDDE;
	padding: 8px 0;
	line-height:16px;
	padding-left:5px;
}

ul.nav-list.primary-pages > li a:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #333;
	margin-left: 5px;
	margin-right: 5px;
	position: relative;
	line-height:16px;
}

ul.nav-list.primary-pages> li a:hover{
	background-color: #AAA48E;
	}

ul.nav-pills > li.active > a {
	background-color: #fff;
}

ul.nav-pills > li.active > a:hover, ul.nav-pills > li.active > a:focus {
	background-color: #000;
}

.push-bottom {
	margin-bottom: 35px;
}

/* remove bold */
label {
    font-weight: 400 !important;
    padding-top:7px;
}

/* minicart hack */
.mc { 
	padding:0px;
	margin:0px;
}

#minicart {
    display: none;
    border:1px solid #000;
    border-radius:0px 0px 8px 8px;
    position:absolute;
    width:250px;
    background-color:#fff;
    color:#000;
    text-align:left;
    left:auto;
    z-index:1000;
}

.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.2em
}

.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.2em;
  vertical-align: top
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}

.resp-sharing-button--twitter {
  background-color: #55acee
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9
  color: #fff;
}

.resp-sharing-button--facebook {
  background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373
}

.resp-sharing-button--email {
  background-color: #777
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e
}


.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--email {
  background-color: #777777;
  border-color: #777777;
}

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
  background-color: #5e5e5e;
  border-color: #5e5e5e;
}
