body {
    background-image: url(../img/body-bg.png);
    background-repeat: repeat;
}
a:hover {
    opacity: 1;
}
.wrap {
    max-width: 1140px;
    margin: 0 auto;
}
.wrap-big {
    max-width: 1140px;
    margin: 0 auto;
}
.wrap-smaller {
    max-width: 660px;
    margin: 0 auto;
}
.wrap-small {
    max-width: 810px;
    margin: 0 auto;
}
.heading-bg {
    font-size: 300%;
    letter-spacing: 1.5px;
    color: #fff;
    display: inline-block;
    max-width: 603px;
    width: 100%;
    background-image: url(../img/headline-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top center;
    font-family: 'BrandonGrotesque-Bold';
    margin: 0;
    line-height: 60px;
    margin-top: 6px;
}
.subhead-bg {
    font-size: 85%;
    letter-spacing: 2.5px;
    color: #FBD503;
    display: inline-block;
    max-width: 603px;
    width: 100%;
    background-image: url(../img/subhead-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top center;
    font-family: 'BrandonGrotesque-BoldItalic';
    margin: 3px 0 0;
    line-height: 21px;
}
.menu-holder{
    display: none;
    background-image: none;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
ul.menu {
    display: inline-block;
    margin-top: 15px;
}
.menu li, .menu2 li {
    float: left;
}
.for-mobile {
    padding: 20px 0 30px;
}
.menu2 li{
    width: 25%;
    text-align: center;
}
.menu2 li:nth-child(6){
    width: 20%;
}
.menu2 li:nth-child(5), .menu2 li:nth-child(7){
    width: 40%;
}
.menu li a, .menu2 li a{
    display: block;
    margin: 0 13px;
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 99.6% auto;
    overflow: hidden;
    display: inline-block;
}
.menu li a.safarifix, .menu2 li a.safarifix{
    width: 45px;
    height: 44px;
}
.menu2 li a {
    margin: 0;
}
.menu1 {
    background-image: url(../img/menu1.png);
}
.menu2 {
    background-image: url(../img/menu2.png);
}
.menu3 {
    background-image: url(../img/menu3.png);
}
.menu4 {
    background-image: url(../img/menu4.png);
    color: #fdd600;
    padding-top: 3px;
    display: inline-block;

}
.menu4 i {
    margin-right: 3px;
}
.on-mobile {
    display: none;
}

.menu .tooltip {
	   text-transform: uppercase;
    font-family: 'BrandonGrotesque-Bold';
    font-size: 106.6666666666667%;	
}

.tooltip{
    display: inline-block;
    position: relative;
    margin-right: 2px;
}

.tooltip:hover:after{
    background: #e02c31;
    background-color: rgba(224, 44, 49, 0.9);
    border-radius: 5px;
    bottom: 66px;
    color: #fff;
    content: attr(title);
    left: 20%;
    padding: 5px 10px;
    position: absolute;
    z-index: 98;
    width: 90px;
    height: auto;
      font-size: 80%;
      font-style: normal;
      display: block;
}

.tooltip:hover:before{
    border: solid;
    border-color: #e02c31 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 60px;
    content: "";
    left: 50%;
    margin-left: -6px;
    position: absolute;
    z-index: 99;
    display: block;
}

.inner .tooltip:hover::after {
	width: 150px;
	bottom: 26px;
	left: -50%;
}

.inner .tooltip:hover::before {
	bottom: 20px;
}

.tooltip-bottom:hover::after { bottom: auto !important; top: 26px; }
.tooltip-bottom:hover::before { bottom: auto !important; top: 20px; border-width: 0 6px 6px 6px; }
.tooltip-left:hover::after { left: -95% !important; }
.tooltip-right:hover::after { left: 0% !important; }

.inner .tooltip span{
    text-transform: none;
    font-style: italic; 
    font-weight: bold;
    font-family: "Open Sans",sans-serif;
    font-size: 100%;
}

.pluginShareButtonLink {
    display: none!important;
}
#welcome {
    display: block;
}
#welcome.hideme {
    display: none;
}
#welcome .info-holder {
    display: block;
    margin-top: 100px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    padding: 30px 75px;
}

