/* Minification failed. Returning unminified contents.
(2167,10): run-time error CSS1033: Expected closing bracket, found 'IE'
(2167,12): run-time error CSS1031: Expected selector, found ']'
(2167,12): run-time error CSS1025: Expected comma or open brace, found ']'
(2171,1): run-time error CSS1019: Unexpected token, found '<'
(2171,2): run-time error CSS1019: Unexpected token, found '!'
(2171,11): run-time error CSS1031: Expected selector, found '-->'
(2171,11): run-time error CSS1025: Expected comma or open brace, found '-->'
(5322,14): run-time error CSS1036: Expected expression, found '#'
(5932,1591): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(5932,1618): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(5932,1739): run-time error CSS1019: Unexpected token, found '@keyframes'
(5932,1758): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(5936,1): run-time error CSS1019: Unexpected token, found '@import'
(5936,9): run-time error CSS1019: Unexpected token, found 'url(//fonts.googleapis.com/css?family=Lato)'
 */
/*
	Main blue: #2a3390
	Main orange: #f14b25	
*/
html, body {
    height: 100%;
    font-family: 'Droid Sans', sans-serif;
    /* 'Exo', sans-serif; */
    background: url(/images/bg-pattern.png) repeat;
}

#topBar {
    background: url('/images/bg-top-bar.png') repeat-x #2a338f;
    color: #ffffff;
    font-size: 16px;
    height: 46px;
}

    #topBar .row {
        padding-top: 10px;
    }

    #topBar span, #topBar img {
        margin-left: 3px;
        margin-right: 3px;
    }

#logo {
    height: 60px;
    position: relative;
    top: -10px;
}

#logoHeader {
    padding-top: 20px;
    padding-bottom: 10px;
}

#homeLinks {
    padding-left: 60px;
    font-weight: bold;
}

#footer {
    padding-top: 60px;
}

    #footer ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

.line-through {
    text-decoration: line-through;
}

/* Generic stuff - reusable */
.playerImage {
    width: 100px;
}

.input-mini30 {
    width: 30px;
}

/***************************************************
	HOME PAGE
***************************************************/
#navIndex {
    z-index: 0;
}

.navbar {
    position: static;
}

.accent1 {
    color: #ee4d23;
}

.accent2 {
    color: #2a3390;
}

#mySportsLi {
    margin: 15px 0px -40px 0px;
}

.mySportsInnerLi {
    display: flex;
    padding-left: 0px;
    padding-right: 0px;
}

#mySportsDivider {
    background-color: #2a338f;
    color: white;
    padding: 0px;
    height: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
}

    #mySportsDivider span {
        text-align: center;
    }

.mySportsLinkPadding {
    text-decoration: none !important;
    padding: 0px;
}

.smallHubMargin {
    background-color: #333;
    padding-bottom: 0px;
}

.parentHoverSportsNet:hover .childHoverSportsNet, .parentHoverSportsNet:hover .childHoverSportsNet div {
    background-color: #ef4c25 !important;
    color: white !important;
}

.sportsHubIcons {
    color: white;
    font-size: 25px;
    margin-right: 1px;
}

#mySportsNet {
    float: right;
}

.sportsNetButton {
    margin-top: 20px;
    font-size: 18px;
    background-color: #273085;
    font-weight: bold;
    color: #fff;
    font-family: 'exo', sans-serif;
    text-transform: uppercase;
    padding: 10px 14px;
}

#home-pcard-button {
    margin-top: 20px;
    font-size: 18px;
    background-color: white;
    font-weight: bold;
    color: #273085;
    font-family: 'exo', sans-serif;
    text-transform: uppercase;
    padding: 10px 15px;
    border: 1px solid #273085; /*#ef4c25;*/
}

#home-pcard-container {
    padding-right: 0px;
    text-align: right;
}

.sportsNetButton:hover {
    background: #1b225f;
    color: white;
}

#mySportsNetInfo {
    padding: 0px;
    background-color: white;
    overflow: hidden;
}

.mySportsNetLeague {
    text-align: center;
    color: #ef4c25;
    font-weight: bold;
    padding: 1px;
}

#mySportsLogoff {
    background-color: white;
    padding-left: 0px;
    padding-right: 0px;
    min-height: 40px;
}

#mySportsNetTeam {
    text-align: center;
    color: #333;
}

#mySportsNetDivider {
    background-color: #333;
    height: 1px;
}

.flex-container {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 46px;
    background-color: lightgrey;
    justify-content: center;
    background-color: #333;
}

#loginLink {
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
}

.smallHubMargin {
    margin-left: -55px;
}

#loginTeams li a {
    text-align: left;
}

#playerCard {
    margin: 0 auto;
}

#pcLoading {
    margin-top: 35px;
    color: white;
}

#loading-playerCard {
    margin-left: 10px;
}

#tagline {
    position: relative;
    top: 15px;
    z-index: 9;
}

.feature {
    background-color: #ee4d23;
}

    .feature span {
        color: #ffffff;
    }

#myCarousel {
    margin-top: 20px;
    margin-left: 10px;
}

.carousel-control {
    font-size: 40px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
}

.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px;
    background: #333;
    background: rgba(0,0,0,.75);
}

#myCarousel h2 {
    color: #ffffff;
}

#mainRight h3 {
    color: #ffffff;
}

#mainRight button {
    margin-top: 20px;
}

#sportsList {
    text-align: center;
    padding: 20px 0px;
}

#sportIconList li {
    display: inline;
    list-style: none;
    list-style-type: none;
    margin: 0 auto;
    float: left;
    width: 25%; /* 3 items wide */
}

.companycopy {
    font-size: 14px;
}

#company {
    margin-top: 40px;
    text-align: center;
}

.tellus {
    font-size: 14px;
}

#centeredFooter {
    text-align: right;
}

/* Max Edits to CSS for homepage*/

.feature {
    /*background-color: none;*/
    background: transparent;
}

#home-banner {
    margin: 0 auto;
    width: 100%;
    position: relative;
    top: 0px;
    z-index: 999;
    text-align: center;
    margin-bottom: -20px;
}

    #home-banner img {
        max-width: 100%;
        height: auto;
    }

#home-feature-row {
    margin-left: 0 !important;
    background: #ef4c25;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .2);
    width: 100%;
    border-left-width: 5px;
    padding-left: 0px;
    padding-right: 0px;
}

#myCarousel {
    margin: 0 !important;
    padding: 0 !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#mainRight {
    padding-top: 20px;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: 100%;
}

.carousel {
    margin-bottom: 0 !important;
}

#sportsList {
    background-image: url(/images/feature-bottom-bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    padding-top: 30px;
    padding-right: 30px;
}

#refundFooter {
    display: none;
}

#termsFooter {
    display: none;
}

#privacyFooter {
    display: none;
}

.w-100 {
    width: 100% !important;
}

.manage-panel-header {
    background-color: #ef4b25 !important;
    color: white !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.pr-0 {
    padding-right: 0px !important;
}

.pl-5 {
    padding-left: 5px !important;
}

.pr-5 {
    padding-right: 5px !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.fb-button {
    background-color: #4267B2;
    text-decoration: none;
    font-size: 18px;
    color: white;
    padding: 8px;
    padding-right: 15px;
}

    .fb-button img {
        padding-right: 10px;
    }

.manage-submit-btn, .manage-submit-btn a {
    background-color: #273085;
    color: #fff;
    /*font-family: 'exo', sans-serif; doesn't look right??*/
    text-transform: uppercase;
    text-decoration: none;
}

    .manage-submit-btn:hover, .manage-submit-btn:active, .manage-submit-btn:focus, .manage-submit-btn a:hover, .manage-submit-btn a:active, .manage-submit-btn a:focus {
        background: #1b225f;
        color: #fff;
        text-decoration: none;
    }
/***************************************************/
/*SPORT SEARCH PAGE*/
/***************************************************/

.map {
    height: 400px;
}

#sportsMenuPadding {
    padding-left: 0px;
}

.mapList {
    border-style: solid;
    border-width: thin;
    border-radius: 4px;
    padding: 5px;
    cursor: pointer;
    margin-bottom: 10px;
    background-color: lightgray;
}

#mapContainer {
    padding-bottom: 40px;
}

.pointer {
    cursor: pointer;
}

#PlayerList img {
    width: 60px;
}

.center {
    text-align: center;
}

.sports-filter-menu {
    font-size: 16px
}

#regLeagueLink a:hover {
    text-decoration: none;
}
/**************************************************
  REF RATING
***************************************************/
.rating-container {
    /*background: #fff;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;*/
    justify-content: center;
    display: flex;
}

.rating {
    color: #ef4c25;
    font-size: 85px;
}

    .rating > input {
        display: none;
    }

    .rating > label:before {
        margin: 5px;
        font-size: 1.25em;
        font-family: FontAwesome;
        display: inline-block;
        content: "\2605";
    }

    .rating > .half:before {
        content: "\2605";
        position: absolute;
    }

    .rating > label {
        color: #ddd;
        float: right;
    }

    .rating > input:checked ~ label, /* show gold star when clicked */
    .rating:not(:checked) > label:hover, /* hover current star */
    .rating:not(:checked) > label:hover ~ label {
        color: #ef4b25;
    }
        /* hover previous stars in list */

        .rating > input:checked + label:hover, /* hover current star when changing rating */
        .rating > input:checked ~ label:hover,
        .rating > label:hover ~ input:checked ~ label, /* lighten current selection */
        .rating > input:checked ~ label:hover ~ label {
            color: #f26f4f;
        }

.rating-wrapper {
    background: #fff;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
    border: 1px solid #fff;
}

.ref-detail-blue {
    background-color: #273085;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
    padding: 4px;
    /* margin-left: 5%; */
    display: inline-block;
    margin-top: 5px;
    width: 100%;
}

.ref-detail-orange {
    background-color: #ef4b24;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
    padding: 4px;
    display: inline-block;
    margin-top: 5px;
    width: 100%;
}

.ref-cancelModal, .ref-cancelModal:hover, .ref-cancelModal:active, .ref-cancelModal:focus {
    background-color: #ef4b25;
    color: white;
    border-color: #ef4b25;
}

.ref-card {
    text-align: center;
    padding: 10px 0;
}

.ref-table {
    margin-bottom: 5px;
}

.refCity {
    padding-bottom: 10px;
}

.ref-game-container {
    padding-bottom: 15px;
}
/***************************************************
	PAYMENT PAGE
***************************************************/
#payment-credits {
    padding-left: 0px;
}

#paymentTable td {
    border: 0;
}

#paymentSpecialMessage {
    color: #f14b25;
}

#braintree_credit_card_cvv {
    width: 20%;
}

#braintree_credit_card_expMonth {
    margin-right: 10px;
}

#discountCode {
    margin-bottom: 10px;
}

.hContainer {
    width: 39%;
    padding: 0px;
}

#hColor {
    width: 100%;
}

#hoodieColorDiv {
    padding: 5px 0px 0px 0px;
}

#hoodiePic {
    border: 5px solid #212870;
}

#hoodieColor {
    padding-left: 25px;
}

#applyOrderDiv {
    padding-left: 0px;
    margin-top: 10px;
}

#addToOrder {
    margin-top: 10px;
}

#hoodieSpacer {
    padding-right: 0px;
    padding-left: 0px;
}

#paymentMerchandiseTable {
    margin-bottom: 10px;
}

#currentCost {
    margin-top: 10px;
}

.graphics-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 135px;
}

.logo {
    width: 80px;
    height: 80px;
    margin: 0 10px;
}

.bitcoin-logo {
    background-color: #f9a825;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
}

.venmo-logo {
    background-color: #4c9bff;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

.text {
    margin-top: 20px;
    margin-left: 50px;
}

.email {
    margin-top: 10px;
    margin-left: 62px;
}

.email a {
    text-decoration: underline;
}

#pTypeResult {
    font-size: 18px;
    font-family: 'exo', sans-serif;
}
/***************************************************
	LOGIN
***************************************************/
.banner-white, .banner-white:hover, .banner-white:active, .banner-white:visited {
    color: white !important;
    text-decoration: none
}

#login {
    padding: 5px;
}

    #login form {
        display: inline;
    }

    #login li {
        display: inline;
        list-style: none;
    }

#registerLink {
    margin-left: 10px;
}
/* login page*/
.rememberMe {
    display: inline;
}

#loginSubmit, #registerSubmit {
    margin-top: 20px;
}

    #loginSubmit .btn {
        margin-right: 10px;
        margin-bottom: 10px;
    }

#logoutForm {
    display: inline;
}

.imgSpace {
    margin-right: 20px;
    margin-bottom: 20px;
}

#createTeam {
    margin-top: 50px;
    width: 200px;
}

#aboutDiv img {
    width: 200px;
}

#createTeamForm img {
    width: 200px;
}

#FreeAgentList img {
    width: 60px;
}
/*REGISTRATION PAGE*/
.form-control {
    width: 70%;
}

.waiverSpacer {
    margin-top: 5px;
    padding-left: 0px;
}

#registerFloat {
    float: left;
    padding-left: 0px;
}

.field-validation-error {
    color: red;
    font-size: 13px;
}
/**********************LOGINPARTIAL****************/
.noLeftPadding {
    padding-left: 0px !important;
}

#loginTeams {
    min-width: 284px;
    border: 2px solid #ccc !important;
    border-left: none !important;
    padding-top: 0px;
}

    #loginTeams li a {
        white-space: normal;
    }
/***************************************************/

/***************************************************
	PLAYER CARD
***************************************************/
.cardStatsTableList {
    margin: 0;
}

    .cardStatsTableList li {
        display: inline;
        list-style: none;
        list-style-type: none;
    }

#playerDialog {
    width: 60%;
}

#cardFooter img {
    height: 40px;
}

#cardLeftImage {
    float: left;
}

#cardRightImage {
    float: right;
}

#cardBio {
    /*width: 200px;*/
    text-align: center;
}

#cardStats table {
    table-layout: fixed;
}

#cardStats table {
    /*float: left;*/
    text-align: center;
    margin-right: 5px;
}

#playerCardContent {
    box-shadow: none;
    border: none;
}

#cardFooter {
    margin-top: 0px;
}

#soccerStatsCard {
    padding-left: 0px;
}

#championshipHeader {
    text-align: left;
}

#pcard-player-desc {
    width: 550px;
    overflow: hidden;
    max-height: 145px;
}
/***************************************************
	LEAGUE PAGE
***************************************************/
#leagueStart .alert {
    padding: 0px;
}

#LeagueTeamHeader h3 {
    display: inline;
}

#LeagueTeamHeader h5 {
    display: inline;
}

.newSeasonRow {
    background-color: yellow;
    font-weight: bold;
}

.leagueMessage {
    font-size: 12px;
    font-weight: bold;
    color: #f14b25;
    margin-top: 10px;
}

#SeasonList tbody tr {
    text-decoration: underline;
}

.repImage {
    width: 60px;
}

#pastSeasonsHeader {
    margin-left: 0px;
}

#seasonsPast a {
    text-decoration: underline;
}

#adventureAd {
    margin: auto;
}
/***************************************************
	SEASON PAGE
***************************************************/
/* Live brackets plugin CSS*/
.bracketWrapper {
    width: 100%;
    overflow: hidden
}

.g_gracket {
    width: 9999px;
    background-color: #fff;
    padding: 35px 15px 5px;
    line-height: 100%;
    position: relative;
    overflow: hidden;
}

.g_round {
    float: left;
    margin-right: 70px;
}

.g_game {
    position: relative;
    margin-bottom: 15px;
    box-shadow: 3px 4px 0px #aaa;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}

.g_gracket h3 {
    font-family: 'Droid Sans', sans-serif !important;
    margin: 0;
    padding: 10px 8px 8px;
    font-size: 18px;
    line-height: 100%;
    font-weight: normal;
    color: #fff
}

.g_team {
    background: #F14B25;
}

    .g_team:last-child {
        background: #2A3390;
    }

    .g_team small {
        color: #FFFFFF;
    }

.g_round:last-child {
    margin-right: 20px;
}

.g_winner {
    background: #444;
}

    .g_winner .g_team {
        background: none;
    }

.g_current {
    cursor: pointer;
    background: #F19125 !important;
}

.g_round_label {
    top: -5px;
    font-weight: normal;
    color: #999;
    text-align: center;
    font-size: 18px;
}

#newTeamForm input[type="checkbox"] {
    margin: 0px 0px 0px 14px;
}

#JoinTD {
    text-align: center;
    padding-top: 5px;
}
/*Carousel*/
#myCarousel .glyphicon-chevron-right {
    left: 15%;
    font-size: 40px;
    top: 30%;
}

#myCarousel .glyphicon-chevron-left {
    font-size: 40px;
    top: 30%;
    left: 15%;
}
/*MAGNIFIC POPUP*/
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: default !important;
}

.mfp-close {
    margin-right: 20px;
    margin-top: 10px;
}

.mfp-img {
    border: 15px solid white;
    padding: 0px !important;
}

.mfp-top-bar {
    border-top: 50px solid white;
}

.mfp-bottom-bar {
    /* border-bottom:50px solid white; */
    margin-top: 0px !important;
}

.mfp-title {
    color: black !important;
    text-align: center !important;
    position: absolute;
    right: 10px;
    left: 10px;
    padding: 4px !important;
    font-size: 20px;
    background-color: white;
    left: 0px;
    right: 0px;
}
/*modal*/
#createModal {
    box-shadow: none;
    border: none;
}

#createFooter {
    background-color: #fff;
}

.modal-header {
    background-color: #fff;
}

.modal-body {
    background-color: #fff;
}

.modal-footer {
    background-color: #fff;
    margin-top: 0px;
}

#standings a {
    text-decoration: underline;
}

.seasonLink {
    width: 85%;
}

#createModal {
    padding-bottom: 150px;
    border-radius: 0px;
}

#createLeft {
    padding-right: 100px;
}

#createFooter {
    margin-top: 0px;
}

#Description {
    width: 100%;
}

#Name {
    width: 100%;
}

#JoinPassword {
    width: 100%;
}

.labelSpace {
    padding-top: 10px;
}

.season-team-card {
}

    .season-team-card .content-wrapper {
        padding: 0;
        height: 275px;
    }

