/*--------------------------------------------------*	stylesheet for all Partnership pages (Nautica, TOMS)

	CONTENTS
	 $NAUTICA
	 $TOMS
\*--------------------------------------------------*/

html {
  box-sizing: border-box;
}

*,
*::after,
*::before {
  box-sizing: inherit;
}

.clearfix {
  zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}


/*--------------------------------------------------*	$NAUTICA
\*--------------------------------------------------*/

/* Headings */

.double-stripe {
  background: url("double-stripe.gif") center center repeat-x;
}

.double-stripe span {
  background: white;
  padding: 0 10px;
}

.double-stripe.heading {
  text-align: center;
  font-size: 42px;
  margin-bottom: 15px;
}

.novo {
  font-family: "Proxima-Nova-n6", "Proxima-Nova-1", "Proxima-Nova-2", "Proxima Nova", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.YWR {
  font-family: 'AYearWithoutRainRegular';
}


/*--------------------------------------------------*	$intro
\*--------------------------------------------------*/

.section-intro {
  margin-bottom: 55px;
  margin: 0 auto 40px;
  background: url("intro-BG.jpg") center top no-repeat !important;
  background-size: 100% 814px !important;
  /* Stat Box */
}

.section-intro .text {
  width: 430px;
  float: left;
  margin: 20px 58px 0 0;
}

.section-intro p {
  margin-bottom: 22px;
  font: 14px/22px Georgia, serif;
  color: #fafafa;
}

.section-intro .nautica-logo {
  margin-bottom: 8px;
}

.section-intro .stat-box {
  background: url("statbox.png") left top no-repeat;
  padding: 0px 0 40px;
  margin-bottom: 20px;
  text-align: center;
  width: 410px;
  margin-top: 25px;
}

.section-intro .stat-box .half {
  width: 205px;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 7px;
}

.section-intro .stat-box .heading {
  font-size: 62px;
  line-height: 90px;
  color: #fafafa;
}

.section-intro .stat-box .heading img {
  display: inline;
  margin: 0px;
}

.section-intro .stat-box em {
  font-size: 15px;
  position: relative;
  top: -13px;
}

.section-intro .stat-box br {
  height: 16px;
}

.section-intro .stat-box .novo {
  font-size: 14px;
  color: #fafafa;
  position: relative;
  top: 13px;
}

.section-intro .slider-container {
  margin-top: 30px;
  width: 480px;
  height: 636px;
}

.section-intro .slider-container #slider {
  height: 636px;
}

.section-intro .slider-container #slider img {
  width: 100%;
}

.ie7 .section-intro .stat-box .last.half {
  position: relative;
  top: -15px;
}


/* Videos */

.videos {
  margin-left: -20px;
}

.videos .half {
  width: 193px;
  padding-left: 20px;
  background: url("arrow.png") 5px 110px no-repeat;
}

.videos .half .YWR {
  font-size: 14px;
  color: #878787;
  position: relative;
  top: 0px;
  padding-left: 5px;
}

.ie7 .videos .half {
  width: 190px;
}


/*--------------------------------------------------*	$follow
\*--------------------------------------------------*/

.section-follow {
  margin: 0 auto 65px auto;
}

.section-follow p.quiet {
  font-family: Georgia, serif;
  margin: 0 0 10px 0;
}