#welcome .info-holder a {
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}


#welcome p {
    margin: 10px 0;
}
.btn-black {
    background-color: rgba(0,0,0,.8);
    line-height: 40px;
    display: inline-block;
    width: 80px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    font-family: 'BrandonGrotesque-Bold';
}
#welcome h3 {
    font-size: 160%;
    font-family: 'BrandonGrotesque-Bold';
    margin-bottom: 20px;
}
.mobile {
    width: 46px;
    height: 44px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 95% auto;
    overflow: hidden;
    display: inline-block;
    background-position: 0 -87px;
    color: #000;
    text-align: center;
    padding-top: 6px;
    cursor: pointer;
    margin-top: 10px;
    display: none;
}

.menu5 {
    background-image: url(../img/menu5.png);
}
.menu6 {
    background-image: url(../img/menu6.png);
}
.menu7 {
    background-image: url(../img/menu7.png);
}

.menu li a.safarifix:active, .menu2 li a.safarifix:active, .menu li a.safarifix.active, .menu2 li a.safarifix.active {
    background-position: 0 -88px;
    opacity: 1;
    height: 44px;
}
.menu li a.safarimacfix:active, .menu2 li a.safarimacfix:active, .menu li a.safarimacfix.active, .menu2 li a.safarimacfix.active {
    background-position: 0 -91px!important;

}
.menu li a.safarimacfix:hover, .menu2 li a.safarimacfix:hover {
    background-position: 0 -45px;
    opacity: 1;
}


.menu li a.menu4.safarimacfix:hover{
    background-position: 0 -45px!important;
}
.menu li a.menu4.csafarimacfix:hover{
    background-position: 0 -44px!important;

}
.menu li a.menu4.csafarimacfix:active, .menu li a.menu4.csafarimacfix.active {
    background-position: 0 -92px!important;

}
.menu li a.menu4.safarimacfix:active, .menu li a.menu4.safarimacfix.active {
    background-position: 0 -92px!important;
}


.menu li a:active, .menu2 li a:active, .menu li a.active, .menu2 li a.active {
    background-position: 0 -90px;
    opacity: 1;
    height: 44px;
}
.menu li a:hover, .menu2 li a:hover {
    background-position: 0 -44px;
    opacity: 1;
}
.menu li a.menu4:hover, .menu2 li a.menu4:hover {
    color: #ec1c24;
      background-position: 0 -44px!important;
}
.menu li a.menu4:active, .menu li a.menu4.active, .menu2 li a.menu4:active, .menu2 li a.menu4.active {
    color: #231f20;
    background-position: 0 -90px;
}


/* Individual menu icons  */
.menu li a.menu2.active { background-position: 0 -91px; }
.menu li a.menu2:hover { background-position: 0 -46px; }
.menu li a.menu4.active { background-position: 0 -90px; }
.menu li a.menu4:hover { background-position: 0 -44px !important; }
.menu li a.menu5.active { background-position: 0 -91px; }
.menu li a.menu5:hover { background-position: 0 -46px; }
.menu li a.menu6.active { background-position: 0 -91px; }
.menu li a.menu6:hover { background-position: 0 -45px; }
.menu li a.menu7:hover { background-position: 0 -44px; }


