/*  FANPAGE.IT - PAGES/ CASTING CHILD 13102015 */
/* RESET */
/* VARIABLES */
/* Mixin */
/* PATH - PAGINE FANPAGE.IT */
/* COLORS */
* {
  margin: 0px;
  padding: 0px;
  outline: none;
}
*:focus {
  outline: none !important;
}
button::-moz-focus-inner {
  border: 0;
}
img,
iframe {
  border: 0px none;
}
::selection {
  background: rgba(255, 121, 0, 0.2) !important;
}
body {
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 25px;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: -0.01em;
}
a {
  text-decoration: none;
  color: black;
}
p a {
  text-decoration: underline;
  display: inline;
}
p a:hover,
a:hover {
  text-decoration: none;
}
a:hover img {
  opacity: .8;
}
a.underline,
a.underline:hover,
.underline {
  text-decoration: underline  !important;
}
.orangetext {
  color: #ff7900 !important;
}
.azuretext {
  color: #73dfd6 !important;
}
img {
  display: inline-block;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
hr {
  border: 0;
  border-bottom: #f4f4f2 solid 1px;
}
/* #IE6 */
* html .clearfix {
  height: 1%;
  overflow: visible;
}
/* #IE7 */
* + html .clearfix {
  min-height: 1%;
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}
.floatleft {
  float: left !important;
}
.floatright {
  float: right !important;
}
.nofloat {
  float: none !important;
}
.dblock {
  display: block;
}
.overflow {
  overflow: hidden;
}
.uppercase {
  text-transform: uppercase;
}
.hide {
  display: none;
}
.marginAuto {
  margin: 0 auto;
}
.orangetext {
  color: #ff7900 !important;
}
.linktext {
  color: #13a3ff !important;
}
.whitetext {
  color: white !important;
}
.greytext {
  color: #333333 !important;
}
.italic {
  font-style: italic !important;
}
.noEvent {
  pointer-events: none;
}
/*  clip/clip-inset  */
.clip {
  position: absolute;
  top: -100px;
  left: -100px;
  bottom: -100px;
  right: -100px;
  text-align: center;
}
/* cambiare in thumb? */
.clip.keepratio {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.clip-inset {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.vertical-align {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.clip img {
  display: inline-block;
  vertical-align: middle;
}
.linewrap {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
ul li {
  list-style-type: none;
}
h1,
.classh1 {
  font-size: 60px;
  line-height: 68px;
  font-weight: 100;
  letter-spacing: -0.04em;
  padding-bottom: 40px;
}
h2,
.classh2 {
  font-size: 40px;
  line-height: 46px;
  font-weight: 100;
  letter-spacing: -0.03em;
  padding-bottom: 10px;
  display: inline-block;
}
h3,
.classh3 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 100;
  padding-bottom: 10px;
}
.title {
  font-size: 26px;
  line-height: 30px;
  font-weight: bold;
}
.subtitle {
  font-size: 16px;
  line-height: 22px;
}
p {
  font-size: 18px;
  line-height: 24px;
}
p.double-column {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
  -moz-column-gap: 30px;
  -webkit-column-gap: 30px;
  -ms-column-gap: 30px;
  -o-column-gap: 30px;
  column-gap: 30px;
}
p.triple-column {
  -moz-column-count: 3;
  -webkit-column-count: 3;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3;
  -moz-column-gap: 30px;
  -webkit-column-gap: 30px;
  -ms-column-gap: 30px;
  -o-column-gap: 30px;
  column-gap: 30px;
}
p.font12 {
  font-size: 12px;
  line-height: 16px;
}
p.font14 {
  font-size: 14px;
  line-height: 18px;
}
.relative {
  position: relative;
}
.hidden {
  display: none;
}
.linewrap {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.yellowBox {
  display: inline-block;
  background: #f9f9dd;
  color: #fa6615;
  font-size: 14px;
  line-height: 18px;
  padding: 5px;
}
.visible-phone {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (max-width: 1080px) {
  .visible-desktop {
    display: none !important;
  }
}
@media (max-width: 992px) {
  h1,
  .classh1 {
    font-size: 46px;
    line-height: 54px;
    padding-bottom: 20px;
  }
  h2,
  .classh2 {
    font-size: 24px;
    line-height: 28px;
  }
  h3,
  .classh3 {
    font-size: 18px;
    line-height: 24px;
  }
  p {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 760px) {
  h1,
  .classh1 {
    font-size: 36px;
    line-height: 44px;
    padding-bottom: 10px;
  }
}
.text-RCmobile {
  text-align: right !important;
}
@media (max-width: 760px) {
  .text-RCmobile {
    text-align: center !important;
  }
}
@media (max-width: 760px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
  .text-right {
    text-align: left !important;
  }
}
/* STRUCTURE */
.stripe {
  padding: 60px 0;
  display: block;
  position: relative;
  z-index: 1;
  color: #333333;
  font-weight: 100;
}
@media (max-width: 760px) {
  .stripe {
    padding: 30px 0;
  }
}
.stripe:nth-child(2) {
  padding-top: 128px;
}
.stripe.white {
  background: white;
}
.stripe.grey {
  background: #f4f4f2;
}
.stripe.dark-grey {
  background: #333333;
  color: white;
}
.stripe.red {
  background: #da4646;
  color: white;
}
.stripe.light-blue {
  background: #37bbff;
  color: #333333;
}
.stripe.share {
  padding: 20px 0;
}
.stripe.slim {
  padding: 30px 0;
}
.stripe .column:nth-child(odd) .colored {
  background: rgba(0, 0, 0, 0.5);
}
.stripe .column .colored {
  padding: 20px 10px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
}
.stripe .container {
  width: 1200px;
  margin: 0 auto;
  font-size: 26px;
  line-height: 32px;
  position: relative;
}
@media (max-width: 1280px) {
  .stripe .container {
    width: 990px;
  }
}
@media (max-width: 992px) {
  .stripe .container {
    width: 760px;
  }
}
@media (max-width: 760px) {
  .stripe .container {
    width: 94%;
    padding: 0 3%;
    font-size: 18px;
    line-height: 22px;
  }
  .stripe .container .row {
    padding: 0;
    margin: 0;
  }
  .stripe .container .row .column {
    width: 100% !important;
    margin: 15px 0;
  }
}
.stripe .container .row {
  width: 100%;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
}
@media (max-width: 760px) {
  .stripe .container .row {
    margin-bottom: 0;
  }
}
.stripe .container .row.noPadding {
  padding-bottom: 0;
}
.stripe .container .column {
  display: inline-block;
  width: 100%;
  width: -moz-calc(100% - 30px);
  width: -webkit-calc(100% - 30px);
  width: -o-calc(100% - 30px);
  width: calc(100% - 30px);
  margin: 0 15px;
  vertical-align: top;
}
.stripe .container .column.bg-white {
  background: white;
  padding: 15px 0;
}
.stripe .container .column.whiteBg-shadow {
  margin-top: 0;
  padding-top: 40px;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 10%, #ffffff 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(10%, #ffffff), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 10%, #ffffff 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 10%, #ffffff 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 10%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 10%, #ffffff 100%);
}
.stripe .container .column.verticalMiddle {
  vertical-align: middle !important;
}
.stripe .container .column > div,
.stripe .container .column > span,
.stripe .container .column > a {
  text-align: left;
}
.stripe .container .column > img {
  width: 100%;
}
.stripe .container .column:first-child,
.stripe .container .column.likeFirst {
  margin-left: 0;
}
.stripe .container .column:last-child,
.stripe .container .column.likeLast {
  margin-right: 0;
}
.stripe .container .column.size75 {
  width: 75%;
  width: -moz-calc(75% - 30px);
  width: -webkit-calc(75% - 30px);
  width: -o-calc(75% - 30px);
  width: calc(75% - 30px);
}
.stripe .container .column.size50 {
  width: 50%;
  width: -moz-calc(50% - 30px);
  width: -webkit-calc(50% - 30px);
  width: -o-calc(50% - 30px);
  width: calc(50% - 30px);
}
.stripe .container .column.size25 {
  width: 25%;
  width: -moz-calc(25% - 30px);
  width: -webkit-calc(25% - 30px);
  width: -o-calc(25% - 30px);
  width: calc(25% - 30px);
}
.stripe .fluid-container {
  margin: 0 auto;
  padding: 0 2%;
  font-size: 26px;
  line-height: 32px;
  position: relative;
  max-width: 1920px;
}
.stripe .fluid-container:after {
  clear: both;
  display: table;
  content: " ";
}
.stripe .fluid-container .column {
  float: left;
  width: 25%;
  width: -moz-calc(25% - 30px);
  width: -webkit-calc(25% - 30px);
  width: -o-calc(25% - 30px);
  width: calc(25% - 30px);
  margin: 0 15px 15px;
}
@media (max-width: 1280px) {
  .stripe .fluid-container .column {
    width: 33.33333333%;
    width: -moz-calc(33.33333333% - 30px);
    width: -webkit-calc(33.33333333% - 30px);
    width: -o-calc(33.33333333% - 30px);
    width: calc(33.33333333% - 30px);
  }
}
@media (max-width: 992px) {
  .stripe .fluid-container .column {
    width: 50%;
    width: -moz-calc(50% - 30px);
    width: -webkit-calc(50% - 30px);
    width: -o-calc(50% - 30px);
    width: calc(50% - 30px);
  }
}
@media (max-width: 760px) {
  .stripe .fluid-container .column {
    width: 100%;
    width: -moz-calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    width: -o-calc(100% - 30px);
    width: calc(100% - 30px);
  }
}
.stripe ul.updates li {
  display: table;
  width: 100%;
}
@media (max-width: 760px) {
  .stripe ul.updates li {
    width: 94%;
    padding: 0 3%;
  }
}
.stripe ul.updates li span {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  line-height: 20px;
}
.stripe ul.updates li span.numeration {
  font-size: 50px;
  line-height: 46px;
  font-weight: bold;
  color: #333333;
  padding-right: 10px;
}
.stripe ul.updates li span .title-updates {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
}
.stripe ul.updates li span .txt-updates {
  font-size: 14px;
  line-height: 18px;
}
.stripe.hugeStripe {
  background-size: contain;
}
.stripe.blue-reporter .bg-image,
.stripe.red-reporter .bg-image {
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  width: 100%;
  pointer-events: none;
}
.stripe.blue-reporter .bg-image.right-position,
.stripe.red-reporter .bg-image.right-position {
  left: auto;
  right: -50%;
}
@media (max-width: 760px) {
  .stripe.blue-reporter .bg-image,
  .stripe.red-reporter .bg-image {
    bottom: -30px;
  }
}
.stripe .wrapper-downloadBox {
  background: #f4f4f2;
  padding: 20px;
  position: relative;
  text-align: center !important;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font-size: 14px;
  line-height: 18px;
}
.stripe .wrapper-downloadBox .wrapper-button {
  position: relative;
  top: 40px;
}
.videoBox {
  width: 100%;
  background: black;
  position: relative;
}
.videoBox:before {
  padding-top: 56.24%;
  content: "";
  display: block;
}
.videoBox video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.titleBox {
  font-size: 22px;
  line-height: 22px;
  padding-bottom: 10px;
}
.titleBox strong {
  font-size: 26px;
}
.fotoBox {
  position: relative;
}
.fotoBox:empty {
  background: black;
  border: 8px  solid white;
}
.fotoBox:before {
  padding-top: 56.25%;
  content: "";
  display: block;
}
.fotoBox img {
  width: 100%;
  position: absolute;
  top: 0;
}
.fotoBox .ellipseBox {
  display: none;
}
@media (max-width: 992px) {
  .fotoBox .ellipseBox {
    display: block;
    position: absolute;
    bottom: -22px;
    left: 10px;
  }
}
.ellipseBox {
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #fa6615;
  color: white;
  padding: 6px;
  margin-bottom: 20px;
}
.ellipseBox:before {
  display: block;
  font-size: 26px;
  line-height: 32px;
  font-weight: bold;
  text-align: center;
  width: auto;
  color: white;
  text-decoration: none;
  content: "";
}
.ellipseBox.num1:before {
  content: "1";
}
.ellipseBox.num2:before {
  content: "2";
}
.ellipseBox.num3:before {
  content: "3";
}
.ellipseBox.num4:before {
  content: "4";
}
@media (max-width: 1280px) {
  .ellipseBox {
    height: 22px;
    width: 22px;
  }
  .ellipseBox:before {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 992px) {
  .ellipseBox {
    display: none;
  }
}
@media (max-width: 992px) {
  .stripe.listenBoxes h2 {
    display: block;
  }
}
ul.scroll-circle {
  text-align: center;
}
ul.scroll-circle li {
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #cecdcd;
  margin: 5px;
  -webkit-transition: 0.1s linear background;
  -moz-transition: 0.1s linear background;
  -o-transition: 0.1s linear background;
  transition: 0.1s linear background;
  cursor: pointer;
}
ul.scroll-circle li.selected {
  background: #fa6615;
}
ul.scroll-thumb {
  text-align: center;
  margin-bottom: 10px;
}
ul.scroll-thumb li {
  width: 160px;
  height: 90px;
  display: inline-block;
  background: black;
  margin: 0 5px;
  -webkit-transition: 0.1s linear all;
  -moz-transition: 0.1s linear all;
  -o-transition: 0.1s linear all;
  transition: 0.1s linear all;
  cursor: pointer;
  border: 1px solid white;
  position: relative;
}
ul.scroll-thumb li img {
  width: 100%;
}
ul.scroll-thumb li .icon.play {
  display: none;
}
ul.scroll-thumb li:hover img {
  opacity: .6;
}
ul.scroll-thumb li:hover .icon.play {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 50%;
  margin-left: -20px;
}
ul.scroll-thumb li.selected {
  border: 1px solid #fa6615;
}
ul.scroll-thumb li.selected img {
  opacity: .6;
}
ul.scroll-thumb li.selected .icon.play {
  display: none;
}
@media (max-width: 760px) {
  ul.scroll-thumb li {
    width: 80px;
    height: 45px;
  }
  ul.scroll-thumb li:hover .icon.play {
    margin-top: -13px;
    margin-left: -13px;
  }
  ul.scroll-thumb li:hover .icon.play:before {
    font-size: 26px;
    line-height: 26px;
  }
}
.content-form {
  margin-top: 30px;
  padding: 20px 20px 0 20px;
  background: #333333;
}
/*  HEADER  */
.stripe.header {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100 !important;
  margin-bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 2px 0;
}
.stripe.header .container .row {
  width: 100%;
  padding: 10px 0;
  margin: 0;
}
.stripe.header .wrapper-menu {
  float: right;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (max-width: 760px) {
  .stripe.header .wrapper-menu {
    display: none;
    float: none;
    margin-top: 54px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
}
.stripe.header .menu-button {
  float: right;
  display: none;
}
@media (max-width: 760px) {
  .stripe.header .menu-button {
    display: block;
  }
}
.stripe.header .menu-button button {
  background: rgba(0, 0, 0, 0.2);
  border: none;
  width: 42px;
  height: 40px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  outline: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.stripe.header .menu-button button:after {
  content: '';
  position: absolute;
  width: 70%;
  height: 4px;
  background: #fff;
  top: 9px;
  left: 15%;
  box-shadow: 0 9px 0 #fff, 0 18px 0 #fff;
}
.stripe.header .menu-header {
  font-size: 12px;
  line-height: 12px;
  padding: 14px 0;
  float: right;
}
.stripe.header .menu-header li {
  float: left;
  padding: 0 15px;
}
.stripe.header .menu-header li .menubtn {
  display: block;
  height: 16px;
  overflow: hidden;
  text-transform: uppercase;
}
.stripe.header .menu-header li .menubtn a {
  position: relative;
  top: 0;
  display: block;
  font-size: 12px;
  line-height: 14px;
  padding: 2px;
  font-weight: normal;
  color: #333333;
  width: auto;
  text-decoration: none;
  -webkit-transition: top 0.1s ease-out;
  -moz-transition: top 0.1s ease-out;
  -o-transition: top 0.1s ease-out;
  transition: top 0.1s ease-out;
  transition-delay: 0.05s;
  -webkit-transition-delay: 0.05s;
  -moz-transition-delay: 0.05s;
  -o-transition-delay: 0.05s;
}
.stripe.header .menu-header li .menubtn a:after {
  display: block;
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
  margin-top: 2px;
  width: auto;
  color: #fa6615;
  text-decoration: none;
  content: "";
}
.stripe.header .menu-header li .menubtn a.welcome:after {
  content: "welcome";
}
.stripe.header .menu-header li .menubtn a.regole:after {
  content: "regole";
}
.stripe.header .menu-header li .menubtn a.tutorials:after {
  content: "tutorials";
}
.stripe.header .menu-header li .menubtn a.musica:after {
  content: "musica";
}
.stripe.header .menu-header li .menubtn a.download:after {
  content: "download";
}
.stripe.header .menu-header li .menubtn a.casting:after {
  content: "iscrivi tuo figlio al casting";
}
.stripe.header .menu-header li .menubtn a.unastoriafanpage:after {
  content: "#unastoriafanpage";
}
.stripe.header .menu-header li .menubtn a.latuastoria:after {
  content: "invia la tua segnalazione";
}
.stripe.header .menu-header li .menubtn a:hover,
.stripe.header .menu-header li .menubtn a .active {
  top: -16px;
}
@media (max-width: 760px) {
  .stripe.header .menu-header li .menubtn a:after {
    display: none;
  }
  .stripe.header .menu-header li .menubtn a:hover,
  .stripe.header .menu-header li .menubtn a .active {
    top: 0;
  }
}
@media (max-width: 760px) {
  .stripe.header .menu-header {
    float: none;
  }
  .stripe.header .menu-header li {
    float: none;
    padding: 0;
    display: block;
    text-align: left;
  }
  .stripe.header .menu-header li:hover {
    background: rgba(0, 0, 0, 0.2);
  }
  .stripe.header .menu-header li .menubtn {
    overflow: inherit;
    height: auto;
  }
  .stripe.header .menu-header li .menubtn a {
    padding: 12px 6px;
    font-size: 16px;
    line-height: 16px;
  }
}
.stripe.header.slim .menu-header {
  padding: 4px 0;
}
@media (max-width: 760px) {
  .stripe.header.slim .logo-header {
    padding-top: 10px;
  }
}
.stripe.header.dark {
  background: rgba(0, 0, 0, 0.8);
}
.stripe.header.dark .menu-header li a {
  color: white;
}
.stripe.header.dark .menu-header li a:hover {
  color: rgba(255, 255, 255, 0.7);
}
/* COLORS */
/* FONT *//* Icon font */
@font-face {
  font-family: 'iconset';
  src: url('../../fonts/icons/iconset.eot');
  src: url('../../fonts/icons/iconset.eot?#iefix') format('embedded-opentype'), url('../../fonts/icons/iconset.woff') format('woff'), url('../../fonts/icons/iconset.ttf') format('truetype'), url('../../fonts/icons/iconset.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'iconset';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.helvetica {
  font-family: Helvetica, Arial, sans-serif !important;
}
.lato {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
}
.merriweather {
  font-family: 'Merriweather', Georgia, serif;
  font-weight: 300;
  font-style: italic;
}
/*  BUTTON  */
.wrapper-button {
  display: inline-block;
}
.wrapper-button.green button {
  background: #a6d91e;
}
.wrapper-button.green:hover button {
  background: #b3e62b;
}
.wrapper-button.green:active button {
  top: 1px;
}
.wrapper-button.orange button {
  background: #ff7900;
}
.wrapper-button.orange:hover button {
  background: #ff7900;
}
.wrapper-button.orange:active button {
  top: 1px;
}
.wrapper-button button {
  display: inline-block;
  border: 0;
  text-decoration: none;
  position: relative;
  padding: 15px 25px;
  color: #ffffff;
  background: #f4f4f2;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  -webkit-transition: 0.1s linear background;
  -moz-transition: 0.1s linear background;
  -o-transition: 0.1s linear background;
  transition: 0.1s linear background;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
}
.wrapper-button:focus {
  outline: none;
}
.wrapper-button:hover {
  text-decoration: none;
}
/* FOOTER  */
.stripe.footer {
  background: #3f3f3e;
  color: #636362;
  font-size: 14px;
  line-height: 18px;
}
.stripe.footer .site-link {
  display: inline-block;
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 20px;
  text-decoration: none;
  color: #5a5a5a;
  font-weight: 100;
  letter-spacing: -1px;
}
.stripe.footer .menu-footer {
  list-style: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  margin-left: 0;
}
.stripe.footer .menu-footer li {
  display: block;
  margin-top: 5px;
}
.stripe.footer .menu-footer li:first-child {
  margin-top: 0;
}
.stripe.footer .menu-footer li a {
  color: #999;
}
.stripe.footer .footer-mobile {
  display: block;
  text-align: center;
}
.stripe.footer .logo-footer {
  margin-bottom: 10px;
}
.stripe.footer p {
  color: #999;
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 18px;
}
/* ICONE  */
i {
  background-image: url("../../img/common/sprite.png");
  background-size: 500px 500px;
  background-position: 0 0;
  background-repeat: no-repeat;
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
}
i.s40 {
  width: 40px;
  height: 40px;
}
i.s20 {
  width: 20px;
  height: 20px;
}
i.logo-footer {
  background-position: 0 0;
}
i.premiere {
  background-position: 0 -45px;
}
i.photoshop {
  background-position: -45px -45px;
}
i.allert {
  background-position: 0 -90px;
}
i.icon {
  display: inline-block;
  font-family: 'iconset';
  background: none;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  margin-top: -2px;
  position: relative;
}
i.icon.play:active {
  top: 1px;
}
i.icon.play:before {
  content: "\e60b";
  color: #fa6615;
  font-size: 40px;
  line-height: 40px;
  position: relative;
  z-index: 10;
}
i.icon.play:after {
  content: "";
  width: 50%;
  height: 50%;
  background: white;
  position: absolute;
  left: 25%;
  top: 23%;
}
/* FONT *//* Icon font */
@font-face {
  font-family: 'iconset';
  src: url('../../fonts/icons/iconset.eot');
  src: url('../../fonts/icons/iconset.eot?#iefix') format('embedded-opentype'), url('../../fonts/icons/iconset.woff') format('woff'), url('../../fonts/icons/iconset.ttf') format('truetype'), url('../../fonts/icons/iconset.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'iconset';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.helvetica {
  font-family: Helvetica, Arial, sans-serif !important;
}
.lato {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
}
.merriweather {
  font-family: 'Merriweather', Georgia, serif;
  font-weight: 300;
  font-style: italic;
}
/* CASTING CHILD  */
.stripe.castingChild {
  z-index: 10;
  padding: 80px 0 0;
  max-height: 470px;
  background-color: #ebdcb0;
  background-image: url("../../img/castingchild/hugeStripeBg.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
}
.stripe.castingChild .bg-image {
  width: 100%;
  max-width: 1102px;
  margin: 0 auto;
  display: block;
  position: relative;
  bottom: -60px;
}
@media (max-width: 760px) {
  .stripe.castingChild {
    max-height: none;
  }
  .stripe.castingChild .bg-image {
    bottom: -20px;
    width: 100%;
  }
  .stripe.castingChild .claimSvg {
    margin: 0 auto;
    padding: 20px 0;
    width: 80% !important;
    display: block;
  }
}
@media (max-width: 460px) {
  .stripe.castingChild .claimSvg {
    padding: 0;
  }
}
