/* import bootstrap column grid */

@import url("../bt-grid.min.css");

/* Overrides */

body #wrapper > #main > #content {
  margin: 0 !important;
  overflow: hidden;
}

body #main {
  max-width: 100% !important;
  width: 100% !important;
  margin:0 !important;
}

#main, #content {
  overflow: hidden;
}

#IcebreakerEmailSignup {
  display: none !important;
}

/* Class helpers row container rules for full width tiles or contained body content */

.terms-link {
  font-size: 14px;
  font-family: SofiaProLight, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 1.2px;
  line-height: 1.6;
}

.form-col h4 {
  margin-bottom: 60px;
  font-size: 18px;
  letter-spacing: 4px;
  font-family: SofiaProExtraLight;
  line-height: 1.3;
}

@media (min-width: 768px) {
  .form-col h4 {
    font-size: 20px;
  }
}

div.clear {
  height: 20px;
  clear: both;
}

.row {
  margin: 0;
}

.container {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

.container-fluid {
  padding: 0;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}

.tile-fluid {
  height: 300px;
  overflow: hidden;
  padding: 0;
}

.half-col {
  width: 50%;
  float: left;
  margin: 0;
  padding: 0;
}

.tile-half-h {
  height: 50%;
  padding: 0;
}

.spaced {
  padding: 0 10px;
}

.spaced .tile-fluid {
  padding: 0px 10px 20px 10px;
}

.spaced div.tile-fluid .tile-half-h:first-child {padding: 0 0 10px 0;}
.spaced div.tile-fluid .tile-half-h:last-child {padding: 10px 0 0 0;}

#tile-hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 390px;
}

.dark-grey, .dark-grey * {
  color: #666666;
}

.spacer {
  height: 40px;
  display: block;
  clear: both;
  margin: 0;
  padding: 0;
}

@media (min-width: 480px) {

  #tile-hero {
    height: 390px;
  }

}

@media (min-width: 768px) {

  #tile-hero {
    height: 500px;
  }

  .tile-fluid {
    height: 350px;
  }

}

@media (min-width: 992px) {

  .tile-fluid {
    height: 400px;
  }

}

@media (min-width: 1001px) {

  .container {
    max-width: 1490px;
    padding: 0 45px;
    width: 100%;
  }

}

@media (min-width: 1200px) {

  #header .global-header {
    max-width: 1080px;
  }

  #tile-hero {
    height: 600px;
  }

  .tile-fluid {
    height: 400px;
  }

}

@media (min-width: 1401px) {

  .container {
    padding: 0 45px;
  }

  .container-fluid {
    width: 100%;
  }

  /* adding class .full to container-fluid makes for a full bleed tile, with no max-width limit */

  .container-fluid.full {
    width: 100% !important;
  }

}

/* helper classes to hide tile when needed */

@media (max-width:479px){
  .col-xxs-none {display:none !important;}
}
@media (min-width:480px) and (max-width:767px) {
  .col-xs-none {display:none !important;}
}
@media (min-width:768px) and (max-width:991px) {
  .col-sm-none {display:none !important;}
}
@media (min-width:992px) and (max-width:1199px){
  .col-md-none {display:none !important;}
}
@media (min-width:1200px){
  .col-lg-none {display:none !important;}
}

/* web guideline specific - new style rules - font rules - buttons */

ul.icon-list li {display: inline-block;}

ul.s-icon-list li {display: inline-block;}

.hljs {
  background: #ECECEB !important;
}

.web-guidelines {
  margin-bottom: 50px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  line-height: 1.3;
  -webkit-margin-before:0em;
  -webkit-margin-after:0em;
}

h1,
h2,
.h1,
.h2 {
  font-family: SofiaProExtraLight, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 4px;
  margin-bottom: 20px;
}