.pitch img {
    width: 100%;
    margin-top: 10px;
}
.pitch {
    margin-top: 10px;
    background-image: url(../img/pitch.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}
.pitch.special {
    min-height: 630px;
}
.pitch.positions {
    background-image: none;
}
.grid_12.for-mobile {
    width: 100%!important;
    margin: 0!important;

}
.player {
    background-color: transparent!important;
    background-image: url(../img/player.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 51px;
    height: 42px;
    position: absolute;
    z-index: 9900;
    text-align: center;
    font-size: 200%;
    font-family: 'BrandonGrotesque-Bold';
    color: #000;
    cursor: pointer;
}
.player.rotate {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-3);
}
.player-right {
    background-color: transparent!important;
    background-image: url(../img/player-right.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 51px;
    height: 42px;
    position: absolute;
    z-index: 9900;
    text-align: center;

    font-size: 200%;
    font-family: 'BrandonGrotesque-Bold';
    color: #fff;
    cursor: pointer;
}
.player-right.rotate {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.player:hover, .player-right:hover  {
    background-position: 0 100%;
}
.hovered {
    background-position: 0 100%;
}
.buyagift {
    background-image: url(../img/buyagift.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 111px;
    height: 43px;
    display: inline-block;
}
.add {
    background-image: url(../img/add.png);

}
.source {
    background-image: url(../img/source.png);

}
.face {
    background-image: url(../img/face.png);
}
.twit {
    background-image: url(../img/twiter.png);
}
.social li a {
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 34px;
    height: 34px;
    display: inline-block;
}
.social li a:hover {
    background-position: 0 -34px;
    opacity: 1;
}
.buyagift:hover {
    background-position: 0 -43px;
    opacity: 1;
}
.holder {
    width: 100%;
    float: none;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    padding: 30px 7px 30px;
    /*margin: 15px 1% 10px;*/
    color: #000;
    display: inline-block;
    max-width: 190px;
}

.image-holder {
    max-height: 525px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border: 5px solid #000;
    max-width: 100%;
    float: left;

}
.image-holder img {
    width: 100%;
    height: auto;
}
.image-holder .player-name {
    display: inline-block;
    width: 100%;
    padding: 20px 0;
    color: #fff;
    font-size: 133.3333333333333%;
    font-family: 'BrandonGrotesque-Bold';
    text-transform: uppercase;
    margin: 0;
    border-radius:  20px 20px 0 0;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    background-color: rgba(0,0,0,.5);
    text-align: center;
}
.image-holder img {
    border-radius:  0 0 20px 20px;
    -webkit-border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    max-width: 100%;
    float: left;
}
#embed .inner, #source .inner {
    display: block!important;
    height: 200px!important;
    padding: 10px!important;
    border: 1px solid #000;
    overflow-y: scroll; 
}
#embed #close, #source #close {
    position: absolute;
    right: -13px;
    top: -13px;
    left: auto;
}
#source .inner p {
    font-size: 93.33333333333333%;
}
#source .inner p a {
    color: inherit;
    text-decoration: underline;
}
.black {
    background-color: rgba(35,31,32,.9);
    color: #fff;
}
.white {
    background-color: rgba(255,255,255,.9);
}
.js-isotope .white:hover, .js-isotope .black:hover,  .js-isotope .yellow:hover {
    background-color: rgba(236,28,36,.9);
}
.js-isotope .red:hover{
    background-color: rgba(35,31,32,.9);
    color: #fff;
}
.js-isotope a:hover {
    opacity: 1;
}
.js-isotope .grid_4 {
    min-height: 300px;
    height: auto;
    margin: 5px 1% 10px;
}
.yellow {
    background-color: rgba(253,214,0,.9);
}
.flyout.yellow {
    background-color: rgba(253,214,0,.9);
}