.season-team-top {
    background: #333333; /* Old browsers */
    background: -moz-linear-gradient(top, #333333 0%, #3a3a3a 50%, #333333 50%, #444444 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(50%,#3a3a3a), color-stop(50%,#333333), color-stop(100%,#444444)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #333333 0%,#3a3a3a 50%,#333333 50%,#444444 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #333333 0%,#3a3a3a 50%,#333333 50%,#444444 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #333333 0%,#3a3a3a 50%,#333333 50%,#444444 100%); /* IE10+ */
    background: linear-gradient(to bottom, #333333 0%,#3a3a3a 50%,#333333 50%,#444444 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#444444',GradientType=0 ); /* IE6-9 */
    color: #fff;
    padding: 0px;
}

    .season-team-top .grid {
        margin-bottom: 0;
    }

    .season-team-top a {
        color: #fff;
        text-decoration: none;
    }

        .season-team-top a:hover {
            color: #f1efee;
        }

.season-team-top-left {
    float: left;
    width: 99%;
    white-space: nowrap;
    overflow: hidden;
}

.season-team-top-right {
    width: 35%;
    float: right;
}

.season-team-top h3 {
    text-transform: uppercase;
    padding: 12px 8px 8px 8px;
    margin: 0;
    line-height: 110%;
    font-size: 16px;
}

ul.season-team-top-info {
    text-align: right;
    margin: 0;
    padding: 0;
}

    ul.season-team-top-info li {
        list-style: none;
        display: inline-block;
        margin: 0;
        padding: 10px 8px 8px 8px;
        border-left: 1px solid #666;
        font-size: 18px;
        line-height: 120%;
        position: relative;
    }

.teamDescWrap {
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
    height: 50px;
    overflow-y: auto;
    padding-top: 5px;
}

.season-team-avatar {
    float: left;
    width: 100px;
    margin-left: 30%;
    overflow: hidden;
    text-align: center;
    padding: 10px 0;
    height: 100px;
}

    .season-team-avatar img {
        max-width: 100%;
        max-height: 200px;
        width: auto;
        height: auto;
    }

.season-team-right {
    margin-bottom: 10px;
}

    .season-team-right ul {
        margin: 10px 0;
        padding: 0;
        text-align: left;
    }

        .season-team-right ul li {
            list-style: none;
            display: inline-block;
            zoom: 1;
            *display: inline;
            margin: 0 10px;
            padding: 0;
            font-family: 'exo', sans-serif;
            font-size: 16px;
        }

.season-team-info p {
    padding-left: 10px;
    font-size: 12px;
    line-height: 150%;
    margin-bottom: 0;
}

    .season-team-info p.team-view-player-card {
        font-size: 14px;
    }

        .season-team-info p.team-view-player-card a:hover {
            text-decoration: none;
        }

.season-team-info li {
    margin-left: 8%;
    text-align: center;
}

.season-team-info {
    float: left;
    margin-right: 2%;
    padding-top: 5px;
    list-style-type: none;
    padding-left: 0px;
}

.season-team-photo img {
    width: 100%;
    height: auto;
}

#teamTopRightPadding {
    padding-right: 5px;
    padding-top: 10px;
}

#NewTeam {
    float: right;
}

#loginToJoin {
}

#createTeam {
    z-index: 1000;
}

#teamPadding {
    padding-right: 0px;
}

#seasonTeamPic {
    width: 100%;
    height: auto;
    padding-top: 5px;
}

#captainPadding {
    margin-bottom: 5px;
}

#showPay {
    width: 200px;
    margin-bottom: 10px;
}

span.season-team-captain {
    background-color: #ef4b24;
    color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 12px;
    font-family: 'exo-bold', sans-serif;
    padding: 4px;
    margin-left: 5%;
    margin-bottom: 5px;
}

.llstatlink {
    font-size: 14px;
}

#timeWidth {
    width: 8%;
}

.leaderTable {
    table-layout: fixed;
}

.leaderWraps {
    word-wrap: break-word;
}

#season-gameSched div {
    word-break: break-all;
}

.season-schedPanel {
    /*color:white !important;
    background-color:#2A3390 !important;*/
    text-align: center;
}

#season-weekMVPs .panel-heading {
    color: white;
    background-color: #F14B25
}

#season-weekMVPs .panel-body {
    word-wrap: break-word;
}

#season-weekMVPs .mvpTeam {
    font-size: 18px;
}

.bolded {
    font-weight: bold;
}

.league-normal {
    text-align: left;
    width: 100%;
    margin: initial;
    padding-top: 0px;
}
/***************************************************
	TEAM PAGE
***************************************************/
#captainWrap {
    word-wrap: break-word;
}

#teamPic {
    width: 100%;
    height: auto;
}

#teamSchedule {
    padding: 0px;
}

    #teamSchedule td {
        padding: 5px 0px;
    }

#boldTeamResult {
    font-weight: bold;
    float: right;
    margin-right: 10px;
}

#teamSchedule th {
    padding-left: 0px;
}

#invitation {
    margin-bottom: 20px;
}

#emailInvites form input {
    margin-bottom: 12px;
}

#emailInvites form button {
    margin-bottom: 12px;
    margin-left: 8px;
}

#editTeam input[type="checkbox"] {
    margin: 0px 0px 0px 14px;
}

#askToJoinTeam {
    width: 100%;
    text-align: center;
}

#emailModal {
    box-shadow: none;
    border: none;
}

#emailFooter {
    margin-top: 0px;
}

#editModal {
    box-shadow: none;
    border: none;
}

#editModal {
    padding-bottom: 100px;
    border-radius: 0px;
}

#editLeft {
    padding-right: 100px;
}

#editFooter {
    margin-top: 0px;
}

#TeamList a {
    text-decoration: underline;
}

.team-player-info-right {
    float: left;
    padding-left: 5%;
    margin-top: 3%;
}

.noLeftInfo li {
    margin-left: 0px !important;
}

.inviteFA {
    margin: 0 auto;
    margin-top: 10px;
    margin-left: 0px;
    width: 50%
}

.alignInvite {
    text-align: center;
    margin-left: 0px;
}

#fa-badge {
    margin-left: 5px;
}
/***************************************************
	PLAYER CARD
***************************************************/
#PlayerList a {
    text-decoration: underline;
}

.champIcon {
    width: 40px;
    margin: 0px;
}

.champIconList {
    margin: 4px;
    padding: 0px;
    list-style-type: none;
}

    .champIconList li {
        float: left;
        margin-right: 8px;
    }

        .champIconList li span {
            position: relative;
            top: 10px;
            left: 21px;
        }

/* for .net validation error classes */
.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

#pcard-cred {
    color: #ff4611;
}
/***********************************
        PROFILE
************************************/
#zipPadding {
    padding-left: 0px;
}

#userNameFooter {
    margin-top: 0px;
}

#userNameModal {
    box-shadow: none;
    border: none;
}

share-button {
    background-color: #f14b25 !important;
    font-family: 'exo', sans-serif !important;
    color: #ffffff !important;
}

.padding-0 {
    padding: 0px;
}

.profile-border {
    border: 2px solid #DEDEDE;
}

.profile-border-topless {
    border: 2px solid #DEDEDE;
    border-top: none;
}

#profilePage {
    font-family: open sans;
}

.flex-align {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.share-button:before {
    display: none;
}

.share-button {
    padding: 10px 13px 14px 13px;
    margin-left: -4px;
    border-radius: 0px;
}

#code {
    background-color: white;
    cursor: not-allowed;
    display: inline-block;
    border-radius: 0px;
    height: 45px;
    font-size: 18px;
    width: 159px
}

.popover {
    background-color: #333333;
    color: white;
    padding: 2px;
    width: 200px;
}

.popover-title {
    display: none;
}

.popover.top .arrow:after {
    border-top-color: #333333;
}

.profile-modal-header {
    background-color: #273085;
    color: white;
    font-size: 18px;
    height: 35px;
}

#myProfileModal .form-control {
    width: 100%;
}

#profileName {
    font-size: 30px;
    font-weight: bold;
}

#profileTitle {
    height: 60px;
    background-color: white;
    margin-bottom: 15px;
}

.profileEdit, .profileEdit:hover, .profileEdit:focus {
    text-align: right;
    color: #1b225f !important;
    cursor: pointer;
    text-decoration: none !important;
}
.iconHover:hover, .iconHover:focus {
    position: relative;
    cursor: pointer;
}

    .profileEdit span {
        padding-right: 5px;
    }

#profileBio {
    background-color: white;
}

#profileBioDetails {
    background-color: white;
    padding-bottom: 25px;
    word-wrap: break-word;
}

.profileBold {
    font-weight: bold;
}

.profileMarginTop {
    margin-top: 10px;
}

.profileGray {
    color: gray;
}

.profile-5-right {
    padding-right: 5px;
}

.profile-white {
    background-color: white;
}

.profileHeader {
    height: 50px;
    background-color: #333333;
    color: white;
}

#profileImage {
    width: 100%;
}

#invitePopover {
    border-radius: 50%;
    background-color: #d8d4d3;
    width: 16px;
    height: 16px;
    text-align: center;
    font-size: 10px;
    margin-left: 5px;
    color: black;
    font-weight: bold;
}

.profile-col-header {
    font-size: 16px;
    font-weight: bold
}

#noInvites {
    padding: 15px 0px 15px 15px;
}

#eachInvites {
    padding: 15px 0px 5px 0px;
}

#profileInviteTeamName {
    width: 135px;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    padding: 0px;
}

#profileInviteFrom {
    display: inline-block;
    vertical-align: top
}

#inviteHeight {
    height: 40px;
    padding: 0px;
}

#inviteIcon {
    padding-right: 15px;
}

#inviteAccept {
    padding: 1px 5px;
}

#inviteDecline {
    padding: 1px 5px;
    color: white;
    background-color: gray;
}

.profileTeamsPadding {
    padding: 15px;
}

.profileTeamsContainer {
    background-color: #f6f6f6;
    margin-bottom: 5px;
    padding: 10px 10px 10px 0px;
    word-wrap: break-word;
}

.profileTeamSportIcon {
    padding-right: 8px;
}

.profileTeamInfo {
    padding-left: 38px;
}

.profileTeamCaptain {
    background-color: #d8d4d3;
    color: white;
    padding: 0px 2px 0px 2px;
    font-size: 12px
}

.profileTeamNextGame {
    color: gray;
    font-size: 11px;
}

#profilePastTeams {
    text-align: center;
    font-size: 16px;
    color: #2a3390;
    padding-top: 10px;
    font-weight: bold;
    cursor: pointer
}

#profilePastTeas span {
    font-size: 14px;
    padding-left: 5px;
}

#profileCreditsHeader {
    height: 50px;
    background-color: #ef4b25
}

    #profileCreditsHeader div {
        font-size: 24px;
        color: white;
        font-weight: bold
    }

#profileCreditBody {
    padding: 15px 0px;
    background-color: white
}

#profileCreditHeight {
    height: 35px;
}

#profileCreditGlyphicon {
    padding-right: 10px;
}

#profileMyCredits {
    font-size: 18px;
    font-weight: bold
}

#profileTotalCredits {
    background: #292e92;
    color: white;
    padding: 4px 10px;
    margin-left: 10px;
    font-size: 18px
}

.profileCreditPopover {
    border-radius: 50%;
    background-color: #d8d4d3;
    color: white;
    width: 16px;
    height: 16px;
    text-align: center;
    font-size: 10px;
    font-weight: bold
}

    .profileCreditPopover a {
        color: white;
    }

#creditCounter {
    color: gray;
    font-size: 13px;
    padding-left: 15px;
}

    #creditCounter span {
        color: black;
    }

#profileMyReferral {
    height: 35px;
}

#profileMyReferralCode {
    padding-right: 10px;
    font-size: 18px;
    font-weight: bold;
}

#shareReferral {
    color: gray;
    font-size: 13px;
}

#referralForm {
    padding-top: 15px;
}
/***************************************************
	ADMIN PAGES
***************************************************/
#alterModal {
    box-shadow: none;
    border: none;
}

#creditModal .panel-default .panel-heading {
    background-color: #ef4c25;
    color: white;
    text-align: center;
}

#creditModal thead td {
    font-weight: 600;
}

#alterModal .modal-body {
    padding-left: 5px;
    padding-right: 5px;
}

#movePlayer .form-control {
    display: inline;
    margin-left: 10px;
}

#alterFooter {
    margin-top: 0px;
}

.loading {
    margin-left: 5px;
    display: inline;
}

.statsHeader {
    background-color: #C3CCFF; /*#2a338f;*/
    font-weight: bold;
}

#saveImgSpacer {
    margin-right: 7px;
}

.galleryView #image {
    height: 350px;
    width: 100%;
    overflow: auto;
}

.imageDropDown {
    width: 100%;
}

.imgSize {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.scrollView {
    overflow-x: auto;
}

    .scrollView .thumb {
        float: left;
        margin: 10px;
        text-align: center;
    }

        .scrollView .thumb img {
            height: 100px;
            width: 100px;
        }

        .scrollView .thumb button {
            margin-top: 10px;
        }

#repsModal {
    box-shadow: none;
    border: none;
}

#adminFooter {
    margin-top: 0px;
}

#adminLeaguesPadding {
    padding-bottom: 115px;
}

    #adminLeaguesPadding .form-control {
        width: 50%;
    }

#adminTeamDropdown .form-control {
    width: 50%;
    display: inline;
}

.adminFormInline {
    display: inline;
}

#adminLeaguesDropdown {
    display: inline;
}

#adminNewSeason {
    margin-left: 15px;
}

#adminNewLeague {
    margin-left: 15px;
}

.datepicker {
    z-index: 9999 !important;
}

#refModalContent {
    box-shadow: none;
    border: none;
}

#adminWeek {
    width: 50%;
}

#refFilterCheckbox {
    margin: 10px 0px 10px 15px;
}

.date_field {
    position: relative;
    z-index: 100;
}
/* Add the following 3 style blocks to create a fixed header table*/
.fixedHeader table {
    table-layout: fixed;
}

.fixedHeader .div-table-content {
    max-height: 400px;
    overflow-y: auto;
}

.fixedHeader .staticHeader {
    margin-bottom: 0px;
    border: 1px solid #dddddd;
}

.refScheduleTable td {
    word-break: break-all;
}

.wideCol {
    width: 220px;
}

.smallCol {
    width: 50px;
}

#gameTimePicker {
    width: 100px;
}

.gameTypeCheckbox {
    height: 24px;
}

#adminPlayer {
    display: inline-block;
    padding-right: 25px;
}

#adminPlayerCredits {
    padding: 15px 0px;
}

#admin-season-delete {
    margin-bottom: 20px;
}

    #admin-season-delete h4 {
        display: inline-block;
        padding-right: 20px
    }

.repPanels .panel-rep-image {
    height: 100px;
    overflow: hidden;
    padding-left: 0px;
}

.repPanels .playerImage, .repPanels img {
    height: auto;
    max-width: 100px;
}

.repPanels .btn {
    padding: 2px 10px;
}

.repPanels .rep-info {
    overflow: hidden;
}

.repPanels .rep-date {
    padding-left: 0px;
}

.adminRep-header {
    height: 48px;
    margin: 20px 0px 15px 0px;
    overflow: hidden;
    border: 2px solid #eee;
    text-align: center;
    color: white;
}

#repHeader {
    background-color: #292e92;
}

#commishHeader {
    background-color: #ef4b25;
}

.repLeagueName {
    font-size: 26px;
    font-weight: bold;
    overflow: hidden;
}

.addNewRep {
    margin-left: 30px;
}

.edit-stats-padding {
    margin-top: 40px;
}
/*************ADMIN SCHEDULE********************/
.fieldSchedule {
    width: 100px;
}

.DropDownSchedule {
    width: 170px;
}

.contact-female {
    color: #ef4c25;
}

.contact-male {
    color: #2a338f;
}

.contact-info {
    color: gray;
}

.adminsched-ratings {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    color: #b1b1b1;
    overflow: hidden;
}

.full-stars {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
    color: #fde16d;
}

    .empty-stars:before, .full-stars:before {
        content: "\2605\2605\2605\2605\2605";
        font-size: 14pt;
    }

.empty-stars:before {
    -webkit-text-stroke: 1px #848484;
}

.full-stars:before {
    -webkit-text-stroke: 1px orange;
}

@-moz-document url-prefix() {
    .full-stars {
        color: #ECBE24;
    }
}

<!-- [if IE] > .full-stars {
    color: #ECBE24;
}

<![endif] -->
/**************CAREER STATS PAGE****************/
.stats-panel {
    -webkit-box-shadow: 3px 1px 5px 3px rgba(0,0,0,0.53);
    -moz-box-shadow: 3px 1px 5px 3px rgba(0,0,0,0.53);
    box-shadow: 3px 1px 5px 3px rgba(0,0,0,0.53);
    margin-bottom: 0px;
    overflow: auto;
}

#loadingCareerStats img {
    margin-bottom: 3px;
}

.stats-panel .stats-title {
    overflow: hidden;
    white-space: nowrap;
    display: block;
    text-overflow: ellipsis;
}

.stats-panel > .panel-heading {
    padding: 0px 30px;
}

.stats-panel > .panel-body {
    padding-top: 0px;
}

.stats-header {
    height: 48px;
    margin: 20px 0px 15px 0px;
    overflow: hidden;
    border: 2px solid #eee;
    color: white;
}

.stat-banner-header {
    background-color: #ef4b25;
}

.stats-league-name {
    font-size: 26px;
    font-weight: bold;
    overflow: hidden;
    padding-left: 0px;
    padding-right: 0px;
}

/**************STATS PAGE***********************/
#adminLeaguesPadding select {
    display: inline-block;
}

.thCursor th {
    cursor: pointer;
    text-decoration: underline;
}

.playerCardLink {
    cursor: pointer;
    text-decoration: underline;
}

#teamDropdownSpace {
    margin-bottom: 15px;
}

.statTableHeaders {
    background-color: #2a338f;
    color: white;
}

#football #football-dt thead th {
    background-color: #2a338f;
    color: white;
    padding: 10px 15px 10px 12px !important;
}

.dataTables_filter {
    margin-top: 0px !important;
    float: left !important;
}

    .dataTables_filter input {
        margin-left: 0px !important;
        width: 100% !important;
        padding-right: 15px !important;
    }

#football .dataTables_length {
    float: none !important;
}

.dataTables_length {
    float: right !important;
}

    .dataTables_length select {
        width: 80px !important;
    }

/***************SPONSOR PAGE*********************/
.sponsorImage {
    margin-bottom: 60px;
}

.sponsorHeader {
    font-size: 30px;
    font-weight: bold;
}

.sponsorText {
    font-size: 25px;
    text-align: left;
}

.sponsorTable ul {
    list-style-type: square;
}

/***********CORPORATE EVENT PAGE******************/
.corporateImages img {
    padding-left: 0px;
    border: 5px solid white;
    margin-bottom: 25px;
}

.corporateImages {
    padding-left: 0px;
    padding-right: 0px;
}

.corporateText {
    font-size: 16px;
}

@media screen and (min-width : 480px) {
    #season-stats-small {
        display: none;
    }

    #season-stats-big {
        display: normal;
    }
}

@media screen and (max-width: 479px) {
    /*season page*/
    #askToJoin {
        margin-top: 10px;
        font-size: 8px;
    }
    /*Login Dropdown*/
    #loginTeams li a {
        font-size: 12px;
    }

    #profileInviteTeamName {
        width: 125px !important;
    }

    #profilePage {
        padding: 0px;
    }

    #profileCreditsHeader div {
        font-size: 23px !important;
    }

    .share-button {
        padding: 10px 8px 14px 6px;
    }

    #code {
        width: 140px;
        overflow: hidden;
    }

    #referralForm {
        padding-right: 0px;
    }

    #profileMyReferralCode {
        font-size: 14px;
    }

    #profileMyCredits {
        font-size: 14px;
    }

    .profile-border-topless {
        padding: 0px;
    }

    #inviteHeight {
        padding: 0px;
        height: 70px;
    }

    #eachInvites {
        padding: 10px 0px 5px 8px;
    }

    #profile-invites {
        float: none !important;
        display: flex;
        justify-content: center;
    }

    #inviteAccept {
        margin-right: 5px;
    }

    #myProfileTeamsModal {
        padding: 0px;
    }

        #myProfileTeamsModal .modal-body, #modal-teams-padding {
            padding: 0px;
        }

    #profilePastTeams {
        padding-bottom: 10px;
    }

    #emailChange {
        word-wrap: break-word;
    }

    #season-stats-small {
        display: normal;
    }

    #season-stats-big {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    /*League Page*/
    #seasonsPastHead span {
        font-size: 10px;
    }

    #seasonsPastHead {
        font-size: 0px;
    }

    #seasonsUpcomingHead span {
        font-size: 10px;
    }

    #seasonsUpcomingHead {
        font-size: 0px;
    }

    #seasonsCurrentHead span {
        font-size: 10px;
    }

    #seasonsCurrentHead {
        font-size: 0px;
    }

    .seasonLink {
        width: 200px;
        font-size: 9px !important;
    }

    #profileInviteTeamName {
        width: 125px !important;
    }
}

