/*
*************************************************

SEBASTIAN NITU
Main Styles

Created by Sebastian Nitu
http://www.sebnitu.com

*************************************************
*/

/*-------------------------------------------
  @Fonts
---------------------------------------------*/

@import 'fonts.css';

/*-------------------------------------------
  @Reset
---------------------------------------------*/

@import 'reset.css';

/*-------------------------------------------
  @Grid
---------------------------------------------*/

@import 'grid.css';

/*-------------------------------------------
  @Structure
---------------------------------------------*/
body {
  background: #efefef;
  padding-bottom: 30px;
}
body.home {
  background: #fff;
}

.inner-wrapper {
  width: 960px;
  margin: -153px auto 25px;
  padding: 0;
  background: #fff;
  border: 1px solid #cbcbcb;
  position: relative;
  z-index: 1;
}

.home .inner-wrapper {
  width: 960px;
  margin-left: auto; margin-right: auto;
  background: #fff;
  border: 0 none;
  position: static;
}

.bubbles-wrapper  {
  background: #fff;
  position: relative;
  z-index: 2;
}

/*-------------------------------------------
  @Typography
---------------------------------------------*/

body {
  font-family: arial, 'Helvetica Neue', 'HelveticaNeue', helvetica, sans-serif;
  font-size: 14px; line-height: 22px; color: #606060;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'proxima-nova-1', 'proxima-nova-2', 'Helvetica Neue', 'HelveticaNeue', helvetica, arial, sans-serif;
  margin: 10px 0;
  color: #d90939;
}

h1 {
    font-family: "typekit font", cursive;
    font-size: 32px;
    margin: 25px 0
}

h2 {
  font-family: "typekit font", cursive;
  font-size: 24px;
  margin: 25px 0;
}

h3 {
  font-family: "typekit font", sans-serif;
  font-size: 20px;
  margin: 20px 0;
  font-weight: 100;
}

h4 {}
h5 {
  color: #303030;
}
h6 {}

p {
  margin: 10px 0;
}

ul, ol {
  margin: 10px 0;
}

ul {

}
ol {

}
a {
  color: #d90939;
  text-decoration: none;
  -webkit-transition: color .2s ease-in, background-color .2s ease-in, opacity .2s ease-in;
     -moz-transition: color .2s ease-in, background-color .2s ease-in, opacity .2s ease-in;
       -o-transition: color .2s ease-in, background-color .2s ease-in, opacity .2s ease-in;
          transition: color .2s ease-in, background-color .2s ease-in, opacity .2s ease-in;
}

a:hover {
  color: #c20933;

}

/*-------------------------------------------
  @Some reusable styles
---------------------------------------------*/
.thumbnail {
  padding: 5px;
  background: white;
  border: 1px solid #bcbcbc;
}

.timestamp,
.comments {
  float: left;
  color: #aaa;
  font-size: 12px
}

.comments {
  float: right;
}

.h-with-icon {
  padding: 5px 0 5px 50px;
}
ul.unstyled {
  padding: 0;
  margin: 0;
}

/*-------------------------------------------
  @Header
---------------------------------------------*/

.header {
  border-top: 10px solid #d90939;
  background: #d90939;
  height: 213px;
  margin-top: 0;
}

.home .header {
  border-top: 10px solid #c20933;
  height: 330px;
  margin-bottom: 200px;
}

/**
** Logo
**/

.header .logo {
  background: url('../img/content/logo.png');
  height: 422px;
  width: 330px;
  position: absolute;
  margin: -10px 0 0 -100px;
  z-index: 99;
}

.header h1 {
  display: inline;
}

.home .header .logo {
  background: url('../img/content/logo-home.png');
  margin: -150px 0 0 -100px;
}

.lt-ie8 .header .logo {
  margin-top: -40px;
}

/**
** Navigation
**/

.home .main-site-nav {
  position: absolute;
  top: -90px;
}

.lt-ie8 .home .main-site-nav {
  top: 50px;
}

.main-site-nav a.active {
  color: #f7d553;
}

.main-site-nav a.active:hover {
  color: white;
}

