/*============================================================================
// Header >> Nav
============================================================================*/
.nav-item.active a.nav-item-link {
  color: #ec008c;
  }

#nav { text-align: center; }
#nav .icon-arrow-down:before { content: ''; }

.site-header {
  margin: auto;
  width: 884px;
  }

/*============================================================================
// Footer >> Sub
============================================================================*/
#sub-footer {
  padding: 34px 0 24px 0;
  color: #9b9a9b;
  }

#sub-footer a { color: #9b9a9b; }
#sub-footer a:hover { color: #5c5757; }

#sub-footer .grid-item { padding: 0; }

#sub-footer li {
  margin: 0 18px;
  padding: 0;
  display: inline-block;
  line-height: 120px;
  font-weight: bold;
  color: #9b9a9b;
  }

#Footer-Inner {
  margin: 0 auto;
  width: 884px;
  text-align: center;
  text-transform: uppercase;
  }

#Footer-Logo  { width: 20%; }
#Footer-Left  { width: 40%; }
#Footer-Right { width: 40%; }

/*============================================================================
// Ribbon
============================================================================*/
.Ribbon-Outer {
  margin: auto;
  text-align: center;
  }

.Ribbon {
  width: 736px;
  height: 54px;
  line-height: 56px;
  position: relative;
  text-align: center;
  background: #feebfc;
  display: inline-block;
  font-family: Quicksand,Lato,sans-serif;
  font-size: 24px;
  font-style: italic;
  color: #ec008c;
  }
	
.Ribbon:before, .Ribbon:after {
  content: "";
  bottom: 0;
  position: absolute;
  display: block;
  border: 27px solid #feebfc;
  }

.Ribbon:before {
  left:-1.25em;
  border-right-width: .75em;
  border-left-color:transparent;
  }

.Ribbon:after {
  right:-1.25em;
  border-left-width: .75em;
  border-right-color:transparent;
  }

/*============================================================================
// Password Form
============================================================================*/
#Password-Wrapper {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  }

#Password-Box {
  margin: 20px auto 0 auto;
  width: 100%;
  max-width: 450px;
  min-width: 320px;
  min-height: 450px;
  background: #FFF url(../Images/BG-Password.png) center center no-repeat;
  border: 4px solid #ec008c;
  }

#Password-Box form {
  margin: 210px auto 0 auto;
  text-align: center;
  }

#Password-Text:focus { outline: 0; }
#Password-Text {
  margin: auto;
  width: 200px;
  height: 34px;
  text-align: center;
  background: #FFF;
  font-weight: bold;
  border-radius: 0;
  border: 0;
  color: #222;
  }

#Password-Submit:focus { outline: 0; }
#Password-Submit {
  margin: 11px auto 0 auto;
  padding: 0;
  width: 120px;
  height: 34px;
  line-height: 34px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  background-color: #FFF;
  font-weight: bold;
  border: 0;
  border-radius: 0;
  color: #EC008C;
  }

#Password-Submit:hover {
  background-color: #f397c0;
  color: #FFF;
  }

#Password-Subtext {
  margin-top: 5px;
  color: #FFF;
  }
  
#Password-Subtext a {
  text-decoration: underline;
  text-transform: uppercase;
  color: #FFF;
  }

/*============================================================================
// Collections
============================================================================*/
.Collections {
  margin: auto;
  width: 620px;
  }
  
.Collections-Wide {
  margin: auto;
  padding: 0 20px;
  text-align: center;
  }
  
.Section {
  width: 100%;
  text-align: center;
  }
 
.Section a:hover { color: #EC008C; }
.Section a {
  padding: 10px;
  display: block;
  }
  
.Section img {
  opacity: 0.3;
  transition: opacity 0.2s;
  }

.Section a:hover img { opacity: 1; }

.Section span {
  padding-top: 10px;
  display: block;
  }
  
.Item {
  display: inline-block;
  width: 300px;
  height: 575px;
  padding: 5px;
  margin-top: 15px;
  margin-right: 15px;
  background-color: ;
  border: solid 1px #CFCFCF;
  box-shadow: 0px 0px 3px #888888;
  -moz-box-shadow: 0px 0px 3px #888888;
  -webkit-box-shadow: 0px 0px 3px #888888;
  }
  
.Item-Details {
  display: block;
  width: 300px;
  height: auto;
  padding-bottom: 10px;
  text-align: center;
  font-size: 10pt;
  font-family: arial;
  color: #666666;
  line-height: 22px;
  letter-spacing: 1px;
  }