@media screen and (max-width: 480px) {
    /*Team page*/
    #cardStats {
        width: 100%;
        font-size: 11px;
    }

    #playerDialog {
        float: left;
    }
    /*Admin League*/
    #MovePlayers {
        font-size: 13px;
    }

    #movePlayersTable {
        font-size: 10px;
    }

    #moveButton {
        font-size: 11px;
        margin-bottom: 8px;
    }

    #removeButton {
        font-size: 11px;
    }
    /****Login*****/
    #login-alignment {
        padding-right: 0px;
    }

    #followUsIcons {
        padding: 0px;
    }

    /*****PROFILE*****/
    #profileName {
        font-size: 18px;
        font-weight: bold;
        overflow: hidden;
    }

    #profileTitle {
        height: 60px;
        background-color: white;
        margin-bottom: 15px;
        overflow: hidden;
    }

    .profileEdit {
        text-align: right;
        color: #1b225f;
        cursor: pointer;
    }

        .profileEdit span {
            padding-right: 5px;
        }

    share-button .sb-social.networks-6.sb-center {
        width: 160px !important;
        white-space: initial;
        text-align: center;
    }

    .pcard-body .pcard-sports-tabs {
        width: 14% !important;
    }

    .pcard-body .pcard-sport-content {
        width: 86% !important;
    }

    .pcard-body .pcard-awards .pcard-awards-desktop {
        display: none !important;
    }

}
/*****Image-icon*****/
.IconContent {
    width: 100%;
    height: 100%;
}

.IconHover {
    position: relative;
}

.IconHoverOverlay {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: #273085;
}
.img-width {
    max-width: 100%
}



.IconHover:hover .IconHoverOverlay {
    opacity: 1;
}

/*.iconImage{
   max-width:60%;
 }*/

#sponsorsUl {
    list-style-type: none;
}

.row #sponsorsLi {
    width: 33.3%;
    float: left;
}

img {
    border: 0 none;
    display: inline-block;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

@media screen and (max-width: 550px) {
    #pcard-player-desc {
        width: 100% !important;
        max-height: 100% !important;
    }

    #pcard-hide-desc {
        display: block;
    }

    .weekMVP-mobile .pull-right {
        display: none;
    }
}

@media screen and (min-width:551px) and (max-width:1260px) {
    #mobile-pcard-detail {
        color: #999 !important;
        font-family: 'Exo', sans-serif;
        font-size: 14px;
        color: #333;
        font-weight: 600;
        letter-spacing: .5px;
        line-height: 25px;
        display: block !important;
        padding: 2px 4px 0px 5px;
    }

    #pcard-hide-desc {
        display: none;
    }
}

@media screen and (min-width: 640px) and (max-width:768px) {
    #playerDialog {
        float: left;
    }

    #moveButton {
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 640px) {
    /*TEAM PAGE*/
    #cardFooter {
        text-align: left !important;
    }

    #playerDialog {
        float: left;
    }

    #createLeft {
        padding-bottom: 25px;
    }

    #editLeft {
        padding-bottom: 25px;
    }
    /*ADMIN PAGE*/
    #moveButton {
        font-size: 11px;
        margin-bottom: 8px;
    }

    #removeButton {
        font-size: 11px;
    }

    #MovePlayers {
        font-size: 13px;
    }

    #football .dataTables_length {
        float: right !important;
    }

    #followUsIcons span {
        display: none;
    }

    .stats-panel .stats-title {
        font-size: 18px !important;
    }
    /*****Ref Rating******/
    .rating {
        font-size: 40px !important;
    }

    .ref-card {
        padding-left: 15px !important;
    }
}

@media screen and (max-width: 1024px) {
    /*Home page*/
    #carouselImages {
        padding-left: 0px;
        padding-right: 0px;
    }

    #mainRight {
        padding-top: 0px;
    }

        #mainRight button {
            margin-bottom: 15px;
        }

    #applyOrderDiv {
        padding-left: 0px;
        float: left;
    }

    #colorPickerDiv {
        padding-top: 10px;
        padding-left: 0px;
    }

    #hoodieSpacer {
        padding-left: 15px;
    }

    #merchHoodies {
        padding-left: 0px;
    }

    .hContainer {
        padding-left: 0px;
        padding-right: 15px;
    }

    #pcard-player-desc {
        width: 175px;
    }

    #payment-credits {
        padding-left: 0px;
        margin-top: 10px;
    }

    .profileMobile {
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 15px;
    }

    .profilePopoverMobile {
        float: right;
    }

    .profilePaddingMobile {
        padding: 0px;
    }

    #profileInviteTeamName {
        width: 290px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
    /*Home page*/
    #playerCard {
        margin-left: 18px;
        margin-right: 0px;
        padding-left: 20px;
    }

    #mainRight button {
        margin-bottom: 7px;
        margin-top: 0px;
    }
}

@media screen and (min-width : 640px) and (max-width: 990px) {
    /*HOME PAGE*/
    .carousel-control {
        font-size: 60px;
        line-height: 250px !important;
    }
    /*SPORTS INDEX PAGE*/
    #sports-football .sport-box-icon {
        background-size: 55% auto !important;
    }

    #sports-adventure-club .sport-box-icon {
        background-size: 55% auto !important;
    }

    #sports-kickball .sport-box-icon {
        background-size: 55% auto !important;
    }

    #sports-bowling .sport-box-icon {
        background-size: 55% auto !important;
    }

    #sports-soccer .sport-box-icon {
        background-size: 55% auto !important;
    }

    #sports-dodgeball .sport-box-icon {
        background-size: 55% auto !important;
    }

    #sports-softball .sport-box-icon {
        background-size: 55% auto !important;
    }

    #sports-basketball .sport-box-icon {
        background-size: 55% auto !important;
    }

    #sports-four-square .sport-box-icon {
        background-size: 55% auto !important;
    }

    #sports-volleyball .sport-box-icon {
        background-size: 55% auto !important;
    }
    /****************REF RATING*******************/
    .ref-gameDetails, .ref-playerDetails {
        padding: 15px !important;
    }
}

@media screen and (min-width : 480px) and (max-width: 800px) {
    /*HOME PAGE*/
    #login ul {
        float: none !important;
        text-align: center !important;
    }
}

@media screen and (max-width: 1200px) {
    .pcard-sports-tabs {
        width: 8% !important;
    }

    .pcard-sport-content {
        width: 92% !important;
    }

    .team-player-card {
        width: 100% !important;
    }

    #playerCardPadding {
        padding: 0px;
    }

    .playerLeftName {
        float: left;
    }

    .FANoPadding {
        padding: 0px;
    }

    .FAPlayers {
        padding: 0px;
    }

    #FATeam {
        padding: 0px;
    }

    .team-player-avatar {
        float: left !important;
        width: 50% !important;
        margin-left: 2% !important;
        overflow: hidden;
        text-align: left !important;
        padding: 10px 0 !important;
        max-height: 174px !important;
        height: 100% !important;
    }

    #marginLeftInfo {
        width: 100%;
        float: right !important;
    }

    #playerBottomPadding {
        padding-left: 0px !important;
    }

    #teamTopRightPadding {
        padding-left: 0px !important;
        text-align: left;
    }

    .noLeftInfo {
        margin-bottom: 0px;
    }

    .mobileFAPadding {
        padding: 0px;
    }

    .team-player-bottom li {
        margin-left: 0px !important;
    }

    .alignInvite {
        text-align: left;
        margin-left: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    /***********CORPORATE EVENT PAGE******************/
    .corporateImages {
        padding-right: 0px;
    }

    .visibilitySize {
        display: none;
    }
    /*Season Page*/
    .season-team-avatar {
        float: left !important;
        width: 50% !important;
        margin-left: 2% !important;
        overflow: hidden;
        text-align: left !important;
        padding: 10px 0 !important;
        max-height: 174px !important;
        height: 100% !important;
    }

    #showPay {
        margin-top: 10px;
    }

    #loginToJoin {
    }

    #NewTeam {
        float: none;
        padding: 0;
    }

    #askToJoin {
        margin-top: 10px;
    }

    #seasonTeamPadding {
        padding-left: 0px !important;
        padding-right: 0px !important;
        text-align: center;
    }

    .teamDescWrap {
        height: 75px;
        text-align: left;
        margin-top: 10px;
    }

    .season-team-photo img {
        width: inherit;
        height: auto;
        padding-top: 5px;
    }

    .season-team-card .content-wrapper {
        padding: 0;
        height: 225px;
    }

    .season-team-info li {
        text-align: left;
    }
    /***********CORPORATE EVENT PAGE******************/
    .corporateImages {
        padding-right: 0px;
    }

    .visibilitySize {
        display: none;
    }
    /********REGISTRATION PAGE***************/
    #socialLoginForm {
        margin-top: 25px;
    }
}

@media screen and (min-width : 1025px) and (max-width: 1260px) {
    #pcard-player-desc {
        width: 345px;
    }
}

@media screen and (min-width: 960px) and (max-width: 1200px) {
    .sportsNetButton {
        font-size: 15px;
    }

    #home-pcard-button {
        font-size: 15px;
    }
}

@media screen and (max-width: 960px) {
    /*HOME PAGE*/
    #mySportsNet {
        float: none;
    }

    body {
        padding-left: 5px;
        padding-right: 5px;
    }

    #logoSpacing {
        padding: 0px;
    }

    #homeLinks {
        margin-bottom: 15px;
    }

    #loginButton {
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #home-pcard-container {
        text-align: center;
        padding: 0px;
    }

        #home-pcard-container div {
            width: 100%;
        }

    #home-pcard-button {
        margin-top: 0px;
    }

    .carousel-control {
        top: 0px;
        line-height: 150px;
    }

    #carouselContainer {
        padding-left: 0px;
        padding-right: 0px;
    }

    #carouselPadding {
        padding-left: 0px;
        padding-right: 0px;
    }

    #sportIconList h5 {
        font-size: 12px;
        padding-right: 0px;
    }

    #carouselImages {
        padding-left: 0px;
        padding-right: 0px;
    }

    .carousel-caption {
        position: static;
    }

    #myCarousel h4 {
        font-size: 15px;
    }

    #sportsList {
        padding-top: 10px;
        padding-right: 0px;
    }

    #sportIconList {
        padding-top: 0px;
        padding-left: 0px;
    }

    #home-banner {
        top: -12px;
    }

    #company {
        margin-top: 0px;
    }

    #centeredFooter {
        text-align: center;
        padding-top: 10px;
    }

    #footer li {
        margin-bottom: 10px;
        text-align: center;
    }

    #footer h4 {
        text-align: center;
    }

    #joinButton {
        margin-bottom: 20px;
    }

    #logo {
        display: table;
        margin: 0 auto;
    }

    #topBar {
        margin-right: -5px;
        margin-left: -5px;
    }

    ul#homeLinks li {
        float: none;
        text-align: center;
    }

    #login {
        padding: 0px;
    }

        #login ul {
            float: left;
            text-align: center;
            padding-left: 0px;
            width: 100%;
        }

    #loginLink {
        background-image: linear-gradient(to bottom,#fff,#e6e6e6);
        margin-bottom: 20px;
        width: 100%;
    }

    #registerLink {
        margin-bottom: 20px;
        width: 100%;
        margin-left: 0px;
    }
    /*SPORTS INDEX*/
    #sportBar {
        font-size: 16px;
        text-align: center;
    }

    #page-title h3 {
        padding: 0;
        margin: 0;
        margin-left: 0px;
        text-align: center;
    }

    #sportBoxListing {
        margin-left: -15px;
        font-size: 14px;
    }

    #sportsMenuRow {
        margin-left: 0px;
    }

    #sportsMenuPadding {
        padding-left: 0px;
        padding-right: 0px;
    }

    #the-sports {
        padding-left: 0px;
        padding-right: 0px;
    }
    /*LEAGUE PAGE*/
    .seasonLink {
        width: 100%;
        font-size: 10px;
    }

    #league-page {
        padding: 0px;
    }

    #leagueStart .alert {
        padding: 0px;
    }

    #leagueStart a {
        word-wrap: break-word;
    }

    #seasonsPast {
        font-size: 10px;
    }

        #seasonsPast a {
            font-size: 10px;
            text-decoration: underline;
        }

    #seasonsUpcoming {
        font-size: 10px;
    }

    #seasonsCurrent {
        font-size: 10px;
    }

    #leagueName h3 {
        text-align: center;
        margin-left: 0px !important;
    }

    #page-title-right {
        text-align: center !important;
        float: none !important;
    }

        #page-title-right ul {
            float: none !important;
            text-align: center !important;
        }

            #page-title-right ul li {
                margin: 0px !important;
                padding: 4px !important;
            }

        #page-title-right h5 {
            text-align: center;
        }

    .league-middle {
        padding: 0 5px !important;
    }

    .content-wrapper h2 {
        text-align: center;
    }

    .content-wrapper h3 {
        text-align: center;
    }

    .league-rep img {
        width: 30% !important;
    }
    /*SEASON PAGE ------- ALTER THESE FOR NON 480 VIEWS!!!!!!!!!*/
    .h3 small, h4 small, .h4 small {
        font-size: 8px;
    }

    #TeamList td {
        padding: 0px;
    }

    #season-schedule {
        font-size: 14px;
    }

    #seasonContainer {
        padding-left: 0px;
        padding-right: 0px;
    }

    .g_gracket {
        padding: 35px 0px 15px;
    }

        .g_gracket h3 {
            font-family: 'Droid Sans', sans-serif !important;
            margin: 0;
            padding: 5px 4px 4px;
            font-size: 8px;
            line-height: 100%;
            font-weight: normal;
            color: #fff;
        }

    #standings {
        font-size: 14px;
    }

        #standings .table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
            padding: 2px;
        }

        #standings .btn {
            font-size: 10px;
        }

    .g_team small {
        font-size: 10px;
    }

    #season-weekMVPs {
        padding: 0px;
    }

    .weekMVP-mobile {
        padding: 0px;
    }

    #season-sched-body {
        padding: 5px;
    }
    /*TEAM PAGE*/
    #teamPadding {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    #teamSchedule td {
        font-size: 16px;
    }
    /*PLAYER CARD*/
    #playerDialog {
        width: 100%;
    }
    /*REGISTRATION PAGE*/
    #shirtOptions {
        padding-left: 0px !important;
    }

    #registerSubmit {
        margin-bottom: 10px;
    }

    .form-control {
        width: 100%;
    }
    /*ADMIN LEAGUE PAGE*/
    #adminSeasonTable {
        font-size: 11px;
    }

    #adminSeasonTable2 {
        font-size: 11px;
    }

    #adminManageLeagueTable {
        font-size: 11px;
    }

    #adminDiscountTable {
        font-size: 11px;
    }
    /***************SPONSOR PAGE*********************/
    .sponsorImage {
        padding-bottom: 10px;
        padding-left: 0px;
    }

    .sponsorText {
        font-size: 20px;
        font-weight: bold;
    }

    .sponsorTable ul {
        list-style-type: square;
    }
    /***********CORPORATE EVENT PAGE******************/
    .corporateImages {
        padding-right: 0px;
    }
    /*Payment Index*/
    #colorPickerDiv {
        padding-top: 10px;
        padding-left: 0px;
    }

    #hoodieSpacer {
        padding-left: 15px;
    }

    #merchHoodies {
        padding-left: 0px;
    }

    .hContainer {
        padding-left: 0px;
        padding-right: 15px;
    }
    /****************REF RATING*******************/
    .ref-gameDetails, .ref-playerDetails {
        padding: 15px !important;
    }
}

.action {
    width: 220px !important;
    height: 40px !important;
    font-size: 16px !important;
}

.action2 {
    height: 40px !important;
    font-size: 16px !important;
}

.register-now {
    width: 120px !important;
    padding: 2px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    margin: 0px !important;
}


@media only screen and (max-width: 480px) {
    .register-now {
        width: 60px !important;
        font-size: 8px;
        padding: 2px !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
        margin: 0px !important;
    }

    .upcoming {
        width: 100px !important;
    }
}

.mvpHide {
    display: none;
}

/* Styles by Max

Following is styles for LASN -- used in conjunction with current styles

*/

/* The following is structured:

1. Global
2. Header
3. Footer
4. Sport
5. League
6. Season
7. Team
8. Isotope - masonry by metafizzy
9. Responsive Queries

All image files for the redesign are located in Images/mr

*/

/*------------------------------------------------
= 1. Global
------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-family: 'Exo', sans-serif !important;
    font-weight:bold;   
}

strong {font-family: 'exo-bold', sans-serif; font-weight:normal;}

.clear {clear:both;}

/* All Pages */

#page-title {
    background: #fff;
    padding: 10px;
    margin: 10px 0 20px 0;
        -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
        -moz-box-shadow:    0px 0px 3px 0px rgba(0, 0, 0, 0.5);
    box-shadow:         0px 0px 3px 0px rgba(0, 0, 0, 0.5);
    border: 1px solid #fff;
}

#page-title h3 {
    padding:0;
    margin:0;
    margin-left: 15px;
}

#page-title-right {
    text-align:right; 
    line-height: 24.5px;
    float: right;
}

#page-title-right ul {
    margin:0;
    padding:0;
    text-align:right;
    float: right;
}

#page-title-right ul li {
    list-style:none;
    display:inline-block;
    zoom:1;
    *display: inline;
    margin: 0 10px;
    padding:0;
}

.content-wrapper {
    background: #fff;
    padding: 10px;
    margin: 10px 0 20px 0;
        -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
        -moz-box-shadow:    0px 0px 3px 0px rgba(0, 0, 0, 0.5);
    box-shadow:         0px 0px 3px 0px rgba(0, 0, 0, 0.5);
    border: 1px solid #fff;   
}

.content-wrapper h1 {
    font-size: 30px;
    font-family: 'exo-bold', sans-serif;
    font-weight:bold;
}

.content-wrapper h2 {
    font-size: 24px;
    font-family: 'exo-bold', sans-serif;
    font-weight:bold;
}

.content-wrapper h3 {
    font-size: 18px;
    font-family: 'exo-bold', sans-serif;
    font-weight:bold;
}

.content-wrapper h4 {
    font-size: 14px;
    font-family: 'exo-bold', sans-serif;
    font-weight:bold;
}

.last {
    margin-left: 20px !important;   
}



.alert {
    color: #fc4513;
}

.notation {
    font-size: 12px;
    color: #fc4513;
}

.bottom-page-ad {
    text-align:center;
    margin: 40px 0 0 0;
}

/* ------ ADDITIONAL GRID SYSTEM FOR PERCENTAGE RATHER THAN FIXED WIDTH ----------*/

.grid {
	float: left;
	margin-bottom: 2.127659574468%;
	padding-top: 0;
}

.grid-right {
	float: right;
	margin-bottom: 2.127659574468%;
	padding-top: 0;
}

.col-60,
.col-140,
.col-220,
.col-300,
.col-380,
.col-460,
.col-540,
.col-620,
.col-700,
.col-780,
.col-860 {
	display: inline;
	margin-right: 2.127659574468%;
}


.col-10 {
    float: left;
    width: 11.5%;
    margin-right: 1%;
}

.col-60 {
	width: 6.382978723404%;
}