.section-follow .grey-box {
  background: #F8F8F8;
  background-color: #f8f8f8;
  background-image: -webkit-linear-gradient(#f8f8f8, #efefef);
  background-image: linear-gradient(#f8f8f8, #efefef);
  box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.15);
  border: 1px solid #B5B5B5;
  border-radius: 5px;
  padding: 25px 20px 20px;
  margin-bottom: 25px;
}

.section-follow .fifth {
  width: 175px;
  margin-right: 15px;
  float: left;
}

.section-follow .fifth .no {
  font: 65px "LeagueGothic", "League-Gothic-1", "League-Gothic-2", "League Gothic", Impact, sans-serif;
  float: left;
  margin: 0 10px 0 0;
}

.section-follow .fifth .no1 {
  color: #78cc99;
}

.section-follow .fifth .no2 {
  color: #81d3f7;
}

.section-follow .fifth .no3 {
  color: #e492aa;
}

.section-follow .fifth .no4 {
  color: #faca57;
}

.section-follow .fifth .no5 {
  color: #d9b6ac;
}

.section-follow .fifth .left {
  margin-top: 9px;
  width: 118px;
}

.section-follow .fifth p {
  margin: 0;
}

.ie7 .section-follow .grey-box {
  height: 100px;
  padding-bottom: 0;
}


/* Score Card */

.score-card-container {
  background: #3b3b3b;
  padding: 18px 13px 13px;
  border-radius: 5px;
  margin-bottom: 65px;
}

.ie7 .score-card-container {
  height: 627px;
  clear: both;
}

.ie7 .score-card em {
  float: left;
}

.ie7 .score-card em.right {
  float: right;
}


/* Score Card: navigation */

.score-card-nav {
  text-align: center;
  height: 45px;
}

.score-card-nav a {
  background: #686868;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px rgba(255, 255, 255, 0.2);
  padding: 10px 13px;
  margin: 10px 5px;
  border-radius: 5px;
  border: 1px solid #242424;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}

.score-card-nav a:hover {
  text-decoration: none;
  background: #555;
}

.score-card-nav a.current {
  background: #49aef4;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.2);
  color: #5e5e5e;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5);
}


/* Score Card: table */

.stores {
  background: url("stores-BG.gif") 14px 0;
  border-radius: 5px;
}

.stores table {
  width: 317px;
  float: left;
  table-layout: fixed;
}

.stores th,
.stores td,
.stores caption {
  border: 0;
  padding: 15px;
  border-bottom: 1px solid #d4d4d4;
  text-align: left;
}

.stores th,
.stores td {
  color: #504f4f;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 0 1px rgba(255, 255, 255, 0.75);
}

.stores .ralign {
  text-align: right;
  padding-right: 25px;
}

.stores td {
  border-top: 1px solid #f7f7f7;
  color: #737373;
}

.stores .last td {
  border-bottom: 0;
}

.stores td.YWR {
  font-size: 15px;
  font-weight: normal;
  text-align: right;
  padding-right: 25px;
}

.ie7 .stores {
  height: 582px;
}


/*--------------------------------------------------*	$well
\*--------------------------------------------------*/

.nauticas-well {
  margin-bottom: 65px;
}

.nauticas-well h3 {
  font-size: 42px;
  line-height: 45px;
  color: #333232;
}

.nauticas-well .framed {
  float: left;
  margin-right: 35px;
}


/*------------------------------------*   $about
\*------------------------------------*/

.section-about .hundredpercent {
  background: url("d2p.jpg") left center no-repeat;
  width: 50%;
  float: left;
  margin-right: 5px;
  padding: 60px 15px 40px 175px;
  border-right: 1px solid #e6e6e6;
}

.section-about .twentydollars {
  background: url("100.jpg") left center no-repeat;
  width: 48.5%;
  float: left;
  padding: 60px 0 40px 175px;
}

.section-about h3 {
  font-size: 30px;
  line-height: 40px;
}


/*------------------------------------*	TOMS
*------------------------------------*/

.toms #container h4 {
  font-family: "Proxima-Nova-n6", "Proxima-Nova-1", "Proxima-Nova-2", "Proxima Nova", sans-serif;
  font-weight: 600;
  font-size: 42px;
  line-height: 42px;
  text-transform: none;
}

.toms #container .button {
  color: #000;
  font-family: "Proxima-Nova-n3", "Proxima-Nova-1", "Proxima-Nova-2", "Proxima Nova", sans-serif;
  font-weight: 300;
  background: #a3d8f7;
  font-size: 18px;
  padding: 20px;
  border-radius: 5px;
  border: none;
}

.toms #container .button:hover {
  background: #acdcf8;
}

.toms #container .button span {
  font-size: 12px;
}

.toms #container .button.gray {
  background: #ffffff;
  color: #333232;
}

.toms #container .intro {
  background: url("bg-sunglasses.jpg") center center no-repeat;
  overflow: auto;
}

.toms #container .intro .text {
  width: 475px;
  float: right;
  text-align: left;
  margin: 70px 0;
}

.toms #container .history {
  margin: 70px 0;
}

.toms #container .history iframe {
  float: left;
  margin: 10px 30px 0 0;
}

.toms #container .blake {
  background: #a3d8f7;
  clear: both;
  overflow: auto;
  padding: 30px 0;
}

.toms #container .blake p {
  font-family: "Proxima-Nova-n3", "Proxima-Nova-1", "Proxima-Nova-2", "Proxima Nova", sans-serif;
  font-weight: 300;
  font-size: 20px;
  float: left;
  margin: 27px 0 0 20px;
}

.toms #container .blake .button {
  float: right;
  padding: 10px 25px;
  border-radius: 2px;
  margin-top: 32px;
}

.toms #container .blake .button:hover {
  background: #f2f2f2;
}

html {
  height: 100%;
}

body.toms {
  height: 100%;
}

body.toms #wrapper,
body.toms>.wrapper {
  position: relative;
  min-height: 100%;
}

body.toms #container,
body.toms header+.container {
  padding-bottom: 290px;
}

@media only screen and (max-device-width: 1026px),
only screen and (max-width: 1026px) {

  body.toms #container,
  body.toms header+.container {
    padding-bottom: 310px;
  }
}

@media only screen and (max-device-width: 640px),
only screen and (max-width: 640px) {

  body.toms #container,
  body.toms header+.container {
    padding-bottom: 530px;
  }
}

body.toms #footer-main,
body.toms .footer-main {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 290px;
  box-sizing: border-box;
}

@media only screen and (max-device-width: 1026px),
only screen and (max-width: 1026px) {

  body.toms #footer-main,
  body.toms .footer-main {
    height: 310px;
  }
}

@media only screen and (max-device-width: 640px),
only screen and (max-width: 640px) {

  body.toms #footer-main,
  body.toms .footer-main {
    height: 530px;
  }
}
