/* CSS reset */
html,
body,
ol,
pre,
form,
fieldset,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
p {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
ol,
ul {
  list-style: none;
}
.clear {
  clear: both;
}
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* GLOBALES */
html,
body {
  background: #e9e9e9;
  font-family: 'Open Sans', helvetica, arial, sans-serif;
}
#content {
  position: relative;
  width: 100%;
  min-width: 320px;
  min-height: 100%;
  overflow: hidden;
}
.lt-ie9 #content {
  min-width: 980px;
}
.max900 {
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 1020px;
}
.sprite {
  background: url(../media/sprite.png) no-repeat left top;
  background-size: 352px 650px;
}
/* HEADER */
header#header_standard {
  position: relative;
  padding-bottom: 10px;
  /*overflow: hidden;*/
}
header#header_standard .max900 {
  padding: 0 20px;
}
header#header_standard .max900 .logo_header {
  position: relative;
  display: inline-block;
  width: 133px;
  height: 202px;
  background-position: -134px 0;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.4);
  z-index: 1;
}
header#header_standard .max900 .logo_header .cX {
  position: absolute;
  -webkit-animation: curlybrain both 0.1s linear 0s infinite alternate;
  -moz-animation: curlybrain both 0.1s linear 0s infinite alternate;
  -ms-animation: curlybrain both 0.1s linear 0s infinite alternate;
  -o-animation: curlybrain both 0.1s linear 0s infinite alternate;
  animation: curlybrain both 0.1s linear 0s infinite alternate;
}
header#header_standard .max900 .logo_header #c1 {
  width: 11px;
  height: 9px;
  background: url('../media/curly/1.png') no-repeat left top;
  background-size: 11px 9px;
  top: 46px;
  left: 54px;
}
header#header_standard .max900 .logo_header #c2 {
  width: 9px;
  height: 12px;
  background: url('../media/curly/2.png') no-repeat left top;
  background-size: 9px 12px;
  top: 52px;
  left: 63px;
}
header#header_standard .max900 .logo_header #c3 {
  width: 9px;
  height: 12px;
  background: url('../media/curly/3.png') no-repeat left top;
  background-size: 9px 12px;
  top: 50px;
  left: 71px;
}
header#header_standard .max900 .logo_header #c4 {
  width: 9px;
  height: 12px;
  background: url('../media/curly/4.png') no-repeat left top;
  background-size: 9px 12px;
  top: 55px;
  left: 48px;
}
header#header_standard .max900 .logo_header #c5 {
  width: 12px;
  height: 9px;
  background: url('../media/curly/5.png') no-repeat left top;
  background-size: 12px 9px;
  top: 66px;
  left: 58px;
}
header#header_standard .max900 .title {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-left: -5px;
  margin-top: 40px;
}
header#header_standard .max900 .title h1 {
  font-family: 'Gilda Display', helvetica, arial, sans-serif;
  color: #000;
  text-transform: uppercase;
  font-size: 22px;
  letter-spacing: 7px;
  line-height: 22px;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 5px;
  padding-left: 20px;
  display: inline-block;
  border-bottom: double 3px #000;
}
header#header_standard .max900 .title h1:first-child {
  display: inline-block;
  border-bottom: none;
  border-top: double 3px #000;
  padding-bottom: 0px;
  padding-top: 7px;
}
header#header_standard .max900 .title #trad {
  position: absolute;
  top: 72px;
  right: 40px;
}
header#header_standard .max900 .title #trad p {
  font-family: 'Pacifico', helvetica, arial, sans-serif;
  color: #b81b2d;
  font-size: 12px;
  line-height: 13px;
  -webkit-transform: rotate(-7deg);
  -moz-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  -o-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