.red {
    background-color: rgba(236,28,36,.9);
}
.holder img {
    width: auto;
}
.holder h3 {
    font-size: 133.3333333333333%;
    font-family: 'BrandonGrotesque-Bold';
    text-transform: uppercase;
    margin: 25px 0;
}
.holder p{
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    padding: 13px 0;
    margin: 0;
    line-height: 120%;
}
.holder p a{
    color: #000;
    font-size: 106.6666666666667%;
}
.black p {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.black p a{
    color: #fff;
}
.footer {
    margin-top: 100px;
}
.footer p {
    margin-top: 0;
    font-size: 80%;
}
ul.social {
    display: inline-block;
}
.social li {
    float: left;
    margin: 0 5px;

}
.footer p a {
    color: inherit;
    text-decoration: underline;
}
.positions {
    position: relative;
    /*min-height: 620px;*/
    margin-top: 0;
}



.left1 {
    left: 44.5%;
    top: 26%;
}
.left2 {
    left: 44.5%;
    top: 17%;
}
.left3 {

    left: 44.5%;
    top: 8%;
}
.left4 {
    left: 40%;
    top: 22%;
}
.left5 {

    left: 40%;
    top: 12%;
}
.left6 {
    left: 35.5%;
    top: 8%;
}
.left7 {
    left: 35.5%;
    top: 26%;
}
.left8 {
    left: 33.5%;
    top: 17%;
}
.left9 {
    left: 27%;
    top: 40%;
}
.left10 {
    left: 27%;
    top: 55.5%;
}
.left11 {
    left: 12%;
    top: 7%;
}
.left12 {
    left: 25%;
    top: 68.5%;
}
.left13 {
    left: 24%;
    top: 82%;
}
.left14 {
    left: 12%;
    top: 87.5%;
}
.left15 {
    left: 10%;
    top: 47%;
}
.right1 {
    right: 44.5%;
    top: 26%;
}
.right2 {
    right: 44.5%;
    top: 17%;
}
.right3 {

    right: 44.5%;
    top: 8%;
}
.right4 {
    right: 40%;
    top: 22%;
}
.right5 {

    right: 40%;
    top: 12%;
}
.right6 {
    right: 35.5%;
    top: 8%;
}
.right7 {
    right: 35.5%;
    top: 26%;
}
.right8 {
    right: 33.5%;
    top: 17%;
}
.right9 {
    right: 27%;
    top: 40%;
}
.right10 {
    right: 27%;
    top: 55.5%;
}
.right11 {
    right: 12%;
    top: 7%;
}
.right12 {
    right: 25%;
    top: 68.5%;
}
.right13 {
    right: 24%;
    top: 82%;
}
.right14 {
    right: 12%;
    top: 87.5%;
}
.right15 {
    right: 10%;
    top: 47%;
}
.nomargin {
    margin-bottom: 0;
}
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
}
.info-holder {
    max-width: 800px;
    margin: 0 auto;
    display: none;
}
.modal .holder {
    position: relative;
    margin-top: 70px;
    padding: 0;
    height: 518px;
    max-width: 100%;
}

pre.prettyprint {
    border: none!important;
}
.player-number {
    font-size: 175%;
    font-family: 'BrandonGrotesque-Bold';
    text-align: center;
    padding-top: 10px;
    border-right: 2px solid #000;
    
}
.player-position, .keywords {
    font-size: 115%;
    font-family: 'BrandonGrotesque-Bold';
    text-align: center;
    padding-top: 17px;
}


.keywords {
    padding: 20px 0;
}
.inner {
    width: 100%;
    float: left;
    padding: 25px 45px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}
#info-rules {
    padding: 50px 0;
}
#info-rules .inner {
    display: none;
    padding: 10px 40px;
    height: 350px;
    overflow-y: auto;
}
.modal .inner {
    height: 390px;
    overflow-y: scroll;
}
#info-rules .holder {
    padding-left: 0;
    padding-right: 0;
    height: auto;   
    max-width: 100%;
    float: left;
    min-height: 500px;
}
#info-rules .holder h3{
    margin-top: 0;
}
#info-rules .inner p{
    border: none;
    text-align: left;
    font-size: 93.33333333333333%;
}
#info-rules .inner.active {
    display: block;
}
#info-rules ul li {
    text-align: left;
    margin: 4px 0;
    padding-bottom: 5px;
}
#info-rules ul li a{
    text-transform: uppercase;
    color: #000;
    font-family: 'BrandonGrotesque-Bold';
    font-size: 106.6666666666667%;
    line-height: 100%;
}



