.font-config {
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.05em;
  text-rendering: auto;
}
@font-face {
  font-family: 'pennareloregular';
  src: url('fonts/pennarelo-webfont.eot');
  src: url('fonts/pennarelo-webfont.eot') format('embedded-opentype'), url('fonts/pennarelo-webfont.woff') format('woff'), url('fonts/pennarelo-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.05em;
  text-rendering: auto;
}
@font-face {
  font-family: 'complete_in_himregular';
  src: url('fonts/complete_in_him-webfont.eot');
  src: url('fonts/complete_in_him-webfont.eot') format('embedded-opentype'), url('fonts/complete_in_him-webfont.woff') format('woff'), url('fonts/complete_in_him-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.05em;
  text-rendering: auto;
}
@font-face {
  font-family: 'confetti_streamregular';
  src: url('fonts/confetti_stream-webfont.eot');
  src: url('fonts/confetti_stream-webfont.eot') format('embedded-opentype'), url('fonts/confetti_stream-webfont.woff') format('woff'), url('fonts/confetti_stream-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.05em;
  text-rendering: auto;
}
.penna {
  font-family: 'pennareloregular';
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.05em;
  text-rendering: auto;
}
.complete {
  font-family: 'complete_in_himregular';
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.05em;
  text-rendering: auto;
  letter-spacing: 0.02em;
}
.confetti {
  font-family: 'confetti_streamregular';
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.05em;
  text-rendering: auto;
  letter-spacing: 0;
}
.smooth {
  /*-webkit-text-stroke-color: rgba(51,51,51,0.5);-webkit-font-smoothing:antialiased;*/
}
.smooth-reset {
  -webkit-text-stroke-width: 0;
  /*-webkit-font-smoothing:auto;*/
}
.clear {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* produces a square in IE8 and below!! */
.btn-size-standard {
  min-height: 30px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
}
.btn-size-standard-front {
  min-height: 30px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  margin-top: 20px;
  font-size: 13px;
  width: 70%;
}
@media only screen and (max-width: 767px) {
  .btn-size-standard-front {
    margin-top: 0;
    width: 200px;
  }
}
@media only screen and (max-width: 480px) {
  .btn-size-standard-front {
    width: 70%;
  }
}
.btn-size-standard-round {
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -o-moz-border-radius: 22px;
  -ms-moz-border-radius: 22px;
  border-radius: 22px;
}
.btn-size-large {
  min-height: 50px;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
}
.btn-size-large-round {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-moz-border-radius: 20px;
  -ms-moz-border-radius: 20px;
  border-radius: 20px;
}
.btn-navigation {
  display: block;
  text-indent: -9000px;
  float: right;
  height: 50px;
  z-index: 1000;
}
.btn-navigation#btn-aboutme {
  background: url('img/AboutMe_normal.png') no-repeat;
  background-size: 100%;
  width: 136px;
  height: 46px;
}
.btn-navigation#btn-aboutme:hover,
.btn-navigation#btn-aboutme.active,
.btn-navigation#btn-aboutme #btn1 {
  background: url('img/AboutMe_selected.png') no-repeat;
  background-size: 100%;
}
@media only screen and (max-width: 890px) {
  .btn-navigation#btn-aboutme {
    width: 25% !important;
    height: 0 !important;
    padding-bottom: 8.45%;
  }
}
.btn-navigation#btn-myapps {
  background: url('img/MyApps_normal.png') no-repeat;
  background-size: 100%;
  width: 120px;
  height: 44px;
}
.btn-navigation#btn-myapps:hover,
.btn-navigation#btn-myapps.active,
.btn-navigation#btn-myapps #btn2 {
  background: url('img/MyApps_selected.png') no-repeat;
  background-size: 100%;
}
@media only screen and (max-width: 890px) {
  .btn-navigation#btn-myapps {
    width: 25% !important;
    height: 0 !important;
    padding-bottom: 9.17%;
  }
}
.btn-navigation#btn-mytoys {
  background: url('img/MyToys_normal.png') no-repeat;
  background-size: 100%;
  width: 120px;
  height: 44px;
}
.btn-navigation#btn-mytoys:hover,
.btn-navigation#btn-mytoys.active,
.btn-navigation#btn-mytoys #btn3 {
  background: url('img/MyToys_selected.png') no-repeat;
  background-size: 100%;
}
@media only screen and (max-width: 890px) {
  .btn-navigation#btn-mytoys {
    width: 25% !important;
    height: 0 !important;
    padding-bottom: 9.17%;
  }
}
.btn-navigation#btn-friends {
  background: url('img/MyFriends_normal.png') no-repeat;
  background-size: 100%;
  width: 139px;
  height: 49px;
}
.btn-navigation#btn-friends:hover,
.btn-navigation#btn-friends.active,
.btn-navigation#btn-friends #btn4 {
  background: url('img/MyFriends_selected.png') no-repeat;
  background-size: 100%;
}
@media only screen and (max-width: 890px) {
  .btn-navigation#btn-friends {
    width: 25% !important;
    height: 0 !important;
    padding-bottom: 8.81%;
  }
}
.btn-more-apps {
  background: url('img/more_apps2.png') no-repeat;
  background-position: 0 0;
  display: block;
  width: 258px;
  height: 63px;
  overflow: hidden;
  margin: 0 auto 40px auto;
  text-indent: -9000px;
  z-index: 9000;
}
.btn-more-apps.close_app {
  background-position: 0 100%;
}
.btn-more-friends {
  background: url('img/meet_other_friends.png') no-repeat;
  background-size: 100%;
  display: block;
  width: 302px;
  height: 71px;
  overflow: hidden;
  margin: 0 auto 40px auto;
  text-indent: -9000px;
  z-index: 9000;
}
.btn-dl-mtt {
  background: url('img/download_app_button.png') no-repeat;
  background-size: 100%;
  display: block;
  width: 100%;
  max-width: 302px;
  height: 71px;
  overflow: hidden;
  margin: 0 auto 10px auto;
  text-indent: -9000px;
  z-index: 9000;
}
@media screen and (max-width: 872px) {
  .btn-dl-mtt {
    height: 65px;
    margin: 0 auto 5px auto;
  }
}
@media screen and (max-width: 767px) {
  .btn-dl-mtt {
    width: 50%;
    height: 70px;
  }
}
@media screen and (max-width: 470px) {
  .btn-dl-mtt {
    height: 50px;
    margin: 10px auto 5px auto;
  }
}
@media screen and (max-width: 380px) {
  .btn-dl-mtt {
    height: 40px;
  }
}
#btn1 {
  background: url('img/AboutMe_selected.png') no-repeat;
  background-size: 100%;
}
#btn2 {
  background: url('img/MyApps_selected.png') no-repeat;
  background-size: 100%;
}
#btn3 {
  background: url('img/MyToys_selected.png') no-repeat;
  background-size: 100%;
}
#btn4 {
  background: url('img/MyFriends_selected.png') no-repeat;
  background-size: 100%;
}
/* header */
.logo {
  position: relative;
  float: left;
  z-index: 6000;
  margin: 29px 0 0 20px !important;
  /*@media only screen and (max-width: 960px) {
		left: 0;
		margin-left: 2.5%;
	}
	@media only screen and (max-width: 800px) {
		width: 240px;
	}*/
  /*@media only screen and (max-width: 480px) {
		top: 0;
	}
	@media only screen and (max-width: 360px) {
		top: 10px;
	}*/
}
.logo a {
  width: 230px;
  height: 150px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  background: url('img/Logo.png') no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .logo {
    left: 10%;
    margin: -10px 0 -2% -5% !important;
    width: 40%;
    height: auto;
  }
  .logo a {
    width: 100%;
    height: 0;
    padding-bottom: 72%;
    background-size: contain;
    background-position: 0 100%;
  }
}
.logo-shine {
  width: 800px;
  height: 500px;
  margin-left: -33.5%;
  top: 0px;
  background: url('img/shine.png') no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 10%;
  display: none;
}
@media only screen and (max-width: 767px) {
  .logo-shine {
    width: 120%;
    height: auto;
    padding-bottom: 100%;
    top: 0;
    background-size: contain;
    background-position: center top;
  }
}
.social {
  position: absolute;
  top: 32px;
  background: url('img/social_icons_outline.png') no-repeat;
  background-size: 300%;
  width: 58px;
  height: 58px;
  display: block;
  text-indent: -9000px;
}
.social#tw {
  background-position: 0 0;
  right: 92px;
}
@media only screen and (max-width: 767px) {
  .social#tw {
    right: 15%;
  }
}
.social#fb {
  background-position: 50% 0;
  right: 150px;
}
@media only screen and (max-width: 767px) {
  .social#fb {
    right: 28%;
  }
}
.social#yt {
  background-position: 100% 0;
  right: 35px;
}
@media only screen and (max-width: 767px) {
  .social#yt {
    right: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .social {
    height: 0;
    width: 13%;
    padding-bottom: 13%;
  }
}
@media only screen and (max-width: 500px) {
  .social {
    top: 10px;
  }
}
/* navigation */
.navigation {
  position: absolute;
  top: -52px;
  right: 35px;
  z-index: 200;
  width: auto;
}
.navigation .menu {
  width: auto;
  z-index: 201;
  font-family: 'pennareloregular';
  font-weight: normal;
  font-style: normal;
  text-rendering: auto;
  letter-spacing: 0.05em;
  text-shadow: 0 1px 2px #495424;
  text-shadow: 0 1px 0.1em rgba(1, 1, 1, 0.5);
}
.navigation .menu:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
@media only screen and (max-width: 960px) {
  .navigation {
    top: -56px;
  }
  .navigation.s {
    right: 35px !important;
  }
}
@media only screen and (max-width: 890px) {
  .navigation.s {
    position: relative;
    margin: 0 auto 20px auto;
    width: 90%;
    right: auto !important;
    top: 20px;
    display: block !important;
  }
}
@media only screen and (max-width: 480px) {
  .navigation.s {
    margin: 0 auto 5px auto;
    top: 14px;
  }
}
html,
body {
  background-color: #399dc9;
  margin: 0;
  padding: 0;
  height: auto;
}
.pattern-left,
.pattern-right {
  overflow-x: hidden;
  height: auto;
}
@media only screen and (min-width: 1024px) {
  .pattern-left {
    background: url('img/pattern3.png') no-repeat -18% 250px;
    background-size: 30% auto;
  }
  .pattern-right {
    background: url('img/pattern3.png') no-repeat 118% 250px;
    background-size: 30%  auto;
  }
  .mytt .pattern-left {
    background-position: -24% 30px;
  }
  .mytt .pattern-right {
    background-position: 124% 30px;
  }
}
@media only screen and (min-width: 1500px) {
  .pattern-left {
    background: url('img/pattern3.png') no-repeat -4% 200px;
    background-size: 25% auto;
  }
  .pattern-right {
    background: url('img/pattern3.png') no-repeat 104% 200px;
    background-size: 25%  auto;
  }
  .mytt .pattern-left {
    background-position: -24% 30px;
  }
  .mytt .pattern-right {
    background-position: 124% 30px;
  }
}
/* content area */
.main-box {
  padding: 0;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  font-family: Helvetica;
  position: relative;
  height: 100%;
}
.main-box h1 {
  font-family: 'pennareloregular';
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.05em;
  text-rendering: auto;
  font-size: 2em;
  color: #ffffff;
  margin: 0 0 0 12.5%;
}
@media only screen and (max-width: 767px) {
  .main-box h1 {
    font-size: 1.6em;
  }
}
@media only screen and (max-width: 400px) {
  .main-box h1 {
    font-size: 1.4em;
  }
}
.main-box .single {
  position: relative;
  width: 100%;
  height: auto;
  clear: both;
}
.main-box .single .content {
  background: url('img/footer-tile.jpg') repeat;
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 80px;
}
@media only screen and (max-width: 1060px) {
  .main-box {
    max-width: auto;
    width: 95%;
  }
}
@media only screen and (max-width: 767px) {
  .main-box {
    max-width: auto;
    width: 100%;
    margin-top: 0;
  }
}
.tomgame .main-box {
  max-width: 1034px !important;
}
.shop {
  display: none;
}
@media only screen and (min-width: 768px) {
  .shop {
    display: block;
    margin: 50px auto 30px auto;
  }
  .shop a {
    text-indent: -9000px;
    display: block;
    background: url('img/store_tom.png') no-repeat;
    background-size: contain;
    width: 100%;
    max-width: 1000px;
    height: 0;
    padding-bottom: 21%;
    margin: 0 auto;
  }
  .shop a.angela {
    background: url('img/store_angela.png') no-repeat;
    background-size: contain;
  }
  .shop a.ben {
    background: url('img/store_ben.png') no-repeat;
    background-size: contain;
  }
  .shop a.gina {
    background: url('img/store_gina.png') no-repeat;
    background-size: contain;
  }
  .shop a.ginger {
    background: url('img/store_ginger.png') no-repeat;
    background-size: contain;
  }
  .shop a.pierre {
    background: url('img/store_pierre.png') no-repeat;
    background-size: contain;
  }
}
/* GLOBAL */
.close {
  font-size: 40px;
  line-height: 30px;
}
/* HELPER CLASSES */
.hidden-mobile {
  display: block;
}
@media only screen and (max-width: 450px) {
  .hidden-mobile {
    display: none;
  }
}
.visible-mobile {
  display: none;
}
@media only screen and (max-width: 450px) {
  .visible-mobile {
    display: block;
  }
}
.spacer {
  display: block;
  height: 120px;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .spacer {
    height: 20px;
  }
}
.nobottompadding {
  padding-bottom: 0 !important;
}
.hidden {
  display: none;
}
.disabled {
  opacity: 0.5;
  cursor: default !important;
}
.video-cnt {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-cnt iframe,
.video-cnt object,
.video-cnt embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.preload {
  position: absolute;
  left: 9000px;
  z-index: -9000;
}
#flashContent {
  display: none;
}
.trailer {
  z-index: 100;
  clear: both;
  width: 100%;
  position: relative;
}
.trailer a {
  color: #002b46;
  text-decoration: underline;
}
.trailer a:hover {
  color: #005d87;
}
.trailer p {
  font-family: 'pennareloregular';
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.05em;
  text-rendering: auto;
  letter-spacing: 0.02em;
  font-size: 20px;
  color: #005d87;
  line-height: 2em;
}
.trailer h1 {
  margin: 0 0 0 18px;
  font-family: 'pennareloregular';
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.05em;
  text-rendering: auto;
  letter-spacing: 0.02em;
  font-size: 28px;
  line-height: 2em;
  color: #ffffff;
  -webkit-text-stroke-width: .2px;
  -webkit-text-stroke-color: #0d638b;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 990px) {
  .trailer p {
    font-size: 16px;
  }
  .trailer h1 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 800px) {
  .trailer p {
    font-size: 14px;
  }
  .trailer h1 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .trailer p {
    font-size: 20px;
  }
  .trailer h1 {
    font-size: 40px;
    top: 6%;
    margin-left: 2%;
  }
}
@media only screen and (max-width: 600px) {
  .trailer p {
    font-size: 16px;
  }
  .trailer h1 {
    font-size: 30px;
    top: 6%;
  }
}
@media only screen and (max-width: 420px) {
  .trailer p {
    font-size: 14px;
  }
  .trailer h1 {
    font-size: 26px;
    top: 4%;
  }
}
.trailer .checkerbox {
  z-index: 101;
  position: relative;
  background: url('img/Game_bg.png') no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.trailer .checkerbox #coverhack {
  display: block;
  width: 200px;
  height: 160px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9000;
  text-indent: -9000px;
  content: "";
}
.trailer .checkerbox #flashContent,
.trailer .checkerbox #flashContent2 {
  position: relative;
  background: url('img/noFlash.png') no-repeat;
  background-size: 100% 100%;
  width: 80%;
  padding-bottom: 47.39%;
  margin: 50px 20% 0 0;
  float: left;
}
.trailer .checkerbox #flashContent div,
.trailer .checkerbox #flashContent2 div {
  position: absolute;
  right: 0;
  top: 33%;
  width: 55%;
  font-family: 'pennareloregular';
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.05em;
  text-rendering: auto;
  letter-spacing: 0.02em;
  font-size: 20px;
  color: #005d87;
  line-height: 2em;
  text-align: center;
}
.trailer .checkerbox object,
.trailer .checkerbox #flashContent3 {
  margin: 6% 6.5%;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .trailer .checkerbox {
    background: url('img/Game_bg.png') no-repeat;
    background-size: 100% 100%;
    padding-bottom: 54.968%;
  }
  .trailer .checkerbox object,
  .trailer .checkerbox #flashContent3 {
    margin: 3% 6.5%;
  }
}
@media screen and (min-width: 1020px) {
  .trailer .checkerbox {
    background: url('img/Game_bg.png') no-repeat;
    background-size: contain;
    padding-bottom: 62%;
    margin-bottom: 0;
  }
  .trailer .checkerbox object,
  .trailer .checkerbox #flashContent3 {
    margin: 6% 6.5%;
  }
}
.trailer .videobg {
  z-index: 101;
  position: relative;
  background: url('img/landing_papers_bg.png') no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 0;
  padding-bottom: 113%;
  margin: 15px auto 0 auto;
}
@media screen and (min-width: 460px) {
  .trailer .videobg {
    padding-bottom: 105%;
  }
}
@media screen and (min-width: 768px) {
  .trailer .videobg {
    background: url('img/Bg_my_apps.png') no-repeat;
    background-size: 100% 100%;
    padding-bottom: 43%;
    margin: 0;
  }
}
@media screen and (min-width: 1020px) {
  .trailer .videobg {
    background: url('img/Bg_my_apps.png') no-repeat;
    background-size: contain;
    padding-bottom: 50%;
    margin-bottom: 0;
  }
}
.trailer .videobg .video {
  position: relative;
  display: block;
  float: left;
  width: 580px;
  border: 1px solid #78745c;
  -moz-box-shadow: @(value);
  -webkit-box-shadow: @(value);
  -o-box-shadow: @(value);
  -ms-box-shadow: @(value);
  box-shadow: @(value);
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.55);
  -moz-box-shadow: 0 3px 9px rgba(0,0,0,0.55);
  -o-box-shadow: 0 3px 9px rgba(0,0,0,0.55);
  -ms-box-shadow: 0 3px 9px rgba(0,0,0,0.55);
  box-shadow: 0 3px 9px rgba(0,0,0,0.55);
  height: auto;
  margin: 7% 25px 10px 4.81%;
}
@media screen and (max-width: 1070px) {
  .trailer .videobg .video {
    width: 56%;
    margin: 4% 25px 10px 4.81%;
  }
}
@media screen and (max-width: 800px) {
  .trailer .videobg .video {
    margin: 4% 15px 10px 4.81%;
  }
}
@media screen and (max-width: 767px) {
  .trailer .videobg .video {
    margin: 10% 10%;
    width: 80%;
  }
}
.trailer .videobg .videodesc {
  padding: 0;
  margin: 7% 2% 0 0;
  width: 280px;
  font-family: 'complete_in_himregular';
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.05em;
  text-rendering: auto;
  letter-spacing: 0.02em;
  font-size: 27px;
  line-height: 1.1em;
  color: #343434;
  font-size: 18px;
  text-align: center;
}
.trailer .videobg .videodesc h2 {
  font-family: 'pennareloregular';
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.05em;
  text-rendering: auto;
  font-size: 15px;
  line-height: 1.3em;
  margin: -6px 0 17px 0;
  text-transform: uppercase;
}
.trailer .videobg .videodesc p {
  font-family: 'pennareloregular';
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.05em;
  text-rendering: auto;
  /*-webkit-text-stroke-color: rgba(51,51,51,0.5);-webkit-font-smoothing:antialiased;*/
  margin: 0 0 18px;
  color: #000000;
}
.trailer .videobg .videodesc span {
  font-size: 1.2em;
}
.trailer .videobg .videodesc .release-date {
  font-family: 'pennareloregular';
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.05em;
  text-rendering: auto;
  font-size: 1em;
  line-height: 1.8em;
  position: relative;
  margin-left: 10px;
  display: inline-block;
}
.trailer .videobg .videodesc strong {
  position: absolute;
  display: block;
  width: 134%;
  height: 132%;
  top: -11%;
  left: -16%;
  background: url('img/release_date_bg.png') no-repeat center center;
  background-size: contain;
  z-index: 99;
}
.trailer .videobg .videodesc .number {
  position: relative;
  z-index: 100;
  font-size: 18px;
  color: #222;
}
@media screen and (max-width: 1070px) {
  .trailer .videobg .videodesc {
    margin: 4% 0 0 0;
  }
}
@media screen and (max-width: 860px) {
  .trailer .videobg .videodesc {
    width: 250px;
    font-size: 18px;
  }
  .trailer .videobg .videodesc h2 {
    font-size: 15px;
    margin: -6px 0 12px 0;
  }
}
@media screen and (max-width: 767px) {
  .trailer .videobg .videodesc {
    margin: 0 7% 10px;
    padding: 3% 0 0;
    width: 86%;
    font-size: 24px;
    float: none;
    text-align: center;
  }
  .trailer .videobg .videodesc h2 {
    font-size: 14px;
    margin-bottom: 5%;
  }
  .trailer .videobg .videodesc p {
    font-size: 30px;
    line-height: 1em;
    font-family: 'complete_in_himregular';
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0.05em;
    text-rendering: auto;
    letter-spacing: 0.02em;
  }
  .trailer .videobg .videodesc p {
    display: block;
    margin-right: 5px;
    margin-bottom: 0;
  }
  .trailer .videobg .videodesc .release-date {
    display: inline;
    margin: 0;
  }
  .trailer .videobg .videodesc strong {
    display: none;
  }
  .trailer .videobg .videodesc .number {
    font-size: 0.8em;
    color: #333;
  }
}
@media screen and (max-width: 640px) {
  .trailer .videobg .videodesc h2 {
    font-size: 24px;
  }
  .trailer .videobg .videodesc p {
    font-size: 28px;
  }
}
@media screen and (max-width: 560px) {
  .trailer .videobg .videodesc h2 {
    font-size: 20px;
  }
  .trailer .videobg .videodesc p {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  .trailer .videobg .videodesc h2 {
    font-size: 15px;
  }
  .trailer .videobg .videodesc p {
    font-size: 18px;
  }
}
@media screen and (min-width: 767px) {
  .trailer .videobg .videodesc p {
    font-size: 0.6em;
    margin: 0 0 2px;
  }
}
@media screen and (min-width: 860px) {
  .trailer .videobg .videodesc p {
    font-size: 0.6em;
    margin: 0 0 5px;
  }
}
@media screen and (min-width: 960px) {
  .trailer .videobg .videodesc p {
    font-size: 0.8em;
    margin: 0 0 10px;
  }
}
.trailer .app_icon {
  display: inline-block;
  width: 48%;
  padding-bottom: 48%;
  margin: 0 auto;
  background: url('img/icons3.jpg') no-repeat center center;
  background-size: cover;
  -webkit-border-radius: 17%;
  -moz-border-radius: 17%;
  -o-moz-border-radius: 17%;
  -ms-moz-border-radius: 17%;
  border-radius: 17%;
  -moz-box-shadow: @(value);
  -webkit-box-shadow: @(value);
  -o-box-shadow: @(value);
  -ms-box-shadow: @(value);
  box-shadow: @(value);
  -webkit-box-shadow: 0 2px 5px #666;
  -moz-box-shadow: 0 2px 5px #666;
  -o-box-shadow: 0 2px 5px #666;
  -ms-box-shadow: 0 2px 5px #666;
  box-shadow: 0 2px 5px #666;
}
.trailer .app_icon#mtt {
  vertical-align: middle;
  background-position: 0 50%;
}
@media screen and (max-width: 1020px) {
  .trailer .app_icon {
    width: 40%;
    padding-bottom: 40%;
  }
}
@media screen and (max-width: 810px) {
  .trailer .app_icon {
    width: 30%;
    padding-bottom: 30%;
  }
}
@media screen and (max-width: 767px) {
  .trailer .app_icon {
    width: 30%;
    padding-bottom: 30%;
    float: left;
  }
}
.trailer #mtt_wrap {
  margin: 0 !important;
  display: block;
}
.trailer #mtt_text {
  line-height: 52px;
  text-decoration: none;
  color: #005d87;
}
.trailer #mtt_text:hover {
  text-decoration: none;
  color: #000000;
}
.trailer #mtt_text #mtt_app_text {
  line-height: 52px;
  padding: 10px 0 0 0;
  font-size: 1.6em;
  vertical-align: middle;
  display: inline-block;
}
@media screen and (max-width: 920px) {
  .trailer #mtt_text #mtt_app_text {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 767px) {
  .trailer #mtt_text #mtt_app_text {
    font-size: 35px;
  }
}
@media screen and (max-width: 660px) {
  .trailer #mtt_text #mtt_app_text {
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  .trailer #mtt_text #mtt_app_text {
    font-size: 24px;
    line-height: 24px;
  }
}
@media screen and (max-width: 480px) {
  .trailer #mtt_text #mtt_app_text {
    font-size: 16px;
    padding: 8px;
  }
}
@media screen and (max-width: 600px) {
  .trailer #mtt_text {
    line-height: 24px;
  }
}
.trailer .ytbanner {
  display: block;
  width: 100%;
  padding-bottom: 17.75%;
  background: url('img/CompetitionMobile.png') no-repeat;
  background-size: contain;
  text-indent: -9000px;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .trailer .ytbanner {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .trailer .ytbanner {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 550px) {
  .trailer .ytbanner {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 480px) {
  .trailer .ytbanner {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 340px) {
  .trailer .ytbanner {
    margin-top: 0;
  }
}
.trailer .ytribbon {
  display: none;
}
@media only screen and (min-width: 768px) {
  .trailer .ytribbon {
    display: block;
    position: absolute;
    width: 30%;
    height: 0;
    padding-bottom: 7.78%;
    background: url('img/CompetitionDesktop.png') no-repeat;
    background-size: contain;
    text-indent: -9000px;
    margin-top: 30px;
    content: "";
    top: 2%;
    right: -6.2%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 500;
  }
}
@media only screen and (min-width: 960px) {
  .trailer .ytribbon {
    top: 4%;
  }
}
.trailer .overlay {
  z-index: 101;
  position: relative;
  background: url('img/white_bg.png') no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 0;
  padding-bottom: 240%;
}
.trailer .overlay p {
  font-size: 18px;
}
.trailer .overlay h1 {
  position: absolute;
  top: 4%;
  left: 8%;
}
@media only screen and (max-width: 420px) {
  .trailer .overlay {
    padding-bottom: 250%;
  }
  .trailer .overlay h1 {
    left: 0;
    text-align: center;
    width: 100%;
  }
}
@media only screen and (max-width: 350px) {
  .trailer .overlay {
    padding-bottom: 270%;
  }
}
@media screen and (min-width: 768px) {
  .trailer .overlay {
    background: url('img/bg_about.png') no-repeat;
    background-size: 100% 100%;
    padding-bottom: 65%;
  }
  .trailer .overlay h1 {
    top: 12%;
  }
}
@media screen and (min-width: 1020px) {
  .trailer .overlay {
    padding-bottom: 68%;
    height: 0;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1045px) {
  .trailer .overlay.pierre p,
  .trailer .overlay.angela p,
  .trailer .overlay.ginger p,
  .trailer .overlay.tom p,
  .trailer .overlay.gina p {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1020px) {
  .trailer .overlay.pierre p,
  .trailer .overlay.angela p,
  .trailer .overlay.ginger p,
  .trailer .overlay.tom p,
  .trailer .overlay.gina p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 960px) {
  .trailer .overlay.pierre p,
  .trailer .overlay.angela p,
  .trailer .overlay.ginger p,
  .trailer .overlay.tom p,
  .trailer .overlay.gina p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 920px) {
  .trailer .overlay.pierre p,
  .trailer .overlay.angela p,
  .trailer .overlay.ginger p,
  .trailer .overlay.tom p,
  .trailer .overlay.gina p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 850px) {
  .trailer .overlay.pierre p,
  .trailer .overlay.angela p,
  .trailer .overlay.ginger p,
  .trailer .overlay.tom p,
  .trailer .overlay.gina p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .trailer .overlay.pierre,
  .trailer .overlay.angela,
  .trailer .overlay.ginger,
  .trailer .overlay.tom,
  .trailer .overlay.gina {
    padding-bottom: 220%;
  }
  .trailer .overlay.pierre p,
  .trailer .overlay.angela p,
  .trailer .overlay.ginger p,
  .trailer .overlay.tom p,
  .trailer .overlay.gina p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 720px) {
  .trailer .overlay.pierre p,
  .trailer .overlay.angela p,
  .trailer .overlay.ginger p,
  .trailer .overlay.tom p,
  .trailer .overlay.gina p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 670px) {
  .trailer .overlay.pierre p,
  .trailer .overlay.angela p,
  .trailer .overlay.ginger p,
  .trailer .overlay.tom p,
  .trailer .overlay.gina p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 620px) {
  .trailer .overlay.pierre p,
  .trailer .overlay.angela p,
  .trailer .overlay.ginger p,
  .trailer .overlay.tom p,
  .trailer .overlay.gina p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 540px) {
  .trailer .overlay.pierre,
  .trailer .overlay.angela,
  .trailer .overlay.ginger,
  .trailer .overlay.tom,
  .trailer .overlay.gina {
    padding-bottom: 230%;
  }
}
@media only screen and (max-width: 440px) {
  .trailer .overlay.pierre,
  .trailer .overlay.angela,
  .trailer .overlay.ginger,
  .trailer .overlay.tom,
  .trailer .overlay.gina {
    padding-bottom: 250%;
  }
}
@media only screen and (max-width: 400px) {
  .trailer .overlay.pierre,
  .trailer .overlay.angela,
  .trailer .overlay.ginger,
  .trailer .overlay.tom,
  .trailer .overlay.gina {
    padding-bottom: 270%;
  }
}
@media only screen and (max-width: 360px) {
  .trailer .overlay.pierre,
  .trailer .overlay.angela,
  .trailer .overlay.ginger,
  .trailer .overlay.tom,
  .trailer .overlay.gina {
    padding-bottom: 295%;
  }
}
.trailer .overlay.ben p {
  font-size: 17px;
}
@media only screen and (max-width: 1045px) {
  .trailer .overlay.ben p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1020px) {
  .trailer .overlay.ben p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 960px) {
  .trailer .overlay.ben p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 920px) {
  .trailer .overlay.ben p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 850px) {
  .trailer .overlay.ben {
    padding-bottom: 72%;
  }
}
@media only screen and (max-width: 767px) {
  .trailer .overlay.ben {
    padding-bottom: 220%;
  }
  .trailer .overlay.ben p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 720px) {
  .trailer .overlay.ben p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 670px) {
  .trailer .overlay.ben p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 620px) {
  .trailer .overlay.ben p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 540px) {
  .trailer .overlay.ben {
    padding-bottom: 230%;
  }
}
@media only screen and (max-width: 440px) {
  .trailer .overlay.ben {
    padding-bottom: 250%;
  }
}
@media only screen and (max-width: 400px) {
  .trailer .overlay.ben {
    padding-bottom: 270%;
  }
}
@media only screen and (max-width: 360px) {
  .trailer .overlay.ben {
    padding-bottom: 295%;
  }
}
@media only screen and (max-width: 1000px) {
  .trailer .overlay.tom {
    padding-bottom: 68%;
  }
}
@media only screen and (max-width: 767px) {
  .trailer .overlay.tom {
    padding-bottom: 220%;
  }
  .trailer .overlay.tom p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 720px) {
  .trailer .overlay.tom p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 670px) {
  .trailer .overlay.tom p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 620px) {
  .trailer .overlay.tom p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 540px) {
  .trailer .overlay.tom {
    padding-bottom: 230%;
  }
}
@media only screen and (max-width: 440px) {
  .trailer .overlay.tom {
    padding-bottom: 250%;
  }
}
@media only screen and (max-width: 400px) {
  .trailer .overlay.tom {
    padding-bottom: 270%;
  }
}
@media only screen and (max-width: 360px) {
  .trailer .overlay.tom {
    padding-bottom: 295%;
  }
}
@media only screen and (max-width: 360px) {
  .trailer .overlay.angela {
    padding-bottom: 305% !important;
  }
}
@media only screen and (max-width: 360px) {
  .trailer .overlay.ginger,
  .trailer .overlay.ben,
  .trailer .overlay.tom {
    padding-bottom: 315% !important;
  }
}
.trailer .overlayf {
  z-index: 101;
  position: relative;
  background: url('img/white_bg.png') no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 0;
  padding-bottom: 190%;
}
.trailer .overlayf h1 {
  position: absolute;
  top: 6%;
  left: 8%;
}
@media screen and (min-width: 768px) {
  .trailer .overlayf {
    background: url('img/bg_about.png') no-repeat;
    background-size: 100% 100%;
    padding-bottom: 74%;
  }
  .trailer .overlayf h1 {
    top: 12%;
  }
}
@media screen and (min-width: 1020px) {
  .trailer .overlayf {
    padding-bottom: 74%;
    height: 0;
    margin-bottom: 0;
  }
}
.apps {
  width: 80%;
  padding: 30px 10% 0 10%;
}
@media only screen and (max-width: 960px) {
  .apps {
    background-size: 100% 68%;
  }
}
@media only screen and (max-width: 767px) {
  .apps {
    padding: 3% 10%;
    background-size: cover;
    background-position: 50% top;
  }
}
.apps .app {
  width: 45%;
  margin: 0 0 5% 10%;
  padding: 0;
  float: left;
}
.apps .app:nth-child(2n+1) {
  margin: 0 0 4% 0;
}
@media only screen and (min-width: 480px) {
  .apps .app {
    width: 50%;
    margin: 0 0 5% 0;
  }
}
@media only screen and (min-width: 768px) {
  .apps .app {
    padding: 0;
    width: 22%;
    margin: 0 0 5% 4%;
  }
  .apps .app:nth-child(3n) {
    margin: 0 0 25px 4%;
  }
}
@media only screen and (min-width: 1020px) {
  .apps .app {
    width: 25%;
    margin: 0 0 35px 0;
  }
  .apps .app:nth-child(3n) {
    margin: 0 0 35px 0;
  }
}
.apps .app a {
  text-decoration: none;
}
.apps .app a:hover {
  text-decoration: none;
}
.apps .app .app_title {
  font-size: 11px;
  line-height: 1.3em;
  padding: 0;
  margin: 5% 0;
  font-family: 'pennareloregular';
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.05em;
  text-rendering: auto;
  /*-webkit-text-stroke-color: rgba(51,51,51,0.5);-webkit-font-smoothing:antialiased;*/
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  letter-spacing: 0;
  text-align: center;
}
@media only screen and (min-width: 480px) {
  .apps .app .app_title {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .apps .app .app_title {
    font-size: 17px;
    margin: 8px 0;
    padding: 0 10px;
  }
}
.apps .app .app_icon {
  width: 100%;
  padding-bottom: 100%;
  margin: 0 auto;
  background: url('img/icons_sprite3.jpg') no-repeat center center;
  background-size: 100% 1700%;
  -webkit-border-radius: 17%;
  -moz-border-radius: 17%;
  -o-moz-border-radius: 17%;
  -ms-moz-border-radius: 17%;
  border-radius: 17%;
  -moz-box-shadow: @(value);
  -webkit-box-shadow: @(value);
  -o-box-shadow: @(value);
  -ms-box-shadow: @(value);
  box-shadow: @(value);
  -webkit-box-shadow: 0 2px 5px #666;
  -moz-box-shadow: 0 2px 5px #666;
  -o-box-shadow: 0 2px 5px #666;
  -ms-box-shadow: 0 2px 5px #666;
  box-shadow: 0 2px 5px #666;
}
@media only screen and (min-width: 480px) {
  .apps .app .app_icon {
    width: 152px;
    padding-bottom: 152px;
  }
}
@media only screen and (min-width: 768px) {
  .apps .app .app_icon {
    width: 100%;
    padding-bottom: 100%;
  }
}
@media only screen and (min-width: 1020px) {
  .apps .app .app_icon {
    width: 152px;
    padding-bottom: 152px;
  }
}
.apps .app .app_icon#tom {
  background-position: 0 0;
}
.apps .app .app_icon#tom2 {
  background-position: 0 6.25%;
}
@media only screen and (min-width: 480px) {
  .apps .app .app_icon#tom2 {
    background-position: 0 -152px;
  }
}
@media only screen and (min-width: 768px) {
  .apps .app .app_icon#tom2 {
    background-position: 0 6.25%;
  }
}
@media only screen and (min-width: 1020px) {
  .apps .app .app_icon#tom2 {
    background-position: 0 -152px;
  }
}
.apps .app .app_icon#tbnews {
  background-position: 0 12.5%;
}
@media only screen and (min-width: 480px) {
  .apps .app .app_icon#tbnews {
    background-position: 0 -304px;
  }
}
@media only screen and (min-width: 768px) {
  .apps .app .app_icon#tbnews {
    background-position: 0 12.5%;
  }
}
@media only screen and (min-width: 1020px) {
  .apps .app .app_icon#tbnews {
    background-position: 0 -304px;
  }
}
.apps .app .app_icon#tla {
  background-position: 0 18.75%;
}
@media only screen and (min-width: 480px) {
  .apps .app .app_icon#tla {
    background-position: 0 -456px;
  }
}
@media only screen and (min-width: 768px) {
  .apps .app .app_icon#tla {
    background-position: 0 18.75%;
  }
}
@media only screen and (min-width: 1020px) {
  .apps .app .app_icon#tla {
    background-position: 0 -456px;
  }
}
.apps .app .app_icon#tms {
  background-position: 0 25%;
}
@media only screen and (min-width: 480px) {
  .apps .app .app_icon#tms {
    background-position: 0 -608px;
  }
}
@media only screen and (min-width: 768px) {
  .apps .app .app_icon#tms {
    background-position: 0 25%;
  }
}
@media only screen and (min-width: 1020px) {
  .apps .app .app_icon#tms {
    background-position: 0 -608px;
  }
}
.apps .app .app_icon#tll {
  background-position: 0 31.25%;
}
@media only screen and (min-width: 480px) {
  .apps .app .app_icon#tll {
    background-position: 0 -760px;
  }
}
@media only screen and (min-width: 768px) {
  .apps .app .app_icon#tll {
    background-position: 0 31.25%;
  }
}
@media only screen and (min-width: 1020px) {
  .apps .app .app_icon#tll {
    background-position: 0 -760px;
  }
}
.apps .app .app_icon#tfc {
  background-position: 0 37.5%;
}
@media only screen and (min-width: 480px) {
  .apps .app .app_icon#tfc {
    background-position: 0 -912px;
  }
}
@media only screen and (min-width: 768px) {
  .apps .app .app_icon#tfc {
    background-position: 0 37.5%;
  }
}
@media only screen and (min-width: 1020px) {
  .apps .app .app_icon#tfc {
    background-position: 0 -912px;
  }
}
.apps .app .app_icon#tfs {
  background-position: 0 43.75%;
}
@media only screen and (min-width: 480px) {
  .apps .app .app_icon#tfs {
    background-position: 0 -1064px;
  }
}
@media only screen and (min-width: 768px) {
  .apps .app .app_icon#tfs {
    background-position: 0 43.75%;
  }
}
@media only screen and (min-width: 1020px) {
  .apps .app .app_icon#tfs {
    background-position: 0 -1064px;
  }
}
.apps .app .app_icon#mtt {
  background-position: 0 50%;
}
@media only screen and (min-width: 480px) {
  .apps .app .app_icon#mtt {
    background-position: 0 -1216px;
  }
}
@media only screen and (min-width: 768px) {
  .apps .app .app_icon#mtt {
    background-position: 0 50%;
  }
}
@media only screen and (min-width: 1020px) {
  .apps .app .app_icon#mtt {
    background-position: 0 -1216px;
  }
}
.apps .app .app_icon#gin {
  background-position: 0 56.25%;
}
@media only screen and (min-width: 480px) {
  .apps .app .app_icon#gin {
    background-position: 0 -1368px;
  }
}
@media only screen and (min-width: 768px) {
  .apps .app .app_icon#gin {
    background-position: 0 56.25%;
  }
}
@media only screen and (min-width: 1020px) {
  .apps .app .app_icon#gin {
    background-position: 0 -1368px;
  }
}
.apps .app .app_icon#santa {
  background-position: 0 62.5%;
}
@media only screen and (min-width: 480px) {
  .apps .app .app_icon#santa {
    background-position: 0 -1520px;
  }
}
@media only screen and (min-width: 768px) {
  .apps .app .app_icon#santa {
    background-position: 0 62.5%;
  }
}
@media only screen and (min-width: 1020px) {
  .apps .app .app_icon#santa {
    background-position: 0 -1520px;
  }
}
.apps .app .app_icon#tgi {
  background-position: 0 68.75%;
}
@media only screen and (min-width: 480px) {
  .apps .app .app_icon#tgi {
    background-position: 0 -1672px;
  }
}
@media only screen and (min-width: 768px) {
  .apps .app .app_icon#tgi {
    background-position: 0 68.75%;
  }
}
@media only screen and (min-width: 1020px) {
  .apps .app .app_icon#tgi {
    background-position: 0 -1672px;
  }
}
.apps .app .app_icon#bir {
  background-position: 0 75%;
}
@media only screen and (min-width: 480px) {
  .apps .app .app_icon#bir {
    background-position: 0 -1824px;
  }
}
@media only screen and (min-width: 768px) {
  .apps .app .app_icon#bir {
    background-position: 0 75%;
  }
}
@media only screen and (min-width: 1020px) {
  .apps .app .app_icon#bir {
    background-position: 0 -1824px;
  }
}
.apps .app .app_icon#ben {
  background-position: 0 81.25%;
}
@media only screen and (min-width: 480px) {
  .apps .app .app_icon#ben {
    background-position: 0 -1976px;
  }
}
@media only screen and (min-width: 768px) {
  .apps .app .app_icon#ben {
    background-position: 0 81.25%;
  }
}
@media only screen and (min-width: 1020px) {
  .apps .app .app_icon#ben {
    background-position: 0 -1976px;
  }
}
.apps .app .app_icon#pie {
  background-position: 0 87.5%;
}
@media only screen and (min-width: 480px) {
  .apps .app .app_icon#pie {
    background-position: 0 -2128px;
  }
}
@media only screen and (min-width: 768px) {
  .apps .app .app_icon#pie {
    background-position: 0 87.5%;
  }
}
@media only screen and (min-width: 1020px) {
  .apps .app .app_icon#pie {
    background-position: 0 -2128px;
  }
}
.apps .app .app_icon#ang {
  background-position: 0 93.75%;
}
@media only screen and (min-width: 480px) {
  .apps .app .app_icon#ang {
    background-position: 0 -2280px;
  }
}
@media only screen and (min-width: 768px) {
  .apps .app .app_icon#ang {
    background-position: 0 93.75%;
  }
}
@media only screen and (min-width: 1020px) {
  .apps .app .app_icon#ang {
    background-position: 0 -2280px;
  }
}
.apps .app .app_icon#big {
  background-position: 0 100%;
}
@media only screen and (min-width: 480px) {
  .apps .app .app_icon#big {
    background-position: 0 -2432px;
  }
}
@media only screen and (min-width: 768px) {
  .apps .app .app_icon#big {
    background-position: 0 100%;
  }
}
@media only screen and (min-width: 1020px) {
  .apps .app .app_icon#big {
    background-position: 0 -2432px;
  }
}
#applist {
  display: block;
  margin-bottom: 10px;
  clear: both;
}
#applist:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.text {
  float: left;
  display: block;
  width: 45%;
  margin: 16% 0 8% 8%;
}
@media only screen and (max-width: 767px) {
  .text {
    width: 80%;
    margin: -15% 10% 0 10%;
  }
}
@media only screen and (max-width: 500px) {
  .text {
    width: 90%;
    margin: -15% 5% 0 5%;
  }
}
.character {
  position: relative;
  width: 39%;
  max-width: 500px;
  min-width: 200px;
  margin: 8% 3% 6% 0;
  padding: 0 20px;
  overflow: hidden;
  float: right;
  display: block;
}
.character .scroll {
  z-index: 200;
  display: none;
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 109px;
}
.character .scroll .arrows {
  position: absolute;
  background: url('img/Arrows2.png') no-repeat;
  background-size: 400%;
  width: 109px;
  height: 109px;
  top: -300%;
  cursor: pointer;
}
.character .scroll .arrows.left {
  background-position: 0 0;
  left: 0;
}
.character .scroll .arrows.right {
  background-position: 100% 0;
  right: 0;
}
@media only screen and (min-width: 420px) {
  .character .scroll .arrows {
    top: -400%;
  }
}
@media only screen and (min-width: 500px) {
  .character .scroll .arrows {
    top: -300%;
  }
}
@media only screen and (min-width: 700px) {
  .character .scroll .arrows {
    top: -400%;
  }
}
@media only screen and (min-width: 768px) {
  .character .scroll .arrows {
    top: 0;
    background-size: 400%;
    width: 84px;
    height: 84px;
  }
}
@media only screen and (max-width: 350px) {
  .character .scroll .arrows {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .character .scroll {
    height: 60px;
    width: 60%;
  }
}
@media only screen and (min-width: 1020px) {
  .character .scroll {
    width: 50%;
    height: 84px;
  }
}
@media only screen and (max-width: 500px) {
  .character .scroll {
    height: 70px;
  }
}
.character .over {
  display: none;
}
@media only screen and (min-width: 768px) {
  .character .over {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    background: url('img/overlay.png') no-repeat;
    background-size: cover;
  }
}
.character .roll {
  z-index: 50;
  position: relative;
  width: 100%;
  padding-bottom: 118%;
  left: 0;
  background-position: 0 0;
}
.character .roll.tom {
  background: url('img/tom_carousel.png') repeat-x;
  background-size: 300%;
}
.character .roll.ben {
  background: url('img/ben_carousel.png') repeat-x;
  background-size: 300%;
}
.character .roll.angela {
  background: url('img/angela_carousel.png') repeat-x;
  background-size: 300%;
}
.character .roll.ginger {
  background: url('img/ginger_carousel.png') repeat-x;
  background-size: 300%;
}
.character .roll.pierre {
  background: url('img/pierre_carousel.png') repeat-x;
  background-size: 300%;
}
.character .roll.gina {
  background: url('img/gina_carousel.png') repeat-x;
  background-size: 300%;
}
@media only screen and (max-width: 1020px) {
  .character {
    margin: 6% 3% 6% 0;
  }
}
@media only screen and (max-width: 920px) {
  .character {
    width: 37%;
  }
}
@media only screen and (max-width: 767px) {
  .character {
    width: 100%;
    max-width: 100%;
    float: left;
    margin: 22% 0 0 0;
    padding: 0;
  }
}
@media only screen and (max-width: 420px) {
  .character {
    margin: 26% 0 0 0;
  }
  .character.ginger {
    margin: 20% 0 0 0;
  }
  .character.pierre {
    margin: 12% 0 0 0;
  }
}
.social2 {
  position: absolute;
  bottom: 12%;
  background: url('img/social.png') no-repeat;
  background-size: 300%;
  width: 45px;
  height: 45px;
  display: block;
  text-indent: -9000px;
}
.social2#tw2,
.social2.n2 {
  background-position: 0 0;
  left: 13% !important;
}
@media only screen and (max-width: 960px) {
  .social2#tw2,
  .social2.n2 {
    left: 15% !important;
  }
}
@media only screen and (max-width: 767px) {
  .social2#tw2,
  .social2.n2 {
    left: 22% !important;
  }
}
@media only screen and (max-width: 500px) {
  .social2#tw2,
  .social2.n2 {
    left: 17% !important;
  }
}
.social2#fb2 {
  background-position: 50% 0;
  left: 8%;
}
@media only screen and (max-width: 960px) {
  .social2#fb2 {
    left: 8%;
  }
}
@media only screen and (max-width: 767px) {
  .social2#fb2 {
    left: 10%;
  }
}
@media only screen and (max-width: 500px) {
  .social2#fb2 {
    left: 5%;
  }
}
.social2#yt2 {
  background-position: 100% 0;
  left: 17%;
}
@media only screen and (max-width: 960px) {
  .social2#yt2 {
    left: 21%;
  }
}
@media only screen and (max-width: 767px) {
  .social2#yt2 {
    left: 32%;
  }
}
@media only screen and (max-width: 500px) {
  .social2#yt2 {
    left: 27%;
  }
}
@media only screen and (max-width: 767px) {
  .social2 {
    height: 0;
    width: 10%;
    padding-bottom: 10%;
    bottom: 6%;
  }
}
.facts {
  background: url('img/landing_bg_underflash.png') no-repeat;
  background-size: cover;
  background-position: 50% 100%;
  width: 100%;
  height: 200px;
  margin: -40px auto;
  display: none;
  float: left;
}
.facts p {
  width: 600px;
  margin: 0 auto;
  font-family: 'pennareloregular';
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.05em;
  text-rendering: auto;
  letter-spacing: 0.02em;
  font-size: 24px;
  color: #ffffff;
  padding: 38px;
  line-height: 1.4em;
  text-align: center;
  text-shadow: 0 0 2px rgba(8, 27, 36, 0.35);
  -webkit-text-shadow: 0 0 2px rgba(8, 27, 36, 0.35);
  -moz-text-shadow: 0 0 2px rgba(8, 27, 36, 0.35);
  -o-text-shadow: 0 0 2px rgba(8, 27, 36, 0.35);
  -ms-text-shadow: 0 0 2px rgba(8, 27, 36, 0.35);
}
.facts p span {
  font-size: 1.4em;
  margin: 0 5px;
}
@media only screen and (max-width: 767px) {
  .facts {
    height: auto;
    width: 90%;
    margin: 25px 5% -25px;
    background-size: contain;
  }
  .facts p {
    width: 70%;
    margin: 0 auto;
    font-family: 'pennareloregular';
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0.05em;
    text-rendering: auto;
    font-size: 19px;
    line-height: 1.4em;
  }
  .facts p span {
    font-size: 1.4em;
    margin: 0 5px;
  }
}
@media only screen and (max-width: 480px) {
  .facts p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 320px) {
  .facts p {
    font-size: 12px;
  }
}
.friends {
  position: relative;
  margin: 30% auto;
  margin-left: 15%;
  float: left;
  width: 70%;
  height: 0;
  padding-bottom: 100%;
}
.friends .cht {
  display: none;
}
@media only screen and (min-width: 768px) {
  .friends .cht {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    float: none;
    z-index: 199;
  }
  .friends .cht .angela {
    position: absolute;
    width: 18%;
    height: 67%;
    left: 6%;
    bottom: 5%;
    z-index: 202;
    text-decoration: none;
    text-indent: -9000px;
  }
  .friends .cht .ginger {
    position: absolute;
    width: 22%;
    height: 47%;
    left: 24%;
    bottom: 1%;
    z-index: 204;
    text-decoration: none;
    text-indent: -9000px;
  }
  .friends .cht .gina {
    position: absolute;
    width: 27%;
    height: 86%;
    left: 24%;
    bottom: 12%;
    z-index: 201;
    text-decoration: none;
    text-indent: -9000px;
  }
  .friends .cht .ben {
    position: absolute;
    width: 21%;
    height: 69%;
    left: 45%;
    bottom: 4%;
    z-index: 203;
    text-decoration: none;
    text-indent: -9000px;
  }
  .friends .cht .pierre {
    position: absolute;
    z-index: 200;
    width: 28%;
    height: 58%;
    left: 66%;
    bottom: 7%;
    text-decoration: none;
    text-indent: -9000px;
  }
}
.friends .ch {
  display: block;
  width: 45%;
  max-width: 180px;
  margin: 3% 0 8% 10%;
  padding-bottom: 59%;
  float: left;
  text-decoration: none;
  position: relative;
}
.friends .ch:nth-child(2n+1) {
  margin: 3% 0 8% 0;
}
@media only screen and (min-width: 768px) {
  .friends .ch {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    float: none;
  }
  .friends .ch:nth-child(2n+1) {
    margin: 0;
  }
}
.friends .ch .ch_title {
  font-size: 11px;
  line-height: 1.3em;
  padding: 0;
  margin: 5% 0;
  font-family: 'pennareloregular';
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.05em;
  text-rendering: auto;
  /*-webkit-text-stroke-color: rgba(51,51,51,0.5);-webkit-font-smoothing:antialiased;*/
  color: #ffffff;
  text-shadow: 0 1px 0px rgba(0, 0, 0, 0.5);
  letter-spacing: 0;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: -12%;
}
@media only screen and (min-width: 768px) {
  .friends .ch .ch_title {
    display: none;
  }
}
@media only screen and (min-width: 560px) {
  .friends .ch .ch_title {
    bottom: -2%;
  }
}
@media only screen and (min-width: 480px) {
  .friends .ch .ch_title {
    font-size: 13px;
  }
}
.friends .ch.angela {
  background: url('img/angela.png') no-repeat;
  background-size: contain;
  z-index: 102;
}
@media only screen and (min-width: 768px) {
  .friends .ch.angela {
    background: url('img/ch_angela2.png') no-repeat;
    background-size: contain;
  }
}
.friends .ch.ginger {
  background: url('img/ginger.png') no-repeat;
  background-size: contain;
  z-index: 104;
}
@media only screen and (min-width: 768px) {
  .friends .ch.ginger {
    background: url('img/ch_ginger.png') no-repeat;
    background-size: contain;
  }
}
.friends .ch.gina {
  background: url('img/Gina.png') no-repeat;
  background-size: contain;
  z-index: 101;
}
@media only screen and (min-width: 768px) {
  .friends .ch.gina {
    background: url('img/ch_gina2.png') no-repeat;
    background-size: contain;
  }
}
.friends .ch.ben {
  background: url('img/Ben.png') no-repeat;
  background-size: contain;
  z-index: 103;
}
@media only screen and (min-width: 768px) {
  .friends .ch.ben {
    background: url('img/ch_ben2.png') no-repeat;
    background-size: contain;
  }
}
.friends .ch.pierre {
  background: url('img/Pierre.png') no-repeat;
  background-size: contain;
  z-index: 100;
}
@media only screen and (min-width: 768px) {
  .friends .ch.pierre {
    background: url('img/ch_pierre2.png') no-repeat;
    background-size: contain;
  }
}
@media only screen and (min-width: 690px) {
  .friends {
    margin-left: 20%;
    width: 60%;
  }
}
@media only screen and (min-width: 768px) {
  .friends {
    margin: 10% 8% 5% 13%;
    width: 80%;
    padding-bottom: 66.67%;
    background: url('img/characters_all2.png') no-repeat;
    background-size: contain;
  }
}
/* banner & contact + footer */
.footer {
  position: relative;
  z-index: 100;
  background: url('img/footer_new.png') repeat-x;
  width: 100%;
  height: auto;
  padding: 24px 0 0;
}
.footer .wrapper {
  background: url('img/footer_tile.jpg') repeat;
}
.footer .wrapper .content {
  padding: 20px 0;
  max-width: 880px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
}
.copyfooter {
  width: 95%;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  background: url('img/footer-bg.jpg') repeat;
}
.copyfooter p {
  margin: 0 0 5px 0;
}
@media only screen and (max-width: 1000px) {
  .copyfooter {
    max-width: auto;
    width: 90%;
    padding-bottom: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .copyfooter {
    font-family: 'arial_rounded_mtregular', sans-serif;
    font-size: 12px;
    line-height: 14px;
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .copyfooter {
    font-size: 10px;
    line-height: 12px;
  }
}
.copyfooter .copyright {
  font-weight: bold;
  min-height: 10px;
  width: auto;
  font-family: 'complete_in_himregular';
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.05em;
  text-rendering: auto;
  letter-spacing: 0.02em;
  /*-webkit-text-stroke-color: rgba(51,51,51,0.5);-webkit-font-smoothing:antialiased;*/
  font-size: 22px;
  line-height: 24px;
  color: #343434;
}
.copyfooter .copyright .outfit7 {
  display: inline-block;
  width: 96px;
  height: 22px;
  position: relative;
  top: 2px;
  margin: 0 3px;
  background: url('img/outfit7_logo.png') no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}
.copyfooter .copyright p {
  margin: -2px 0 0 0;
}
@media only screen and (max-width: 1000px) {
  .copyfooter .copyright p {
    font-size: 18px;
    line-height: 20px;
  }
  .copyfooter .copyright .outfit7 {
    line-height: 20px;
    padding: 6px;
    top: 4px;
    background-size: contain;
    display: inline;
    text-indent: -9999px;
    overflow: hidden;
    color: rgba(0, 0, 0, 0);
  }
}
@media only screen and (max-width: 767px) {
  .copyfooter .copyright {
    width: 100%;
    text-align: center;
    float: none;
    min-height: 10px;
  }
  .copyfooter .copyright p {
    font-size: 16px;
    line-height: 16px;
  }
  .copyfooter .copyright .outfit7 {
    line-height: 16px;
    padding: 3px;
    top: 3px;
    background-size: contain;
    display: inline;
    text-indent: -9999px;
    overflow: hidden;
    color: rgba(0, 0, 0, 0);
  }
}
@media only screen and (max-width: 480px) {
  .copyfooter .copyright p {
    font-size: 14px;
    line-height: 14px;
  }
  .copyfooter .copyright .outfit7 {
    line-height: 14px;
    padding: 3px;
    top: 3px;
    background-size: contain;
    display: inline;
    text-indent: -9999px;
    overflow: hidden;
    color: rgba(0, 0, 0, 0);
  }
}
.copyfooter .privacy {
  min-height: 10px;
  float: right;
  width: auto;
  text-align: right;
  margin-left: 0 !important;
}
.copyfooter .privacy a {
  margin-left: 20px;
  font-size: 16px;
  line-height: 24px;
  color: #95c600;
  text-decoration: underline;
  font-family: 'pennareloregular';
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.05em;
  text-rendering: auto;
  /*-webkit-text-stroke-color: rgba(51,51,51,0.5);-webkit-font-smoothing:antialiased;*/
  -webkit-text-stroke-color: rgba(138, 183, 0, 0.5);
  text-shadow: 0 0px 2px rgba(255, 255, 255, 0.8);
}
.copyfooter .privacy a:hover {
  color: #95c600;
}
@media only screen and (max-width: 1000px) {
  .copyfooter .privacy,
  .copyfooter .privacy a {
    font-size: 14px;
    line-height: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .copyfooter .privacy {
    margin-left: 0;
    text-align: center;
    width: 100%;
    float: none;
    min-height: 10px;
  }
  .copyfooter .privacy,
  .copyfooter .privacy a {
    font-size: 12px;
    line-height: 12px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 480px) {
  .copyfooter .privacy,
  .copyfooter .privacy a {
    font-size: 11px;
    line-height: 11px;
    margin-top: 3px;
  }
}
.legal,
.yt {
  font-family: 'complete_in_himregular';
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.05em;
  text-rendering: auto;
  letter-spacing: 0.02em;
  /*-webkit-text-stroke-color: rgba(51,51,51,0.5);-webkit-font-smoothing:antialiased;*/
  font-size: 1.4em;
  line-height: 1.3em;
  word-wrap: break-word;
}
.legal p,
.yt p {
  margin-bottom: 1em;
}
.legal p strong,
.yt p strong {
  font-family: 'pennareloregular';
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.05em;
  text-rendering: auto;
  font-size: 1em;
  margin-top: 2em;
  display: block;
}
.legal h1,
.yt h1,
.legal h2,
.yt h2,
.legal h3,
.yt h3,
.legal h4,
.yt h4,
.legal h5,
.yt h5 {
  font-family: 'pennareloregular';
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.05em;
  text-rendering: auto;
}
.legal h1,
.yt h1 {
  font-size: 1.5em;
  margin-bottom: 0.5em;
}
.legal h2,
.yt h2 {
  font-size: 1.2em;
  margin: 1.2em 0 0.5em;
}
@media only screen and (max-width: 480px) {
  .legal p,
  .yt p {
    margin-bottom: 1em;
  }
  .legal p strong,
  .yt p strong {
    font-size: 0.8em;
  }
  .legal h1,
  .yt h1,
  .legal h2,
  .yt h2,
  .legal h3,
  .yt h3,
  .legal h4,
  .yt h4,
  .legal h5,
  .yt h5 {
    font-family: 'pennareloregular';
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0.05em;
    text-rendering: auto;
    line-height: 1.2em;
  }
  .legal h1,
  .yt h1 {
    font-size: 1em;
    margin-bottom: 0.5em;
  }
  .legal h2,
  .yt h2 {
    font-size: 0.8em;
  }
}
.footer.s .copyfooter {
  background: url('img/footer_split_line.png') no-repeat 0 top;
  background-size: 100% auto;
  padding-top: 22px;
}
@media only screen and (max-width: 480px) {
  .footer.s .copyfooter {
    padding-top: 18px;
  }
}
.copyright,
.privacy {
  padding-bottom: 6px;
}
/* cookie popup message */
#o7cookiemsg {
  width: 96%;
  min-height: 45px;
  height: auto;
  padding: 5px 2.5% 5px 2%;
  position: fixed;
  bottom: 0;
  background: #000000;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  z-index: 9000;
  display: none;
}
#o7cookiemsg p {
  width: 68%;
  margin: 0;
  font-size: 14px;
}
#o7cookiemsg .continuebtn {
  position: absolute;
  right: 2%;
  top: 50%;
  margin-top: -17px;
  font-size: 14px;
  display: block;
  width: auto;
  height: 35px;
  padding: 0 10px 0 10px;
  background: #abdc15;
  background: -webkit-gradient(linear, left top, left bottom, from(#abdc15), to(#95bf14));
  background: -webkit-linear-gradient(top, #abdc15, #95bf14);
  background: -moz-linear-gradient(top, #abdc15, #95bf14);
  background: -o-linear-gradient(top, #abdc15, #95bf14);
  background: -ms-linear-gradient(top, #abdc15, #95bf14);
  background: linear-gradient(top, #abdc15, #95bf14);
  /*.gradient(#3399ff, 40%, #08c, 90%);*/
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-moz-border-radius: 5px;
  -ms-moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: @(value);
  -webkit-box-shadow: @(value);
  -o-box-shadow: @(value);
  -ms-box-shadow: @(value);
  box-shadow: @(value);
  -webkit-box-shadow: 1px 2px 10px rgb(100,100,100);
  -moz-box-shadow: 1px 2px 10px rgb(100,100,100);
  -o-box-shadow: 1px 2px 10px rgb(100,100,100);
  -ms-box-shadow: 1px 2px 10px rgb(100,100,100);
  box-shadow: 1px 2px 10px rgb(100,100,100);
}
#o7cookiemsg .continuebtn:hover {
  color: #fff;
  /*background: #3399ff;*/
  background: #abdc15;
  text-decoration: none;
  -moz-box-shadow: @(value);
  -webkit-box-shadow: @(value);
  -o-box-shadow: @(value);
  -ms-box-shadow: @(value);
  box-shadow: @(value);
  -webkit-box-shadow: 1px 2px 10px rgb(100,100,100), 0 0 4px rgb(100,100,100) inset;
  -moz-box-shadow: 1px 2px 10px rgb(100,100,100), 0 0 4px rgb(100,100,100) inset;
  -o-box-shadow: 1px 2px 10px rgb(100,100,100), 0 0 4px rgb(100,100,100) inset;
  -ms-box-shadow: 1px 2px 10px rgb(100,100,100), 0 0 4px rgb(100,100,100) inset;
  box-shadow: 1px 2px 10px rgb(100,100,100), 0 0 4px rgb(100,100,100) inset;
}
#o7cookiemsg a {
  margin: 5px 5px 5px 0;
  /*color: #3399ff;*/
  color: #abdc15;
  font-size: 14px;
  line-height: 35px;
  text-align: center;
}
#o7cookiemsg a:hover {
  /*color: #08c;*/
  color: #95bf14;
  text-decoration: none;
}
/* cookie more info page */
.ctable {
  position: relative;
  height: auto;
  width: 100%;
  margin: 20px 0 20px 0;
  padding: 0;
  border-left: 1px solid #000;
}
.ctable li {
  list-style-type: none;
  position: relative;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  float: left;
  padding: 1%;
  min-height: 200px;
  word-wrap: break-word;
}
.ctable li.ctitle {
  min-height: 50px !important;
  height: 60px;
}
@media only screen and (max-width: 600px) {
  .ctable li.ctitle {
    display: none;
  }
}
/* 4 columns */
#listctable li {
  width: 22%;
  min-height: 1400px;
}
@media only screen and (max-width: 1010px) {
  #listctable li {
    min-height: 1700px;
  }
}
@media only screen and (max-width: 870px) {
  #listctable li {
    min-height: 1300px;
  }
  #listctable li p {
    font-size: 12px !important;
  }
}
@media only screen and (max-width: 700px) {
  #listctable li {
    min-height: 1700px;
  }
}
@media only screen and (max-width: 600px) {
  #listctable li {
    width: 47%;
    min-height: 800px;
  }
  #listctable li:nth-child(2n-1) {
    border-left: none;
  }
  #listctable li:nth-child(2n) {
    border-right: 1px solid #000;
  }
  #listctable li:nth-last-child(-n+3) {
    border-bottom: 1px solid #000;
  }
  #listctable li.cshort {
    min-height: 300px;
  }
}
@media only screen and (max-width: 520px) {
  #listctable li {
    min-height: 1000px;
  }
}
@media only screen and (max-width: 400px) {
  #listctable li {
    min-height: 1250px;
  }
}
@media only screen and (min-width: 600px) {
  #listctable li:nth-child(4n-3) {
    border-left: none;
  }
  #listctable li:nth-child(4n) {
    border-right: 1px solid #000;
  }
  #listctable li:nth-last-child(-n+5) {
    border-bottom: 1px solid #000;
  }
}
/* 3 columns */
#googlectable li {
  width: 31%;
  min-height: 350px;
}
#googlectable li:nth-child(3n-2) {
  border-left: none;
}
#googlectable li:nth-child(3n) {
  border-right: 1px solid #000;
}
#googlectable li:nth-last-child(-n+4) {
  border-bottom: 1px solid #000;
}
@media only screen and (max-width: 900px) {
  #googlectable li {
    min-height: 400px;
  }
}
@media only screen and (max-width: 700px) {
  #googlectable li {
    min-height: 350px;
  }
  #googlectable li p {
    font-size: 12px !important;
  }
}
@media only screen and (max-width: 580px) {
  #googlectable li {
    min-height: 400px;
  }
}
@media only screen and (max-width: 500px) {
  #googlectable li {
    min-height: 450px;
  }
}
@media only screen and (max-width: 440px) {
  #googlectable li {
    min-height: 500px;
  }
}
@media only screen and (max-width: 400px) {
  #googlectable li {
    min-height: 550px;
  }
}
@media only screen and (max-width: 350px) {
  #googlectable li {
    min-height: 620px;
    width: 30.5%;
  }
}
/* 2 columns */
#superstarctable li {
  width: 47%;
}
#superstarctable li:nth-child(2n-1) {
  border-left: none;
}
#superstarctable li:nth-child(2n) {
  border-right: 1px solid #000;
}
#superstarctable li:nth-last-child(-n+3) {
  border-bottom: 1px solid #000;
}
@media only screen and (max-width: 850px) {
  #superstarctable li {
    min-height: 300px;
  }
}
@media only screen and (max-width: 450px) {
  #superstarctable li p {
    font-size: 12px !important;
  }
}
@media only screen and (max-width: 350px) {
  #superstarctable li {
    min-height: 350px;
  }
}

/*
     FILE ARCHIVED ON 10:12:34 Jun 25, 2014 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:43:24 May 07, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.419
  exclusion.robots: 0.031
  exclusion.robots.policy: 0.024
  esindex: 0.008
  cdx.remote: 9.689
  LoadShardBlock: 76.674 (3)
  PetaboxLoader3.datanode: 74.566 (4)
  PetaboxLoader3.resolve: 130.496 (2)
  load_resource: 1703.018
*/