@font-face {
    font-family: 'MuseoSans100';
    src: url('/ui/fonts/MuseoSans_100.eot');
    src: url('/ui/fonts/MuseoSans_100.eot?#iefix') format('embedded-opentype'),
    url('/ui/fonts/MuseoSans_100.ttf') format('truetype'),
    url('/ui/fonts/MuseoSans_100.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MuseoSans300';
    src: url('/ui/fonts/MuseoSans_300.eot');
    src: url('/ui/fonts/MuseoSans_300.eot?#iefix') format('embedded-opentype'),
    url('/ui/fonts/MuseoSans_300.ttf') format('truetype'),
    url('/ui/fonts/MuseoSans_300.svg') format('svg');

    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MuseoSans500';
    src: url('/ui/fonts/MuseoSans_500.eot');
    src: url('/ui/fonts/MuseoSans_500.eot?#iefix') format('embedded-opentype'),
    url('/ui/fonts/MuseoSans_500.ttf') format('truetype'),
    url('/ui/fonts/MuseoSans_500.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MuseoSans700';
    src: url('/ui/fonts/MuseoSans_700.eot');
    src: url('/ui/fonts/MuseoSans_700.eot?#iefix') format('embedded-opentype'),
    url('/ui/fonts/MuseoSans_700.ttf') format('truetype'),
    url('/ui/fonts/MuseoSans_700.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MuseoSans900';
    src: url('/ui/fonts/MuseoSans_900.eot');
    src: url('/ui/fonts/MuseoSans_900.eot?#iefix') format('embedded-opentype'),
    url('/ui/fonts/MuseoSans_900.ttf') format('truetype'),
    url('/ui/fonts/MuseoSans_900.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'League Gothic';
    src: url('/ui/fonts/leaguegothic.eot');
    src: url('/ui/fonts/leaguegothic.eot?#iefix') format('embedded-opentype'),
         url('/ui/fonts/leaguegothic.woff') format('woff'),
         url('/ui/fonts/leaguegothic.ttf') format('truetype'),
         url('/ui/fonts/leaguegothic.svg#league_gothicregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
    font-family: 'League Gothic';
    src: url('/ui/fonts/leaguegothic.svg#league_gothicregular') format('svg');
    }
}

.flc:before,
.flc:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden;
}
.flc:after {
    clear: both;
}

.bold,
strong { font-weight: bold; }

.description { line-height: 1.5; }

.stronger_button {
    background: #e64017;
    border: none;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: "museosans500";
    letter-spacing: 1px;
    text-align: center;
    margin: 0 auto 10px; padding: 7px 20px;

    box-shadow: none;
    -webkit-box-shadow: 0px 2px 5px 1px #c6c6c6; box-shadow: 0px 2px 5px 1px #c6c6c6;
    background-image: linear-gradient(top, rgb(255,127,76) 0%, rgb(230,64,23) 100%);
    background-image: -o-linear-gradient(top, rgb(255,127,76) 0%, rgb(230,64,23) 100%);
    background-image: -moz-linear-gradient(top, rgb(255,127,76) 0%, rgb(230,64,23) 100%);
    background-image: -webkit-linear-gradient(top, rgb(255,127,76) 0%, rgb(230,64,23) 100%);
    background-image: -ms-linear-gradient(top, rgb(255,127,76) 0%, rgb(230,64,23) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(255,127,76)), color-stop(1, rgb(230,64,23)));
    -moz-border-radius: 0; -webkit-border-radius: 0; -khtml-border-radius: 0; border-radius: 0;
}
.stronger_button:hover {
    background: #fd7c33;
    position: relative;
    top: 1px;
}
.badge {
    font-family: 'League Gothic';
    font-size: 24px;
    color: #fff;
    width: 85px;
    height: 103px;
    text-align: center;
    text-transform: uppercase;
    z-index: 10;
    position: absolute;
    padding: 10px 0 0 0;
    background: url('/ui/images/platinum/badge.png') top no-repeat;

    -webkit-font-smoothing: antialiased;

}
.badge:before {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #84290B;
    content: "";
    left: -7px;
    position: absolute;
    top: 3px;
    -moz-transform: scale(1) rotate(-45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -webkit-transform: scale(1) rotate(-45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -o-transform: scale(1) rotate(-45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -ms-transform: scale(1) rotate(-45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    transform: scale(1) rotate(-45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}

#main .widgetContainer .mobile_center_module {
    margin: 0 auto;
    width: 281px;
}
/*
 * iPhone 4 is 320 width portrait  
 * iPhone 5 is 320 width portrait  
 */
@media screen and (min-width: 320px) {
    .invis_box { background: transparent; z-index: 50; overflow: hidden; width: 100%; height: 100%; position: absolute; }
}

/*
 * iPad 4    is 1024px width landscape 
 * iPad Mini is 1024px width landscape
 */
@media screen and (min-width: 1024px) {
    .invis_box { display: none; }
}