.main-site-nav ul {
  margin-left: 293px;
}

.main-site-nav li {
  float: left;
}

.main-site-nav a {
  color: #fff;
  font-size: 16px;
  display: block;
  padding: 10px 25px;
}

.main-site-nav .btn-action,
.main-site-nav .btn-action:hover {
  color: black;
}

.main-site-nav a:hover {
  color: #e4c858;
}

/**
** bubbles
**/

.bubbles {
  position: absolute;
  left: -70px;
  top: 20px;
}

.home .bubbles {
  top: -30px;
}

/**
** Carousel
**/

#banner,
#banner .wrapper,
#banner .item {
  height: 340px;
  width: 938px;
}

#banner {
  background: none repeat scroll 0 0 #FFFFFF;
  padding: 10px;
  margin-top: 140px;
  position: relative;
  border: 1px solid #dedede;
  box-shadow: 0px 1px 8px rgba(0,0,0,.2);
}

#banner .gallery {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

#banner .gallery .image-wrap {
  z-index: 1;
}

#banner .gallery img {
  border: 0 none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}

#banner .gallery-nav {
  bottom: 20px;
  left: 520px;
  position: absolute;
}

#banner .gallery .nav-wrap {
  position: relative;
  z-index: 5;
}

#banner .gallery .nav-wrap .prev,
#banner .gallery .nav-wrap .next {
  display: none;
}

#banner .gallery .dot-nav {
    float: left;
}

#banner .gallery .dot-nav a {
    background: url("../img/layout/gallery-nav-dot.png") no-repeat scroll center bottom transparent;
    float: left;
    height: 40px;
    text-indent: -99999px;
    width: 15px;
}

#banner .gallery .dot-nav a.active,
#banner .gallery .dot-nav a:hover {
    background-position: center top;
}

#banner .fixed {
  background: url("../img/layout/trans/black-75.png") repeat scroll 0 0 transparent;
  height: 270px;
  left: 478px;
  padding: 50px 20px 20px 40px;
  overflow: visible;
  position: absolute;
  top: 0;
  width: 400px;
  z-index: 1;
}

.fixed h1 {
  color: white;
  font-size: 72px;
}

.fixed p {
  padding: 25px 0;
  font-size: 24px;
  line-height: 1.3;
  color: white;
}

/*-------------------------------------------
  @Main
---------------------------------------------*/

/**
** Home Page Styles
**/
.home .comments {
  color: #d90939;
}

/* Intro */

.intro {
  font-size: 22px;
  line-height: 1.4;
  text-align: center;
  color: #202020;
  margin: 360px 0 50px;
}

/**
** Main Page Styles
**/

.banner-wrapper {
  padding: 10px;
  position: relative;
}

h1.banner-header {
  position: absolute;
  color: white;
  font-size: 72px;
  top: 45px;
  right: 50px;
  z-index: 10;
}
.lt-ie8 h1.banner-header {
  line-height: 72px;
  top: 20px;
}

/* blog main */

.blog-post-wrapper {
  padding: 25px;
  border-bottom: 1px solid #ccc;
}

.container .posts-wrapper {
  margin: 0;
  width: 640px;
}

.prev-next {
  padding: 35px;
}
/* blog sidebar */

.blog .container .sidebar {
  margin: 0;
  width: 305px;
}

.sidebar .twitter {
  background: url('../img/content/twitter-icon-red.png') no-repeat 0 0;
}

.sidebar .facebook {
  background: url('../img/content/facebook-icon-red.png') no-repeat 0 0;
}

.sidebar .syndicate {
  background: url('../img/content/rss-icon-red.png') no-repeat 0 0;
}