#info-rules ul li a:hover, #info-rules ul li a.active{
    color: #ED1C24;
    opacity: 1;
}
#prev, #next {
    color: #000;
    font-size: 130%;
    display: inline-block;
    margin: 8px 5px 0;
}
#content, #content-left {
    height: auto;
}
.modal p {
    border: none;
    font-size: 93.33333333333333%;
    margin: 0;
    padding: 0;
    line-height: 130%;
}
#close {
    position: absolute;
    width: 35px;
    height: 35px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    background-color: #fff;
    text-align: center;
    padding-top: 2px;
    color: #000;
    left: 50%;
    margin-left: -17px;
    top: 44px;
}
.flyout #close {
    top: -18px;
}

#welcome #close {
    top: 80px;
}


.line {
    position: absolute;
    z-index: 9800;
    /*border: 1px solid red;*/
}
.line:hover {
    background-color: rgba(237,28,36,0.4);
}
.left-line1 {
    width: 10px;
    height: 90%;
    left: 50%;
    margin-left: -2px;
    top: 5%;
}
.left-line4 {
    height: 10px;
    left: 4%;
    margin-top: -1px;
    top: 1.5%;
    width: 92%;
}
.left-line4down {
    height: 10px;
    left: 4%;
    margin-top: -1px;
    top: 98%;
    width: 92%;
}
/*.left-line5 {
    height: 10px;
    left: 13%;
    margin-top: -1px;
    top: 21.8%;
    width: 21%;
}
.left-line5down {
    height: 10px;
    left: 13%;
    margin-top: -1px;
    top: 77%;
    width: 36%;
}*/
.left-line8 {
    height: 90%;
    left: 42.2%;
    margin-left: -2px;
    top: 5%;
    width: 10px;
}
.left-line7 {
    height: 90%;
    left: 27.8%;
    margin-left: -2px;
    top: 5%;
    width: 10px;
}
.left-line6 {
    height: 90%;
    left: 15%;
    margin-left: -2px;
    top: 5%;
    width: 10px;
}
/*.left-line6down {
    height: 20%;
    left: 15%;
    margin-left: -2px;
    top: 55%;
    width: 10px;
}*/
.left-line2 {
    height: 90%;
    left: 11%;
    margin-left: -2px;
    top: 5%;
    width: 10px;
}
/*.left-line2down {
    height: 30%;
    left: 11%;
    margin-left: -2px;
    top: 63%;
    width: 10px;
}*/
.left-line9 {
    height: 35%;
    left: 3.2%;
    margin-left: -2px;
    top: 3%;
    width: 10px;
}
.left-line9down {
    height: 36%;
    left: 3.2%;
    margin-left: -2px;
    top: 62%;
    width: 10px;
}
.left-line3 {
    height: 20%;
    left: 0.2%;
    margin-left: -2px;
    top: 40%;
    width: 11%;
}
/*.right-line4 {
    height: 10px;
    right: 17%;
    margin-top: -1px;
    top: 9%;
    width: 18%;
}*/
/*.right-line4down {
    height: 10px;
    right: 17.5%;
    margin-top: -1px;
    top: 90.3%;
    width: 31%;
}*/
/*.right-line5 {
    height: 10px;
    right: 11.5%;
    margin-top: -1px;
    top: 21.8%;
    width: 21%;
}
.right-line5down {
    height: 10px;
    right: 12.5%;
    margin-top: -1px;
    top: 77%;
    width: 36%;
}*/
.right-line8 {
    height: 90%;
    margin-right: -2px;
    right: 41.5%;
    top: 5%;
    width: 10px;
}
.right-line7 {
    height: 90%;
    margin-right: -2px;
    right: 27.8%;
    top: 5%;
    width: 10px;
}
.right-line6 {
    height: 90%;
    right: 15%;
    margin-right: -2px;
    top: 5%;
    width: 10px;
}
/*.right-line6down {
    height: 20%;
    right: 15%;
    margin-right: -2px;
    top: 55%;
    width: 10px;
}*/
.right-line2 {
    height: 90%;
    right: 10%;
    margin-right: -2px;
    top: 5%;
    width: 10px;
}
/*.right-line2down {
    height: 30%;
    right: 10%;
    margin-right: -2px;
    top: 63%;
    width: 10px;
}*/
.right-line9 {
    height: 35%;
    margin-right: -2px;
    right: 3.6%;
    top: 3%;
    width: 10px;
}
.right-line9down {
    height: 37%;
    margin-right: -2px;
    right: 3.6%;
    top: 61%;
    width: 10px;
}
.right-line3 {
    height: 20%;
    margin-right: -2px;
    right: 0;
    top: 40%;
    width: 9.5%;
}
.flyout {
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    width: 320px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 9999;
    margin-left: -160px;
    display: none;
     padding: 0 0 25px;
     /*max-width: 100%;*/
}
.flyout h3 {
    text-align: center;
    margin: 0;
    padding: 20px;
    font-size: 160%;
    font-family: 'BrandonGrotesque-Bold';
    border-bottom: 2px solid #000;
}
.flyout .inner{
    font-size: 93.33333333333333%;
    padding: 2px 20px;
    margin: 0;
    border: none;
    height: 210px;
}
pre {
    width: 100%;
    white-space: pre;
}
#embed .inner {
    overflow: auto;
    border: 1px solid #000;
    max-width: 100%;
    margin: 0;
}
.padding {
    padding: 20px 10%;
    width: 100%;
    float: left;
}