header#header_standard .max900 .title #trad #arrow_header {
  position: absolute;
  top: -36px;
  right: 30px;
  width: 22px;
  height: 28px;
  /*background: #eee url(../media/arrow_header_desktop.gif) no-repeat center;
              background-size: 22px 28px;*/
  background-position: -311px -129px;
}
header#header_standard .max900 .title #trad .curl1 {
  position: absolute;
  top: -37px;
  right: -35px;
  width: 49px;
  height: 44px;
}
header#header_standard .max900 .title #trad .curl2 {
  position: absolute;
  top: -17px;
  right: -58px;
  width: 58px;
  height: 37px;
}
header#header_standard .max900 #social1 {
  float: right;
  vertical-align: top;
  margin-top: 30px;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 99;
}
header#header_standard .max900 #social1 p {
  font-family: 'Pacifico', helvetica, arial, sans-serif;
  color: #b81b2d;
  font-size: 13px;
}
header#header_standard .max900 #social1 #shareme_standard {
  text-align: left;
}
header#header_standard .max900 #social1 #shareme_standard .twitter {
  margin-top: 4px;
  margin-right: -11px;
}
header#header_standard .max900 #social1 #shareme_standard .googleplus {
  margin-right: -18px;
}
@media screen and (min-width: 633px) and (max-width: 768px) {
  header#header_standard .max900 {
    padding: 0 20px;
  }
  header#header_standard .max900 .logo_header {
    width: 107px;
    height: 160px;
    /*background: #eee url(../media/logo_header_tablet.gif) no-repeat center;
              background-size: 107px 160px;*/
    background-position: 0px -203px;
  }
  header#header_standard .max900 .logo_header .cX {
    background-image: none !important;
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    animation: none;
  }
  header#header_standard .max900 .title {
    margin-left: -5px;
    margin-top: 25px;
  }
  header#header_standard .max900 .title h1 {
    font-size: 19px;
    letter-spacing: 4px;
    line-height: 19px;
    padding-bottom: 5px;
    padding-left: 20px;
    border-bottom: double 3px #000;
  }
  header#header_standard .max900 .title h1:first-child {
    border-bottom: none;
    border-top: double 3px #000;
    padding-bottom: 0px;
    padding-top: 6px;
  }
  header#header_standard .max900 .title #trad {
    right: 20px;
  }
  header#header_standard .max900 #social1 {
    margin-top: 15px;
  }
}
@media screen and (min-width: 430px) and (max-width: 632px) {
  header#header_standard .max900 {
    padding: 0 10px;
  }
  header#header_standard .max900 .logo_header {
    width: 107px;
    height: 160px;
    /*background: #eee url(../media/logo_header_tablet.gif) no-repeat center;
              background-size: 107px 160px;*/
    background-position: 0px -203px;
  }
  header#header_standard .max900 .logo_header .cX {
    background-image: none !important;
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    animation: none;
  }
  header#header_standard .max900 .logo_header #trad {
    display: none;
    visibility: hidden;
  }
  header#header_standard .max900 .title {
    margin-left: -5px;
    margin-top: 65px;
  }
  header#header_standard .max900 .title h1 {
    font-size: 18px;
    letter-spacing: 4px;
    line-height: 17px;
    padding-bottom: 4px;
    padding-left: 15px;
    border-bottom: double 3px #000;
  }
  header#header_standard .max900 .title h1:first-child {
    border-bottom: none;
    border-top: double 3px #000;
    padding-bottom: 0px;
    padding-top: 6px;
  }
  header#header_standard .max900 .title #trad {
    top: 60px;
    right: 20px;
  }
  header#header_standard .max900 .title #trad .curl1 {
    top: -30px;
    right: -30px;
    width: 37px;
    height: 33px;
  }
  header#header_standard .max900 .title #trad .curl2 {
    top: -15px;
    right: -50px;
    width: 44px;
    height: 28px;
  }
  header#header_standard .max900 #social1 {
    position: absolute;
    top: -5px;
    right: 10px;
    width: 500px;
    margin-top: 5px;
  }
  header#header_standard .max900 #social1 p {
    text-align: right;
    font-size: 12px;
  }
  header#header_standard .max900 #social1 #shareme_standard {
    text-align: right;
  }
  header#header_standard .max900 #social1 #shareme_standard .button {
    display: inline-block;
    margin-left: 5px;
  }
  header#header_standard .max900 #social1 #shareme_standard .facebook {
    position: relative;
    top: -4px;
  }
  header#header_standard .max900 #social1 #shareme_standard .twitter {
    margin-top: 4px;
    margin-right: -11px;
  }
  header#header_standard .max900 #social1 #shareme_standard .googleplus {
    margin-right: -18px;
  }
}
@media screen and (min-width: 320px) and (max-width: 430px) {
  body {
    width: 100%;
  }
  header#header_standard .max900 {
    padding: 0 10px;
  }
  header#header_standard .max900 .logo_header {
    width: 100px;
    height: 160px;
    /*background: #eee url(../media/logo_header_tablet.gif) no-repeat center;
              background-size: 80px 160px;*/
    background-position: 0px -203px;
  }
  header#header_standard .max900 .logo_header .cX {
    background-image: none !important;
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    animation: none;
  }
  header#header_standard .max900 .title {
    margin-left: -5px;
    margin-top: 102px;
    border-bottom: double 3px #000;
    border-top: double 3px #000;
  }
  header#header_standard .max900 .title h1 {
    font-size: 11px;
    letter-spacing: 3px;
    line-height: 12px;
    padding-bottom: 4px;
    padding-left: 15px;
    border: 0;
  }
  header#header_standard .max900 .title h1:first-child {
    border-bottom: none;
    padding-bottom: 0px;
    padding-top: 6px;
    border: 0;
  }
  header#header_standard .max900 .title #trad {
    display: none;
    visibility: hidden;
  }
  header#header_standard .max900 #social1 {
    position: absolute;
    top: -5px;
    right: 10px;
    width: 500px;
    margin-top: 5px;
  }
  header#header_standard .max900 #social1 p {
    text-align: right;
    font-size: 12px;
  }
  header#header_standard .max900 #social1 #shareme_standard {
    text-align: right;
  }
  header#header_standard .max900 #social1 #shareme_standard .button {
    display: block;
    text-align: right;
    margin-right: 5px;
  }
  header#header_standard .max900 #social1 #shareme_standard .facebook {
    margin-right: 30px;
  }
  header#header_standard .max900 #social1 #shareme_standard .twitter {
    margin-left: 10px;
  }
  header#header_standard .max900 #social1 #shareme_standard .googleplus {
    margin-left: 5px;
  }
}
/* MENTIONS LEGALES */
section {
  position: relative;
  padding: 40px 0px;
  margin-top: 20px;
}
section .back {
  position: absolute;
  left: -10%;
  top: 0;
  width: 120%;
  height: 100%;
  -webkit-transform: rotate(-1.5deg);
  -moz-transform: rotate(-1.5deg);
  -ms-transform: rotate(-1.5deg);
  -o-transform: rotate(-1.5deg);
  transform: rotate(-1.5deg);
  background: #b81b2d;
}
section .max900 .txt {
  padding: 50px;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}