.sidebar-block {
  margin-bottom: 10px;
  padding: 10px 25px 5px;
  background-color: #f6f1da;
  background-image: linear-gradient(left, #f6f1da 0%, #f9f6e6 100%);
  background-image: -o-linear-gradient(left, #f6f1da 0%, #f9f6e6 100%);
  background-image: -moz-linear-gradient(left, #f6f1da 0%, #f9f6e6 100%);
  background-image: -webkit-linear-gradient(left, #f6f1da 0%, #f9f6e6 100%);
  background-image: -ms-linear-gradient(left, #f6f1da 0%, #f9f6e6 100%);
  background-image: -webkit-gradient(linear, left, right, color-stop(0, #f6f1da), color-stop(1, #f9f6e6));
  box-shadow: inset 2px 1px 2px -1px rgba(0, 0, 0, 0.15);
}

.sidebar-block .lt-ie8 {
  padding-bottom: 10px;
}

.sidebar .category-list {
  margin: 0 0 20px 0;
}

.sidebar .category-list li a {
  border-top: 1px solid #ded9c7;
  display: block;
  padding: 5px 2px 5px 0;
  color: #606060;
}

.sidebar .categories li a:hover {
  color: #dc003a;
}

.become-a-fan.last {
  height: 818px; /* This may need to be adjusted based on final height of posts (if fonts are adjusted, etc) */
}
.get-a-coupon.last {
  height: 620px; /* This may need to be adjusted based on final height of posts (if fonts are adjusted, etc) */
}

.sidebar .social-icons li {
  margin: 12px 0 0 10px;
}

.sidebar .social-icons li:hover {
  opacity: .75;
  filter: alpha(opacity=75);
}

.welcome,
.home .blog-posts {
  border-top: 3px solid #e5e5e5;
}

/* Featured Laundromat */

.featured-laundromat {
  background: #f5f5f5;
  padding-bottom: 10px;
  margin-bottom: 40px;
}

.featured-laundromat h3 {
  display: block;
  padding: 20px 10px;
  margin: 0;
}

.featured-laundromat .btn-gray {
  margin: 15px 15px 0 0 !important; /* important to override richcontainer styles */
}

.featured-laundromat .bd .btn {
  margin: 15px 15px 0 0 !important; /* important to override richcontainer styles */
}

.featured-laundromat .clearfix {
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 20px;
}

.featured-address {
  padding: 0 15px 15px;
}

/* From the blog */

.home .blog-posts h3 {
  margin: 10px 0 !important;
}

.from-the-blog {
  background: url('../img/content/pen-icon.png') no-repeat 0 0;
}

.home .post {
  margin-bottom: 55px;
}

/* Features You'll Love */

.lt-ie8 .laundry-features {
  margin-top: 15px;
}

.laundry-features ul.pull-left.first {
  margin-right: 20px;
}

.laundry-features li {
  background: url('../img/layout/arrow-gray.png') no-repeat 0 9px;
  padding-left: 17px;
  margin-bottom: 12px;
}

.laundry-features a {
  color: #606060;
}

.laundry-features a:hover {
  color: #303030;
}

/* Email Newsletter */

.newsletter {
  background: #f5f5f5;
  margin: 10px 0 25px 0;
  padding: 5px 25px 25px;
}

.lt-ie8 .newsletter {
  margin-top: 25px;
}

.newsletter h2 {
  background: url('../img/content/document-icon.png') no-repeat 0 0;
  margin-bottom: 15px;
}

.newsletter form {
  margin-top: 25px;
}

.home .newsletter input[type=text] {
  width: 270px;
  border: 0 none;
  margin-right: 10px;
  padding: 7px;
}

/**
** Contact Page Styles
**/

.contact .banner-wrapper {
  margin-bottom: 25px;
}

.contact-form-outer-wrapper {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.contact-info-wrapper {
  padding-left: 25px;
}

.contact-info {
  border-top: 1px solid #e5e5e5;
}

.contact-info li {
  padding: 7px 0;
  border-bottom: 1px solid #e5e5e5;
}

.contact-info li img {
  float: left;
  padding: 5px 10px 7px 0;
}

input[type=text],
input[type=email],
select,
textarea {
  padding: 9px 7px;
  font-size: 12px;
  border: 1px solid #d9d9d9;
}

.contact-form input {
  width: 448px;
  margin: 10px 0;
}

.contact-form textarea {
  width: 560px;
  height: 170px;
  resize: none;
  margin: 10px 0 20px;
}

.styled-select select {
   background: transparent;
   width: 490px;
   height: 38px;
}

.lt-ie8 .styled-select select {
  width: 462px;
  margin: 0;
}

.styled-select {
  margin: 0 0 10px;
  width: 462px;
  height: 38px;
  overflow: hidden;
  background: url('../img/content/select-button.png') no-repeat right #fff;
}

.lt-ie8 .styled-select {
  width: 462px;
  margin: 0;
  background: none;
  overflow: visible;
}

.other-locations-wrapper {
  padding: 0 40px 40px;
}

/**
** Features Page Styles
**/

.features-intro {
  font-size: 22px;
  font-family: "typekit font", sans-serif;
  color: #303030;
  margin: 25px 0;
}

.features-inner-wrapper {
  padding: 0 20px;
}

.sub-navigation {
  background-color: #980116;
  background-image: linear-gradient(left, #830212 0%, #a60219 100%);
  background-image: -o-linear-gradient(left, #830212 0%, #a60219 100%);
  background-image: -moz-linear-gradient(left, #830212 0%, #a60219 100%);
  background-image: -webkit-linear-gradient(left, #830212 0%, #a60219 100%);
  background-image: -ms-linear-gradient(left, #830212 0%, #a60219 100%);
  background-image: -webkit-gradient(linear, left, right, color-stop(0, #830212), color-stop(1, #a60219));
  box-shadow: inset 2px 0 2px -1px #6d030f;
  padding: 0;
}

.sub-navigation li {
  border-top: 1px solid #a02c35;
}

.sub-navigation li:first-child {
  border: 0 none;
}

.sub-navigation li a {
  display: block;
  padding: 5px 0 5px 25px;
  font-size: 18px;
  color: white;
}

.sub-navigation li a:hover {
  color: #f7d553;
}

.sub-navigation li.active a {
  background: url('../img/content/active-link-arrow-white.png') no-repeat -1px 10px;
  color: #f7d553;
}

.sidebar .locations {
  padding: 5px 0 1px;
}

.sidebar .locations h3 {
  padding-left: 25px;
}

.sidebar .locations ul {
  margin-top: -10px;
  position: relative;
  top: 1px;
}

.page_item {
  -webkit-transition: background-color .2s ease-in;
     -moz-transition: background-color .2s ease-in;
       -o-transition: background-color .2s ease-in;
          transition: background-color .2s ease-in;
}

.page_item.active {
  background: #fcfaf2;
  box-shadow: 3px 0 2px -2px rgba(0, 0, 0, 0.15) inset;
  padding-bottom: 10px;
  z-index: 1;
}

.dropdown-list {
  margin-top: -15px;
  padding: 0; list-style: none;
}

.dropdown-list li {
  margin: 0; padding: 0; list-style: none;
  border-top: 1px solid #dfdbcb;
  position: relative;
}

.dropdown-list li a.top-level {
  display: block; padding: 0 0 0 25px;
  margin: 0;
  zoom: 1;
}

.dropdown-list a.current-content {
  background: white;
  color: #3091d8;
}

.dropdown-list a.current-content:hover {
  color: #606060;
}

.lt-ie9 .dropdown-list a.current-content {
  margin-top: -3px;
}

.dropdown-list li span {
  background: url('../img/content/arrow-right-small-black.png') no-repeat center center;
  width: 48px;
  height: 42px;
  position: absolute;
  top: 0;
  right: 0;
}

.dropdown-list li.active span {
  background: url('../img/content/arrow-down-small-black.png') no-repeat center center;
}

.dropdown-list li span:hover {
  background-color: #fcfaf2;
  cursor: pointer;
}

.dropdown a.more {
  margin: 10px 0 0 -25px !important; /* important to override .richcontainer styles */
  display: block;
}

/** Sub Nav **/
.dropdown-list li .dropdown {
  display: none;
  padding-left: 25px;
}


/**
** Button Styles
**/

.btn {
  border-radius: 20px;
  background-color: #bb182a;
  background-image: linear-gradient(bottom, #da0839 0%, #e61b45 100%);
  background-image: -o-linear-gradient(bottom, #da0839 0%, #e61b45 100%);
  background-image: -moz-linear-gradient(bottom, #da0839 0%, #e61b45 100%);
  background-image: -webkit-linear-gradient(bottom, #da0839 0%, #e61b45 100%);
  background-image: -ms-linear-gradient(bottom, #da0839 0%, #e61b45 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #da0839), color-stop(1, #e61b45));
  border: 1px solid #c20933;
  text-shadow: none;
  font-weight: 500;
  padding: 10px 25px;
  color: white;
  text-shadow: 0 1px 0 rgba(0,0,0, 0.75);
}

.btn:hover {
  color: #ccc;
}

.btn-action {
  background-color: #e4c858;
  background-image: linear-gradient(bottom, #e4c858 0%, #fad753 100%);
  background-image: -o-linear-gradient(bottom, #e4c858 0%, #fad753 100%);
  background-image: -moz-linear-gradient(bottom, #e4c858 0%, #fad753 100%);
  background-image: -webkit-linear-gradient(bottom, #e4c858 0%, #fad753 100%);
  background-image: -ms-linear-gradient(bottom, #e4c858 0%, #fad753 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e4c858), color-stop(1, #fad753));
  border: 1px solid #f1e3a8;
  border-radius: 4px;
  color: black !important;
  text-shadow: 0 1px 0 rgba(255,255,255, 0.5);
}

.btn-action:hover {
  color: black !importants;
  background-color: #e2c968;
  background-position: -12px;
}

.btn-pill {
  border-radius: 20px;
  padding: 7px 20px;
  font-size: 12px;
}

.btn-gray {
  background: #e2e2e2;
  border: 0 none;
  color: #202020;
  text-shadow: none;
  font-weight: 300;
}

.btn-gray:hover {
  background: #d2d2d2;
  color: #202020;
}

.btn-icon-left img {
  padding-right: 10px;
}

.btn-icon-right img {
  padding-left: 10px;
}


/*-------------------------------------------
  @Footer
---------------------------------------------*/

footer {
  padding-bottom: 35px;
}

footer .container {
  border-top: 4px solid #e5e5e5;
  border-bottom: 4px dotted #e5e5e5;
  margin-bottom: 0;
}

footer .logo {
  background: url('../img/content/nj-footer-logo.png') 0 0 no-repeat;
  width: 110px;
  height: 52px;
  margin: 15px 0 0 13px;
}

footer .logo:hover {
  opacity: .5;
  filter: alpha(opacity=50);
}

footer .details {
  padding: 25px 0;
}

footer .social {
  padding-left: 15px;
}

footer .social ul {
  margin-top: 30px;
}

footer .quick-links,
footer .associations {
  font-size: 13px;
}

footer .quick-links a {
  color: #606060;
}

footer .quick-links a:hover {
  color: #303030;
}

footer .quick-links li {
  margin-bottom: 12px;
}

footer .quick-links .first {
    margin-right: 60px;
}

footer .associations img {
  float: left;
}

img.coin-laundry-logo {
  margin-top: 30px;
}

img.montclair-logo {
  margin: 5px 0 0 15px;
}

.credit {
  float: right;
}

.credit a {
  color: #606060;
}

footer .copyright {
  margin-top: 25px;
  font-size: 13px;
}

footer .social li {
  float: left;
  margin-right: 15px;
}

.twitter,
.facebook,
.syndicate {
  height: 35px;
  width: 35px;
}

footer .twitter {
  background: url('../img/content/twitter-icon.png') no-repeat 0 0;
}

footer .facebook {
  background: url('../img/content/facebook-icon.png') no-repeat 0 0;
}

footer .syndicate {
  background: url('../img/content/rss-icon.png') no-repeat 0 0;
}

.twitter:hover,
.syndicate:hover,
.facebook:hover {
  opacity: .5;
  filter: alpha(opacity=50);
}

.footer-bubbles {
  position: absolute;
  bottom: -125px;
  right: -150px;
}

.home .footer-bubbles {
  bottom: -190px;
}


/*-------------------------------------------
  @Fin
---------------------------------------------*/