#left1 {
    -webkit-transform: translate3d(-500%, 0, 0);
    transform: translate3d(-500%, 0, 0);
}
#left1.done {
    -webkit-transform: none;
    transform: none;
}
#right1 {
    -webkit-transform: translate3d(500%, 0, 0);
    transform: translate3d(500%, 0, 0);
}
#right1.done {
    -webkit-transform: none;
    transform: none;
}
#up1 {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
#up1.done {
    -webkit-transform: none;
    transform: none;
}
.flyout.anime {
    -webkit-transform: translate3d(-500%, 0, 0);
    transform: translate3d(-500%, 0, 0);
}
.flyout.slideOutRight {
    -webkit-transform: translate3d(500%, 0, 0);
    transform: translate3d(500%, 0, 0);
}
.zoomleft {
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
}
.zoomright {
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
}
.player {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
.player-right {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
}
@media (max-width: 1030px) {
    .player, .player-right {
        width: 42px;
        height: 34px;
        font-size: 150%;
    }
    .player:hover,  .player-right:hover {
        background-position: 0 -35px;
    }
}
@media (max-width: 900px) {
    .player, .player-right {
        width: 35px;
        height: 25px;
        font-size: 120%;
    }
    .player:hover,  .player-right:hover {
        background-position: 0 -29px;
    }
}
@media (max-width: 768px) {
    .positions {
        width: 100%;
        overflow: hidden;
    }
    .left-line1 {
        left: 3%;
    }
    .right-line2, .right-line2down {
        right: 19%;
    }
    .right-line9, .right-line9down {
        right: 7%;
    }
    .right-line3 {
        right: 2%;
        width: 17%;
    }
    .right-line8 {
        right: 80.5%;
    }
    .right-line4 {
        right: 34%;
        width: 33%;
    }

    .right-line7 {
        right: 54%;
        height: 90%;
    }
    .left-line4down {
        height: 10px;
        left: 0;
        margin-top: -1px;
        top: 98.5%;
        width: 92%;
    }
    .left-line4 {
        height: 10px;
        left: 0;
        margin-top: -1px;
        top: 1.5%;
        width: 92%;
    }
    .right-line6, .right-line6down {
        right: 29%;
    }
    .right-line5, .right-line5down {
        right: 23%;
        width: 41%;
    }
    .right-line5down {
        width: 70%;
    }
    .right-line4down {
        right: 35%;
        top: 91.3%;
        width: 58%;
    }
    .pitch {
        background-image: none;
        width: 100%!important;
        margin: 0;
    }
    .player-right {
        height: 42px;
        width: 51px;
        font-size: 200%;
    }
    .player-right:hover {
        background-position: 0 -42px;
    }
    .right1, .right2, .right3 {
        right: 86%;
    }
    .right6, .right7{
        right: 69.5%;
    }
    .right8{
        right: 66.5%;
    }
    .right4, .right5 {
        right: 78%;
    }
    .right11 {
        right: 23%;
    }
    .right9, .right10 {
        right: 54%;
    }
    .right12 {
        right: 50%;
    }
    .right13 {
        right: 48%;
    }
    .right14 {
        right: 23%;
    }
    .right15 {
        right: 19%;
    }

    .wrap {
        max-width: 590px;
    }
    .positions img {
        width: 194%;
        float: right;
        height: 600px;
    }
    .left-line, .player {
        display: none;
    }
    .info-holder {
        max-width: 400px;
    }
    .modal {
        position: absolute;
        height: 150%;
    }
    .modal .holder {
        height: auto;
    }
    .info-holder .grid_6{
        width: 98%!important;
        margin-top: 50px;
    }
    #close {
        top: 10px;
        z-index: 9999;
    }
    .grid_6.image-holder {
        margin-top: 10px;
    }
    .menu-holder{
        background-image: url(../img/mobile.png);
        position: absolute;
        left: 0;
        top: 64px;
        z-index: 9999;
        height: 150px;
    }   
    .menu2 {
        margin: 20px 0 0;
    }
    /*    .player, .player-right {
                width: 35px;
        height: 25px;
        font-size: 120%;
        }
        .player:hover,  .player-right:hover {
            background-position: 0 -26px;
        }*/
    .left-line4down, .left-line4 {
        display: block;
    }
    .right-line4, .right-line5down, .right-line5, .right-line4, .right-line4down, .right-line2down, .right-line6down {
        display: none;
    }
}