.col-140 {
	width: 14.893617021277%;
}

.col-220 {
	width: 23.404255319149%;
}

.col-300 {
	width: 31.914893617021%;
}

.col-380 {
	width: 40.425531914894%;
}

.col-460 {
	width: 48.936170212766%;
}

.col-540 {
	width: 57.446808510638%;
}

.col-620 {
	width: 65.957446808511%;
}

.col-700 {
	width: 74.468085106383%;
}

.col-780 {
	width: 82.978723404255%;
}

.col-860 {
	width: 91.489361702128%;
}

.col-940 {
	width: 100%;
}

.fit {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

/*------------------------------------------------
= 2. Header
------------------------------------------------*/

#logo {
    top: 0 !important;
    margin-bottom: 10px;
    margin-top: 10px;
}

ul#homeLinks {
    margin-top: 20px;   
}

ul#homeLinks li {
    font-size: 18px;   
}

ul#homeLinks li a {
    background-color: #273085;   
    color: #fff;
    /*padding: 14px 9px;*/
    font-family: 'exo', sans-serif;
    text-transform:uppercase;
}

ul#homeLinks li a:hover {
    background: #1b225f;
}

ul#homeLinks {
    padding-left: 0 !important;
    
}

#login {
    margin-top: 20px;
}   

#login ul {
    text-align:right;   
}

/*------------------------------------------------
= 3. Footer
------------------------------------------------*/

/*------------------------------------------------
= 4. Sport
------------------------------------------------*/

#the-sports h2 {
    display:inline-block;
    font-family: 'Exo', sans-serif;
    font-weight:700;
    cursor:pointer;
    text-transform:uppercase;
    font-size: 28px;
    margin-bottom: 0px;
}

.the-sports-heading {
    border-bottom: 1px dashed #ccc;   
}


.sport-listing .row {
    margin: 20px 0;   
}

.sport-box {
    border: 4px solid #f2eff0;
    background: #fff;
    border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    padding: 8px;
}

.sport-box-left {
    width: 30%;
    float: left;
}

#sports-football .sport-box-icon {
    background-image:url('../images/sports-icons/icon-football.png');
    background-repeat:no-repeat;
    background-position:center center;
    background-size: 80% auto;
}

#sports-adventure-club .sport-box-icon {
    background-image:url('../images/sports-icons/adventure.png');
    background-repeat:no-repeat;
    background-position:center center;
    background-size: 80% auto;
}

#sports-kickball .sport-box-icon {
    background-image:url('../images/sports-icons/kick.png');
    background-repeat:no-repeat;
    background-position:center center;
    background-size: 80% auto;
}

#sports-bowling .sport-box-icon {
    background-image:url('../images/sports-icons/bowl.png');
    background-repeat:no-repeat;
    background-position:center center;
    background-size: 80% auto;
}

#sports-soccer .sport-box-icon {
    background-image:url('../images/sports-icons/soc.png');
    background-repeat:no-repeat;
    background-position:center center;
    background-size: 80% auto;
}

#sports-dodgeball .sport-box-icon {
    background-image:url('../images/sports-icons/dodgeball.png');
    background-repeat:no-repeat;
    background-position:center center;
    background-size: 80% auto;
}

#sports-softball .sport-box-icon {
    background-image:url('../images/sports-icons/softball.png');
    background-repeat:no-repeat;
    background-position:center center;
    background-size: 80% auto;
}

#sports-basketball .sport-box-icon {
    background-image:url('../images/sports-icons/basketball.png');
    background-repeat:no-repeat;
    background-position:center center;
    background-size: 80% auto;
}

#sports-four-square .sport-box-icon {
    background-image:url('../images/sports-icons/4square.png');
    background-repeat:no-repeat;
    background-position:center center;
    background-size: 80% auto;
}

#sports-volleyball .sport-box-icon {
    background-image:url('../images/sports-icons/volleyball.png');
    background-repeat:no-repeat;
    background-position:center center;
    background-size: 80% auto;
}

#sports-cornhole .sport-box-icon {
    background-image:url('../images/sports-icons/cornhole.png');
    background-repeat:no-repeat;
    background-position:center center;
    background-size: 80% auto;
}

#sports-floorhockey .sport-box-icon {
    background-image:url('../images/sports-icons/floorhockey.png');
    background-repeat:no-repeat;
    background-position:center center;
    background-size: 80% auto;
}

#sports-broomball .sport-box-icon {
    background-image:url('../images/sports-icons/broomball.png');
    background-repeat:no-repeat;
    background-position:center center;
    background-size: 80% auto;
}

#sports-ultimate-frisbee .sport-box-icon {
    background-image:url('../images/sports-icons/ultimate-frisbee.png');
    background-repeat:no-repeat;
    background-position:center center;
    background-size: 80% auto;
}

#sports-tennis .sport-box-icon {
    background-image:url('../images/sports-icons/tennis.png');
    background-repeat:no-repeat;
    background-position:center center;
    background-size: 80% auto;
}

/*TODO: add miscellaneous sport in DB, add in any other styles needed here. No stats for this though. */
#sports-miscellaneous .sport-box-icon {
    background-image:url('../images/sports-icons/miscellaneous.png');
    background-repeat:no-repeat;
    background-position:center center;
    background-size: 80% auto;
}

.sport-box-icon {
    background-color:#273085;
    height: 120px;
}

.sport-box-link {
    display:block;
    color: #fff;
    text-align:center;
    padding: 8px 0;
    cursor:pointer;
    text-transform:uppercase;
}

a.sbl-active:hover {
    background:#c44628;
    color: #fff;
    text-decoration:none;
}

a.sbl-active {
    background: #ef4c25; /* Old browsers */
        background: -moz-linear-gradient(top,  #ef4c25 0%, #e23d24 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ef4c25), color-stop(100%,#e23d24)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #ef4c25 0%,#e23d24 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #ef4c25 0%,#e23d24 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #ef4c25 0%,#e23d24 100%); /* IE10+ */
        background: linear-gradient(to bottom,  #ef4c25 0%,#e23d24 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef4c25', endColorstr='#e23d24',GradientType=0 ); /* IE6-9 */
}

a.sbl-inactive {
    background-color: #999;
}

a.sbl-inactive:hover {
    background:#666;
    color: #fff;
    text-decoration:none;
}

.sport-box-right {
    float: right;
    width: 65%;
    color: #666;
}

.sport-box-right h3 {
    font-size: 21px;
    color: #000;
    /*Removed so text fits box*/
    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
}

span.sb-open {
    color: green;   
}

span.sb-closed {
    color:red;   
}

.sport-box-right ul {
    margin: 0 0 0 10px;
    padding:0;
}

.sport-box-right ul li {
    list-style:none;
    display:block;
    margin: 8px 0;
    padding:0;
}

.sports-filter-menu {
     border: 4px solid #f2eff0;
}

.sports-filter-menu ul {
    margin:0;
    padding:0;
}

.sports-filter-menu ul li {
    list-style:none;
    border-bottom: 1px solid #ccc;
    padding:0;
    margin:0;
    display:block;
}

.sports-filter-menu ul li:last {
    border-bottom: none;   
}

.sports-filter-menu ul li a {
    background-color: #fff;   
    display:block;
    line-height:200%;
    color: #333;
    padding: 8px;
    /*font-size: 16px;*/
}

.sports-filter-menu ul li a.selected {
    background-color: #ccc;   
}

.sports-filter-menu ul li a:hover {
    background-color: #f1f1f1; 
    text-decoration:none;
    color:#333;
}

.sports-filter-menu ul li a.active {
    background-color: #fff;  
    background-image: url('../images/arrow-right.png'); 
    background-repeat:no-repeat;
    background-position: right center;
    text-decoration:none;
    color: #333;
}

ul#sports-listing li {
    list-style:none;
    display:block;
    padding:0;
    margin:0;
}

ul#sports-listing {
    margin:0;
    padding:0;
}

/*ISOTOPE FOR FILTERING*/

ul#sports-listing {
	list-style: none outside none;
    margin: 0;
    overflow: visible;
    padding: 0;
    position: relative;
    z-index: 1;	
}

ul#sports-listing li {
	display: block;
    float: none;
    list-style-type: none;
    margin: 0;
    overflow: visible;
    width: 100%;
}

/*ul#sports-listing li img {
	height: auto !Important;
	width: 100%;
	max-width: 100%;
	display: block;	
	margin-bottom:0;
}

ul#models-list li img:hover {
	opacity: .8;	
} */

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}


/*------------------------------------------------
= 5. League
------------------------------------------------*/

.league-left {
    text-align:center;
    padding-top: 10px;
}


.league-location p {
    font-size: 12px;
    padding: 15px;
    margin: 15px;
    border-bottom: 1px solid #f1efee;
    border-top: 1px solid #f1efee;
}

.league-location-title {
    font-family: 'exo-bold', sans-serif;
}   

.league-emblem {
    /*border: 5px solid #f1efee;
    background-color: #273085;*/
    margin: 0 10px;
    text-align:center;
}

.league-emblem img {
    max-width: 125px;
}

.league-emblem-image {
    text-align:center;
    padding: 20px 0;
}

.league-emblem-image img {
    width: auto;
    margin:0 auto;
}

.league-emblem-location {
    background: #ef4c25; /* Old browsers */
        background: -moz-linear-gradient(top,  #ef4c25 0%, #e23d24 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ef4c25), color-stop(100%,#e23d24)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #ef4c25 0%,#e23d24 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #ef4c25 0%,#e23d24 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #ef4c25 0%,#e23d24 100%); /* IE10+ */
        background: linear-gradient(to bottom,  #ef4c25 0%,#e23d24 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef4c25', endColorstr='#e23d24',GradientType=0 ); /* IE6-9 */
    color: #fff;
    padding: 8px 0;
}

.league-emblem-location p {
    font-size: 18px;
    font-weight:bold;
    padding:0;
    margin:0;
    line-height:100%;
}

.league-sign-up {
    padding:0 10px;   
}

.league-sign-up a {
    background: #ef4c25; /* Old browsers */
        background: -moz-linear-gradient(top,  #ef4c25 0%, #e23d24 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ef4c25), color-stop(100%,#e23d24)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #ef4c25 0%,#e23d24 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #ef4c25 0%,#e23d24 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #ef4c25 0%,#e23d24 100%); /* IE10+ */
        background: linear-gradient(to bottom,  #ef4c25 0%,#e23d24 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef4c25', endColorstr='#e23d24',GradientType=0 ); /* IE6-9 */
    padding: 10px 8px;
    margin:0;
    display:block;
    color: #fff;
    font-size: 18px;
    font-family: 'exo-bold', sans-serif;
    text-transform:uppercase;
}

.league-sign-up a:hover {
    opacity: .9;   
}

.league-middle {
    border-left: 1px solid #f1efee;
    border-right: 1px solid #f1efee;
    padding: 0 40px;
}

.league-right {
    text-align:center;
    width: 95%;
    margin:0 auto;
    padding-top: 10px;
}

.league-right img {
    width: 100%;   
}

.league-rep {
    border-top: 1px solid #f1efee;
    margin: 10px;
    padding: 10px;
}

.league-rep img {
    width: 100%;
    height: auto;
}

.league-sponsors {
    border-top: 1px solid #f1efee;
    padding: 10px;
}

.league-sponsors ul {
    margin:0;
    padding:0;
}

.league-sponsors ul li {
    list-style:none;
    display: inline-block;
    zoom: 1;
    *display:inline;
    margin: 0 8px;
    padding:0;
}

.league-sponsors img {
    max-width: 150px;
}

#league-current-season table thead {
    font-weight: bold;
    font-family: 'exo-bold', sans-serif;
}

#SeasonList tbody tr {
    text-decoration: none !important;
}  

#league-past-season {
    background: #f1efee;   
}

/*------------------------------------------------
= 6. Season
------------------------------------------------*/

.wmvp {
 
    margin:0 auto;
    width: 100%;
    margin: 10px 0 0 0;
}

.wmvp p {
    text-align:left;   
}

.wmvp h2 {
    background-color: #272f84;  
    color: #fff;
}

.wmvp h3 {
    font-size: 36px;
    font-family: 'exo-bold', sans-serif;
}

#wmvp-right {
    border-left: 1px solid #ccc;
}

.wmvp-section {
    background: #f1efee;
    padding-top: 9px;
    margin-bottom: 8px;
}

#LeagueTeamHeader h2 {
    float: left;
}

#LeagueTeamHeader h5 {
    float: left;
    line-height: 40px;
}

#LeagueTeamHeader-buttons {
    margin-top: 20px; 
    text-align:right;
}

#createTeam {margin:0 !important;}

span.week-winner {
    background-color: yellow;
    font-family: 'exo-bold', sans-serif;
}

#season-schedule h2 {
    float:left;   
}

.season-week-schedule-single h3 {
    font-family: 'exo-bold', sans-serif !important;
    font-weight:normal;
}

.current-week-schedule {
    float: left;  
    margin-top: 20px;
    margin-left: 20px;
}

.season-week-schedule-single {
    border-bottom: 5px solid #f1efee;   
}

.season-active-menu ul {
    margin:20px 0 0 0;
    padding:0;
    text-align:center;
    border-top: 1px solid #f1efee;
}

.season-active-menu ul li {
    list-style:none;
    border-bottom: 1px solid #f1efee;
    display:block;
    margin: 0;
    padding:0;
}

.season-active-menu ul li a {
    display:block;
    font-size: 16px;
    line-height:200%;
}

.season-active-menu ul li a:hover {
    background-color: #f1efee;   
}
       
/*------------------------------------------------
= 7. Team
------------------------------------------------*/
.team-name {
    text-align:center;
}   

.content-wrapper .team-name h2 {
    text-align:center;
    border-bottom: 1px dashed #ccc;
    word-wrap: break-word;
}

.team-photo img {
    width:100%;
    height: auto;
}

.team-details {
    margin:10px 0;   
}

.team-details ul {
    text-align:center;
    margin:0;
    padding:0;
    border-top: 1px solid #f1efee;
}

.team-details ul li {
    list-style:none;
    border-bottom: 1px solid #f1efee;
    padding: 10px 0;
    font-size: 18px;
}

.team-details ul li.team-description {
    font-size: 14px;
    line-height:150%;
    margin: 10px 0;
    word-wrap: break-word;
}

.team-free-agents a {
    margin: 10px 0;
    color: #fff;
    background: #2a3390;
    font-size: 16px;
    text-align:center;
    display:block;
    line-height:200%;
    padding: 8px 0;
}

.team-free-agents a i {
    line-height:150%;
}
.invite-free-agent {
    padding-left:0px;
}
.invite-free-agent ul {
    list-style-type: none;
    padding-left:0px;
}
.bragText {
    font-size:14px;
}
invite-free-agent li {
    padding-left:0px;
}
.team-free-agents a:hover {
    opacity:.9;
    text-decoration:none;
}
.team-invite-players a {
    margin: 10px 0;
    color: #fff;
    background: #2a3390;
    font-size: 16px;
    text-align:center;
    display:block;
    line-height:200%;
    padding: 8px 0;
}

.team-invite-players a i {
    line-height:150%;
} 

.team-invite-players a:hover {
    opacity:.9;
    text-decoration:none;
}


.team-player-card {
    width: 31%;
    margin-right: 2%;
    margin-bottom: 0 !important;

}

.team-player-card .content-wrapper {
    padding:0; 
    height:250px;
}
.team-faplayer-card {
    margin-right: 2%;
    margin-bottom: 0 !important;

}

.team-faplayer-card .content-wrapper {
    padding:0; 
    height:280px;
}

.team-player-top {
    background: #333333; /* Old browsers */
background: -moz-linear-gradient(top,  #333333 0%, #3a3a3a 50%, #333333 50%, #444444 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(50%,#3a3a3a), color-stop(50%,#333333), color-stop(100%,#444444)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #333333 0%,#3a3a3a 50%,#333333 50%,#444444 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #333333 0%,#3a3a3a 50%,#333333 50%,#444444 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #333333 0%,#3a3a3a 50%,#333333 50%,#444444 100%); /* IE10+ */
background: linear-gradient(to bottom,  #333333 0%,#3a3a3a 50%,#333333 50%,#444444 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#444444',GradientType=0 ); /* IE6-9 */

    color: #fff;
    padding: 0px;
}

#team-captain-top {
    background: #2a338f; /* Old browsers */
background: -moz-linear-gradient(top,  #2a338f 0%, #313b8e 50%, #2a338f 50%, #333c8e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2a338f), color-stop(50%,#313b8e), color-stop(50%,#2a338f), color-stop(100%,#333c8e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #2a338f 0%,#313b8e 50%,#2a338f 50%,#333c8e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #2a338f 0%,#313b8e 50%,#2a338f 50%,#333c8e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #2a338f 0%,#313b8e 50%,#2a338f 50%,#333c8e 100%); /* IE10+ */
background: linear-gradient(to bottom,  #2a338f 0%,#313b8e 50%,#2a338f 50%,#333c8e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a338f', endColorstr='#333c8e',GradientType=0 ); /* IE6-9 */

}

.team-player-sub .team-player-top {
    background: #ef4b24; /* Old browsers */
background: -moz-linear-gradient(top,  #ef4b24 0%, #ea5a3a 50%, #ef4b24 50%, #ea5d41 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ef4b24), color-stop(50%,#ea5a3a), color-stop(50%,#ef4b24), color-stop(100%,#ea5d41)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ef4b24 0%,#ea5a3a 50%,#ef4b24 50%,#ea5d41 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ef4b24 0%,#ea5a3a 50%,#ef4b24 50%,#ea5d41 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ef4b24 0%,#ea5a3a 50%,#ef4b24 50%,#ea5d41 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ef4b24 0%,#ea5a3a 50%,#ef4b24 50%,#ea5d41 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef4b24', endColorstr='#ea5d41',GradientType=0 ); /* IE6-9 */
   
}

.team-player-sub ul.team-player-top-info li {
    border-color:#ef6c4d;   
}

.team-player-top .grid {
    margin-bottom:0;   
}

.team-player-top a {
    color: #fff;
    text-decoration:none;
}
#notACaptainName {
    width:85%;
}
#notACaptainGender {
    width:15%;
}
.team-player-top a:hover {
    color: #f1efee;   
}

.team-player-top-left {
    float: left;
    width: 65%;
    white-space: nowrap;
    overflow: hidden;
}

.team-player-top-right {
    width: 35%;
    float: right;
}

.team-player-top h3 {
    text-transform:uppercase;
    padding: 12px 8px 8px 8px;
    margin:0;
    line-height:110%;
    font-size: 16px;
}

ul.team-player-top-info {
    text-align:right;
    margin:0;
    padding:0;
}

ul.team-player-top-info li {
    list-style:none;
    display:inline-block;
    margin:0;
    padding: 10px 8px 8px 8px;
    border-left: 1px solid #666;
    font-size: 18px;
    line-height:120%;
    position: relative;
    
}

li.team-captain {
   font-family: 'exo-bold', sans-serif;
    font-weight:bold;
    background: #ef4b24;
    padding-left: 12px;
    padding-right: 12px;
}

.team-player-avatar {
    float: left;
    width: 100px;
    margin-left: 2%;
    overflow:hidden;
    text-align:center;
    padding: 10px 0;
    height: 100px;
}

.team-player-avatar img {
    max-width:100%;
    max-height: 200px;
    width: auto;
    height: auto;
}
.mobileFAPadding {
    padding-right: 0px;
}
.noLeftInfo {
    padding-right:0px;
    overflow:hidden;
}
span.stat-bubble {
    display:inline;
    /*background-image: url(../Images/stat-bubble.png);*/
    background-repeat:no-repeat;
    background-position:left center;
    padding: 3px 10px 3px 15px;
    color: #333;
    font-family: 'exo-bold', sans-serif;
}

.team-player-info {
    float: left;
    margin-right: 2%;
    padding-top: 5px;
    list-style-type: none;
    padding-left:0px;

}
.homeWrap {
    white-space:nowrap;
}
.cityWrap {
    white-space:nowrap;
}
#emailWrap {
    white-space:nowrap;
}
.bragTagScroll {
    height:85px;
    overflow-y: auto;
    overflow-x: hidden;
}
.freeAgentLeftName {
    width:90%;
}
.freeAgentGender {
    width:10%;
}
.team-player-info li{
    margin-left: 5%;
}
.marginLeftInfo li {
    margin-left:5%;
}
.marginLeftInfo {
    overflow:hidden;
}
.team-player-bottom {
    margin-bottom: 10px;
}

span.mvp-week-pill {
    color: #fff;
    background: #2a3390;
    border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    font-family: 'exo-bold', sans-serif;
    font-size: 10px;
    padding: 4px;
    margin-left:5%;
    margin-bottom:5px;
    
}

span.mvp-league-pill {
    background-color: #ef4b24;  
    color: #fff;
    border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    font-size: 10px;
    font-family: 'exo-bold', sans-serif;
    padding: 4px;
    margin-left:5%;
    margin-bottom:5px;
}

span.seasons-pill {
    background-color: #333;  
    color: #fff;
    border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    font-size: 12px;
    font-family: 'exo', sans-serif;
    padding: 4px;
    margin-left:5%;
    display:inline-block;
    margin-top:5px;
}

.team-player-bottom ul {
    margin:10px 0;
    padding:0;
    text-align:left;
}

.team-player-bottom ul li {
    list-style:none;
    display:inline-block;
    zoom: 1;
    *display:inline;
    margin: 0 10px;
    padding:0;
    font-family: 'exo', sans-serif;
    font-size:16px;
}

.team-player-info p {
    padding-left: 10px;
    font-size: 12px;
    line-height:150%;
    margin-bottom: 0;
}

.team-player-info p.team-view-player-card {
     font-size: 14px;  
}

.team-player-info p.team-view-player-card a:hover {
    text-decoration:none;
}

/*------------------------------------------------
= 8. Isotope
------------------------------------------------*/

/*------------------------------------------------
= 9. Homepage
------------------------------------------------*/

#home-feature-row {
    position:relative;
    /*left: -5px;*/
    border: 5px solid #fff;
}