h3,
h4,
.h3,
.h4 {
  font-family: SofiaProLight, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

h5,
h6,
.h5,
.h6 {
  font-family: SofiaProMedium, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.bottom-center {
  margin-bottom: 20px;
  text-align: center;
}

h5.border-bottom {
  margin: 5px 0 20px 0 !important;
  display: inline;
  border-bottom: 1px solid #ff6600;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6,
p {
  margin-bottom: 10px;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}

.homepage h1,
.homepage .h1 {
  min-width: 400px;
  font-size: 46px;
  font-size: 3.8vw;
}

.homepage h2,
.homepage .h2 {
  min-width: 400px;
  font-size: 29px;
  font-size: 2.4vw;
}

.homepage h3,
.homepage .h3 {
  min-width: 400px;
  font-size: 20px;
  font-size: 1.7vw;
}

.homepage p {
  min-width: 400px;
}

h1,
.h1 {
  font-size: 46px;
}
h2,
.h2 {
  font-size: 29px;
}
h3,
.h3 {
  font-size: 20px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 15px;
}

p {
  font-size: 14px;
  font-family: SofiaProLight, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 1.2px;
  line-height: 1.6;
}

ul, ol {
  font-size: 14px;
  font-family: SofiaProLight, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 1.2px;
  line-height: 1.6;
  margin-left: 20px;
  list-style-type: disc;
}

ul.icon-list {
  margin-left: 0;
}

ul.s-icon-list {
  margin-left: 0;
}

ul.s-icon-list li:first-child {
  margin-left: 0px;
}

ul.s-icon-list li {
  margin-left: 21px;
}

.tel a {
  text-decoration: none;
  font-family: SofiaProLight, Helvetica, Arial, sans-serif;
}

.email a {
  color: #ff6600;
  text-decoration: none;
  font-family: SofiaProLight, Helvetica, Arial, sans-serif;
}

h3.quotes:before {
  content: '\0022';
  position: absolute;
  left: -8px;

}

h3.quotes-french:before {
  content: 'Â«';
  position: absolute;
  left: -1px;
}

h3.quotes-german:before {
  content: 'â€ž';
  position: absolute;
  left: 3px;
}

p.quotes:before {
  content: '\0022';
  position: absolute;
  left: 6px;
}

p.quotes-french:before {
  content: 'Â«';
  position: absolute;
  left: -7px;
}

pre > code span {
  font-family: monospace;
  font-size: 13px;
}

@media screen and (max-width: 767px) {

  .homepage h1,
  .homepage .h1 {
    font-size: 34px;
    font-size: 9.1vw;
  }

  .homepage h2,
  .homepage .h2 {
    font-size: 26px;
    font-size: 7vw;
  }

  .homepage h3,
  .homepage .h3 {
    font-size: 18px;
    font-size: 4.8vw;
  }

  h1,
  .h1 {
    font-size: 34px;
  }

  h2,
  .h2 {
    font-size: 26px;
  }

  h3,
  .h3 {
    font-size: 18px;
  }

}


@media screen and (min-width: 1400px) {
  .homepage h1,
  .homepage .h1 {
    font-size: 54px;
  }

  .homepage h2,
  .homepage .h2 {
    font-size: 34px;
  }

  .homepage h3,
  .homepage .h3 {
    font-size: 24px;
  }

  h1,
  .h1 {
    font-size: 54px;
  }

  h2,
  .h2 {
    font-size: 34px;
  }

  h3,
  .h3 {
    font-size: 24px;
  }

}

/* helper for horizontal & vertical aligment of unknown content height/dynamic text, breaking line copy on x size, etc */

.css-table {
  display: table;
  width: 100%;
  height: 100%;
}
.css-table-cell {
  display: table-cell;
}

/* more class helpers */
.center-alg-div {margin-left: auto; margin-right: auto;}

.center-alg {
  text-align: center;
}
.left-alg {
  text-align: left;
}
.right-alg {
  text-align: right;
}
.top {
  vertical-align: top;
}
.middle {
  vertical-align: middle;
}
.bottom {
  vertical-align: bottom;
}

.overlay-content.bottom {padding-bottom: 15%;}

.white * {color: #FFFFFF;}

.black * {color: #000000;}

.extra-light {
  font-family: SofiaProExtraLight;
  font-weight: normal;
  font-style: normal;
}
.extra-light-italic {
  font-family: SofiaProExtraLight-Italic;
  font-weight: normal;
  font-style: normal;
}
.light {
  font-family: SofiaProLight;
  font-weight: normal;
  font-style: normal;
}
.light-italic {
  font-family: SofiaProLight-Italic;
  font-weight: normal;
  font-style: normal;
}
.medium {
  font-family: SofiaProMedium;
  font-weight: normal;
  font-style: normal;
}
.medium-italic {
  font-family: SofiaProMedium-Italic;
  font-weight: normal;
  font-style: normal;
}
.semi-bold {
  font-family: SofiaProSemiBold;
  font-weight: normal;
  font-style: normal;
}
.semi-bold-italic {
  font-family: SofiaProSemiBold-Italic;
  font-weight: normal;
  font-style: normal;
}
.SofiaProExtraLight-Italic {
  font-family: SofiaProExtraLight-Italic;
  font-weight: normal;
  font-style: normal;
}
.SofiaProExtraLight {
  font-family: SofiaProExtraLight;
  font-weight: normal;
  font-style: normal;
}
.SofiaProLight {
  font-family: SofiaProLight;
  font-weight: normal;
  font-style: normal;
}
.SofiaProLight-Italic {
  font-family: SofiaProLight-Italic;
  font-weight: normal;
  font-style: normal;
}
.SofiaProMedium {
  font-family: SofiaProMedium;
  font-weight: normal;
  font-style: normal;
}
.SofiaProMedium-Italic {
  font-family: SofiaProMedium-Italic;
  font-weight: normal;
  font-style: normal;
}
.SofiaProSemiBold {
  font-family: SofiaProSemiBold;
  font-weight: normal;
  font-style: normal;
}
.SofiaProSemiBold-Italic {
  font-family: SofiaProSemiBold-Italic;
  font-weight: normal;
  font-style: normal;
}

pre > code {
  white-space: pre;
  margin-top: -1.00em;
  display: block;
}

.breadcrumb {
  font-family: "sofia-pro";
  text-transform: uppercase;
  padding: 16px 15px;
  letter-spacing: 2px;
}
.breadcrumb a, .breadcrumb span {
  font-size: 10px;
  text-transform: uppercase;
  line-height: 38px;
  color: #999999;
  font-weight: 300;
}
.breadcrumb a:hover, .breadcrumb span:hover {
  font-size: 10px;
  text-transform: uppercase;
  line-height: 38px;
  color: #FF6600;
  font-weight: 300;
}

hr.ice-line {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ff6600;
  margin: 0 0 20px;
  padding: 0;
}

.color-circle {
  border: 1px solid #777;
  margin: 0;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
}

.swatch-anchor {
  margin: 4px;
  border: none;
  border-radius: 15px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  display: block;
}

.ice-orange * {
  font-color: #FF6600;
}

.ice-orange .swatch-anchor { background-color:#FF6600; }

.merino-green * {
  font-color: #40AD4A;
}

.merino-green .swatch-anchor { background-color:#40AD4A; }

.body-yellow * {
  font-color: #fff100;
}

.body-yellow .swatch-anchor { background-color:#fff100; }


.grey-a * {
  font-color: #231f20;
}

.grey-a .swatch-anchor { background-color:#231f20;  }

.grey-b * {
  font-color: #999999;
}

.grey-b .swatch-anchor { background-color:#999999; }

.grey-c * {
  font-color: #D9D9D6;
}

.grey-c .swatch-anchor { background-color:#D9D9D6;  }

.grey-d * {
  font-color: #ECECEB;
}

.grey-d .swatch-anchor { background-color:#ECECEB;  }

/* Buttons */

/* linked classes to <a> tag as link rules can't be overriden with standalone class without !important. Ideally this button classes can be standalone so they are helping classes that can just be added to divs and spans as well if needed */

a.btn-line-black {
  position: relative;
  cursor: pointer;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  color: #000000;
  padding: 9px 25px;
  border: solid 1px #000000;
  background: transparent;
  text-decoration: none;
  text-overflow: uppercase;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  letter-spacing: 1px;
  min-width:190px;
  text-align: center;
}

a.btn-line-black:hover {
  color: #FF6600;
  border: solid 1px #FFFFFF;
  background: #FFFFFF;
  text-decoration: none;
  text-overflow: uppercase;
}

a.btn-line-white {
  position: relative;
  cursor: pointer;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  color: #FFFFFF;
  padding: 9px 25px;
  border: solid 1px #FFFFFF;
  background: transparent;
  text-decoration: none;
  text-overflow: uppercase;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  letter-spacing: 1px;
  min-width:190px;
  text-align: center;
}

a.btn-line-white:hover {
  color: #FF6600;
  border: solid 1px #FFFFFF;
  background: #FFFFFF;
  text-decoration: none;
  text-overflow: uppercase;
}

a.btn-grey-b {
  position: relative;
  cursor: pointer;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  color: #FFFFFF;
  padding: 9px 25px;
  border: solid 1px #999999;
  background: #999999;
  text-decoration: none;
  text-overflow: uppercase;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  letter-spacing: 1px;
  min-width:190px;
  text-align: center;
}

a.btn-grey-b:hover {
  color: #FFFFFF;
  border: solid 1px #231F20;
  background: #231F20;
  text-decoration: none;
  text-overflow: uppercase;
}

.email-wrap-inline .email-input, .email-wrap-inline .email-btn {
  vertical-align: top;
  display: inline-block;

}

.email-input input {
  font-size: 14px;
  font-family: SofiaProLight, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  min-width: 190px;
  border: solid 1px #999999;
  text-decoration: none;
  padding: 10px 15px;
  margin: 0px 0px 15px 0px;
}

.email-btn a, .email-btn button {
  margin-bottom:15px;
}

.email-input input, .email-btn a, .email-btn button {
  width: 100%;
  max-width: 190px;
}

.lookbook-product .product-img {
padding-bottom: 20px;
}

/* DPDX image <img> tile approach */

.htmlslotcontainer img { width: 100%;}

.relative-container {
  position: relative;
}

.overlay-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}

/*
.overlay {
    display: table;
    width:100%;
    height: 100%;

    } */

.overlay-content {
  display: table-cell;
}

.buttons {
  margin-top: 30px;
}

.show-desktop {
  display: block;
  visibility: visible;
}

@media screen and (max-width: 767px) {
  .show-mobile {
    display: block;
    visibility: visible;
  }

  .hide-mobile {
    display: none;
    visibility: hidden
  }
}

@media screen and (max-width: 767px) {
  .overlay.inner-right {
    left: 46px;
  }

  .overlay.right {
    left: 46px;
  }

  .overlay-wrap.right {
    left: 46px;
  }

  .show-desktop {
    display: none;
    visibility: hidden
  }
}

@media screen and (min-width: 768px) {

  .email-input input, .email-btn a, .email-btn button {
    width: 100%;
    max-width: 319px;
  }

  #hero .overlay-wrap.right {
    left: 57.7%;
  }

  .overlay-wrap.right {
    left: 66.5%;
  }

}

@media screen and (min-width: 768px) and (max-width: 1399px) {

  .hide-tablet {
    display: none;
    visibility: hidden
  }
}
@media screen and (min-width: 1400px) {

  .overlay-content.bottom {
    padding-bottom: 10%;
  }

  .show-desktop-big {
    display: block;
    visibility: visible;
  }

  .hide-desktop {
    display: none;
    visibility: hidden;
  }

  .hide-desktop-big {
    display: none;
    visibility: hidden;
  }

}

/* new tiles */

.tile-hero, .tile-full-w, .tile-half-w {
  background-repeat: no-repeat;
  background-size:cover;
  width: 100%;
  padding-bottom: 104.04172099%;

}

.tile-half-w {
  float: left;
}

.aspect-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

@media screen and (min-width: 768px) and (max-width: 1399px) {

  .tile-hero {
    width: 100%;
    padding-bottom: 50%;

  }
  .tile-full-w {
    width: 100%;
    padding-bottom: 35%;
  }

  .tile-half-w {
    width: 50%;
    padding-bottom: 35%;
  }


}

@media screen and (min-width: 1400px) {

  .tile-hero {
    width: 100%;
    padding-bottom: 35%;

  }

  .tile-full-w {
    width: 100%;
    padding-bottom: 24.479166667%;
  }

  .tile-half-w {
    width: 50%;
    padding-bottom: 24.479166667%;
  }

}

/* ----------- Template Page specific ---------- */

.prize-list span {
  line-height: 1.7;
  margin-bottom:10px;
  display: block;
  clear: both;
}
.pic-credit {
	display: none;
}

@media screen and (min-height: 768px){
  .pic-credit {
    margin-top:15px;
    display: block;
  }
}

.logos-wrap {
  margin: 25px 0 0 0;
}
.banner-wrap .logos-wrap {
  padding-top: 20px;
  margin-left:0px;
}
@media screen and (min-width: 768px){
  .banner-wrap .logos-wrap {
    padding-top: 60px;
  }
}
.ice-logo{
  width:221px;
}
.banner-wrap .ice-logo{
  width:221px;
}
.logos-wrap img, .logos-wrap i {
  display: inline-block;
}
.banner-wrap{
  position: relative;
}
.banner-wrap.with-gradient::before{
  content: "";
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background: rgba(0,0,0,0.2);
}

.ice-logo {
  margin-right: 5px;
}

@media screen and (max-width: 767px){
  .ice-logo {
    margin-top: -5px;
  }
}

.keen-logo {
  vertical-align: bottom;
  margin-left: 5px;
}

div.spacer {
  clear: both;
  height: 20px;
  width: 100%;
  display: block;
}

#main img {
  max-width: 100%;
}

.banner-wrap {
	background-size: cover;
	background-position: 40% 0%;
	height: 200px;
}

.wufoo .row {
  margin:0 -15px;
}

.text-wrap {
	position: absolute;
	top: 19px;
	color:#fff;
}

.text-wrap h1{
	line-height: 1.2;
}

.white {
	color: #fff;
}

hr.ice-line {
	border-top: 1px solid #ff6600;
	margin: 37px 0 30px 0;
}

.outfits .col-item{
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.outfits .col-item .tile-wrap {
  display:block;
  text-align:center;
  float:left;
}

.outfits .col-item h5{
	display:inline-block;
	padding-bottom:5px;
	border-bottom: 1px solid #ff6600;
}
.lookbook-product{
  min-height:auto;
  padding-bottom:20px;
  margin:0 auto;
  max-width: 500px;
  text-align: center;
}
.lookbook-product .product-img {
	position:relative;
	overflow:hidden;
	margin-bottom:20px;
  margin:0 auto;
}
.lookbook-product .product-img img {
  display: block;
  /*max-width: 100%;*/
  max-width: 500px;
  width: 100%;
}

.lookbook-product .name{
  padding:0 0 8px;
}
.lookbook-product .name {
	font-size: 14px;
	color:#000;
	font-family: 'SofiaProLight',Helvetica,Arial,sans-serif;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	display: block;
  line-height: 1.6;
  margin-top: 20px;
}

.lookbook-product .name a {
  font-size: 14px;
  color:#000;
  font-family: 'SofiaProLight',Helvetica,Arial,sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  display: block;
  line-height: 1.6;
  margin-top: 20px;
}
.lookbook-product .name-divider{
	margin-left:10px;
	margin-right:10px;
}
.lookbook-product .shop a {
  margin-top: 10px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  color: #000000;
  padding: 9px 25px;
  border: solid 1px #000000;
  background: transparent;
  text-decoration: none;
  text-overflow: uppercase;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  letter-spacing: 1px;
  min-width: 140px;
  text-align: center;
}
.lookbook-product .shop a:hover {
  border: solid 1px #999999;
  background: #999999;
  color: #FFFFFF;
}
.p-wrap {
  display: block;
  text-align: center;
  width: 100%;
  position: relative;
  bottom: 0px;
  margin: 15px 0 30px;
}
.swiper-pagination{
  display: none;
  position: relative !important;
  width: auto;
}
.swiper-container > .p-wrap .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}
.swiper-pagination-bullet-active {
  background: #FF6600 !important;
}
.swiper-container-outer{
	position: relative;
  overflow: hidden;
}
.swiper-container {
  width: 90%;
  text-align: center;
  display: block;
  margin: 0 auto;
  float: none;
}
.swiper-button-next, .swiper-button-prev {
  position: absolute;
  width: 5%;
  top: 50%;
  font-size: 22px;
  -webkit-transform: translate(0,-34%);
  transform: translate(0,-34%);
  z-index: 10;
  color: #F60;
  cursor: pointer;
  background-image: none;
}
.swiper-button-next {
  right: 34px;
  text-align: right;
}

.swiper-button-prev {
  left: 34px;
}
.title-section h4{
	margin-bottom:20px;
  text-align: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 2px;
  font-family: SofiaProExtraLight;
  line-height: 1.75;
}

@media screen and (max-width: 768px){
	.swiper-button-next {
    right: 5px;
  }

  .swiper-button-prev {
    left: 5px;
  }

}

#f2_container {
  height: 0;
  padding-bottom: 14.88549618%;
  position: relative;
}

#f3_container {
	height: 0;
  padding-bottom: 23.28244275%;
  position: relative;
}

.child {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
}
/*
#f2_container {
	height: 99.72px;
	width: 670px;
}

#f3_container {
	height: 155.98px;
	width: 670px;
}
*/

#f2_container, #f3_container {
  position: relative;
  margin: 0px auto;
  z-index: 1;
  display: block;
}

#f2_container, #f3_container {
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -o-perspective: 1000px;
  perspective: 1000px;
}

#f2_card, #f3_card {
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  -webkit-transition: all 0.6s linear;
  -moz-transform-style: preserve-3d;
  -moz-transition: all 0.6s linear;
  -o-transform-style: preserve-3d;
  -o-transition: all 0.6s linear;
  transform-style: preserve-3d;
  transition: all 0.6s linear;
}

.f-container-wrap {
	position: relative;
	max-width: 845px;
  margin: 0 auto 30px auto;
}

.f-container-wrap:hover #f2_container #f2_card, .f-container-wrap:hover #f3_container #f3_card {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.front.face {
	backface-visibility: hidden;
	transform: rotateX(0deg);
	z-index: 2;
}

.front.face , .back.face {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.title-section h4 br{ display: none; }
.orange-text{ color:#ff6600;  }
.css-table .center{ text-align:center; }

.banner-wrap.footer h2{
  margin-bottom: 10px;
  padding: 0 10px;
  font-size: 18px;
  letter-spacing: 4px;
  font-family: SofiaProLight;
  line-height: 1.3;
  color:#fff ;
}
@media (max-width:767px) {
  .banner-wrap.footer {
     height: 360px;
  }
  .banner-wrap {
     height: 270px;
  }

}
@media (min-width:768px) {
  .banner-wrap.footer h2 {
     font-size: 20px;
  }
}

.social-share-inner{
	color:#505152;
}
.social-share-inner a{
	color:#505152;
	display:inline-block;
	margin: 0 6px;
	font-size: 17px;
}
.social-share-inner a.twitter{
	font-size: 19px;
}
.social-share-inner h5{
	display: inline-block;
  margin-right: 7px;
}
ol.terms{
	list-style-type: decimal;
}
ol.terms li{
	margin-bottom: 10px;
}

@media screen and (max-width: 767px){
  .form-container .logos-wrap{
    margin-bottom:0px;
  }
}

@media (min-width: 320px) and (max-width: 480px){
	.lookbook-product .name-divider{
		clear: both;
		display: block;
	}
}
@media (min-width: 768px) and (max-width: 830px){
	.lookbook-product .name-divider{
		clear: both;
		display: block;
	}
}
@media (min-width: 768px) {
	hr.ice-line {
		margin: 60px 0 55px 0;
	}
	.banner-wrap .ice-logo{
    width:221px;
  }
  .logos-wrap{
    margin-top:30px;
  }
  div.spacer{
    height: 40px;
  }
  .banner-wrap {
    height: 352px;
  }
  .text-wrap {
    top: 0px;
  }
  .title-section h4{
    margin-bottom:60px;
    font-size: 20px;
  }
  .form-col h4{
    margin-bottom:20px;
  }
}
@media (min-width: 960px) {
  .form-col { padding-right: 30px; }
  .title-section h4 br{ display: block; }
}

@media (min-width: 1200px) {
  .form-col { padding-right: 50px; }
}

@media (min-width: 1400px){
	.banner-wrap {
		height: 420px;
	}
  .banner-wrap .ice-logo {

    padding-top: 0px;
  }
  .text-wrap {
    top: 40px;
  }
  .text-wrap h1{
    line-height: 1.3;
  }
}

.text-box{
	max-width: 700px;
  margin: 0 auto;
}


.text-wrap h1{
	font-size: 25px;
	margin-bottom: 0;
	margin-top: 10px;
}
.french .text-wrap h1{
	font-size:23px;
	margin-top: 0px;
}
.german .text-wrap h1{
	font-size:21px;
}
@media (min-width: 330px) {
	.text-wrap h1{
		margin-top: 26px;
	}
	.german .text-wrap h1{
		margin-top: 17px;
	}
	.french .text-wrap h1{
		margin-top: 0px;
	}
}
@media (min-width: 430px) {
	.text-wrap h1{
		font-size: 26px;
		margin-top: 23px;
	}
	.french .text-wrap h1{
		font-size:24px;
		margin-top: 17px;
	}
	.german .text-wrap h1{
		font-size:21px;
		margin-top: 17px;
	}
}
@media (min-width: 500px){
	.german .text-wrap h1{
		font-size:32px;
		margin-top: 0px;
		margin-bottom: 0;
	}
}
@media (min-width: 535px){
	.french .text-wrap h1{
		font-size:32px;
		margin-top: 0px;
		margin-bottom: 0;
	}
}
@media (min-width: 767px){
	.text-wrap h1{
		margin-bottom:30px;
	}
	.french .text-wrap h1,
	.german .text-wrap h1{
		margin-bottom: 30px;
	}
	.text-wrap h1,
	.french .text-wrap h1,
	.german .text-wrap h1{
		font-size: 46px;
	}
}
@media (min-width: 1400px){
	.text-wrap h1,
	.french .text-wrap h1,
	.german .text-wrap h1{
		font-size: 46px;
	}
}


#social-share-data{
	display:none;
}
.banner-wrap .btn-line-white{
	text-transform: uppercase;
}

.rossignol-plus {
  position: relative;
  z-index: 200;
  left: 50%;
  top: 50%;

}
.rossignol-plus img {
  max-width: 25px;
  height: 25px;
}
.img-width{

  margin:0 auto;
  padding:20px;
  margin-bottom:30px;
}
@media (max-width: 768px){
  .img-width{
    width:100%;
  }
}
  .fadein{
    position: relative;
    padding-bottom:18%;
    max-width: 800px;
    margin: 0 auto;

  }
  @media (max-width: 768px){
  .fadein{
     padding-bottom:25%;}
   }
   .fadein img {
    position:absolute;
    animation-name: fade;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 2s;
    animation-direction: alternate;
    width: 100%;
  }
  @-webkit-keyframes fade {
    0% {
      opacity: 1;
    }
    25% {
      opacity: 1;
    }
    75% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes fade {
   0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

#f1 {

}
#f2 {
  -webkit-animation-delay: -2s;
  animation-delay: -2s;

}
.btn-wrap .btn{
  margin:10px! important;
  min-width:239px! important;
}