@media (max-width: 660px) {
    .pitch .grid_4 {
        width: 48%!important;
        min-height: 300px;
    }
    #content, #content-left {
        width: 98%!important;
        margin-bottom: 20px;
    }
    #info-rules .inner {
        min-height: 1px;
        height: auto;
    }
    .wrap-big.top .container_12{
        width: 100%;
        padding: 0;
        margin: 0;

    }
    .wrap-big.top .container_12 .grid_12{
        width: 100%;
        padding: 0;
        margin: 0;

    }
}

@media (max-width: 610px) {
    .heading-bg {
        background-size: 200% auto;
    }
    .subhead-bg {
        background: none;
        width: 70%;
        color: #000;
    }
    .no-mobile {
        display: none;
    }
    .on-mobile {
        display: block;
    }
    #info-rules .holder {
        height: auto!important;

    }
    .on-mobile .player-right {
        position: relative;
        float: none;
        right: auto;
        top: auto;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
        display: inline-block;
        margin: 3px 10px;
        font-size: 150%;
        padding-top: 7px;
    }
    .on-mobile p {
        text-transform: uppercase;
        font-family: 'BrandonGrotesque-Bold';
        font-size: 160%;
        padding-bottom: 10px;
        border-bottom: 3px solid #fff;
    }
    .menu li a {
        margin: 0 3px;
    }
    ul.menu {
        display: none;
    }
    .menu-holder{
        background-image: url(../img/mobile.png);
        position: absolute;
        left: 0;
        top: 64px;
        z-index: 9999;
    }   
    ul.menu li {
        width: 14.28571428571429%;
    }   

    .nomargin {
        display: none;
    }
    .mobile {
        display: inline-block;
    }
    .heading-bg {
        font-size: 200%;
        margin-top: 0;
        line-height: 160%;
    }
    .modal {
        background: none;
    }
    .modal .white {
        background-color: rgba(255, 255, 255, 0.9);
        margin-top: 100px;
    }
    #close {
        top: 80px;
    }
    #embed #close, #source #close {
        right: 0;
    }
    .player-number {
        border-right: none;
    }
    .player-position, .keywords {
        font-size: 120%;
    }
}
@media (max-width: 460px) {
    .pitch .grid_4 {
        width: 98%!important;
    }
}