section .max900 .txt h2 {
  font-size: 17px;
  font-weight: 100;
}
section .max900 .txt h3 {
  font-weight: 700;
}
/* FOOTER */
footer {
  margin-top: 30px;
}
footer #ticket {
  width: 100%;
  height: 122px;
}
footer #ticket .ticket_left {
  position: absolute;
  top: 0;
  left: 0;
  width: 56px;
  height: 122px;
  background: url(../media/left_desktop.png) no-repeat top left;
  background-size: 56px 122px;
}
footer #ticket .ticket_center {
  position: absolute;
  top: 0;
  width: 100%;
  height: 122px;
  padding: 0 54px;
}
footer #ticket .ticket_center div {
  position: relative;
  width: 100%;
  height: 122px;
  background: url(../media/center_desktop.png) no-repeat top left;
  background-size: 100% 122px;
}
footer #ticket .ticket_right {
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 122px;
  background: url(../media/right_desktop.png) no-repeat top left;
  background-size: 56px 122px;
}
footer #ticket .info {
  position: relative;
  padding: 22px 40px;
  text-align: center;
}
footer #ticket .info .text {
  display: inline-block;
  text-align: left;
  margin-right: 20px;
}
footer #ticket .info .text h4 {
  font-size: 40px;
  font-weight: 800;
  line-height: 30px;
  text-transform: uppercase;
  color: #fff;
}
footer #ticket .info .text p {
  font-size: 20px;
  font-weight: 300;
  color: #fff;
}
footer #ticket .info a {
  display: inline-block;
  margin: 0 10px;
}
footer #ticket .info a:hover {
  -webkit-animation: tada both 0.25s linear 0s;
  -moz-animation: tada both 0.25s linear 0s;
  -ms-animation: tada both 0.25s linear 0s;
  -o-animation: tada both 0.25s linear 0s;
  animation: tada both 0.25s linear 0s;
}
footer #ticket .info .curly {
  width: 106px;
  height: 57px;
  background-position: 0px -364px;
}
footer #ticket .info .facebook {
  width: 21px;
  height: 57px;
  background-position: -107px -364px;
}
footer #ticket .info .twitter {
  width: 46px;
  height: 57px;
  background-position: -129px -364px;
}
footer #ticket .info .vine {
  width: 36px;
  height: 57px;
  background-position: -176px -364px;
}
footer #ticket .info .youtube {
  width: 44px;
  height: 57px;
  background-position: -213px -364px;
}
footer nav.row {
  width: 100%;
  padding: 10px;
}
footer nav.row .col-1 {
  float: right;
  padding: 10px;
  width: 50%;
}
footer nav.row .col-2 {
  float: left;
  padding: 10px;
  width: 50%;
}
footer nav.row .content .logo_footer {
  float: left;
  width: 93px;
  height: 90px;
}
footer nav.row .content .nav {
  margin-top: 5px;
  margin-left: 10px;
  float: left;
}
footer nav.row .content .nav h4 {
  font-family: 'Pacifico', helvetica, arial, sans-serif;
  font-size: 17px;
  color: #b81b2d;
}
footer nav.row .content .nav ul li {
  display: inline-block;
}
footer nav.row .content .nav ul li a {
  margin-right: 3px;
  text-decoration: none;
  font-size: 11px;
  color: #737373;
}
footer nav.row .content .nav ul li a:hover {
  text-decoration: underline;
}
footer nav.row .content #friends {
  left: 0;
  top: 0;
  width: 100%;
  padding: 10px;
}
footer nav.row .content #friends #compteur-area {
  position: relative;
  max-width: 700px;
  min-width: 200px;
  padding: 5px 5px 10px 5px;
  font-size: 0px;
  margin-top: -2px;
  margin-left: 3px;
  text-align: center;
}
footer nav.row .content #friends #compteur-area p,
footer nav.row .content #friends #compteur-area span {
  color: #fff;
  text-shadow: 3px 4px 5px #333;
}
footer nav.row .content #friends #compteur-area .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../media/back.png") no-repeat;
  background-size: 100% 100%;
  -webkit-transform: rotate(-1deg);
  -moz-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  -o-transform: rotate(-1deg);
  transform: rotate(-1deg);
}
footer nav.row .content #friends #compteur-area .back .sprite_b {
  position: absolute;
  width: 10px;
  height: 10px;
  background: url("../media/all.png") no-repeat;
  background-size: 449px 98px;
  -webkit-backface-visibility: hidden;
}
footer nav.row .content #friends #compteur-area .back .sprite_b.lt {
  top: -10px;
  left: -10px;
  background-position: 0px 0px;
}
footer nav.row .content #friends #compteur-area .back .sprite_b.t {
  background: url("../media/all_ie8.png") no-repeat;
  background-size: 492px 98px;
  top: -10px;
  left: 0px;
  width: 100%;
  background-size: 898px 98px;
  background-position: -20px 0px;
}
footer nav.row .content #friends #compteur-area .back .sprite_b.tr {
  top: -10px;
  right: -10px;
  background-position: -439px 0px;
}
footer nav.row .content #friends #compteur-area .back .sprite_b.r {
  top: 0px;
  right: -10px;
  height: 100%;
  background-size: 449px 196px;
  background-position: -439px -20px;
}
footer nav.row .content #friends #compteur-area .back .sprite_b.rb {
  bottom: -10px;
  right: -10px;
  background-position: -439px -88px;
}
footer nav.row .content #friends #compteur-area .back .sprite_b.b {
  background: url("../media/all_ie8.png") no-repeat;
  background-size: 492px 98px;
  bottom: -10px;
  left: 0px;
  width: 100%;
  background-size: 898px 98px;
  background-position: -20px -88px;
}
footer nav.row .content #friends #compteur-area .back .sprite_b.bl {
  bottom: -10px;
  left: -10px;
  background-position: 0px -88px;
}
footer nav.row .content #friends #compteur-area .back .sprite_b.l {
  top: 0px;
  left: -10px;
  height: 100%;
  background-size: 449px 196px;
  background-position: 0px -20px;
}
footer nav.row .content #friends #compteur-area .left {
  position: relative;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  padding-top: 4px;
  margin: 5px 2px;
}
footer nav.row .content #friends #compteur-area .left .para1 {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: right;
  line-height: 14px;
  letter-spacing: 0px;
}
footer nav.row .content #friends #compteur-area .left .para2 {
  font-family: 'Pacifico', cursive;
  font-size: 16px;
  font-weight: normal;
  text-align: right;
  margin-top: 0px;
}
footer nav.row .content #friends #compteur-area .right {
  position: relative;
  display: inline-block;
  width: auto;
  line-height: 1.2;
  vertical-align: middle;
  margin-left: 10px;
  margin: 5px 0px 5px 15px;
  text-align: right;
}
footer nav.row .content #friends #compteur-area .right .numero {
  font-size: 32px;
  margin-right: 5px;
  color: #ffe79b;
  vertical-align: middle;
  font-size: 0px;
  display: inline-block;
  padding-top: 5px;
}
footer nav.row .content #friends #compteur-area .right .numero img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  width: 15px;
}
footer nav.row .content #friends #compteur-area .right .br {
  display: block;
}
footer nav.row .content #friends #compteur-area .right .suffix {
  font-size: 20px;
  font-weight: 700;
  vertical-align: middle;
  letter-spacing: 2px;
  margin-top: -3px;
  margin-right: 5px;
  display: inline-block;
}
footer #info {
  background-color: #b1b1b1;
  padding: 10px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
}
footer #info a {
  color: #fff;
}
footer #info span {
  display: block;
  font-size: 10px;
}
.lt-ie9 footer #ticket .ticket_center div {
  background: url(../media/center_desktop_ie8.png) no-repeat top left;
}
@media screen and (min-width: 571px) and (max-width: 940px) {
  footer nav.row .content .logo_footer {
    float: left;
    width: 73px;
    height: 71px;
    margin-bottom: -10px;
  }
  footer nav.row .content .nav {
    margin-top: 5px;
    margin-left: 10px;
    float: left;
  }
  footer nav.row .content .nav h4 {
    font-family: 'Pacifico', helvetica, arial, sans-serif;
    font-size: 14px;
    color: #b81b2d;
  }
  footer nav.row .content .nav ul li {
    display: inline-block;
  }
  footer nav.row .content .nav ul li a {
    margin-right: 3px;
    text-decoration: none;
    font-size: 8px;
    color: #737373;
  }
  footer nav.row .content #friends {
    left: 0;
    top: 0;
    width: 100%;
  }
}
@media screen and (min-width: 0px) and (max-width: 570px) {
  footer nav.row .col-1 {
    float: none;
    padding: 10px;
    width: 100%;
  }
  footer nav.row .col-2 {
    float: none;
    padding: 10px;
    width: 100%;
  }
  footer nav.row .content {
    text-align: center;
  }
  footer nav.row .content .logo_footer {
    float: none;
    display: inline-block;
    width: 118px;
    height: 113px;
  }
  footer nav.row .content .nav {
    margin-top: 5px;
    margin-left: 10px;
    float: none;
  }
  footer nav.row .content .nav h4 {
    font-family: 'Pacifico', helvetica, arial, sans-serif;
    font-size: 22px;
    color: #b81b2d;
  }
  footer nav.row .content .nav ul li {
    display: inline-block;
    margin-right: 5px;
    font-size: 12px;
    color: #737373;
  }
  footer nav.row .content #friends {
    left: 0;
    top: 0;
    width: 100%;
  }
}
@media screen and (min-width: 680px) and (max-width: 870px) {
  footer #ticket .info {
    position: relative;
    padding: 27px 40px;
    text-align: center;
  }
  footer #ticket .info .text {
    display: inline-block;
    text-align: left;
    margin-right: 20px;
  }
  footer #ticket .info .text h4 {
    font-size: 30px;
    font-weight: 800;
    line-height: 30px;
    text-transform: uppercase;
    color: #fff;
  }
  footer #ticket .info .text p {
    font-size: 15px;
    font-weight: 300;
    color: #fff;
  }
  footer #ticket .info a {
    display: inline-block;
    margin: 0 5px;
  }
  footer #ticket .info .curly {
    width: 86px;
    height: 47px;
    background-position: 0px -422px;
  }
  footer #ticket .info .facebook {
    width: 18px;
    height: 47px;
    background-position: -87px -422px;
  }
  footer #ticket .info .twitter {
    width: 38px;
    height: 47px;
    background-position: -106px -422px;
  }
  footer #ticket .info .vine {
    width: 30px;
    height: 47px;
    background-position: -145px -422px;
  }
  footer #ticket .info .youtube {
    width: 36px;
    height: 47px;
    background-position: -176px -422px;
  }
}
@media screen and (min-width: 600px) and (max-width: 679px) {
  footer #ticket .info {
    position: relative;
    padding: 27px 40px;
    text-align: center;
  }
  footer #ticket .info .text {
    display: inline-block;
    text-align: left;
    margin-right: 10px;
  }
  footer #ticket .info .text h4 {
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
    text-transform: uppercase;
    color: #fff;
  }
  footer #ticket .info .text p {
    font-size: 12px;
    font-weight: 300;
    color: #fff;
  }
  footer #ticket .info a {
    display: inline-block;
    margin: 0 5px;
  }
  footer #ticket .info .curly {
    width: 86px;
    height: 47px;
    background-position: 0px -422px;
  }
  footer #ticket .info .facebook {
    width: 18px;
    height: 47px;
    background-position: -87px -422px;
  }
  footer #ticket .info .twitter {
    width: 38px;
    height: 47px;
    background-position: -106px -422px;
  }
  footer #ticket .info .vine {
    width: 30px;
    height: 47px;
    background-position: -145px -422px;
  }
  footer #ticket .info .youtube {
    width: 36px;
    height: 47px;
    background-position: -176px -422px;
  }
}
@media screen and (min-width: 0px) and (max-width: 599px) {
  footer #ticket {
    width: 100%;
    height: 206px;
  }
  footer #ticket .ticket_left {
    position: absolute;
    top: 0;
    left: 0;
    width: 76px;
    height: 206px;
    background: url(../media/left_phone.png) no-repeat top left;
    background-size: 76px 206px;
  }
  footer #ticket .ticket_center {
    position: absolute;
    top: 0;
    width: 100%;
    height: 206px;
    padding: 0 72px;
  }
  footer #ticket .ticket_center div {
    position: relative;
    width: 100%;
    height: 206px;
    background: url(../media/center_phone.png) no-repeat top left;
    background-size: 100% 206px;
  }
  footer #ticket .ticket_right {
    position: absolute;
    top: 0;
    right: 0;
    width: 76px;
    height: 206px;
    background: url(../media/right_phone.png) no-repeat top left;
    background-size: 76px 206px;
  }
  footer #ticket .info {
    position: relative;
    padding: 27px 40px;
    text-align: center;
  }
  footer #ticket .info .text {
    display: block;
    text-align: center;
    margin-right: 10px;
    margin-top: 10px;
  }
  footer #ticket .info .text h4 {
    font-size: 40px;
    font-weight: 800;
    line-height: 30px;
    text-transform: uppercase;
    color: #fff;
  }
  footer #ticket .info .text p {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
  }
  footer #ticket .info a {
    display: inline-block;
    margin: 0 20px 0 0;
  }
  footer #ticket .info .curly {
    width: 106px;
    height: 57px;
    background-position: 0px -364px;
  }
  footer #ticket .info .facebook {
    width: 21px;
    height: 57px;
    background-position: -107px -364px;
  }
  footer #ticket .info .twitter {
    width: 46px;
    height: 57px;
    background-position: -129px -364px;
  }
  footer #ticket .info .vine {
    width: 36px;
    height: 57px;
    background-position: -176px -364px;
  }
  footer #ticket .info .youtube {
    width: 44px;
    height: 57px;
    background-position: -213px -364px;
  }
}
@media screen and (min-width: 0px) and (max-width: 484px) {
  footer #ticket {
    width: 100%;
    height: 122px;
    margin-bottom: 50px;
  }
  footer #ticket .info {
    position: relative;
    padding: 27px 40px;
    text-align: center;
  }
  footer #ticket .info .text {
    display: block;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  footer #ticket .info .text h4 {
    font-size: 30px;
    font-weight: 800;
    line-height: 30px;
    text-transform: uppercase;
    color: #fff;
  }
  footer #ticket .info .text p {
    font-size: 15px;
    font-weight: 300;
    color: #fff;
  }
  footer #ticket .info a {
    display: inline-block;
    margin: 0 10px 0 0;
  }
  footer #ticket .info .curly {
    width: 86px;
    height: 47px;
    background-position: 0px -422px;
  }
  footer #ticket .info .facebook {
    width: 18px;
    height: 47px;
    background-position: -87px -422px;
  }
  footer #ticket .info .twitter {
    width: 38px;
    height: 47px;
    background-position: -106px -422px;
  }
  footer #ticket .info .vine {
    width: 30px;
    height: 47px;
    background-position: -145px -422px;
  }
  footer #ticket .info .youtube {
    width: 36px;
    height: 47px;
    background-position: -176px -422px;
  }
}
@media screen and (min-width: 320px) and (max-width: 484px) {
  section {
    position: relative;
    padding: 40px 0px;
    margin-top: 20px;
  }
  section .back {
    position: absolute;
    left: -10%;
    top: 0;
    width: 120%;
    height: 100%;
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
    transform: rotate(-1deg);
    background: #b81b2d;
  }
  section .max900 .txt {
    padding: 50px;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
  }
  section .max900 .txt h2 {
    font-size: 17px;
    font-weight: 100;
  }
  section .max900 .txt h3 {
    font-weight: 700;
  }
  footer #ticket {
    width: 100%;
    height: 200px;
    margin-bottom: 0px;
  }
  footer #ticket .ticket_center {
    padding: 0 15px;
  }
  footer #ticket .ticket_center div {
    background: url(../media/center_phone_no_shadow.png) repeat-x top left;
  }
  footer #ticket .ticket_left,
  footer #ticket .ticket_right {
    display: none;
    visibility: hidden;
  }
  footer #ticket .info {
    position: relative;
    padding: 20px 10px;
    text-align: center;
  }
  footer #ticket .info .text {
    display: block;
    text-align: center;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  footer #ticket .info .text h4 {
    font-size: 25px;
    font-weight: 800;
    line-height: 30px;
    text-transform: uppercase;
    color: #fff;
  }
  footer #ticket .info .text p {
    font-size: 15px;
    font-weight: 300;
    color: #fff;
  }
  footer #ticket .info a {
    display: inline-block;
    margin: 0 10px 0 0;
  }
  footer #ticket .info .curly {
    width: 86px;
    height: 47px;
    background-position: 0px -422px;
  }
  footer #ticket .info .facebook {
    width: 18px;
    height: 47px;
    background-position: -87px -422px;
  }
  footer #ticket .info .twitter {
    width: 38px;
    height: 47px;
    background-position: -106px -422px;
  }
  footer #ticket .info .vine {
    width: 30px;
    height: 47px;
    background-position: -145px -422px;
  }
  footer #ticket .info .youtube {
    width: 36px;
    height: 47px;
    background-position: -176px -422px;
  }
}
/* ANIMATIONS */
@-webkit-keyframes curlybrain {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(10deg);
  }
}
@-moz-keyframes curlybrain {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(10deg);
  }
}
@-ms-keyframes curlybrain {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(10deg);
  }
}
@-o-keyframes curlybrain {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(10deg);
  }
}
@keyframes curlybrain {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(10deg);
  }
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@-moz-keyframes tada {
  0% {
    -moz-transform: scale(1);
  }
  10%,
  20% {
    -moz-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -moz-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -moz-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -moz-transform: scale(1) rotate(0);
  }
}
@-ms-keyframes tada {
  0% {
    -ms-transform: scale(1);
  }
  10%,
  20% {
    -ms-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -ms-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -ms-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -ms-transform: scale(1) rotate(0);
  }
}
@-o-keyframes tada {
  0% {
    -o-transform: scale(1);
  }
  10%,
  20% {
    -o-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -o-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -o-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -o-transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%,
  20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