.smart-way-to-play {
    background:#273085;
    color: #fff;
    text-transform:uppercase;
    font-family: exo, arial, sans-serif;
    font-weight:600;
    font-style:italic;
    font-size:32px;
    text-align:center;
    line-height: 200%;
    display: block;
}

#sportIconList li {
    display:inline-block !important;
    zoom: 1;
    *display:inline;
    float: none !important;
    vertical-align:top;
}

ul#sportIconList {
    text-align:center;   
}

.latest-events {
    
}

.latest-events h2 {
    font-size: 24px;
    color: #fff;
    text-align:left;
}

.latest-events ul {
    margin:0;
    padding:0;
}

.latest-events ul li {
    list-style:none;
    display: block;
    margin: 10px 30px 10px 0;
    padding: 0;
    text-align:left;
}

.latest-events ul li h3 {
    font-size:18px;
    margin:0 0 8px 0;
    padding:0;
    line-height:150%;
    border-bottom: 1px solid #ff7250;
}

.latest-events ul li a {
    background: #ca4728;
    padding: 5px 10px;
    display: block;
    color: #fff;
    text-decoration:none;
    border:1px solid #ff7250;
}

.latest-events ul li a:hover {
    opacity:.8; 
    text-decoration:none;
}

.latest-events ul li a p {
    color: #efbfb4;   
    font-size:12px;
}

/*------------------------------------
Responsive Queries
--------------------------------------*/

@media screen and (max-width: 980px) {

	.grid,
	.grid-right {
		float: none;
	}

	.hide-desktop {
		display: block;
	}

	.show-desktop {
		display: none;
	}

	.hide-980 {
		display: none;
	}

	.show-980 {
		display: block;
	}


}

@media screen and (max-width: 768px) {
    

}




@media screen and (max-width: 650px) {
    
	.grid,
	.grid-right {
		float: none;
	}

	.hide-650 {
		display: none;
	}

	.show-650 {
		display: block;
	}

	.hide-mobile {
		display: none;
	}
}

@media screen and (max-width: 480px) {

	/*SPORTS INDEX*/
    .sportBox {
        margin-right:-15px;
    }
    .sport-box-right h3 {
        font-size:18px;
    }
	.grid,
	.grid-right {
		float: none;
	}
    
     

	.hide-480 {
		display: none;
	}

	.show-480 {
		display: block;
	}

	#footer {
		text-align: center;
	}

	#footer .social-icons {
		text-align: center;
	}
    /*LEAGUE PAGE*/
    .league-rep {
        padding:0px;
    }
}

@media screen and (max-width: 320px) {

	body {
	}

	#featured p {
		font-size: 12px;
		line-height: 1.5em;
	}

	.featured-title {
		font-size: 35px;
	}

	.featured-subtitle {
		font-size: 15px;
	}

	.call-to-action a.button {
		font-size: 14px;
		padding: 7px 17px;
	}

	.hide-320 {
		display: none;
	}

	.show-320 {
		display: block;
	}
}

@media screen and (max-width: 240px) {

	

	.hide-240 {
		display: none;
	}

	.show-240 {
		display: block;
	}
}
/* Override Opacity for Background behind modal */

.modal-backdrop.in {
	opacity: .85 !important;
}

/* Close Button*/

button.close.pcard-close {
	position: absolute;
	top: -30px;
	right:0;
	background: #000;
	opacity: 1;
	color: #fff;
	width:40px;
	font-size: 30px;
}

button.close.pcard-close:hover {
	opacity:.8;
}

/* Modal Player Card Header */

.modal-header.pcard-header {
	padding:0;
	background: #fff;
	border-bottom:0;
}

.pcard-profile-image {
	height: 165px;
	width: 165px;
	background-size: cover;
	background-position: center center;
	background-repeat:no-repeat;
	float: left;
}

.pcard-profile-dets {
	float: left;
	margin: 20px 0 0px 20px;
}

.pcard-profile-dets h3 {
	font-weight: bold;
	color: #000;
	letter-spacing: .5px;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	border-bottom: 1px solid #ccc;
}

.pcard-profile-dets span {
	font-family: 'Exo', sans-serif;
	font-size: 14px;
	color: #333;
	font-weight: 600;
	letter-spacing: .5px;
	line-height: 25px;
}

.pcard-profile-dets span i {
	color: #999;
	font-size: 12px;
	width: 15px;
}

.pcard-profile-dets .pcard-profile-dets-home, .pcard-profile-dets .pcard-profile-dets-location, .pcard-profile-dets .pcard-profile-dets-bio {
	color: #999;
}
.pcard-profile-credits {
    color:#999 !important;
}

.pcard-awards {
	position: absolute;
	right:0;
	top:0;
	height: 165px;
	min-width: 30px;
	background-color: #292e92;
	color: #fff;
}

/* Header Awards Tabs */

.pcard-awards-desktop {
	display:block;
    overflow-y:scroll;
}

pcard-awards-mobile {
	display:none;
}

.tabs-left.pcard-awards-tabs-left {
	
}

.nav.nav-tabs.pcard-awards-tabs {
  float: left;
  border-bottom: 0;
  width: 60px;
}

.nav.nav-tabs.pcard-awards-tabs li {
    float: none;
    margin: 0;
    display:block;
}

.nav-tabs.pcard-awards-tabs>li.active>a, .nav-tabs.pcard-awards-tabs>li.active>a:hover, .nav-tabs.pcard-awards-tabs>li.active>a:focus {
	background: #292e92;
	border:0;
	color: #fff;
}

.pcard-awards-tabs li a {
	height: 55px;
	overflow: hidden;
	border-radius: 0;
		-webkit-border-radius:0;
		-moz-border-radius: 0;
	font-size: 14px;
	color: #aaaab3;
	background: #131540;
	border:0;
	text-align: center;
	margin-right:0;
	width: 60px;
	padding:13px 0 0 0;
	line-height: 100%;
	border-bottom: 1px solid #3f439c;
}

.pcard-awards-tabs li:last-child a {
	border-bottom:0;
}

.pcard-awards-tabs li:last-child a:hover {
	border-bottom:0;
}

.pcard-awards-tabs li a span.pcard-awards-tabs-label-small {
	font-size: 12px;
	margin-top: 3px;
	display:block;
}

.pcard-awards-tabs li a:hover {
	background-color: #202470;
	border:0;
	font-size: 14px;
	border-bottom: 1px solid #3f439c;
}

.pcard-awards-tabs-left .tab-content {
  margin-left: 45px;
  display:block;
}
  
.tab-content .tab-pane {
    display: none;
    background-color: #fff;
    padding: 1.6rem;
    overflow-y: auto;
}

.pcard-awards .tab-content .tab-pane.active {
	display:block;
	background: #292e92;
}

.pcard-awards-content {
	min-width: 120px;
	max-width: 180px;
}

.pcard-awards-count {
	float: left;
	border: 2px solid #fff;
	color: #fff;
	font-weight: 600;
	padding: 2px;
	font-size: 14px;
	background-image: url('../Images/pcard-images/dline.png');
	background-repeat:no-repeat;
	background-position: 2px center;
	margin-bottom: 5px;
	margin-right: 8px;
}

span.pcard-awards-count-sport {
	float: left;
	width: 25px;
	text-align: center;
	display:block;
}

span.pcard-awards-count-number {
	float:left;
	margin-left: 10px;
	display:block;
}

/* Sports Tabs */

.pcard-body {
	background-color: #1d1c1c;
}

.pcard-sports-tabs {
	float: left;
  width: 6%;
}

.pcard-sports-tabs ul.nav.nav-tabs {
	margin:0;
	padding:0;
	border:0;
}

.pcard-sports-tabs ul.nav.nav-tabs li {
	display:block;
	float: none;
	border:0;
	background: #1d1c1c;
	text-align: center;
}

.pcard-sports-tabs ul.nav.nav-tabs li a {
	border:0;
	border-radius: 0;
		-moz-border-radius:0;
		-webkit-border-radius: 0;
	padding:0;
	margin:0;
	padding: 10px;
	text-align: center;
	color: #fff;
	font-size: 24px;
}

.pcard-sports-tabs ul.nav.nav-tabs li.active {
	background: transparent;
	margin-right: -8px;
}

.pcard-sports-tabs ul.nav.nav-tabs li.active a span {
	position:relative;
	margin-left: -8px;
}

.pcard-sports-tabs ul.nav.nav-tabs li.active a {
	background-color: none;
	background: transparent;
	background-image: url('../Images/pcard-images/activesport.png');
	background-repeat: no-repeat;
	background-position: right center;
}

.pcard-sports-tabs ul.nav.nav-tabs li.active a img {
	margin-left: -8px;
}

.pcard-sports-tabs ul.nav.nav-tabs li a:hover {
	border-radius:0;
		-moz-border-radius:0;
		-webkit-border-radius:0;
	background-color: #4b4848;
}

.pcard-sports-tabs ul.nav.nav-tabs li.active a:hover {
	background-color:none;
	background:transparent;
	background-image: url('../Images/pcard-images/activesport.png');
	background-repeat: no-repeat;
	background-position: right center;
}

.tab-content.pcard-sport-content .tab-pane.active {
	display:block;
}

.pcard-sport-content .tab-pane {
	padding:0;
	overflow-y: visible;
}

.pcard-sport-content .pcard-sport-content-header {
	background: #ccc;
	/*height: 50px; --removed due to stat table truncation in IE*/
	overflow: visible;
}

.pcard-sport-content .pcard-sport-content-header h3 {
	font-weight: 600;
	color: #ff4611;
	margin:0;
	padding:0;
	line-height: 50px;
}

.pcard-sport-content .pcard-sport-content-header p {
	padding:0;
	margin:0;
	line-height: 50px;
}

.pcard-sport-content {
    float:right;
    width: 94%;
}

.pcard-sport-content .pcard-sport-content-wrapper {
	width: 100%;
	background: #fff;
}

.pcard-sport-content-inner {
	padding: 20px 20px 0 20px;
}

.pcard-view-stats {
	font-weight: 600;
	font-family: 'Exo', sans-serif;
	margin-bottom: 10px;
	font-size: 16px;
	margin-top: 10px;
	margin-right: 20px;
}

.pcard-stats-key {
	padding: 0 20px 10px 20px;
}

.pcard-stats-key p {
	text-align: center;
	color: #999;
	font-size: 12px;
}

/* league dropdown selector */
.leageButtonContainer {
    width: 230px;
    overflow: hidden;
}
.leagueNameOverflow {
    white-space:nowrap;
}
.hideNameOverflow {
    overflow:hidden;
}

.pcard-league-selector-btn-group {
	display:inline-block;
	zoom:1;
	*display:inline;
}

.pcard-league-selector {

}

.pcard-league-selector p {
	display:inline;
}

.pcard-league-selector-btn-group button.btn {
	border-radius: 0;
		-moz-border-radius:0;
		-webkit-border-radius: 0;
	background-color: #ff4611;
	color: #fff;
	cursor:default;
}

.pcard-league-selector-btn-group button.btn.dropdown-toggle {
	cursor: pointer;
	background-color: #d2390d;
}

.pcard-league-selector-dropdown li a:hover {
	color: #333;
}

.pcard-league-selector-btn-group button.btn.dropdown-toggle {
	border-left: 1px solid #fb6337;
}

.pcard-league-selector-btn-group button.btn.dropdown-toggle span {
	border-top-color: #fff;
}

.pcard-league-selector-dropdown li.active {
	background:none;
}	

/* stats table */

.pcard-table {
	width: 100%;
	text-align: center;
	font-family: 'Exo', sans-serif;
}

.pcard-table tr td, .pcard-table tr th {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 7px 0;
}

.pcard-table tr.pcard-header {
	background: #ff4611;
	font-size: 16px;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.pcard-table tr.pcard-header th {
	text-align: center;
	vertical-align: middle;
	font-weight: 700;
}

.pcard-table tr.pcard-season {
	background-color: #ccc;
}

.pcard-table tr.pcard-career {
	background-color: #f1efee;
	font-weight: 600;
}

span.pcard-selector {
	color: #fff;
	background: #
}
	
/* Body of the Card */

.modal-body.pcard-body {
	padding:0;
} 

/* Media Queries */

@media screen and (min-width: 960px) {
	#playerDialog {
		width: 75%;
		padding-top: 40px;
	}
}
@media screen and (min-width: 768px) {
    .pcard-sport-content-inner {
	    overflow:auto;
    }
}

@media screen and (max-width: 768px) {
    .leageButtonContainer {
        width: 200px;
    }
	
	.pcard-table tr.pcard-header th {
		padding: 8px 15px;
	}
	
	.pcard-sport-content-inner {
		padding: 20px;
	}
	
	.pcard-view-stats.text-right {
		text-align:center;
	}
	
	button.close.pcard-close {
		z-index:9999;
		top: 0;
	}
	
	span.divider {
		border-left:1px solid #fff;
		opaciy:.3;
		margin: 0 10px;
	}
	
	.pcard-awards-tabs-left .tab-content {
		display:block;
	}	
	
	.pcard-awards-desktop {
		display:block;
	}
	
	.pcard-awards-mobile {
		display:none;
	}
	
	.pcard-awards-count {
		font-size: 12px;
	}
	
	.pcard-awards {
		width: 35%;
	}
}

@media screen and (max-width: 768px) and (min-width: 551px) {
	.pcard-profile-dets h3 {
		font-size: 18px;
	}
}

@media screen and (max-width: 550px) {
	
	.pcard-awards-desktop {
		display:none;
	}
	
	.pcard-profile-dets {
		text-align: center;
		float:none;
		margin: 0;
		padding: 0 0 15px 0;
		background-color: #292e92;
		color: #fff;
	}
	
	.pcard-profile-dets br {
		display:none;
	}
	
	.pcard-profile-dets h3 {
		font-size: 18px; 
		word-wrap: break-word;
		word-break: break-all;
		color: #fff;
		border-bottom-color: #3e45d3;
		/*background-color: #131540;*/
		padding-top: 15px;
	}
	
	.pcard-profile-dets span {
		color: #fff;
	}
	
	.pcard-profile-dets span i {
		color: #fff;
		opacity: .6;
	}
	
	.pcard-profile-dets .pcard-profile-dets-home {
		color: #fff;
		opacity: .8;
	}
	
	.pcard-profile-image {
		height: 160px;
		width: 100%;
		background-size: cover;
		background-position: center -20px;
		background-repeat: no-repeat;
		float: none; 
    }
    
    .pcard-awards.pcard-awards-mobile {
    	display:block;
    	position: relative;
    	float: none;
    	width: 100%;
    	clear:both;
    	height: auto;
    	text-align: center;
    	padding: 15px 0;
    	background-color: #131540;
    }
}