@media  only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi) {
    * {
        -webkit-font-smoothing: antialiased;
    }
    .left-line9 {
        height: 33%;
        left: 5%;
        margin-left: -2px;
        top: 5%;
        width: 10px;
    }
    .left-line9down {
        height: 34%;
        left: 5%;
        margin-left: -2px;
        top: 61%;
        width: 10px;
    }
    .left-line2 {
        height: 90%;
        left: 12.5%;
        margin-left: -2px;
        top: 5%;
        width: 10px;
    }
    .left-line3 {
        height: 20%;
        left: 1.2%;
        margin-left: -2px;
        top: 40%;
        width: 11%;
    }
    .left-line6 {
        height: 90%;
        left: 16.2%;
        margin-left: -2px;
        top: 5%;
        width: 10px;
    }
    .left-line7 {
        height: 90%;
        left: 28.6%;
        margin-left: -2px;
        top: 5%;
        width: 10px;
    }
    .left-line4down {
        height: 10px;
        left: 6%;
        margin-top: -1px;
        top: 95.5%;
        width: 88%;
    }
    .left-line4 {
        height: 10px;
        left: 6%;
        margin-top: -1px;
        top: 3.5%;
        width: 88%;
    }
    .right-line8 {
        right: 42%;
    }
    .right-line7 {
        right: 28.7%;
    }
    .right-line6 {
        right: 16.2%;
    }
    .right-line2 {
        right: 11.5%;
    }
    .right-line3 {
        right: 1.6%;
    }
    .right-line9 {
        height: 34%;
        right: 5.3%;
        top: 5%;
    }
    .right-line9down {
        height: 34%;
        right: 5.3%;
        top: 61%;
    }
    .menu li a, .menu2 li a{
        width: 44px;
        height: 44px;
        background-size: 96% auto;
    }


    .heading-bg {
        height: 57px;
        background-image: url(../img/headline-bg@2x.png);
        line-height: 70px;
    }

    .subhead-bg {
        background-size: 100% auto;
        line-height: 28px;
    }
    .menu1 {
        background-image: url(../img/menu1@2x.png);
    }
    .menu2 {
        background-image: url(../img/menu2@2x.png);
    }
    .menu3 {
        background-image: url(../img/menu3@2x.png);
    }
    .menu4 {
        background-image: url(../img/menu4@2x.png);
    }
    .menu5 {
        background-image: url(../img/menu5@2x.png);
    }
    .menu6 {
        background-image: url(../img/menu6@2x.png);
    }
    .menu7 {
        background-image: url(../img/menu7@2x.png);
    }
    .pitch {
        background-image: url(../img/pitch@2x.png);
    }
    

    @media (max-width: 768px) {
        .pitch {
            background-image: none;
        }
        .right-line8 {
            right: 81.3%;
        }
        .right-line7 {
            right: 55.7%;
            height: 90%;
        }
        .right-line6 {
            right: 31.5%;
        }
        .right-line2 {
            right: 22.3%;
        }
        .right-line3 {
            right: 2.6%;
        }
        .right-line9 {
            right: 10.3%;
        }
        .right-line9down {
            right: 10.3%;
        }
        .left-line4down, .left-line4 {
            display: block;
        }
        .right-line4, .right-line5down, .right-line5, .right-line4, .right-line4down, .right-line2down, .right-line6down {
            display: none;
        }
        .left-line4 {
            left: 1%;
        }
        .left-line4down {
            left: 1%;
            top: 96.5%;
        }
    #welcome .info-holder {
    padding: 20px 25px;
}
    .player {
        background-image: url(../img/player@2x.png);
    }
    .player-right {
        background-image: url(../img/player-right@2x.png);
    }
    .buyagift {
        background-image: url(../img/buyagift@2x.png);
    }
    .add {
        background-image: url(../img/add@2x.png);

    }
    .source {
        background-image: url(../img/source@2x.png);

    }
    .face {
        background-image: url(../img/face@2x.png);
    }
    .twit {
        background-image: url(../img/twiter@2x.png);
    }
  
    .mobile {
        width: 43px;
        height: 43px;
    }
}