html, body{
	margin:0;
	padding:0;
	height:100%;
}

body{
	background: #F8FBFF;
	line-height: 1.8;
}

/* For devices larger than 400px */
@media (max-width: 412px) {
  .recent-blog, .left-nav {
    display: inline;
    }
}

.header{
	padding-top: 4em;
	background: #3E606F;
	margin-bottom: 2em;
	border-bottom: 1px solid #C7236E;
}

.header h1, .header h2, .header h3, .header h4{
	color: #fff;
	text-align: center;
}

.header h2{
	font-weight: 800;
}

.header a{
	color: #fff;
}

.main-nav{
	background: #fff;
}

.main-nav .container{
	text-align: center;
}

.main-nav li{
	list-style: none;
	font-size: 1em;
	display: inline-block;
	padding: 3%;
}

ul.popularDepartments{
	display: block;
	list-style: none;
	margin-left: auto;
    margin-right: auto;
}

.popularDepartments li{
	font-size: 1em;
	padding: .5%;
	display: inline-block;
}

.main-nav a{
	color: #91AA9D;
	text-decoration: none;
}

.dropdown{
	position: relative;
}

.drop-nav{
	position: absolute;
	display: none;
}

.drop-nav li{
	border-bottom: 1px solid black;
}

.dropdown:hover > .drop-nav {
	display: block;
}

.leftNav li{
	list-style: none;
	font-size: 1em;
	display: inline-block;
	color: #3E606F;
	text-align: center;
	padding: .3em;
	background: #fff;
	margin: .6em;
}


.leftNav a{
	text-decoration: none;
	color: #3E606F;
}

.leftNav ul{
	
}

form #notify-form{
	text-align: center;
}

form#notify-form .signup-form{
	display: block;
	text-align: center;
}

form#notify-form h2{
	text-align: center;
	font-size: 1.5em;
	text-align: center;
	font-weight: 200;
	border-top: .5px solid #fff;
}

form#notify-form input[type="submit"]{
	background-color: #f59d3b;
	color: #fff;
}

.imageHolder{
	height: 40%;
}

.description{
	/*border-top: 1px dashed #CAC8C8;*/
	/*position: absolute;
	bottom: 0;*/
	padding: 10px;
	text-align: center;
}

.pricing{
	position: absolute;
	bottom: 0;
	padding: 10px;
	width: 94%;
	text-align: center;
}

.productContainer{
	float: left;
	background: #fff;
	width: 312px;
	margin: 2em;
	border: 1px solid #DADADA;
	height: 400px;
	position: relative;
}

.productContainerSidebar{
	float: left;
	background: #fff;
	width: 100%;
	margin: 2em 0;
	border: 1px solid #DADADA;
	padding: .5em;
	height: 400px;
	position: relative;
}

.productContainer img, .productContainerSidebar img{
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.savings{
	margin-bottom: 1em;
	border-bottom: 1px dashed #CAC8C8;
	padding-bottom: .5em;
	padding: .5em;
}

/*Icons*/

.circleIcon{
	height: 68px;
	width: 68px;
	position: absolute;
	background: #C7236E;
	border-radius: 100%;
	right: 0;
	z-index: 999;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	line-height: 68px;
	font-size: 15px;
}

.guide {
	border-bottom: 2px solid #C7236E;
	padding-top: 10px;
}

.guide h3 {
	font-size: 18px;
}

.social-buttons{
	float: right;
	z-index: 9999;
}

.social-buttons .twitter-share, .social-buttons .fb-share-button{
	float: right;
	margin: 0;
	padding: 1em;
}

 .fb_iframe_widget span {
    vertical-align: baseline !important;
 }

 .logo{
 	opacity: 1 !important;
 	float: left;
 }

 .left-rail{

 }

 .left-rail .left-nav{
 	padding-left: 20px;
 }

 .left-rail ul li{
 	text-decoration: none;
 	list-style: none;
 }

 .left-rail .recent-blog{
 	padding-left: 20px;
 }

.image-padding{
	padding-right: 10px;
	padding-bottom: 10px;
}

footer{
	background-color: #2a2a2c;
	color: #efefef;
	margin-top: 50px;
	padding-top: 30px;
}

footer p{
	font-size: 11px;
}

.signup-success{
	text-align: center;
	background-color: green;
	color: #fff;
}

.signup-failed{
	background-color: red;
	text-align: center;
	color: #fff;
}