@font-face {
    font-family: 'icomoon';
    src:    url('../fonts/icomoon.eot?tr735x');
    src:    url('../fonts/icomoon.eot?tr735x#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?tr735x') format('truetype'),
        url('../fonts/icomoon.woff?tr735x') format('woff'),
        url('../fonts/icomoon.svg?tr735x#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-adventure-club:before {
    content: "\e900";
}
.icon-basketball:before {
    content: "\e901";
}
.icon-bowling:before {
    content: "\e902";
}
.icon-cornhole:before {
    content: "\e903";
}
.icon-darts:before {
    content: "\e904";
}
.icon-dodgeball:before {
    content: "\e905";
}
.icon-football:before {
    content: "\e906";
}
.icon-foursquare:before {
    content: "\e907";
}
.icon-frisbee:before {
    content: "\e908";
}
.icon-kickball:before {
    content: "\e909";
}
.icon-pool:before {
    content: "\e90a";
}
.icon-soccer:before {
    content: "\e90b";
}
.icon-softball:before {
    content: "\e90c";
}
.icon-volleyball:before {
    content: "\e90d";
}


/*
 * imgAreaSelect default style
 */

.imgareaselect-border1 {
    background: url(images/border-v.gif) repeat-y left top;
}

.imgareaselect-border2 {
    background: url(images/border-h.gif) repeat-x left top;
}

.imgareaselect-border3 {
    background: url(images/border-v.gif) repeat-y right top;
}

.imgareaselect-border4 {
    background: url(images/border-h.gif) repeat-x left bottom;
}

.imgareaselect-border1, .imgareaselect-border2,
.imgareaselect-border3, .imgareaselect-border4 {
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.imgareaselect-handle {
    background-color: #fff;
    border: solid 1px #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.imgareaselect-outer {
    border-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.imgareaselect-selection {  
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

table.dataTable{width:100%;margin:0 auto;clear:both;border-collapse:separate;border-spacing:0}table.dataTable thead th,table.dataTable tfoot th{font-weight:bold}table.dataTable thead th,table.dataTable thead td{padding:10px 18px;border-bottom:1px solid #111}table.dataTable thead th:active,table.dataTable thead td:active{outline:none}table.dataTable tfoot th,table.dataTable tfoot td{padding:10px 18px 6px 18px;border-top:1px solid #111}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc{cursor:pointer;*cursor:hand}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc_disabled{background-repeat:no-repeat;background-position:center right}table.dataTable thead .sorting{background-image:url("../images/sort_both.png")}table.dataTable thead .sorting_asc{background-image:url("../images/sort_asc.png")}table.dataTable thead .sorting_desc{background-image:url("../images/sort_desc.png")}table.dataTable thead .sorting_asc_disabled{background-image:url("../images/sort_asc_disabled.png")}table.dataTable thead .sorting_desc_disabled{background-image:url("../images/sort_desc_disabled.png")}table.dataTable tbody tr{background-color:#ffffff}table.dataTable tbody tr.selected{background-color:#B0BED9}table.dataTable tbody th,table.dataTable tbody td{padding:8px 10px}table.dataTable.row-border tbody th,table.dataTable.row-border tbody td,table.dataTable.display tbody th,table.dataTable.display tbody td{border-top:1px solid #ddd}table.dataTable.row-border tbody tr:first-child th,table.dataTable.row-border tbody tr:first-child td,table.dataTable.display tbody tr:first-child th,table.dataTable.display tbody tr:first-child td{border-top:none}table.dataTable.cell-border tbody th,table.dataTable.cell-border tbody td{border-top:1px solid #ddd;border-right:1px solid #ddd}table.dataTable.cell-border tbody tr th:first-child,table.dataTable.cell-border tbody tr td:first-child{border-left:1px solid #ddd}table.dataTable.cell-border tbody tr:first-child th,table.dataTable.cell-border tbody tr:first-child td{border-top:none}table.dataTable.stripe tbody tr.odd,table.dataTable.display tbody tr.odd{background-color:#f9f9f9}table.dataTable.stripe tbody tr.odd.selected,table.dataTable.display tbody tr.odd.selected{background-color:#acbad4}table.dataTable.hover tbody tr:hover,table.dataTable.display tbody tr:hover{background-color:#f6f6f6}table.dataTable.hover tbody tr:hover.selected,table.dataTable.display tbody tr:hover.selected{background-color:#aab7d1}table.dataTable.order-column tbody tr>.sorting_1,table.dataTable.order-column tbody tr>.sorting_2,table.dataTable.order-column tbody tr>.sorting_3,table.dataTable.display tbody tr>.sorting_1,table.dataTable.display tbody tr>.sorting_2,table.dataTable.display tbody tr>.sorting_3{background-color:#fafafa}table.dataTable.order-column tbody tr.selected>.sorting_1,table.dataTable.order-column tbody tr.selected>.sorting_2,table.dataTable.order-column tbody tr.selected>.sorting_3,table.dataTable.display tbody tr.selected>.sorting_1,table.dataTable.display tbody tr.selected>.sorting_2,table.dataTable.display tbody tr.selected>.sorting_3{background-color:#acbad5}table.dataTable.display tbody tr.odd>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd>.sorting_1{background-color:#f1f1f1}table.dataTable.display tbody tr.odd>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd>.sorting_2{background-color:#f3f3f3}table.dataTable.display tbody tr.odd>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd>.sorting_3{background-color:whitesmoke}table.dataTable.display tbody tr.odd.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1{background-color:#a6b4cd}table.dataTable.display tbody tr.odd.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_2{background-color:#a8b5cf}table.dataTable.display tbody tr.odd.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_3{background-color:#a9b7d1}table.dataTable.display tbody tr.even>.sorting_1,table.dataTable.order-column.stripe tbody tr.even>.sorting_1{background-color:#fafafa}table.dataTable.display tbody tr.even>.sorting_2,table.dataTable.order-column.stripe tbody tr.even>.sorting_2{background-color:#fcfcfc}table.dataTable.display tbody tr.even>.sorting_3,table.dataTable.order-column.stripe tbody tr.even>.sorting_3{background-color:#fefefe}table.dataTable.display tbody tr.even.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1{background-color:#acbad5}table.dataTable.display tbody tr.even.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_2{background-color:#aebcd6}table.dataTable.display tbody tr.even.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_3{background-color:#afbdd8}table.dataTable.display tbody tr:hover>.sorting_1,table.dataTable.order-column.hover tbody tr:hover>.sorting_1{background-color:#eaeaea}table.dataTable.display tbody tr:hover>.sorting_2,table.dataTable.order-column.hover tbody tr:hover>.sorting_2{background-color:#ececec}table.dataTable.display tbody tr:hover>.sorting_3,table.dataTable.order-column.hover tbody tr:hover>.sorting_3{background-color:#efefef}table.dataTable.display tbody tr:hover.selected>.sorting_1,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1{background-color:#a2aec7}table.dataTable.display tbody tr:hover.selected>.sorting_2,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2{background-color:#a3b0c9}table.dataTable.display tbody tr:hover.selected>.sorting_3,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3{background-color:#a5b2cb}table.dataTable.no-footer{border-bottom:1px solid #111}table.dataTable.nowrap th,table.dataTable.nowrap td{white-space:nowrap}table.dataTable.compact thead th,table.dataTable.compact thead td{padding:4px 17px 4px 4px}table.dataTable.compact tfoot th,table.dataTable.compact tfoot td{padding:4px}table.dataTable.compact tbody th,table.dataTable.compact tbody td{padding:4px}table.dataTable th.dt-left,table.dataTable td.dt-left{text-align:left}table.dataTable th.dt-center,table.dataTable td.dt-center,table.dataTable td.dataTables_empty{text-align:center}table.dataTable th.dt-right,table.dataTable td.dt-right{text-align:right}table.dataTable th.dt-justify,table.dataTable td.dt-justify{text-align:justify}table.dataTable th.dt-nowrap,table.dataTable td.dt-nowrap{white-space:nowrap}table.dataTable thead th.dt-head-left,table.dataTable thead td.dt-head-left,table.dataTable tfoot th.dt-head-left,table.dataTable tfoot td.dt-head-left{text-align:left}table.dataTable thead th.dt-head-center,table.dataTable thead td.dt-head-center,table.dataTable tfoot th.dt-head-center,table.dataTable tfoot td.dt-head-center{text-align:center}table.dataTable thead th.dt-head-right,table.dataTable thead td.dt-head-right,table.dataTable tfoot th.dt-head-right,table.dataTable tfoot td.dt-head-right{text-align:right}table.dataTable thead th.dt-head-justify,table.dataTable thead td.dt-head-justify,table.dataTable tfoot th.dt-head-justify,table.dataTable tfoot td.dt-head-justify{text-align:justify}table.dataTable thead th.dt-head-nowrap,table.dataTable thead td.dt-head-nowrap,table.dataTable tfoot th.dt-head-nowrap,table.dataTable tfoot td.dt-head-nowrap{white-space:nowrap}table.dataTable tbody th.dt-body-left,table.dataTable tbody td.dt-body-left{text-align:left}table.dataTable tbody th.dt-body-center,table.dataTable tbody td.dt-body-center{text-align:center}table.dataTable tbody th.dt-body-right,table.dataTable tbody td.dt-body-right{text-align:right}table.dataTable tbody th.dt-body-justify,table.dataTable tbody td.dt-body-justify{text-align:justify}table.dataTable tbody th.dt-body-nowrap,table.dataTable tbody td.dt-body-nowrap{white-space:nowrap}table.dataTable,table.dataTable th,table.dataTable td{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.dataTables_wrapper{position:relative;clear:both;*zoom:1;zoom:1}.dataTables_wrapper .dataTables_length{float:left}.dataTables_wrapper .dataTables_filter{float:right;text-align:right}.dataTables_wrapper .dataTables_filter input{margin-left:0.5em}.dataTables_wrapper .dataTables_info{clear:both;float:left;padding-top:0.755em}.dataTables_wrapper .dataTables_paginate{float:right;text-align:right;padding-top:0.25em}.dataTables_wrapper .dataTables_paginate .paginate_button{box-sizing:border-box;display:inline-block;min-width:1.5em;padding:0.5em 1em;margin-left:2px;text-align:center;text-decoration:none !important;cursor:pointer;*cursor:hand;color:#333 !important;border:1px solid transparent;border-radius:2px}.dataTables_wrapper .dataTables_paginate .paginate_button.current,.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{color:#333 !important;border:1px solid #979797;background-color:white;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));background:-webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-o-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:linear-gradient(to bottom, #fff 0%, #dcdcdc 100%)}.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{cursor:default;color:#666 !important;border:1px solid transparent;background:transparent;box-shadow:none}.dataTables_wrapper .dataTables_paginate .paginate_button:hover{color:white !important;border:1px solid #111;background-color:#585858;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));background:-webkit-linear-gradient(top, #585858 0%, #111 100%);background:-moz-linear-gradient(top, #585858 0%, #111 100%);background:-ms-linear-gradient(top, #585858 0%, #111 100%);background:-o-linear-gradient(top, #585858 0%, #111 100%);background:linear-gradient(to bottom, #585858 0%, #111 100%)}.dataTables_wrapper .dataTables_paginate .paginate_button:active{outline:none;background-color:#2b2b2b;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));background:-webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);box-shadow:inset 0 0 3px #111}.dataTables_wrapper .dataTables_paginate .ellipsis{padding:0 1em}.dataTables_wrapper .dataTables_processing{position:absolute;top:50%;left:50%;width:100%;height:40px;margin-left:-50%;margin-top:-25px;padding-top:20px;text-align:center;font-size:1.2em;background-color:white;background:-webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(25%, rgba(255,255,255,0.9)), color-stop(75%, rgba(255,255,255,0.9)), color-stop(100%, rgba(255,255,255,0)));background:-webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%)}.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter,.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_processing,.dataTables_wrapper .dataTables_paginate{color:#333}.dataTables_wrapper .dataTables_scroll{clear:both}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody{*margin-top:-1px;-webkit-overflow-scrolling:touch}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td{vertical-align:middle}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td>div.dataTables_sizing{height:0;overflow:hidden;margin:0 !important;padding:0 !important}.dataTables_wrapper.no-footer .dataTables_scrollBody{border-bottom:1px solid #111}.dataTables_wrapper.no-footer div.dataTables_scrollHead table,.dataTables_wrapper.no-footer div.dataTables_scrollBody table{border-bottom:none}.dataTables_wrapper:after{visibility:hidden;display:block;content:"";clear:both;height:0}@media screen and (max-width: 767px){.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_paginate{float:none;text-align:center}.dataTables_wrapper .dataTables_paginate{margin-top:0.5em}}@media screen and (max-width: 640px){.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter{float:none;text-align:center}.dataTables_wrapper .dataTables_filter{margin-top:0.5em}}

@import url(//fonts.googleapis.com/css?family=Lato);share-button{position:relative;font-size:16px;color:#333;background:#a29baa;padding:5px 10px 5px 1.75em;border-radius:5px;font-family:Lato,sans-serif;font-weight:800;-webkit-font-smoothing:antialiased;cursor:pointer;white-space:nowrap;-webkit-transition:all .3s ease;transition:all .3s ease;text-transform:uppercase}share-button:hover{color:rgba(51,51,51,0.8);background:rgba(162,155,170,0.8)}share-button:before{position:absolute;line-height:1em;left:0.6em;width:1em;height:1em;content:' ';background:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22fill%3A%23000%3B%22%20height%3D%22100%25%22%20width%3D%22100%25%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M15%2015H2V6h2.595s.69-.896%202.17-2H1c-.553%200-1%20.45-1%201v11c0%20.553.447%201%201%201h15c.553%200%201-.447%201-1v-3.746L15%2013.9V15zm-1.64-6.95v3.55L20%206.4l-6.64-5v3.132C5.3%204.532%205.3%2012.5%205.3%2012.5c2.282-3.748%203.686-4.45%208.06-4.45z%22%2F%3E%0A%3C%2Fsvg%3E) no-repeat}share-button .sb-social{position:absolute;opacity:0;visibility:hidden;-webkit-transition:all 0.4s ease;transition:all 0.4s ease}share-button .sb-social.sb-center{left:50%}share-button .sb-social.sb-center.sb-top{top:0;-webkit-transform:translate(-50%,-100%);transform:translate(-50%,-100%)}share-button .sb-social.sb-center.sb-bottom{bottom:0;-webkit-transform:translate(-50%,100%);transform:translate(-50%,100%)}share-button .sb-social.sb-center.active.sb-top{top:-1em}share-button .sb-social.sb-center.active.sb-bottom{bottom:-1em}share-button .sb-social.sb-left{left:50%}share-button .sb-social.sb-left.sb-top{top:0;-webkit-transform:translate(calc(-100% + 30px),-100%);transform:translate(calc(-100% + 30px),-100%)}share-button .sb-social.sb-left.sb-middle{top:50%;left:0;-webkit-transform:translate(-100%,-50%);transform:translate(-100%,-50%)}share-button .sb-social.sb-left.sb-bottom{bottom:0;-webkit-transform:translate(calc(-100% + 30px),100%);transform:translate(calc(-100% + 30px),100%)}share-button .sb-social.sb-left.active.sb-top{top:-1em}share-button .sb-social.sb-left.active.sb-middle{left:-1em}share-button .sb-social.sb-left.active.sb-bottom{bottom:-1em}share-button .sb-social.sb-right{left:50%}share-button .sb-social.sb-right.sb-top{top:0;-webkit-transform:translate(-30px,-100%);transform:translate(-30px,-100%)}share-button .sb-social.sb-right.sb-middle{top:50%;left:100%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}share-button .sb-social.sb-right.sb-bottom{bottom:0;-webkit-transform:translate(-30px,100%);transform:translate(-30px,100%)}share-button .sb-social.sb-right.active.sb-top{top:-1em}share-button .sb-social.sb-right.active.sb-middle{left:calc(100% + 1em)}share-button .sb-social.sb-right.active.sb-bottom{bottom:-1em}share-button .sb-social.active{opacity:1;-webkit-transition:all 0.4s ease;transition:all 0.4s ease;visibility:visible}share-button .sb-social.load{-webkit-transition:none!important;transition:none!important}@media screen and (max-width:400px){share-button .sb-social.networks-6.sb-center{white-space:initial;text-align:center;width:300px}}@media screen and (max-width:460px){share-button .sb-social.networks-7.sb-center{white-space:initial;text-align:center;width:360px}}@media screen and (max-width:400px){share-button .sb-social.networks-7.sb-center{white-space:initial;text-align:center;width:300px}}@media screen and (max-width:520px){share-button .sb-social.networks-8.sb-center{white-space:initial;text-align:center;width:420px}}@media screen and (max-width:460px){share-button .sb-social.networks-8.sb-center{white-space:initial;text-align:center;width:360px}}@media screen and (max-width:400px){share-button .sb-social.networks-8.sb-center{white-space:initial;text-align:center;width:300px}}share-button .sb-social ul{margin:0;padding:0;list-style:none;line-height:0}share-button .sb-social ul li{position:relative;height:22px;width:60px;padding:12px 0;margin:0;text-align:center;font-size:20px;cursor:pointer;z-index:2;box-sizing:content-box;-webkit-transition:all .3s ease;transition:all .3s ease}share-button .sb-social ul li.enabled{display:inline-block}share-button .sb-social ul li.disabled{display:none}share-button .sb-social ul li:hover:before{opacity:0}share-button .sb-social ul li:hover:after{opacity:0.5}share-button .sb-social ul li:before,share-button .sb-social ul li:after{content:' ';position:absolute;width:inherit;height:inherit;-webkit-transform:translate(-20%,0);transform:translate(-20%,0);-webkit-transition:all .3s ease;transition:all .3s ease;background-repeat:no-repeat!important}share-button .sb-social ul li:before{opacity:1}share-button .sb-social ul li:after{opacity:0}share-button .sb-social ul li a{position:absolute;top:0;left:0;width:100%;height:100%;z-index:3}share-button .sb-social li[class*='email']{background:#42c5b0}share-button .sb-social li[class*='email']:before{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22fill%3A%23fff%3B%22%20height%3D%22100%25%22%20width%3D%22100%25%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M18.64%202.634c-.344.12-17.32%206.104-17.656%206.222-.284.1-.347.345-.01.48l3.796%201.52%202.25.9L18.004%203.69c.148-.106.318.097.21.213-.106.117-7.87%208.513-7.87%208.513v.002l-.452.503.6.323%204.98%202.682c.292.156.67.027.753-.334.1-.425%202.845-12.26%202.906-12.524.08-.343-.146-.552-.49-.43zM7%2017.162c0%20.246.14.315.33.14.252-.228%202.85-2.56%202.85-2.56L7%2013.098v4.064z%22%2F%3E%0A%3C%2Fsvg%3E)}share-button .sb-social li[class*='email']:after{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22fill%3A%23000%3B%22%20height%3D%22100%25%22%20width%3D%22100%25%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M18.64%202.634c-.344.12-17.32%206.104-17.656%206.222-.284.1-.347.345-.01.48l3.796%201.52%202.25.9L18.004%203.69c.148-.106.318.097.21.213-.106.117-7.87%208.513-7.87%208.513v.002l-.452.503.6.323%204.98%202.682c.292.156.67.027.753-.334.1-.425%202.845-12.26%202.906-12.524.08-.343-.146-.552-.49-.43zM7%2017.162c0%20.246.14.315.33.14.252-.228%202.85-2.56%202.85-2.56L7%2013.098v4.064z%22%2F%3E%0A%3C%2Fsvg%3E)}share-button .sb-social li[class*='facebook']{background:#3b5998}share-button .sb-social li[class*='facebook']:before{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%20style%3D%22fill%3A%23fff%3B%22%20height%3D%22100%25%22%20width%3D%22100%25%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M288%20192v-38.1c0-17.2%203.8-25.9%2030.5-25.9H352V64h-55.9c-68.5%200-91.1%2031.4-91.1%2085.3V192h-45v64h45v192h83V256h56.4l7.6-64h-64z%22%2F%3E%0A%3C%2Fsvg%3E)}share-button .sb-social li[class*='facebook']:after{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%20style%3D%22fill%3A%23000%3B%22%20height%3D%22100%25%22%20width%3D%22100%25%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M288%20192v-38.1c0-17.2%203.8-25.9%2030.5-25.9H352V64h-55.9c-68.5%200-91.1%2031.4-91.1%2085.3V192h-45v64h45v192h83V256h56.4l7.6-64h-64z%22%2F%3E%0A%3C%2Fsvg%3E)}share-button .sb-social li[class*='googlePlus']{background:#e34429}share-button .sb-social li[class*='googlePlus']:before{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22fill%3A%23fff%3B%22%20height%3D%22100%25%22%20width%3D%22100%25%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M1.99%205.59c0%201.493.498%202.57%201.48%203.204.807.52%201.74.598%202.227.598.118%200%20.213-.006.28-.01%200%200-.155%201.004.59%201.996H6.53c-1.29%200-5.493.27-5.493%203.727%200%203.516%203.86%203.695%204.635%203.695.06%200%20.097-.002.097-.002.007%200%20.062.002.157.002.497%200%201.782-.062%202.975-.643%201.548-.75%202.333-2.06%202.333-3.885%200-1.764-1.196-2.814-2.07-3.582-.532-.47-.993-.873-.993-1.266%200-.4.337-.7.762-1.082.69-.615%201.34-1.492%201.34-3.15%200-1.457-.19-2.436-1.355-3.057.12-.062.55-.107.762-.137.63-.086%201.554-.184%201.554-.7V1.2h-4.6c-.046.002-4.65.172-4.65%204.39zm7.422%209.01c.088%201.406-1.115%202.443-2.922%202.574-1.834.135-3.344-.69-3.432-2.096-.043-.676.254-1.336.835-1.863.59-.533%201.398-.863%202.278-.928.106-.007.21-.013.31-.013%201.7%200%202.85%201%202.934%202.325zm-1.2-9.976c.45%201.588-.23%203.246-1.317%203.553-.125.034-.253.05-.384.05-.993%200-1.98-1.005-2.344-2.392-.204-.776-.187-1.458.047-2.112.23-.645.643-1.078%201.163-1.225.125-.034.254-.052.385-.052%201.2%200%201.973.498%202.45%202.178zM16%208V5h-2v3h-3v2h3v3h2v-3h3V8h-3z%22%2F%3E%0A%3C%2Fsvg%3E)}share-button .sb-social li[class*='googlePlus']:after{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22fill%3A%23000%3B%22%20height%3D%22100%25%22%20width%3D%22100%25%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M1.99%205.59c0%201.493.498%202.57%201.48%203.204.807.52%201.74.598%202.227.598.118%200%20.213-.006.28-.01%200%200-.155%201.004.59%201.996H6.53c-1.29%200-5.493.27-5.493%203.727%200%203.516%203.86%203.695%204.635%203.695.06%200%20.097-.002.097-.002.007%200%20.062.002.157.002.497%200%201.782-.062%202.975-.643%201.548-.75%202.333-2.06%202.333-3.885%200-1.764-1.196-2.814-2.07-3.582-.532-.47-.993-.873-.993-1.266%200-.4.337-.7.762-1.082.69-.615%201.34-1.492%201.34-3.15%200-1.457-.19-2.436-1.355-3.057.12-.062.55-.107.762-.137.63-.086%201.554-.184%201.554-.7V1.2h-4.6c-.046.002-4.65.172-4.65%204.39zm7.422%209.01c.088%201.406-1.115%202.443-2.922%202.574-1.834.135-3.344-.69-3.432-2.096-.043-.676.254-1.336.835-1.863.59-.533%201.398-.863%202.278-.928.106-.007.21-.013.31-.013%201.7%200%202.85%201%202.934%202.325zm-1.2-9.976c.45%201.588-.23%203.246-1.317%203.553-.125.034-.253.05-.384.05-.993%200-1.98-1.005-2.344-2.392-.204-.776-.187-1.458.047-2.112.23-.645.643-1.078%201.163-1.225.125-.034.254-.052.385-.052%201.2%200%201.973.498%202.45%202.178zM16%208V5h-2v3h-3v2h3v3h2v-3h3V8h-3z%22%2F%3E%0A%3C%2Fsvg%3E)}share-button .sb-social li[class*='linkedin']{background:#4875b4}share-button .sb-social li[class*='linkedin']:before{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22fill%3A%23fff%3B%22%20height%3D%22100%25%22%20width%3D%22100%25%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M5%203c0%201.1-.7%202-2%202-1.2%200-2-.9-2-1.9C1%202%201.8%201%203%201s2%20.9%202%202zM1%2019h4V6H1v13zM14.6%206.2c-2.1%200-3.3%201.2-3.8%202h-.1l-.2-1.7H6.9c0%201.1.1%202.4.1%203.9V19h4v-7.1c0-.4%200-.7.1-1%20.3-.7.8-1.6%201.9-1.6%201.4%200%202%201.2%202%202.8V19h4v-7.4c0-3.7-1.9-5.4-4.4-5.4z%22%2F%3E%0A%3C%2Fsvg%3E)}share-button .sb-social li[class*='linkedin']:after{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22fill%3A%23000%3B%22%20height%3D%22100%25%22%20width%3D%22100%25%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M5%203c0%201.1-.7%202-2%202-1.2%200-2-.9-2-1.9C1%202%201.8%201%203%201s2%20.9%202%202zM1%2019h4V6H1v13zM14.6%206.2c-2.1%200-3.3%201.2-3.8%202h-.1l-.2-1.7H6.9c0%201.1.1%202.4.1%203.9V19h4v-7.1c0-.4%200-.7.1-1%20.3-.7.8-1.6%201.9-1.6%201.4%200%202%201.2%202%202.8V19h4v-7.4c0-3.7-1.9-5.4-4.4-5.4z%22%2F%3E%0A%3C%2Fsvg%3E)}share-button .sb-social li[class*='pinterest']{background:#c5282f}share-button .sb-social li[class*='pinterest']:before{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22fill%3A%23fff%3B%22%20height%3D%22100%25%22%20width%3D%22100%25%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M8.617%2013.227C8.09%2015.98%207.45%2018.62%205.55%2020c-.587-4.162.86-7.287%201.533-10.605-1.147-1.93.138-5.812%202.555-4.855%202.975%201.176-2.576%207.172%201.15%207.922%203.89.78%205.48-6.75%203.066-9.2C10.37-.274%203.708%203.18%204.528%208.246c.2%201.238%201.478%201.613.51%203.322-2.23-.494-2.896-2.254-2.81-4.6.138-3.84%203.45-6.527%206.77-6.9%204.202-.47%208.145%201.543%208.69%205.494.613%204.462-1.896%209.294-6.39%208.946-1.217-.095-1.727-.7-2.68-1.28z%22%2F%3E%0A%3C%2Fsvg%3E)}share-button .sb-social li[class*='pinterest']:after{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22fill%3A%23000%3B%22%20height%3D%22100%25%22%20width%3D%22100%25%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M8.617%2013.227C8.09%2015.98%207.45%2018.62%205.55%2020c-.587-4.162.86-7.287%201.533-10.605-1.147-1.93.138-5.812%202.555-4.855%202.975%201.176-2.576%207.172%201.15%207.922%203.89.78%205.48-6.75%203.066-9.2C10.37-.274%203.708%203.18%204.528%208.246c.2%201.238%201.478%201.613.51%203.322-2.23-.494-2.896-2.254-2.81-4.6.138-3.84%203.45-6.527%206.77-6.9%204.202-.47%208.145%201.543%208.69%205.494.613%204.462-1.896%209.294-6.39%208.946-1.217-.095-1.727-.7-2.68-1.28z%22%2F%3E%0A%3C%2Fsvg%3E)}share-button .sb-social li[class*='reddit']{background:#a1caf2}share-button .sb-social li[class*='reddit']:before{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20426.66%22%20style%3D%22fill%3A%23fff%3B%22%20height%3D%22100%25%22%20width%3D%22100%25%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M478.905%20196.556c0-4.5-1.028-8.933-3.268-13.09l-.053-.053-.026-.06c-3.004-6.198-7.72-10.862-13.4-14.05-5.677-3.19-12.317-4.836-18.983-4.836-6.02%200-12.016%201.363-17.338%204.038%2016.916%2014.677%2031.765%2032.37%2041.37%2053.128%203.08-2.668%205.717-5.97%207.68-9.604%202.57-4.785%204.018-10.186%204.018-15.475zm-33.635%2073.442c0-18.484-6.653-36.98-17.43-51.94-21.476-29.868-54.82-49.38-89.497-60.243l-.25-.118c-6.64-2.05-13.373-3.808-20.158-5.402-20.263-4.61-41.026-6.884-61.796-6.884-27.874%200-55.738%204.1-82.43%2012.347-34.67%2011.034-68.108%2030.375-89.557%2060.36v.054C73.29%20233.138%2066.92%20251.74%2066.92%20270.226c0%206.824.857%2013.648%202.655%2020.315h.02c3.906%2014.834%2011.54%2028.153%2021.416%2039.76%209.875%2011.542%2021.99%2021.45%2034.736%2029.525%202.82%201.766%205.652%203.412%208.55%205.06%2037.01%2020.645%2079.63%2029.695%20121.947%2029.695%207.146%200%2014.354-.224%2021.455-.737%2042.62-3.518%2085.41-16.1%20119.995-41.804h.013c11.015-8.145%2021.212-18.05%2029.288-29.25%208.09-11.21%2014.018-23.715%2016.653-37.31v-.067h.012c1.093-5.126%201.607-10.238%201.607-15.416zM86.078%20168.736c-5.514-2.562-11.212-4.387-16.845-4.387-.94%200-1.896.057-2.846.17h-.27c-8.09.23-16.25%203.754-22.377%209.445-6.133%205.633-10.19%2013.2-10.494%2021.62v.053l-.013.06c-.06.684-.08%201.362-.08%201.988%200%205.178%201.59%2010.184%204.276%2014.735%201.994%203.414%204.602%206.483%207.554%209.158%209.453-20.703%2024.222-38.226%2041.093-52.844zM390.448%2058.2c0%20.566%200%201.14.066%201.706v.112c.25%207.167%203.637%2013.827%208.788%2018.774%205.164%204.895%2012.016%207.964%2018.972%207.964h.185l1.5.06c7.01%200%2013.98-3.017%2019.21-7.91%205.242-4.948%208.707-11.66%208.983-18.888v-.053c.053-.572.08-1.08.08-1.653%200-7.45-3.48-14.505-8.933-19.795-5.414-5.237-12.713-8.478-19.92-8.478-2.318%200-4.61.34-6.877%201.026l-.053.053h-.08c-5.928%201.534-11.487%205.177-15.48%2010.07-4.017%204.835-6.44%2010.81-6.44%2017.01zm121.447%20134.937v.06c.08%201.14.105%202.22.105%203.36%200%2012.396-3.992%2024.405-10.646%2034.523-6.218%209.5-14.782%2017.47-24.637%2022.818.633%204.94%201%209.947%201%2014.9-.025%2026.798-9.247%2053.135-25.334%2074.24h-.026c-29.735%2039.538-75.373%2062.857-121.46%2074.583h-.012l-.04.055c-24.57%205.98-49.906%208.985-75.247%208.985-37.766%200-75.512-6.772-110.722-20.923h-.046c-36.508-15.085-71.296-38.97-92.633-74.016-11.475-18.72-17.772-40.683-17.772-62.685%200-5.006.33-10.013%201-14.913-9.617-5.454-17.937-13.082-24.116-22.238C4.71%20221.976.532%20210.487%200%20198.314v-.224c.013-17.068%207.424-33.228%2018.945-45.11%2011.52-11.95%2027.252-19.743%2044.136-19.743h.7c1.76-.12%203.558-.172%205.343-.172%208.478%200%2016.976%201.364%2025.045%204.493h.086c6.89%202.904%2013.734%206.43%2019.834%2011.265%201.977-1.02%204.13-2.22%206.555-3.13%2036.982-21.902%2079.958-30.32%20121.848-32.766.363-20.764%202.91-42.495%2013.03-61.5%208.426-15.81%2023.05-28.102%2040.48-32.37h.158c6.627-1.305%2013.32-1.877%2019.96-1.877%2017.706%200%2035.19%204.156%2051.565%2010.698%207.233-10.922%2017.575-19.46%2029.71-24.235l.118-.06.106-.053C404.73%201.31%20412.266%200%20419.83%200c7.956%200%2015.98%201.482%2023.503%204.835v-.053l.026.053.13.06c10.79%204.157%2019.92%2011.83%2026.39%2021.33%206.47%209.618%2010.29%2021.105%2010.29%2032.884%200%202.16-.133%204.32-.384%206.54l-.013.06-.026.11c-1.265%2015.25-8.985%2028.617-19.92%2038.116-11%209.617-25.243%2015.42-39.867%2015.42-2.345%200-4.716-.17-7.06-.46-14.507-1.134-28.024-8.13-37.958-18.604-9.974-10.408-16.39-24.347-16.39-39.36%200-.685.066-1.48.093-2.166-13.623-6.087-28.062-11.094-42.437-11.094-2.068%200-4.15.12-6.23.343h-.027c-10.75%201.027-20.75%207.793-25.597%2017.522v.053c-7.365%2014.342-8.814%2031.067-9.038%2047.733%2041.224%202.675%2082.71%2012.575%20119.087%2033.45h.054l.527.343c.686.396%201.95%201.08%203.123%201.707%202.49-2.05%205.14-4.098%208.155-5.916%2011.028-7.338%2024.085-10.98%2037.154-10.98%205.81%200%2011.62.737%2017.26%202.16h.013l.225.06.224.06c13.307%203.41%2025.36%2011.033%2034.426%2021.33%209.05%2010.354%2015.15%2023.384%2016.337%2037.6zm-345.39%2080.38h.15c3.254%201.198%206.606%201.765%209.934%201.765%208.285%200%2016.34-3.347%2022.44-8.866%206.094-5.573%2010.258-13.426%2010.258-22.358l-.015-.737.033-1.315c0-8.867-4.11-16.785-10.145-22.292-6.053-5.64-14.09-9.05-22.41-9.05-2.22%200-4.492.288-6.7.796h-.124c-11.008%202.34-20.678%2010.466-24.24%2021.73l-.015.066c-1.02%203.057-1.494%206.244-1.494%209.38%200%206.93%202.272%2013.597%206.198%2019.17%203.887%205.4%209.4%209.67%2016.008%2011.66m179.218%2041.42c-2.635-1.713-5.665-2.74-8.88-2.74-2.582%200-5.27.737-7.654%202.345-22.62%2013.48-49.234%2020.87-75.644%2020.87-19.82%200-39.524-4.15-57.37-12.91l-.092-.054-.085-.053c-2.688-1.08-5.758-3.426-9.104-5.64-1.7-1.132-3.47-2.213-5.44-3.017-1.942-.855-4.103-1.423-6.41-1.423-1.91%200-3.92.462-5.9%201.305l-.303.118h.013c-3.107%201.2-5.538%203.413-7.106%205.97-1.634%202.687-2.438%205.743-2.438%208.826%200%202.794.66%205.574%202.016%208.077%201.29%202.384%203.274%204.49%205.876%205.86%2025.514%2017.233%2055.545%2025.03%2085.702%2024.967%2027.187%200%2054.538-6.258%2078.885-17.747l.132-.054.132-.052c3.2-1.95%207.47-3.65%2011.486-6.087%202.003-1.317%203.94-2.74%205.612-4.678%201.66-1.87%203.003-4.204%203.767-6.997.304-1.252.462-2.45.462-3.584%200-2.267-.567-4.428-1.49-6.378-1.373-2.844-3.585-5.215-6.168-6.928zm20.473-82.5c1.318%203.372%201.91%206.89%201.91%2010.354%200%206.942-2.41%2013.78-6.455%2019.287-3.992%205.468-9.657%209.67-16.323%2011.555l-.146.053h-.09c-3.11%201.08-6.326%201.594-9.488%201.594-7.457%200-14.756-2.677-20.605-7.274-5.797-4.56-10.197-11.093-11.567-18.84h-.012l-.014-.105-.026-.064h.026c-.435-1.99-.658-3.98-.658-5.97%200-6.718%202.292-13.2%206.073-18.496%203.766-5.342%209.075-9.55%2015.294-11.712h.093c3.518-1.31%207.232-1.99%2010.896-1.99%206.692%200%2013.28%202.043%2018.84%205.745%205.48%203.637%209.934%208.985%2012.173%2015.65l.053.106.04.103h-.016z%22%2F%3E%0A%3C%2Fsvg%3E)}share-button .sb-social li[class*='reddit']:after{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20426.66%22%20style%3D%22fill%3A%23000%3B%22%20height%3D%22100%25%22%20width%3D%22100%25%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M478.905%20196.556c0-4.5-1.028-8.933-3.268-13.09l-.053-.053-.026-.06c-3.004-6.198-7.72-10.862-13.4-14.05-5.677-3.19-12.317-4.836-18.983-4.836-6.02%200-12.016%201.363-17.338%204.038%2016.916%2014.677%2031.765%2032.37%2041.37%2053.128%203.08-2.668%205.717-5.97%207.68-9.604%202.57-4.785%204.018-10.186%204.018-15.475zm-33.635%2073.442c0-18.484-6.653-36.98-17.43-51.94-21.476-29.868-54.82-49.38-89.497-60.243l-.25-.118c-6.64-2.05-13.373-3.808-20.158-5.402-20.263-4.61-41.026-6.884-61.796-6.884-27.874%200-55.738%204.1-82.43%2012.347-34.67%2011.034-68.108%2030.375-89.557%2060.36v.054C73.29%20233.138%2066.92%20251.74%2066.92%20270.226c0%206.824.857%2013.648%202.655%2020.315h.02c3.906%2014.834%2011.54%2028.153%2021.416%2039.76%209.875%2011.542%2021.99%2021.45%2034.736%2029.525%202.82%201.766%205.652%203.412%208.55%205.06%2037.01%2020.645%2079.63%2029.695%20121.947%2029.695%207.146%200%2014.354-.224%2021.455-.737%2042.62-3.518%2085.41-16.1%20119.995-41.804h.013c11.015-8.145%2021.212-18.05%2029.288-29.25%208.09-11.21%2014.018-23.715%2016.653-37.31v-.067h.012c1.093-5.126%201.607-10.238%201.607-15.416zM86.078%20168.736c-5.514-2.562-11.212-4.387-16.845-4.387-.94%200-1.896.057-2.846.17h-.27c-8.09.23-16.25%203.754-22.377%209.445-6.133%205.633-10.19%2013.2-10.494%2021.62v.053l-.013.06c-.06.684-.08%201.362-.08%201.988%200%205.178%201.59%2010.184%204.276%2014.735%201.994%203.414%204.602%206.483%207.554%209.158%209.453-20.703%2024.222-38.226%2041.093-52.844zM390.448%2058.2c0%20.566%200%201.14.066%201.706v.112c.25%207.167%203.637%2013.827%208.788%2018.774%205.164%204.895%2012.016%207.964%2018.972%207.964h.185l1.5.06c7.01%200%2013.98-3.017%2019.21-7.91%205.242-4.948%208.707-11.66%208.983-18.888v-.053c.053-.572.08-1.08.08-1.653%200-7.45-3.48-14.505-8.933-19.795-5.414-5.237-12.713-8.478-19.92-8.478-2.318%200-4.61.34-6.877%201.026l-.053.053h-.08c-5.928%201.534-11.487%205.177-15.48%2010.07-4.017%204.835-6.44%2010.81-6.44%2017.01zm121.447%20134.937v.06c.08%201.14.105%202.22.105%203.36%200%2012.396-3.992%2024.405-10.646%2034.523-6.218%209.5-14.782%2017.47-24.637%2022.818.633%204.94%201%209.947%201%2014.9-.025%2026.798-9.247%2053.135-25.334%2074.24h-.026c-29.735%2039.538-75.373%2062.857-121.46%2074.583h-.012l-.04.055c-24.57%205.98-49.906%208.985-75.247%208.985-37.766%200-75.512-6.772-110.722-20.923h-.046c-36.508-15.085-71.296-38.97-92.633-74.016-11.475-18.72-17.772-40.683-17.772-62.685%200-5.006.33-10.013%201-14.913-9.617-5.454-17.937-13.082-24.116-22.238C4.71%20221.976.532%20210.487%200%20198.314v-.224c.013-17.068%207.424-33.228%2018.945-45.11%2011.52-11.95%2027.252-19.743%2044.136-19.743h.7c1.76-.12%203.558-.172%205.343-.172%208.478%200%2016.976%201.364%2025.045%204.493h.086c6.89%202.904%2013.734%206.43%2019.834%2011.265%201.977-1.02%204.13-2.22%206.555-3.13%2036.982-21.902%2079.958-30.32%20121.848-32.766.363-20.764%202.91-42.495%2013.03-61.5%208.426-15.81%2023.05-28.102%2040.48-32.37h.158c6.627-1.305%2013.32-1.877%2019.96-1.877%2017.706%200%2035.19%204.156%2051.565%2010.698%207.233-10.922%2017.575-19.46%2029.71-24.235l.118-.06.106-.053C404.73%201.31%20412.266%200%20419.83%200c7.956%200%2015.98%201.482%2023.503%204.835v-.053l.026.053.13.06c10.79%204.157%2019.92%2011.83%2026.39%2021.33%206.47%209.618%2010.29%2021.105%2010.29%2032.884%200%202.16-.133%204.32-.384%206.54l-.013.06-.026.11c-1.265%2015.25-8.985%2028.617-19.92%2038.116-11%209.617-25.243%2015.42-39.867%2015.42-2.345%200-4.716-.17-7.06-.46-14.507-1.134-28.024-8.13-37.958-18.604-9.974-10.408-16.39-24.347-16.39-39.36%200-.685.066-1.48.093-2.166-13.623-6.087-28.062-11.094-42.437-11.094-2.068%200-4.15.12-6.23.343h-.027c-10.75%201.027-20.75%207.793-25.597%2017.522v.053c-7.365%2014.342-8.814%2031.067-9.038%2047.733%2041.224%202.675%2082.71%2012.575%20119.087%2033.45h.054l.527.343c.686.396%201.95%201.08%203.123%201.707%202.49-2.05%205.14-4.098%208.155-5.916%2011.028-7.338%2024.085-10.98%2037.154-10.98%205.81%200%2011.62.737%2017.26%202.16h.013l.225.06.224.06c13.307%203.41%2025.36%2011.033%2034.426%2021.33%209.05%2010.354%2015.15%2023.384%2016.337%2037.6zm-345.39%2080.38h.15c3.254%201.198%206.606%201.765%209.934%201.765%208.285%200%2016.34-3.347%2022.44-8.866%206.094-5.573%2010.258-13.426%2010.258-22.358l-.015-.737.033-1.315c0-8.867-4.11-16.785-10.145-22.292-6.053-5.64-14.09-9.05-22.41-9.05-2.22%200-4.492.288-6.7.796h-.124c-11.008%202.34-20.678%2010.466-24.24%2021.73l-.015.066c-1.02%203.057-1.494%206.244-1.494%209.38%200%206.93%202.272%2013.597%206.198%2019.17%203.887%205.4%209.4%209.67%2016.008%2011.66m179.218%2041.42c-2.635-1.713-5.665-2.74-8.88-2.74-2.582%200-5.27.737-7.654%202.345-22.62%2013.48-49.234%2020.87-75.644%2020.87-19.82%200-39.524-4.15-57.37-12.91l-.092-.054-.085-.053c-2.688-1.08-5.758-3.426-9.104-5.64-1.7-1.132-3.47-2.213-5.44-3.017-1.942-.855-4.103-1.423-6.41-1.423-1.91%200-3.92.462-5.9%201.305l-.303.118h.013c-3.107%201.2-5.538%203.413-7.106%205.97-1.634%202.687-2.438%205.743-2.438%208.826%200%202.794.66%205.574%202.016%208.077%201.29%202.384%203.274%204.49%205.876%205.86%2025.514%2017.233%2055.545%2025.03%2085.702%2024.967%2027.187%200%2054.538-6.258%2078.885-17.747l.132-.054.132-.052c3.2-1.95%207.47-3.65%2011.486-6.087%202.003-1.317%203.94-2.74%205.612-4.678%201.66-1.87%203.003-4.204%203.767-6.997.304-1.252.462-2.45.462-3.584%200-2.267-.567-4.428-1.49-6.378-1.373-2.844-3.585-5.215-6.168-6.928zm20.473-82.5c1.318%203.372%201.91%206.89%201.91%2010.354%200%206.942-2.41%2013.78-6.455%2019.287-3.992%205.468-9.657%209.67-16.323%2011.555l-.146.053h-.09c-3.11%201.08-6.326%201.594-9.488%201.594-7.457%200-14.756-2.677-20.605-7.274-5.797-4.56-10.197-11.093-11.567-18.84h-.012l-.014-.105-.026-.064h.026c-.435-1.99-.658-3.98-.658-5.97%200-6.718%202.292-13.2%206.073-18.496%203.766-5.342%209.075-9.55%2015.294-11.712h.093c3.518-1.31%207.232-1.99%2010.896-1.99%206.692%200%2013.28%202.043%2018.84%205.745%205.48%203.637%209.934%208.985%2012.173%2015.65l.053.106.04.103h-.016z%22%2F%3E%0A%3C%2Fsvg%3E)}share-button .sb-social li[class*='twitter']{background:#6cdfea}share-button .sb-social li[class*='twitter']:before{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22fill%3A%23fff%3B%22%20height%3D%22100%25%22%20width%3D%22100%25%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M17.316%206.246c.008.162.01.326.01.488%200%204.99-3.796%2010.742-10.74%2010.742-2.132%200-4.115-.625-5.786-1.697.296.033.596.05.9.05%201.77%200%203.397-.603%204.688-1.614-1.65-.03-3.046-1.12-3.526-2.62.23.042.467.065.71.065.345%200%20.68-.044.995-.13C2.84%2011.18%201.54%209.658%201.54%207.828V7.78c.508.284%201.09.454%201.71.474-1.014-.678-1.68-1.832-1.68-3.143%200-.69.185-1.34.51-1.896C3.943%205.498%206.726%207%209.863%207.158c-.064-.277-.097-.564-.097-.86%200-2.085%201.69-3.774%203.774-3.774%201.085%200%202.066.457%202.755%201.19.86-.17%201.667-.483%202.397-.915-.282.88-.88%201.62-1.66%202.086.764-.092%201.49-.293%202.168-.594-.506.758-1.146%201.422-1.884%201.953z%22%2F%3E%0A%3C%2Fsvg%3E)}share-button .sb-social li[class*='twitter']:after{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22fill%3A%23000%3B%22%20height%3D%22100%25%22%20width%3D%22100%25%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M17.316%206.246c.008.162.01.326.01.488%200%204.99-3.796%2010.742-10.74%2010.742-2.132%200-4.115-.625-5.786-1.697.296.033.596.05.9.05%201.77%200%203.397-.603%204.688-1.614-1.65-.03-3.046-1.12-3.526-2.62.23.042.467.065.71.065.345%200%20.68-.044.995-.13C2.84%2011.18%201.54%209.658%201.54%207.828V7.78c.508.284%201.09.454%201.71.474-1.014-.678-1.68-1.832-1.68-3.143%200-.69.185-1.34.51-1.896C3.943%205.498%206.726%207%209.863%207.158c-.064-.277-.097-.564-.097-.86%200-2.085%201.69-3.774%203.774-3.774%201.085%200%202.066.457%202.755%201.19.86-.17%201.667-.483%202.397-.915-.282.88-.88%201.62-1.66%202.086.764-.092%201.49-.293%202.168-.594-.506.758-1.146%201.422-1.884%201.953z%22%2F%3E%0A%3C%2Fsvg%3E)}share-button .sb-social li[class*='whatsapp']{background:#4dc247}share-button .sb-social li[class*='whatsapp']:before{background-image:url(data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2087%2088%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20style%3D%22fill%3A%23fff%3B%22%20height%3D%22100%25%22%20width%3D%22100%25%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M61.623%2051.83c-.94-.515-5.562-3.01-6.428-3.363-.867-.35-1.5-.535-2.173.4-.675.934-2.593%203.023-3.175%203.642-.583.615-1.144.672-2.084.16-.94-.516-3.99-1.646-7.525-5.045-2.752-2.645-4.557-5.854-5.08-6.834-.526-.977-.005-1.477.493-1.936.45-.413%201-1.084%201.5-1.625.5-.54.678-.934%201.02-1.563.343-.625.204-1.19-.017-1.678-.222-.49-1.962-5.276-2.687-7.223-.725-1.946-1.537-1.657-2.095-1.678-.557-.023-1.194-.126-1.833-.15-.637-.024-1.684.176-2.6%201.104-.912.922-3.474%203.147-3.65%207.862-.174%204.713%203.084%209.395%203.538%2010.05.456.658%206.23%2010.875%2015.823%2015.075%209.596%204.2%209.645%202.92%2011.406%202.826%201.763-.09%205.756-2.104%206.638-4.31.884-2.205.955-4.125.73-4.532-.225-.408-.855-.673-1.794-1.188m-17.6%2022.714c-6.345%200-12.253-1.903-17.187-5.163L14.84%2073.22l3.902-11.6C15%2056.466%2012.79%2050.137%2012.79%2043.3c0-17.226%2014.014-31.24%2031.24-31.24%2017.224%200%2031.24%2014.012%2031.24%2031.24%200%2017.226-14.016%2031.24-31.24%2031.24M6.5%2043.3c0%207.09%201.968%2013.72%205.384%2019.38L5.11%2082.808l20.78-6.65c5.375%202.972%2011.558%204.667%2018.137%204.667%2020.725%200%2037.528-16.802%2037.528-37.525%200-20.727-16.804-37.528-37.53-37.528-20.723%200-37.523%2016.8-37.523%2037.527z%22%2F%3E%0A%3C%2Fsvg%3E)}share-button .sb-social li[class*='whatsapp']:after{background-image:url(data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2087%2088%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20style%3D%22fill%3A%23000%3B%22%20height%3D%22100%25%22%20width%3D%22100%25%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M61.623%2051.83c-.94-.515-5.562-3.01-6.428-3.363-.867-.35-1.5-.535-2.173.4-.675.934-2.593%203.023-3.175%203.642-.583.615-1.144.672-2.084.16-.94-.516-3.99-1.646-7.525-5.045-2.752-2.645-4.557-5.854-5.08-6.834-.526-.977-.005-1.477.493-1.936.45-.413%201-1.084%201.5-1.625.5-.54.678-.934%201.02-1.563.343-.625.204-1.19-.017-1.678-.222-.49-1.962-5.276-2.687-7.223-.725-1.946-1.537-1.657-2.095-1.678-.557-.023-1.194-.126-1.833-.15-.637-.024-1.684.176-2.6%201.104-.912.922-3.474%203.147-3.65%207.862-.174%204.713%203.084%209.395%203.538%2010.05.456.658%206.23%2010.875%2015.823%2015.075%209.596%204.2%209.645%202.92%2011.406%202.826%201.763-.09%205.756-2.104%206.638-4.31.884-2.205.955-4.125.73-4.532-.225-.408-.855-.673-1.794-1.188m-17.6%2022.714c-6.345%200-12.253-1.903-17.187-5.163L14.84%2073.22l3.902-11.6C15%2056.466%2012.79%2050.137%2012.79%2043.3c0-17.226%2014.014-31.24%2031.24-31.24%2017.224%200%2031.24%2014.012%2031.24%2031.24%200%2017.226-14.016%2031.24-31.24%2031.24M6.5%2043.3c0%207.09%201.968%2013.72%205.384%2019.38L5.11%2082.808l20.78-6.65c5.375%202.972%2011.558%204.667%2018.137%204.667%2020.725%200%2037.528-16.802%2037.528-37.525%200-20.727-16.804-37.528-37.53-37.528-20.723%200-37.523%2016.8-37.523%2037.527z%22%2F%3E%0A%3C%2Fsvg%3E)}
/*!
 * Ladda
 * http://lab.hakim.se/ladda
 * MIT licensed
 *
 * Copyright (C) 2015 Hakim El Hattab, http://hakim.se
 */.ladda-button{position:relative}.ladda-button .ladda-spinner{position:absolute;z-index:2;display:inline-block;width:32px;height:32px;top:50%;margin-top:0;opacity:0;pointer-events:none}.ladda-button .ladda-label{position:relative;z-index:3}.ladda-button .ladda-progress{position:absolute;width:0;height:100%;left:0;top:0;background:rgba(0,0,0,0.2);visibility:hidden;opacity:0;-webkit-transition:0.1s linear all !important;-moz-transition:0.1s linear all !important;-ms-transition:0.1s linear all !important;-o-transition:0.1s linear all !important;transition:0.1s linear all !important}.ladda-button[data-loading] .ladda-progress{opacity:1;visibility:visible}.ladda-button,.ladda-button .ladda-spinner,.ladda-button .ladda-label{-webkit-transition:0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;-moz-transition:0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;-ms-transition:0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;-o-transition:0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;transition:0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important}.ladda-button[data-style=zoom-in],.ladda-button[data-style=zoom-in] .ladda-spinner,.ladda-button[data-style=zoom-in] .ladda-label,.ladda-button[data-style=zoom-out],.ladda-button[data-style=zoom-out] .ladda-spinner,.ladda-button[data-style=zoom-out] .ladda-label{-webkit-transition:0.3s ease all !important;-moz-transition:0.3s ease all !important;-ms-transition:0.3s ease all !important;-o-transition:0.3s ease all !important;transition:0.3s ease all !important}.ladda-button[data-style=expand-right] .ladda-spinner{right:-6px}.ladda-button[data-style=expand-right][data-size="s"] .ladda-spinner,.ladda-button[data-style=expand-right][data-size="xs"] .ladda-spinner{right:-12px}.ladda-button[data-style=expand-right][data-loading]{padding-right:56px}.ladda-button[data-style=expand-right][data-loading] .ladda-spinner{opacity:1}.ladda-button[data-style=expand-right][data-loading][data-size="s"],.ladda-button[data-style=expand-right][data-loading][data-size="xs"]{padding-right:40px}.ladda-button[data-style=expand-left] .ladda-spinner{left:26px}.ladda-button[data-style=expand-left][data-size="s"] .ladda-spinner,.ladda-button[data-style=expand-left][data-size="xs"] .ladda-spinner{left:4px}.ladda-button[data-style=expand-left][data-loading]{padding-left:56px}.ladda-button[data-style=expand-left][data-loading] .ladda-spinner{opacity:1}.ladda-button[data-style=expand-left][data-loading][data-size="s"],.ladda-button[data-style=expand-left][data-loading][data-size="xs"]{padding-left:40px}.ladda-button[data-style=expand-up]{overflow:hidden}.ladda-button[data-style=expand-up] .ladda-spinner{top:-32px;left:50%;margin-left:0}.ladda-button[data-style=expand-up][data-loading]{padding-top:54px}.ladda-button[data-style=expand-up][data-loading] .ladda-spinner{opacity:1;top:26px;margin-top:0}.ladda-button[data-style=expand-up][data-loading][data-size="s"],.ladda-button[data-style=expand-up][data-loading][data-size="xs"]{padding-top:32px}.ladda-button[data-style=expand-up][data-loading][data-size="s"] .ladda-spinner,.ladda-button[data-style=expand-up][data-loading][data-size="xs"] .ladda-spinner{top:4px}.ladda-button[data-style=expand-down]{overflow:hidden}.ladda-button[data-style=expand-down] .ladda-spinner{top:62px;left:50%;margin-left:0}.ladda-button[data-style=expand-down][data-size="s"] .ladda-spinner,.ladda-button[data-style=expand-down][data-size="xs"] .ladda-spinner{top:40px}.ladda-button[data-style=expand-down][data-loading]{padding-bottom:54px}.ladda-button[data-style=expand-down][data-loading] .ladda-spinner{opacity:1}.ladda-button[data-style=expand-down][data-loading][data-size="s"],.ladda-button[data-style=expand-down][data-loading][data-size="xs"]{padding-bottom:32px}.ladda-button[data-style=slide-left]{overflow:hidden}.ladda-button[data-style=slide-left] .ladda-label{position:relative}.ladda-button[data-style=slide-left] .ladda-spinner{left:100%;margin-left:0}.ladda-button[data-style=slide-left][data-loading] .ladda-label{opacity:0;left:-100%}.ladda-button[data-style=slide-left][data-loading] .ladda-spinner{opacity:1;left:50%}.ladda-button[data-style=slide-right]{overflow:hidden}.ladda-button[data-style=slide-right] .ladda-label{position:relative}.ladda-button[data-style=slide-right] .ladda-spinner{right:100%;margin-left:0;left:16px}.ladda-button[data-style=slide-right][data-loading] .ladda-label{opacity:0;left:100%}.ladda-button[data-style=slide-right][data-loading] .ladda-spinner{opacity:1;left:50%}.ladda-button[data-style=slide-up]{overflow:hidden}.ladda-button[data-style=slide-up] .ladda-label{position:relative}.ladda-button[data-style=slide-up] .ladda-spinner{left:50%;margin-left:0;margin-top:1em}.ladda-button[data-style=slide-up][data-loading] .ladda-label{opacity:0;top:-1em}.ladda-button[data-style=slide-up][data-loading] .ladda-spinner{opacity:1;margin-top:0}.ladda-button[data-style=slide-down]{overflow:hidden}.ladda-button[data-style=slide-down] .ladda-label{position:relative}.ladda-button[data-style=slide-down] .ladda-spinner{left:50%;margin-left:0;margin-top:-2em}.ladda-button[data-style=slide-down][data-loading] .ladda-label{opacity:0;top:1em}.ladda-button[data-style=slide-down][data-loading] .ladda-spinner{opacity:1;margin-top:0}.ladda-button[data-style=zoom-out]{overflow:hidden}.ladda-button[data-style=zoom-out] .ladda-spinner{left:50%;margin-left:32px;-webkit-transform:scale(2.5);-moz-transform:scale(2.5);-ms-transform:scale(2.5);-o-transform:scale(2.5);transform:scale(2.5)}.ladda-button[data-style=zoom-out] .ladda-label{position:relative;display:inline-block}.ladda-button[data-style=zoom-out][data-loading] .ladda-label{opacity:0;-webkit-transform:scale(0.5);-moz-transform:scale(0.5);-ms-transform:scale(0.5);-o-transform:scale(0.5);transform:scale(0.5)}.ladda-button[data-style=zoom-out][data-loading] .ladda-spinner{opacity:1;margin-left:0;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}.ladda-button[data-style=zoom-in]{overflow:hidden}.ladda-button[data-style=zoom-in] .ladda-spinner{left:50%;margin-left:-16px;-webkit-transform:scale(0.2);-moz-transform:scale(0.2);-ms-transform:scale(0.2);-o-transform:scale(0.2);transform:scale(0.2)}.ladda-button[data-style=zoom-in] .ladda-label{position:relative;display:inline-block}.ladda-button[data-style=zoom-in][data-loading] .ladda-label{opacity:0;-webkit-transform:scale(2.2);-moz-transform:scale(2.2);-ms-transform:scale(2.2);-o-transform:scale(2.2);transform:scale(2.2)}.ladda-button[data-style=zoom-in][data-loading] .ladda-spinner{opacity:1;margin-left:0;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}.ladda-button[data-style=contract]{overflow:hidden;width:100px}.ladda-button[data-style=contract] .ladda-spinner{left:50%;margin-left:0}.ladda-button[data-style=contract][data-loading]{border-radius:50%;width:52px}.ladda-button[data-style=contract][data-loading] .ladda-label{opacity:0}.ladda-button[data-style=contract][data-loading] .ladda-spinner{opacity:1}.ladda-button[data-style=contract-overlay]{overflow:hidden;width:100px;box-shadow:0px 0px 0px 2000px transparent}.ladda-button[data-style=contract-overlay] .ladda-spinner{left:50%;margin-left:0}.ladda-button[data-style=contract-overlay][data-loading]{border-radius:50%;width:52px;box-shadow:0px 0px 0px 2000px rgba(0,0,0,0.8)}.ladda-button[data-style=contract-overlay][data-loading] .ladda-label{opacity:0}.ladda-button[data-style=contract-overlay][data-loading] .ladda-spinner{opacity:1}
