@charset "utf-8";

.clear {
clear: both;
}

#header {
  z-index: 1;
  position: relative;
  width: 100% !important;
  transition: background .25s;
  -moz-transition: background .25s;
  -webkit-transition: background .25s;
}
#header:hover {
  background:rgba(255,255,255,1);
}

#header #header-main-navigation .snc-dropdown-menu {
  top: 39px !important;
}


#header #header-main-navigation {
  background-image: none !important;
  background-color: rgba(255,255,255,0);
  transition: background-color .25s;
  border: none;
}
#header #header-main-navigation:hover {
  /*background-color: rgba(255,255,255,1);*/
}

#header #header-main-navigation > ul > li a.main-nav-link {
  font-weight: bold;
}

#mc-1034, #mc-1034 #content {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0;
}
#mc-1034 {
  position: relative;
  z-index: 0;
  margin-top: -134px;
  min-width: 760px;
}

.primary {
  width: 100%;
  margin-bottom:5px;
  display: block;
  padding-top: 50%;
}
.primary .item {
  position: absolute;
  right: 0px;
  top: 0;
  left: 0px;
}
.primary img {
  width: 100%;
}
.primary-bottom {
  position: relative;
}
.primary-bottom .down-arrow {
  height: 40px;
  width: 40px;
  position: absolute;
  top: -90px;
  left: 50%;
  margin-left: -20px;
  /*left: 20px;*/
  display:block;
  background:url(http://marketing.modcloth.com/cms/home/static/more-arrow.png) top left no-repeat;
  background-size: 100%;
  opacity: .6;
  filter: alpha(opacity=60);
  z-index: 12;
}
.primary-bottom .down-arrow.hide {
  opacity: 0;
  filter: alpha(opacity=0);
}

#mc-footer {
  width: 100% !important;
}


.refresh-bottom-links {
  text-transform: uppercase;
  font-size: 11pt;
  color: #595a5e;
  font-family: "Brandon Text";
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
  -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.refresh-bottom-links .squiggly {
  padding-bottom: 2px;
  display: inline-block;
}
.refresh-bottom-links > * {
  margin-right: 20px;
  color: #595a5e;
}
.refresh-bottom-links a:last-child {
  margin-right: 0;
}

.text-footer {
  text-align: center;
}
.text-footer p, .text-footer h1, .text-footer a {
  font-size: 7pt;
  text-align: center;
  color: #7f8186;
  line-height:12pt;
  text-shadow: 1px 1px 1px #eae9f4;
  display: inline;
  font-weight: normal;
}
.text-footer a {
  text-decoration: underline;
}

@media screen and (max-width: 1200px) {
  #mc-1034 {
    margin-top: 0;
  }
}

@media screen and (min-width: 980px) and (max-width: 1012px) {
  #header #header-main-navigation > ul > li a.main-nav-link {
    padding: 12px 13px;
  }
}

@media screen and (min-width: 980px) and (max-width: 1060px) {
  #header #header-main-navigation > ul > li a.main-nav-link {
	font-size: 12px;
  }
}
@media screen and (min-width: 1025px) {
  #mc-footer #ft-modcloth-on-facebook .ft-facebook-like-button {
    width: 230px;
  }
}
