/* Minification failed. Returning unminified contents.
(1503,21): run-time error CSS1038: Expected hex color, found '#C9FFFFE2A'
 */
/*********************************************************************************/
/* FONTS                                                                         */
/* @import url(http://fonts.googleapis.com/css?family=Lato:300,400,700); */
/*********************************************************************************/
@font-face { font-family: "Ionicons"; src: url("/Content/css/WebFonts/ionicons/ionicons.eot?v=1.4.1"); src: url("/Content/css/WebFonts/ionicons/ionicons.eot?v=1.4.1#iefix") format("embedded-opentype"), url("/Content/css/WebFonts/ionicons/ionicons.ttf?v=1.4.1") format("truetype"), url("/Content/css/WebFonts/ionicons.woff?v=1.4.1") format("woff"), url("/Content/css/WebFonts/ionicons.svg?v=1.4.1#Ionicons") format("svg"); font-weight: normal; font-style: normal; }
@font-face { font-family: 'Gotham-Book'; src: url('/Content/css/WebFonts/Gotham/Gotham-Book.eot'); src: url('/Content/css/WebFonts/Gotham/Gotham-Book.woff') format('woff'), url('/Content/css/WebFonts/Gotham/Gotham-Book.ttf') format('truetype'), url('/Content/css/WebFonts/Gotham/Gotham-Book.svg') format('svg');	font-weight: normal; font-style: normal; }
@font-face { font-family: 'Gotham-Bold'; src: url('/Content/css/WebFonts/Gotham/Gotham-Bold.eot'); src: url('/Content/css/WebFonts/Gotham/Gotham-Bold.woff') format('woff'), url('/Content/css/WebFonts/Gotham/Gotham-Bold.ttf') format('truetype'), url('/Content/css/WebFonts/Gotham/Gotham-Bold.svg') format('svg'); font-weight: normal; font-style: normal; }
/*********************************************************************************/
/* Base                                                                          */
/*********************************************************************************/

*{ border: 0; padding: 0; margin: 0; }
a
{
    text-decoration:none;
    color: #000;
}
a:hover {
	text-decoration: none;
}
ul, li {
	padding: 0 0 0 0;
}
ul {
	list-style-type:none;
	list-style-position:outside;
	list-style-image:none;
}
img
{
    border-top-width:0px;
    border-left-width:0px;
    border-right-width:0px;
    border-bottom-width:0px;
    border-top-style:none;
    border-left-style:none;
    border-right-style:none;
    border-bottom-style:none;
}
table, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
html, body { height: 100%; }
/*********************************************************************************/
/* Global                                                                        */
/*********************************************************************************/

html
{
    height:100%;
}
body 
{
    text-align: left;
    font-size: 11pt;
    font-family: 'Gotham-Book', sans-serif;
    color: #000000;
    position:relative;
    top:0px;
    background: url('/Content/Images/Layout/Body-Bk.png') repeat-y top center;
    background-color: #403F6A;
    min-height:100%;
    height:100%;
}
#Coat{
    min-width:980px;


    min-height:100%
    ;position: relative; /* background:url('/Content/Images/Layout/PageBkGeneral.jpg') no-repeat top center; */
    }
@media only screen and (max-width: 998px) {
    #Coat {
        min-width: 300px !important;
        width: 100% !important;
    }
   #Content {
    width:100% !important;
    }
    #FooterContent{
        width: 100% !important;
        height:auto !important;
        min-height:110px;

        background:#1f3150 !important;
        padding-top:20px;
    }
    #Dashboard {width:100% !important;}
    /*
    #LoginBox {
        max-width: 550px !important;
        width: 100% !important;
        background-size: cover;
        background-size: 100% 100%;
    }
    #LoginWindow{
        width:80% !important;
    }
    #LoginLoading{
        width:80% !important;
    }
    #divForgotPassword{
        width:90% !important;

    }*/
    }
@media only screen and (max-width: 998px) {
    .FLSide, .FCSide, .FRSide{display:block !important;
                              width:100% !important;
                              position:relative !important;
                              text-align:center !important;
                              margin-bottom:0 !important;
                              padding-bottom:0 !important;
                              padding-top:0px !important;
                              line-height:15px;
    }

}

    #Header {
        background-color: #1f3150;
        /*
    background: url('/Content/Images/Layout/DashboardBk.jpg') repeat-x scroll center top transparent;min-height: 110px;min-width: 980px;
    */
    }

#SubMenu
{
    background: url('/Content/Images/Layout/SubMenu-Bk.png') repeat-x scroll center bottom transparent;height: 45px;width: 980px;margin: 0px auto;position: relative;color:#10125A;
}
#SubMenu a
{
    color:#10125A;
}
#SubMenu .MBack
{
    position:absolute;
    top:10px;
    left:20px;
    text-transform:uppercase;
    font-size:1.0em;
    font-weight:bold;
    color:#10125A;
    z-index:1;
}
#SubMenu .MTitle
{
    position:absolute;
    width:100%;
    text-align:center;
    top:5px;
    left:0px;
    text-transform:uppercase;
    font-size:1.4em;
    font-weight:bold;
    color:#10125A;
}

    #Content {
        width: 980px;
        margin: 0 auto;
        position: relative;
    }

    #CPrincipal {
        background: #E5E5E7;
        border: 1px solid #c3c3c3;
        border-bottom: 1px solid #c3c3c3;
        ;
        box-shadow: 14px 0 32px -14px #999999, -14px 0 32px -14px #999999;
        padding: 20px 20px 36px;
        min-height: 600px;
    }
    /*border-top-right-radius: 6px; border-top-left-radius: 6px;background-size:980px 880px;  background: url('/Content/Images/Layout/Layout-Bk.png') repeat-y scroll center top transparent;*/
    .BGC {
        background-color: #E5E5E7 !important;
    }

    .NoBorder {
        border: none !important;
    }

    /*********************************************************************************/
    /* Separators                                                                    */
    /*********************************************************************************/
    hr.Sep1 {
        margin-top: 5px;
        margin-bottom: 10px;
        height: 2px;
        border: 0;
        background-image: -webkit-linear-gradient(left, rgba(16,18,90,0), rgba(16,18,90,0.75), rgba(16,18,90,0));
        background-image: -moz-linear-gradient(left, rgba(16,18,90,0), rgba(16,18,90,0.75), rgba(16,18,90,0));
        background-image: -ms-linear-gradient(left, rgba(16,18,90,0), rgba(16,18,90,0.75), rgba(16,18,90,0));
        background-image: -o-linear-gradient(left, rgba(16,18,90,0), rgba(16,18,90,0.75), rgba(16,18,90,0));
        /* box-shadow: 0 0 10px 1px black; */
        /* box-shadow: 0 12px 12px -12px rgba(16,18,90,0.5); */
        /* box-shadow: 0 5px 5px 1px rgba(16,18,90,0.5); */
    }

    section {
        margin-top: 10px;
        margin-bottom: 40px;
    }

        section div.horizontal-line-left {
            float: left;
            border-bottom: 1px solid grey;
            width: calc(42% - 125px);
            width: -webkit-calc(42% - 125px);
            width: -moz-calc(42% - 125px);
            margin-top: 12px;
            margin-left: 8%;
        }

        section div.horizontal-line-right {
            margin-top: 12px;
            width: calc(42% - 125px);
            width: -webkit-calc(42% - 125px);
            width: -moz-calc(42% - 125px);
            float: left;
            border-bottom: 1px solid grey;
            margin-right: 8%;
        }

        section div.SeparatorText {
            float: left;
            width: 250px;
            height: 10px;
            text-align: center;
        }

            section div.SeparatorText h3 {
                border-bottom: none !important;
            }

    .group:after {
        content: "";
        display: table;
        clear: both;
    }


    /*********************************************************************************/
    /* Footer                                                                        */
    /*********************************************************************************/
    #Footer {
        background-color: #1f3150;
    }

    #FooterContent:before {
        clear: both;
    }

    #FooterContent {
        height: 110px;
        width: 980px;
        margin: 0 auto;
        position: relative;
    }

        #FooterContent div {
            position: relative;
            display: inline-block;
            color: white;
            padding-top: 20px;
            font-size: 0.9em;
        }

            #FooterContent div a {
                color: white;
                text-decoration: underline;
            }

            #FooterContent div p {
                padding-bottom: 10px;
            }

            #FooterContent div.FLSide {
                text-align: left;
                width: 24%;
                padding-left: 5px;
            }

            #FooterContent div.FCSide {
                text-align: center;
                width: 50%;
            }

            #FooterContent div.FRSide {
                text-align: right;
                width: 24%;
                padding-right: 5px;
            }

            #FooterContent div img.FooterImgR {
                float: right;
                width: 60px;
            }




    /*********************************************************************************/
    /* Dashboard                                                                     */
    /*********************************************************************************/
    #Dashboard {
        /* background: url('/Content/Images/Layout/HeaderBk.png') repeat-x scroll center top transparent; */
        height: 110px;
        width: 980px;
        margin: 0 auto;
        position: relative;
    }

        #Dashboard::after {
            clear: both;
        }

    .DashboardIcon {
        position: relative;
        width: 100px;
        margin-top: 5px;
        margin-left: 15px;
        float: left;
    }

        .DashboardIcon div.SubTitle {
            position: absolute;
            color: white;
            bottom: 5px;
            text-align: center;
            left: -10%;
            width: 120%;
            text-wrap: none;
            overflow: hidden;
        }

    #D-CompanyLogo {
        /*margin-top:-10px !important;*/
        margin-top: 17px;
        position: relative;
        height: 95px;
        width: 298px;
        background: url('/Content/Images/Layout/CompanyLOGO.png') no-repeat center top transparent;
    }

    #D-CompanyLogoCustomer {
        position: relative;
        height: 95px;
        width: 236px;
        background: url('/Content/Images/Layout/CustomerCompanyLOGO.png') no-repeat center center transparent;
        background-size: 236px;
    }

    #D-CompanyLogoFO {
        position: relative;
        height: 95px;
        width: 236px;
        background: url('/Content/Images/Layout/FO_logo.png') no-repeat center center transparent;
        background-size: 236px;
    }

    #D-Home {
        position: relative;
        height: 75px;
        top: 20px;
        background: url('/Content/Images/Layout/D-Icon-Home.png') no-repeat center top transparent;
    }

    #D-xDollars {
        position: relative;
        height: 75px;
        top: 20px;
        background: url('/Content/Images/Layout/D-Icon-xDollars.png') no-repeat center top transparent;
    }

    #D-Commissions {
        position: relative;
        height: 75px;
        top: 20px;
        background: url('/Content/Images/Layout/D-Icon-Commissions.png') no-repeat center top transparent;
    }

    #D-isWallet {
        position: relative;
        height: 75px;
        top: 20px;
        background: url('/Content/Images/Layout/D-Icon-isWallet.png') no-repeat center top transparent;
    }

    #D-Messages {
        position: relative;
        height: 75px;
        top: 20px;
        background: url('/Content/Images/Layout/D-Icon-Messages.png') no-repeat center top transparent;
    }


    #D-ReEntry {
        position: absolute;
        height: 75px;
        width: 75px;
        top: 5px;
        left: 40px;
        background: url('/Content/Images/Layout/D-Icon-ReEntry.png') no-repeat center top transparent;
    }

    #D-Tokens {
        height: 75px;
        width: 75px;
        background: url('/Content/Images/Layout/D-Icon-Tokens.png') no-repeat center top transparent;
    }

    #D-Points {
        height: 75px;
        width: 75px;
        background: url('/Content/Images/Layout/D-Icon-Points.png') no-repeat center top transparent;
    }

    #D-SixIn30 {
        height: 75px;
        width: 95px;
        background: url('/Content/Images/Layout/D-Icon-6In30.png') no-repeat center top transparent;
        /*
        position:absolute;
        top:5px;
        left:370px;
        */
    }

        #D-SixIn30 > div.P6In30Logo {
            position: absolute;
            left: 0px;
            top: 0px;
            height: 75px;
            width: 95px;
            background: url('/Content/Images/Layout/D-Icon-6In30.png') no-repeat center top transparent;
        }

    #P6In30StarContainer {
        position: absolute;
        display: block;
        top: 10px;
        left: 102px;
        width: 170px;
        height: 50px;
        border: 0;
        text-align: center;
        color: #000;
        margin: 0;
        padding: 0;
    }

        #P6In30StarContainer > div {
            position: relative;
            float: left;
            height: 20px;
            width: 20px;
            margin-right: 18px;
            background: url(/Content/Images/Layout/D-Icon-6In30-StarBlank.png) no-repeat;
        }

            #P6In30StarContainer > div.BlueStar {
                background: url(/Content/Images/Layout/D-Icon-6In30-StarBlue.png) no-repeat;
            }

            #P6In30StarContainer > div.GoldStar {
                background: url(/Content/Images/Layout/D-Icon-6In30-StarGold.png) no-repeat;
            }

            #P6In30StarContainer > div.FirstInLine {
                margin-left: 10px;
            }

        #P6In30StarContainer div:last-child {
            margin-right: 0px;
        }

    #D-SixIn30 > div.PData {
        font-size: 0.8em;
        position: absolute;
    }

    #PFSEarned {
        top: 40px;
        left: 135px;
        width: 150px;
    }

    #PBonus {
        top: 55px;
        left: 115px;
        width: 150px;
    }

    #PTotalPayout {
        top: 40px;
        left: 270px;
        width: 80px;
    }

    #D-BVRatio {
        height: 75px;
        width: 180px;
        background: url(/Content/Images/Layout/D-Icon-BVRatio.png) no-repeat center bottom;
        /*
        position:absolute;
        top:5px;
        left:735px;
        */
    }

        #D-BVRatio > div.BVSlider {
            position: absolute;
            top: 45px;
            left: 5px;
            width: 34px;
            height: 20px;
            background: url(/Content/Images/Layout/D-Icon-BVRatio_Slider.png) no-repeat center bottom;
        }

        #D-BVRatio > span.BVRatioPct {
            position: absolute;
            height: 30px;
            top: 5px;
            width: 100%;
            text-align: center;
            display: inline-block;
        }

    #D-Logout {
        position: absolute;
        height: 95px;
        width: 94px;
        top: 0;
        right: 0;
        background: url(/Content/Images/Layout/D-Icon-Logout.png) no-repeat center bottom;
    }

    #Dashboard > div > a.D-LinkTo {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        text-indent: -9999px;
        display: block;
        z-index: 2;
    }

    #Dashboard > div > div.P6In30Logo a.D-LinkTo {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        text-indent: -9999px;
        display: block;
        z-index: 2;
    }

    #Dashboard > div > span.Amt {
        position: absolute;
        height: 20px;
        bottom: 0px;
        width: 100%;
        text-align: center;
        display: inline-block;
    }

    .ISXLogo {
        margin-top: 4px;
        float: left;
    }

    #ISXMotto {
        padding-top: 28px;
    }

        #ISXMotto img {
            opacity: 0.8;
        }

    /*********************************************************************************/
    /* Home Columns                                                                  */
    /*********************************************************************************/
    #HomeContainer {
        position: relative;
    }

    #HomeL, #HomeR {
        width: 100px;
        padding-top: 0px;
        float: left;
        min-height: 300px;
    }

    #HomeL {
        padding-right: 20px;
    }

    #HomeR {
        padding-left: 20px;
    }

    #HomeC {
        position: relative;
        width: 690px;
        margin-top: 20px;
        float: left;
    }

    #H-Messages-Cont {
        padding-top: 15px;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 15px;
        margin-right: 15px;
        min-height: 450px;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 10px;
        -khtml-border-radius: 3px;
        background: url('/Content/Images/Layout/H-Bk-Messages.png') repeat scroll center top transparent;
    }

    #H-Menu-Cont {
        position: relative;
        width: 690px;
        margin-top: 30px;
        margin-left: 20px;
        padding-top: 0px;
        height: 100px !important;
    }

    #H-Menu_notanymore {
        position: absolute;
        display: block;
        bottom: 0px;
        width: 140px;
        height: 70px;
        text-indent: -9999px;
        color: #ffffff;
        background: url('/Content/Images/Layout/H-Icon-Menu.png') no-repeat center center;
    }

    #H-isXperiaLogo {
        position: absolute;
        display: block;
        top: 0px;
        right: 0px;
        width: 300px;
        height: 100px;
        background: url('/Content/Images/Layout/H-Logo-isXperia.png') no-repeat center center;
    }

    #HomeL > ul, #HomeR > ul, #H-Menu-Cont > ul {
        list-style: none;
    }

    #HomeL ul li a, #HomeR ul li a {
        display: block;
        width: 90px;
        height: 90px;
        margin-bottom: 15px;
        text-indent: -9999px;
        color: #ffffff;
    }

    #H-Menu-Cont ul li {
        display: inline;
        float: left;
    }

        #H-Menu-Cont ul li a {
            display: block;
            width: 90px;
            height: 90px;
            margin-left: 15px;
            text-indent: -9999px;
            color: #ffffff;
        }

            #H-Menu-Cont ul li a.HIW250 {
                width: 250px;
            }

    #HomeR ul li a {
        padding-left: 20px;
    }

    #H-Menu {
        background: url('/Content/Images/Layout/H-Icon-Menu-L.png') no-repeat center center;
        height: 45px !important;
    }

    #H-Downline {
        background: url('/Content/Images/Layout/H-Icon-Downline.png') no-repeat center center;
    }

    #H-Settings {
        background: url('/Content/Images/Layout/H-Icon-Settings.png') no-repeat center center;
    }

    #H-Notifications {
        background: url('/Content/Images/Layout/H-Icon-Notifications.png') no-repeat center center;
    }

    #H-BackToClassic {
        background: url('/Content/Images/Layout/H-Icon-BackToClassic.png') no-repeat center center;
    }

    #H-UpgradeToPromoter {
        background: url('/Content/Images/Layout/H-Icon-UpgradeToPromoter.png') no-repeat center center;
    }

    #H-Upgrade {
        background: url('/Content/Images/Layout/H-Icon-Upgrade.png') no-repeat center center;
    }

    #H-Autoship {
        background: url('/Content/Images/Layout/H-Icon-Autoship.png') no-repeat center center;
    }

    #H-Cart {
        background: url('/Content/Images/Layout/H-Icon-Cart.png') no-repeat center center;
    }

    #H-Shopping {
        background: url('/Content/Images/Layout/H-Icon-Shopping.png') no-repeat center center;
    }

    #H-Achieve {
        background: url('/Content/Images/Layout/H-Icon-Achieve.png') no-repeat center center;
    }

    #H-YourRank {
        background: url('/Content/Images/Layout/H-Icon-YourRank.png') no-repeat center center;
    }

    #H-Commissions {
        background: url('/Content/Images/Layout/H-Icon-Commissions.png') no-repeat center center;
    }

    #H-LikeUs {
        background: url('/Content/Images/Layout/H-Icon-LikeUs.png') no-repeat center center;
    }

    #H-Payoneer {
        background: url('/Content/Images/Layout/H-Icon-Payoneer.png') no-repeat center center;
    }

    #H-XIP123 {
        background: url('/Content/Images/Layout/H-Icon-XIP123.png') no-repeat center center;
    }

    #H-XIP321 {
        background: url('/Content/Images/Layout/H-Icon-XIP321.png') no-repeat center center;
    }

    #H-Recordings {
        background: url('/Content/Images/Layout/H-Icon-Recordings.png') no-repeat center center;
    }

    #H-Messages {
        background: url('/Content/Images/Layout/H-Icon-Messages.png') no-repeat center center;
    }

    #H-Support {
        background: url('/Content/Images/Layout/H-Icon-Support.png') no-repeat center center;
    }

    #H-RE {
        background: url('/Content/Images/Layout/H-Icon-RE.png') no-repeat center center;
    }

    #H-Contest {
        background: url(/Content/Images/Layout/H-Icon-Contest.png) no-repeat center bottom;
    }

    #H-TopEarners {
        background: url(/Content/Images/Layout/H-Icon-TopEarners.png) no-repeat center bottom;
    }

    #H-TContest {
        background: url(/Content/Images/Layout/H-Icon-TContest.png) no-repeat center bottom;
    }

    #H-Resources {
        background: url(/Content/Images/Layout/H-Icon-Resources.png) no-repeat center bottom;
    }

    #H-MonthyPromotion {
        background: url(/Content/Images/Layout/H-Icon-MonthlyPromotion.png) no-repeat center bottom;
    }

    #H-QuarterlyPromotion {
        background: url(/Content/Images/Layout/H-Icon-QuarterlyPromotion.png) no-repeat center bottom;
    }

    #H-Events {
        background: url(/Content/Images/Layout/H-Icon-Events.png) no-repeat center bottom;
    }

    #H-RegisterToUK {
        background: url(/Content/Images/Layout/H-Icon-PreRegistrationToUK.png) no-repeat center bottom;
    }

    #H-Travel {
        background: url(/Content/Images/Layout/H-Icon-Travel.png) no-repeat center bottom;
    }

    #H-LandingPage {
        background: url(/Content/Images/Layout/H-Icon-LandingPage.png) no-repeat center bottom;
    }

    #H-PDev {
        background: url(/Content/Images/Layout/H-Icon-PDev.png) no-repeat center bottom;
    }

    #H-Blog {
        background: url(/Content/Images/Layout/H-Icon-Blog.png) no-repeat center bottom;
    }

    #H-Social {
        background: url(/Content/Images/Layout/H-Icon-Social.png) no-repeat center bottom;
    }

    #H-ContactMgr {
        background: url(/Content/Images/Layout/H-Icon-ContactMgr.png) no-repeat center bottom;
    }

    #H-SpecialStore {
        background: url(/Content/Images/Layout/H-Icon-SpecialStore.png) no-repeat center bottom;
    }

    #H-WineWhisperer {
        background: url(/Content/Images/Layout/H-Icon-WineWhisperer.png) no-repeat center bottom;
    }

    #H-DCPlanner {
        background: url(/Content/Images/Layout/H-Icon-DCPlanner.png) no-repeat center bottom;
    }

    #H-FourOceans {
        background: url(/Content/Images/Layout/H-Icon-FourOceans.png) no-repeat center bottom;
    }


    /*********************************************************************************/
    /* Menu Page                                                                     */
    /*********************************************************************************/
    #MenuContainer {
        position: relative;
        /* min-height:350px; */
        padding-left: 48px;
        padding-top: 20px;
        padding-right: -10px;
    }

        #MenuContainer > ul {
            list-style: none;
            display: block;
        }

        #MenuContainer ul li a {
            position: relative;
            display: block;
            width: 140px;
            height: 152px;
            margin-left: 16px;
            margin-right: 64px;
            margin-bottom: 50px;
            text-indent: -9999px;
            color: #ffffff;
            float: left;
        }

    #M-XperiaVacations {
        background: url('/Content/Images/Layout/M-Icon-XV.png') no-repeat center center;
    }

    #M-eCardCampaign {
        background: url('/Content/Images/Layout/M-Icon-eCardCampaign.png') no-repeat center center;
    }

    #M-PRank {
        background: url('/Content/Images/Layout/M-Icon-PRank.png') no-repeat center center;
    }

    #M-CRank {
        background: url('/Content/Images/Layout/M-Icon-CRank.png') no-repeat center center;
    }

    #M-CPaidStatus {
        background: url('/Content/Images/Layout/M-Icon-CPaidStatus.png') no-repeat center center;
    }

    #M-Downline {
        background: url('/Content/Images/Layout/M-Icon-Downline.png') no-repeat center center;
    }

    #M-ReEntry {
        background: url('/Content/Images/Layout/M-Icon-ReEntry.png') no-repeat center center;
    }

    #M-Reports {
        background: url('/Content/Images/Layout/M-Icon-Reports.png') no-repeat center center;
    }

    #M-ManageTeam {
        background: url('/Content/Images/Layout/M-Icon-ManageTeam.png') no-repeat center center;
    }

    #M-Tools {
        background: url('/Content/Images/Layout/M-Icon-Tools.png') no-repeat center center;
    }

    #M-Shopping {
        background: url('/Content/Images/Layout/M-Icon-Shopping.png') no-repeat center center;
    }

    #M-Upgrade {
        background: url('/Content/Images/Layout/M-Icon-Upgrade.png') no-repeat center center;
    }

    #M-Settings {
        background: url('/Content/Images/Layout/M-Icon-Settings.png') no-repeat center center;
    }

    #M-Notifications {
        background: url('/Content/Images/Layout/M-Icon-Notifications.png') no-repeat center center;
    }

    #M-Recordings {
        background: url('/Content/Images/Layout/M-Icon-Recordings.png') no-repeat center center;
    }

    #M-Taller {
        background: url('/Content/Images/Layout/M-Icon-Taller.png') no-repeat center center;
    }

    /*********************************************************************************/
    /* Login                                                                         */
    /*********************************************************************************/
    #LoginBox {
        position: relative;
        width: 550px;
        height: 390px;
        margin: 0px auto;
        background: url('/Content/Images/Login/LoginBoxBk.png') no-repeat top center;
        font-size: 1.1em;
        font-family: 'Gotham-Book', sans-serif;
        color: #000000;
    }

    #LoginWindow {
        position: absolute;
        top: 50px;
        left: 45px;
        width: 460px;
        height: 290px;
    }

        #LoginWindow form fieldset {
            position: relative;
            width: inherit;
            height: inherit;
            margin-left: 10px;
            margin-right: 10px;
        }

        #LoginWindow fieldset legend {
            font-size: 1.4em;
            padding-bottom: 40px;
        }

        #LoginWindow label {
            display: block;
            margin-bottom: 10px;
            width: 150px;
            float: left;
            text-align: right;
            padding-bottom: 15px;
        }

        #LoginWindow input.textinput {
            position: relative;
            left: 20px;
            width: 200px;
            border: 1px solid #d3d3d3;
            background: #ffffff;
            color: #000000;
            text-indent: 7px;
            padding: 9px 0;
            border-radius: 5px 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            font-size: 1.1em;
            box-shadow: rgb(90, 90, 90) 0px 0px 10px 0px;
            -webkit-box-shadow: rgb(90, 90, 90) 0px 0px 10px 0px;
        }

        #LoginWindow input:focus {
            border-color: #3B5264;
        }

        #LoginWindow .isxLoginButton {
            position: relative;
            left: 180px;
            display: block;
            width: 190px;
            height: 45px;
            text-align: center;
            margin-top: 12px;
        }

        #LoginWindow #lnkForgotPassword {
            position: relative;
            left: 180px;
            display: block;
            width: 190px;
            height: 45px;
            text-align: center;
            margin-top: 10px;
            color: #ffffff;
            font-size: 0.8em;
            cursor: pointer;
        }

        #LoginWindow #divForgotPassword {
            position: absolute;
            border: 1px solid #D3D3D3;
            left: 0px;
            top: 190px;
            width: 450px;
            height: 70px;
            z-index: 900;
            background-color: #EEEEEE;
            display: none;
            font-size: 14px;
            padding: 2px 2px 2px 5px;
            border-radius: 5px 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
        }

    #divForgotPassword input {
        border: 1px solid #3B5264;
        width: 200px;
    }

    #LoginWindow #LoginLoading {
        position: absolute;
        left: 100px;
        top: 30px;
        width: 450px;
        height: 70px;
        z-index: 901;
        display: none;
    }

    /*********************************************************************************/
    /* Headers                                                                       */
    /*********************************************************************************/
    #BalanceHeader {
        margin: 0 auto;
        width: 640px;
        height: 130px;
        background: url('/Content/Images/Layout/Box4-Bk.jpg') no-repeat center center;
        border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        -khtml-border-radius: 8px;
        border: 1px solid #64646D;
        margin-bottom: 20px;
        color: #10125a;
        -webkit-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.8);
        -moz-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.8);
        box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.8);
    }

        #BalanceHeader > div {
            width: 49%;
            display: inline-block;
        }

            #BalanceHeader > div.LifeTimeBalance {
                width: 98%;
                height: 40px;
                text-align: center;
            }

                #BalanceHeader > div.LifeTimeBalance > span {
                    display: inline-block;
                    position: relative;
                    margin-top: 14px;
                    font-size: 1.4em;
                    text-transform: uppercase;
                    font-weight: bold;
                }

                    #BalanceHeader > div.LifeTimeBalance > span > a {
                        color: #10125a;
                    }




    .lblBalance, .amtBalance {
        margin-top: 10px;
        font-size: 1.3em;
        text-align: center;
        text-transform: uppercase;
        font-weight: bold;
    }

    .amtBalance {
        font-weight: normal;
        font-size: 2.8em;
    }
    /*********************************************************************************/
    /* Forms                                                                         */
    /*********************************************************************************/
    .LeftMenuCont {
        position: relative;
        min-height: 300px;
        width: 200px;
        float: left;
        padding: 5px 5px 5px 5px;
    }

    ul.LeftMenuOptions {
        position: relative;
        width: 100%;
        padding-top: 20px;
        list-style: none;
    }

        ul.LeftMenuOptions li {
            padding-bottom: 15px;
        }

            ul.LeftMenuOptions li img.LeftMenuLogo {
                display: block;
                width: 40%;
                height: 40%;
                margin: 0 auto;
            }

            ul.LeftMenuOptions li img.LeftMenuLogoFree {
                display: block;
                margin: 0 auto;
            }

            ul.LeftMenuOptions li a.LeftMenuButton {
                margin: 0 auto;
                text-align: center;
                color: #10125a;
                font-size: 1.2em;
                display: block;
                border-radius: 8px;
                -moz-border-radius: 8px;
                -webkit-border-radius: 8px;
                -khtml-border-radius: 8px;
                border: 1px solid #64646D; /* #243676 */
                width: 180px;
                height: 50px;
                background: url('/Content/Images/Layout/Box4-Bk.jpg') no-repeat center center;
            }

            ul.LeftMenuOptions li a:hover.LeftMenuButton {
                border: 1px solid #243676;
                -moz-box-shadow: inset 0 0 8px #000000;
                -webkit-box-shadow: inset 0 0 8px #000000;
                box-shadow: inset 0 0 8px #000000;
            }

                ul.LeftMenuOptions li a.LeftMenuButton.BActive, ul.LeftMenuOptions li a:hover.LeftMenuButton.BActive {
                    border: 2px solid #243676;
                    -moz-box-shadow: inset 0 0 8px #000000;
                    -webkit-box-shadow: inset 0 0 8px #000000;
                    box-shadow: inset 0 0 8px #000000;
                }

                ul.LeftMenuOptions li a.LeftMenuButton.BDisabled, ul.LeftMenuOptions li a:hover.LeftMenuButton.BDisabled {
                    border: 1px solid #64646D;
                    color: #64646D;
                    cursor: default;
                }

    .PageCont {
        position: relative;
        display: block;
        width: 705px;
        float: left;
        padding: 5px 5px 5px 10px;
    }

    .PageContExt {
        width: 905px !important;
    }

    div.SubSection {
        position: relative;
    }

    #ActiveCont > form > div.SubSection {
        margin-bottom: 40px !important;
    }

    #ActiveCont h1, #ActiveCont h2, #ActiveCont h3 {
        font-weight: bold;
        padding: 0;
        padding-top: 0;
        padding-bottom: 5px;
        margin: 0;
        margin-bottom: 5px;
        border-bottom: 1px solid #64646d;
    }
        #ActiveCont h1.NoDecor, #ActiveCont h2.NoDecor, #ActiveCont h3.NoDecor {
            border-bottom:none;
        }

    #ActiveCont h1 {
        font-size: 1.5em;
        position: relative;
    }

    #ActiveCont h2 {
        font-size: 1.3em;
    }

    #ActiveCont h3 {
        font-size: 1.2em;
    }

    #ActiveCont h1 > span.SectionTitle {
        left: 0px;
        bottom: 6px;
        position: absolute;
        display: inline;
        width: 100%;
        text-align: right;
        font-size: 0.8em;
        font-weight: normal;
        color: #10125a;
        text-shadow: 1px 1px 1px #A2A3AA;
    }

    #ActiveCont .SubSection p {
        font-size: 1.0em;
        line-height: 1.5em;
        margin-bottom: 10px;
    }

    #ActiveCont .SubSection div.Recuadro {
        padding: 10px 5px 10px 20px;
    }

    #ActiveCont div.SubSection > h1 {
        margin-bottom: 15px;
    }

    .FormRow {
        height: 40px;
    }

    .FormRowImg,
    .FormRowFreeHight {
        min-height: 40px;
    }

    div.SubSection.Label100 > div.FormRow > label,
    div.SubSection.Label100 > div.FormRowFreeHight > label,
    div.SubSection.Label100 > div.FormRowImg > label {
        width: 100px;
    }

    .FormRow label.ExtWidth, .FormRowFreeHight label.ExtWidth, .FormRowImg label.ExtWidth {
        width: 250px !important;
    }

    .FormRow label, .FormRowFreeHight label, .FormRowImg label {
        width: 250px;
        float: left;
        text-align: right;
        margin: 5px;
        padding: 3px 0;
    }

        .FormRow label.error, .FormRowFreeHight label.error, .FormRowImg label.error {
            color: #F00;
            float: none;
            text-align: left;
            margin: 5px;
            padding: 3px 0;
            font-weight: normal;
            font-size: 8pt;
        }

    .FormRowImg img.ProfilePic {
        margin: 8px 5px 10px 10px;
    }

    .FormRow input[type=text], .FormRow input[type=password],
    .FormRowFreeHight input[type=text], .FormRowFreeHight input[type=password] {
        height: 25px;
        width: 250px;
        margin: 0;
        margin: 8px 5px;
        overflow: hidden;
        border: 1px solid #d3d3d3;
        background: #ffffff;
        color: #000000;
        text-indent: 5px;
        border-radius: 5px 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        font-size: 1em;
        box-shadow: rgb(90, 90, 90) 0px 0px 10px 0px;
        -webkit-box-shadow: rgb(90, 90, 90) 0px 0px 10px 0px;
    }

        .FormRow input[type=text].ExtWidth, .FormRow input[type=password].ExtWidth,
        .FormRowFreeHight input[type=text].ExtWidth, .FormRowFreeHight input[type=password].ExtWidth {
            width: 350px !important;
        }

        .FormRow input[type=text].ExtWidthX, .FormRow input[type=password].ExtWidthX,
        .FormRowFreeHight input[type=text].ExtWidthX, .FormRowFreeHight input[type=password].ExtWidthX {
            width: 400px !important;
        }

        .FormRow input[type=text].ExtWidthXX, .FormRow input[type=password].ExtWidthXX,
        .FormRowFreeHight input[type=text].ExtWidthXX, .FormRowFreeHight input[type=password].ExtWidthXX {
            width: 450px !important;
        }


        .FormRow input[type=text]:focus, .FormRow input[type=password]:focus,
        .FormRowFreeHight input[type=text]:focus, .FormRowFreeHight input[type=password]:focus,
        .FormRow textarea:focus, .FormRow select:focus,
        .FormRowFreeHight textarea:focus, .FormRowFreeHight select:focus {
            outline: none;
            border-color: #54569e;
            box-shadow: 0 0 10px #10125a;
        }

    .FormRow input[type=submit], .FormRow input[type=button].ButtonSubmit,
    .FormRowFreeHight input[type=submit], .FormRowFreeHight input[type=button].ButtonSubmit {
     /*   position: relative;
        height: 30px;
        color: #10125a;
        background: url(/Content/images/Layout/Box4-Bk.jpg) no-repeat center center;
        border-radius: 5px 5px;
        border: 1px solid #64646D;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;*/
        cursor: pointer;
    }

        .FormRow input[type=submit]:hover, .FormRow input[type=button].ButtonSubmit:hover,
        .FormRowFreeHight input[type=submit]:hover, .FormRowFreeHight input[type=button].ButtonSubmit:hover {
          /*  cursor: pointer;
            color: #010333;
            box-shadow: rgb(90, 90, 90) 0px 0px 10px 0px;
            -webkit-box-shadow: rgb(90, 90, 90) 0px 0px 10px 0px;*/
        }

        .FormRow input[type=submit]:disabled, .FormRow input[type=button].ButtonSubmit:disabled,
        .FormRowFreeHight input[type=submit]:disabled, .FormRowFreeHight input[type=button].ButtonSubmit:disabled {
            color: #64646D;
            box-shadow: none;
            -webkit-box-shadow: none;
            cursor: default !important;
        }

    .FormRow input[type=button].ButtonSet,
    .FormRowFreeHight input[type=button].ButtonSet {
        display: block;
        text-decoration: none;
        background-color: #E9E9E9;
        border: 1px solid #909090;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        text-align: center;
        font-size: .9em;
        cursor: pointer;
        background: url('/Content/Images/Layout/Box4-Bk.jpg') no-repeat center center;
        width: auto;
        padding: 5px 5px;
        margin: 6px;
    }

        .FormRow input[type=button].ButtonSet:hover,
        .FormRowFreeHight input[type=button].ButtonSet:hover {
            cursor: pointer;
            color: #010333;
            box-shadow: rgb(90, 90, 90) 0px 0px 10px 0px;
            -webkit-box-shadow: rgb(90, 90, 90) 0px 0px 10px 0px;
        }

        .FormRow input[type=button].ButtonSet:disabled,
        .FormRowFreeHight input[type=button].ButtonSet:disabled,
        input[type=button].ButtonSet:disabled {
            color: #64646D;
            box-shadow: none;
            -webkit-box-shadow: none;
            cursor: default !important;
        }

    .FormRow select,
    .FormRowFreeHight select {
        height: 25px;
        overflow: hidden;
        padding-left: 3px;
        padding-right: 5px;
        border: 1px solid #d3d3d3;
        background: #ffffff;
        color: #000000;
        border-radius: 5px 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        font-size: 1em;
        box-shadow: rgb(90, 90, 90) 0px 0px 10px 0px;
        -webkit-box-shadow: rgb(90, 90, 90) 0px 0px 10px 0px;
    }

    .FormRow textarea,
    .FormRowFreeHight textarea {
        overflow: auto;
        padding-left: 3px;
        padding-right: 5px;
        border: 1px solid #d3d3d3;
        background: #ffffff;
        color: #000000;
        border-radius: 5px 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        font-size: 1em;
        box-shadow: rgb(90, 90, 90) 0px 0px 10px 0px;
        -webkit-box-shadow: rgb(90, 90, 90) 0px 0px 10px 0px;
    }


    .FormRow input[type=text]:disabled,
    .FormRowFreeHight input[type=text]:disabled {
        background: #C7C7CA;
    }

    .FormRow input[type=button],
    .FormRow input[type=radio],
    .FormRow input[type=checkbox],
    .FormRow input[type=submit],
    .FormRowFreeHight input[type=button],
    .FormRowFreeHight input[type=radio],
    .FormRowFreeHight input[type=checkbox],
    .FormRowFreeHight input[type=submit] {
        width: auto !important;
        padding: 1px 10px;
    }

    .FormRow select, .FormRow textarea,
    .FormRowFreeHight select, .FormRowFreeHight textarea {
        margin: 0;
        margin: 8px 5px;
    }

    label.Required {
        font-weight: bold;
    }

        label.Required.Missing {
            color: #C00;
        }

    .messagebox,
    .messagebox_confirm {
        position: absolute;
        width: 100px;
        margin-left: 10px;
        margin-top: 5px;
        border: 1px solid #c93;
        background: #FFFFE2;
        padding: 3px;
        cursor: pointer;
    }

    .messageboxok,
    .messageboxok_confirm {
        position: absolute;
        width: auto;
        margin-left: 10px;
        margin-top: 5px;
        border: 1px solid #349534;
        background: #C9FFFFE2A;
        padding: 3px;
        color: #008000;
    }

    .messageboxerror,
    .messageboxerror_confirm {
        position: absolute;
        width: auto;
        margin-left: 10px;
        border: 1px solid #CC0000;
        background: #F7CBCA;
        padding: 3px;
        color: #CC0000;
    }


    span.questionLeft {
        font-size: 1em !important;
        font-weight: normal !important;
        position: relative;
        top: 0;
        left: 0;
        display: inline-block;
        width: 16px;
        height: 16px;
        margin-left: 5px;
        background-image:url('/Content/Images/Layout/QuestionMark.png');
        background-repeat: no-repeat;
    }

        span.questionLeft strong {
            font-weight: bold !important;
        }

        span.questionLeft > span,
        span.question > span {
            display: none;
            width: 250px;
            position: absolute;
            top: 0;
            right: 25px;
            padding: 10px;
            background-color: #EEE;
            border: 1px solid #DDD;
            border-radius: 10px;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
            cursor: default;
        }

            span.questionLeft > span.show,
            span.question > span.show {
                display: block;
                z-index: 100;
            }
    /* Aqui voy */
    .CommandContainer {
        margin: 10px 0;
        width: 706px;
        background-color: #E5E5E7;
        z-index: 1000;
    }

        .CommandContainer:after {
            visibility: hidden;
            display: block;
            font-size: 0;
            content: " ";
            clear: both;
            height: 0;
        }

        .CommandContainer.W350 {
            width: 350px !important;
        }

        .CommandContainer a {
            display: block;
            float: left;
            width: 17%;
            margin: 3px;
            padding: 2px 5px;
            text-decoration: none;
            background-color: #E9E9E9;
            border: 1px solid #CCC;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            text-align: center;
            font-size: .9em;
            cursor: pointer;
        }

            .CommandContainer a.Selected,
            .CommandContainer a:hover {
                background-color: #D9D9D9;
                cursor: pointer;
            }

            .CommandContainer a.Disabled,
            .CommandContainer a.Disabled:hover {
                border: 1px solid #5089AF;
                color: #5089AF;
                cursor: default;
                -moz-box-shadow: none;
                -webkit-box-shadow: none;
                box-shadow: none;
                background-color: #E9E9E9;
            }

                .CommandContainer a.Disabled, .CommandContainer.Command a.Disabled,
                .CommandContainer a.Disabled:hover, .CommandContainer a.Command.Disabled:hover {
                    border: 1px solid #5089AF;
                    color: #5089AF;
                    cursor: default;
                    -moz-box-shadow: none;
                    -webkit-box-shadow: none;
                    box-shadow: none;
                }

        .CommandContainer > a.Command, .CommandContainer.Command > a {
            background: url('/Content/Images/Layout/Box4-Bk.jpg') no-repeat center center;
        }

            .CommandContainer > a.Command.Left, .CommandContainer.Command > a.Left, .CommandContainer > a.Left {
                float: left;
            }

            .CommandContainer > a.Command.Right, .CommandContainer.Command > a.Right, .CommandContainer > a.Right {
                float: right;
            }

            .CommandContainer > a.Command:hover, .CommandContainer.Command > a:hover,
            .CommandContainer > a.Command.Selected, .CommandContainer.Command > a.Selected {
                border: 1px solid #243676;
                -moz-box-shadow: inset 0 0 8px #000000;
                -webkit-box-shadow: inset 0 0 8px #000000;
                box-shadow: inset 0 0 8px #000000;
            }
    /*********************************************************************************/
    /* Page Help                                                                    */
    /*********************************************************************************/
    .PageHelp {
        /* cursor:help; */
    }

    /*********************************************************************************/
    /* Page Sections                                                                 */
    /*********************************************************************************/
    p.Title {
        padding: 20px, 10px;
    }

    p.H1 {
        font-size: 1.5em;
    }

    p.H2 {
        font-size: 1.3em;
    }

    p.H3 {
        font-size: 1.2em;
    }

    /*********************************************************************************/
    /* Tables                                                                        */
    /*********************************************************************************/
    table.Tema1 {
        overflow: hidden;
        border: 1px solid #d3d3d3;
        background: #fefefe;
        width: 70%;
        margin: 5% auto 0;
        -moz-border-radius: 10px; /* FF1+ */
        -webkit-border-radius: 10px; /* Saf3-4 */
        -khtml-border-radius: 10px;
        border-radius: 10px;
        -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
        color: #10125a;
    }

        table.Tema1 th, table.Tema1 td {
            padding: 18px 28px 18px;
            text-align: center;
        }

        table.Tema1 th {
            padding-top: 22px;
            text-shadow: 1px 1px 1px #fff;
            background: #C0C1C7;
        }

        table.Tema1 td {
            border-top: 1px solid #e0e0e0;
            border-right: 1px solid #e0e0e0;
        }

        table.Tema1 tr.odd-row td {
            background: #f6f6f6;
        }

        table.Tema1 td.first, table.Tema1 th.first {
            text-align: left
        }

        table.Tema1 td.last {
            border-right: none;
        }

        table.Tema1 td {
            background: -moz-linear-gradient(100% 25% 90deg, #fefefe, #f9f9f9);
            background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#f9f9f9), to(#fefefe));
        }

        table.Tema1 tr.odd-row td {
            background: -moz-linear-gradient(100% 25% 90deg, #f6f6f6, #f1f1f1);
            background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#f1f1f1), to(#f6f6f6));
        }

        table.Tema1 th {
            background: -moz-linear-gradient(100% 20% 90deg, #C0C1C7, #ededed);
            background: -webkit-gradient(linear, 0% 0%, 0% 20%, from(#ededed), to(#C0C1C7));
        }

        table.Tema1 tr:first-child th.first {
            /*
		-moz-border-radius-topleft:10px;
		-webkit-border-top-left-radius:10px; / * Saf3-4 * /
        border-top-left-radius:10px;
        */
        }

        table.Tema1 tr:first-child th.last {
            /*
		-moz-border-radius-topright:10px;
		-webkit-border-top-right-radius:10px; / * Saf3-4 * /
        border-top-right-radius:10px;
        */
        }

        table.Tema1 tr:last-child td.first {
            -moz-border-radius-bottomleft: 10px;
            -webkit-border-bottom-left-radius: 10px; /* Saf3-4 */
            border-bottom-left-radius: 10px;
        }

        table.Tema1 tr:last-child td.last {
            -moz-border-radius-bottomright: 10px;
            -webkit-border-bottom-right-radius: 10px; /* Saf3-4 */
            border-bottom-right-radius: 10px;
        }

    table.Tema2 { /* for Reporting */
        overflow: hidden;
        border: 1px solid #d3d3d3;
        background: #fefefe;
        width: auto; /* 100%*/
        margin: 0 auto 0;
        -moz-border-radius: 10px; /* FF1+ */
        -webkit-border-radius: 10px; /* Saf3-4 */
        -khtml-border-radius: 10px;
        border-radius: 10px;
        -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
        color: #10125a;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

        table.Tema2.TAL {
            margin: 0 0 0 0 !important;
        }

        table.Tema2 th {
            padding: 10px 10px 10px;
            text-align: center;
        }

        table.Tema2 td {
            padding: 10px 10px 10px;
            text-align: center;
        }

        table.Tema2 th {
            padding-top: 12px;
            text-shadow: 1px 1px 1px #fff;
            background: #C0C1C7;
        }

        table.Tema2 td {
            border-top: 1px solid #e0e0e0;
            border-right: 1px solid #e0e0e0;
        }

        table.Tema2 tr.odd-row td {
            background: #f6f6f6;
        }
        /*
	table.Tema2 td.first, table.Tema2 th.first {text-align:left}
    table.Tema2 td.last {border-right:none;}
    */

        table.Tema2 td {
            background: -moz-linear-gradient(100% 25% 90deg, #fefefe, #f9f9f9);
            background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#f9f9f9), to(#fefefe));
            font-size: 0.9em;
            vertical-align: middle;
        }

        table.Tema2 tr.odd-row td {
            background: -moz-linear-gradient(100% 25% 90deg, #f6f6f6, #f1f1f1);
            background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#f1f1f1), to(#f6f6f6));
        }

        table.Tema2 th {
            background: -moz-linear-gradient(100% 20% 90deg, #C0C1C7, #ededed);
            background: -webkit-gradient(linear, 0% 0%, 0% 20%, from(#ededed), to(#C0C1C7));
        }

        table.Tema2 tr:first-child th.first {
            /*
		-moz-border-radius-topleft:10px;
		-webkit-border-top-left-radius:10px; / * Saf3-4 * /
        */
        }

        table.Tema2 tr:first-child th.last {
            /*
		-moz-border-radius-topright:10px;
		-webkit-border-top-right-radius:10px; / * Saf3-4 * /
        */
        }

        table.Tema2 tr:last-child td.first {
            -moz-border-radius-bottomleft: 10px;
            -webkit-border-bottom-left-radius: 10px; /* Saf3-4 */
            border-bottom-left-radius: 10px;
        }

        table.Tema2 tr:last-child td.last {
            -moz-border-radius-bottomright: 10px;
            -webkit-border-bottom-right-radius: 10px; /* Saf3-4 */
            border-bottom-right-radius: 10px;
        }

        table.Tema2 tr.ALeft td,
        table.Tema2.ALeft td,
        table.Tema2 td.ALeft {
            text-align: left;
        }

        table.Tema2.ShowLinks td a:hover {
            border-bottom: 1px dashed gray;
        }

        table.Tema2.TicketComments {
            width: 700px !important;
        }

            table.Tema2.TicketComments > tbody > tr > td,
            table.Tema2.TicketComments > tbody > tr > th {
                width: 70px !important;
            }

            table.Tema2.TicketComments > tbody > tr.Guide > td,
            table.Tema2.TicketComments > tbody > tr.Guide > th {
                height: 0px !important;
                padding: 0 !important;
            }

    /* --- Tema 3 --- */
    table.Tema3 {
        border-collapse: separate;
        border-spacing: 0;
    }

        table.Tema3 tr th,
        table.Tema3 tr td {
            border-right: 1px solid #bbb;
            border-bottom: 1px solid #bbb;
            box-shadow: 2px 2px 1px #e5dfcc;
        }

            table.Tema3 tr th:first-child,
            table.Tema3 tr td:first-child {
                border-left: 1px solid #bbb;
            }

        table.Tema3 tr th {
            border-top: 1px solid #bbb;
        }

        /* top-left border-radius */
        table.Tema3 tr:first-child th:first-child {
            border-top-left-radius: 6px;
        }

        /* top-right border-radius */
        table.Tema3 tr:first-child th:last-child {
            border-top-right-radius: 6px;
        }

        /* bottom-left border-radius */
        table.Tema3 tr:last-child td:first-child {
            border-bottom-left-radius: 6px;
        }

        /* bottom-right border-radius */
        table.Tema3 tr:last-child td:last-child {
            border-bottom-right-radius: 6px;
        }

        table.Tema3 th {
            padding: 8px 10px;
        }

        table.Tema3 td {
            padding: 6px 10px;
        }

        table.Tema3 th {
            background: #C0C1C7;
            color: #10125a;
        }

        table.Tema3 td {
            background: #fefefe;
            color: #10125a;
            font-size: 0.9em;
        }

    /* ---  --- */

    table.W50 {
        width: 50%;
    }

    table.W55 {
        width: 55%;
    }

    table.W60 {
        width: 60%;
    }

    table.W65 {
        width: 65%;
    }

    table.W70 {
        width: 70%;
    }

    table.W75 {
        width: 75%;
    }

    table.W80 {
        width: 80%;
    }

    table.W85 {
        width: 85%;
    }

    table.W90 {
        width: 90%;
    }

    table.W95 {
        width: 95%;
    }

    table.W100 {
        width: 100%;
    }

    table.P2 > tr > td, tr.P2 > td, td.P2 {
        padding: 2px;
    }

    table.P4 > tr > td, tr.P4 > td, td.P4 {
        padding: 4px;
    }

    table.P6 > tr > td, tr.P6 > td, td.P6 {
        padding: 6px;
    }

    table.P8 > tr > td, tr.P8 > td, td.P8 {
        padding: 8px;
    }

    table.P10 > tr > td, tr.P10 > td, td.P10 {
        padding: 10px;
    }

    td.B1 {
        border: 1px solid #000000;
    }

    td.B2 {
        border: 2px solid #000000;
    }

    tr.B1, tr.B1 > td {
        border: 1px solid #000000;
    }

    tr.B2, tr.B2 > td {
        border: 2px solid #000000;
    }

    table.B1, table.B1 > td {
        border: 1px solid #000000;
    }

    table.B2, table.B2 > td {
        border: 2px solid #000000;
    }

    /*********************************************************************************/
    /* Orders                                                                        */
    /*********************************************************************************/
    #ViewOrderBox {
        background-color: #FFFFFF;
        padding-left: 5px;
        -moz-border-radius: 5px; /* FF1+ */
        -webkit-border-radius: 5px; /* Saf3-4 */
        -khtml-border-radius: 5px;
        border-radius: 5px;
        -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
        margin-bottom: 20px;
    }

    #ViewTrackingBox {
        background-color: #FFFFFF;
        -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
        margin-bottom: 20px;
    }

    /* Cart Products */
    .ControlButtonsCTN {
        margin: 10px 0;
        width: 706px;
        background-color: #E5E5E7;
    }

        .ControlButtonsCTN a.ButtonSet {
            display: block;
            text-decoration: none;
            background-color: #E9E9E9;
            border: 1px solid #909090;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            text-align: center;
            font-size: .9em;
            cursor: pointer;
            background: url('/Content/Images/Layout/Box4-Bk.jpg') no-repeat center center;
            width: auto;
            padding: 5px 5px;
            margin: 6px;
            float: right;
        }

            .ControlButtonsCTN a.ButtonSet:hover {
                border: 1px solid #243676;
                -moz-box-shadow: inset 0 0 8px #000000;
                -webkit-box-shadow: inset 0 0 8px #000000;
                box-shadow: inset 0 0 8px #000000;
            }

    .ProductCategoryButtons, .CommandContainer {
        margin: 10px 0;
        width: 706px;
        background-color: #E5E5E7;
        z-index: 1000;
    }

        .ProductCategoryButtons a, .CommandContainer a {
            display: block;
            float: left;
            width: 17%;
            margin: 3px;
            padding: 2px 5px;
            text-decoration: none;
            background-color: #E9E9E9; /* #F3F3F3; */ /* Fondo = #F7F7F7; */
            border: 1px solid #CCC;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            text-align: center;
            font-size: .9em;
            cursor: pointer;
        }

            .ProductCategoryButtons a.SelectedCategory,
            .ProductCategoryButtons a:hover {
                background-color: #D9D9D9; /* #E3E3E3; */
                cursor: pointer;
            }

        .ProductCategoryButtons.MAPControlButtons > a {
            background: url('/Content/Images/Layout/Box4-Bk.jpg') no-repeat center center;
            float: right;
        }

            .ProductCategoryButtons.MAPControlButtons > a:hover {
                border: 1px solid #243676;
                -moz-box-shadow: inset 0 0 8px #000000;
                -webkit-box-shadow: inset 0 0 8px #000000;
                box-shadow: inset 0 0 8px #000000;
            }

        .ProductCategoryButtons a#ViewCart, .ProductCategoryButtons a#Continue {
            background: url('/Content/Images/Layout/Box4-Bk.jpg') no-repeat center center;
            float: right;
        }

            .ProductCategoryButtons a#ViewCart:hover, .ProductCategoryButtons a#Continue:hover {
                border: 1px solid #243676;
                -moz-box-shadow: inset 0 0 8px #000000;
                -webkit-box-shadow: inset 0 0 8px #000000;
                box-shadow: inset 0 0 8px #000000;
            }

        .ProductCategoryButtons a.ButtonSet {
            background: url('/Content/Images/Layout/Box4-Bk.jpg') no-repeat center center;
            width: auto;
            padding: 5px 5px;
            margin: 6px;
            float: right;
            border: 1px solid #909090;
        }

            .ProductCategoryButtons a.ButtonSet:hover {
                border: 1px solid #243676;
                -moz-box-shadow: inset 0 0 8px #000000;
                -webkit-box-shadow: inset 0 0 8px #000000;
                box-shadow: inset 0 0 8px #000000;
            }

            .ProductCategoryButtons a.ButtonSet.Disabled {
                border: 1px solid #5089AF;
                color: #5089AF;
                cursor: default;
                -moz-box-shadow: none;
                -webkit-box-shadow: none;
                box-shadow: none;
            }

    .ButtonContainer a.ButtonSet, .ButtonContainer input[type=button].ButtonSet {
        background: url('/Content/Images/Layout/Box4-Bk.jpg') no-repeat center center;
        width: auto;
        padding: 5px 5px;
        margin: 6px;
        float: right;
        border: 1px solid #909090;
    }

        .ButtonContainer a.ButtonSet:hover, .ButtonContainer input[type=button].ButtonSet:hover {
            border: 1px solid #243676;
            -moz-box-shadow: inset 0 0 8px #000000;
            -webkit-box-shadow: inset 0 0 8px #000000;
            box-shadow: inset 0 0 8px #000000;
        }

    .ProductCategoryButtons a#ItemsCount {
        border: 0px none transparent;
        background-color: #E5E5E7;
        cursor: default;
        float: right;
    }

    .ProductCategoryButtons.isStuck {
        margin: 0 0;
        padding: 10px 0;
        -webkit-box-shadow: 0px 6px 10px 0px rgba(50, 50, 50, 0.75);
        -moz-box-shadow: 0px 6px 10px 0px rgba(50, 50, 50, 0.75);
        box-shadow: 0px 6px 10px 0px rgba(50, 50, 50, 0.75);
    }
    /* -- */
    .CartRowTitle,
    .CartRowProduct,
    .CartRowTotal {
        position: relative;
        display: block;
        width: 700px;
    }

    .CartRowTitle {
        height: 25px;
        border-bottom: 2px solid #CCC;
    }

        .CartRowTitle span.SecTitle {
            font-size: 1.2em;
            font-weight: bold;
            color: #10125a;
            text-shadow: 1px 1px 1px #A2A3AA;
        }

    .tProduct, .tUnitPrice, .tQty, .tTotalPrice {
        position: absolute;
        top: 2px;
    }

    .CartRowProduct {
        height: 105px;
        margin-top: 5px;
        margin-bottom: 5px;
        background: #E9E9E9;
        border: 1px solid #EEE;
        border-bottom-color: #DDD;
        border-right-color: #DDD;
        border-radius: 5px 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }

    .pIMG, .pName, .pSKU, .pPrice, .pQty, .pTotalPrice, .pChangeQty, .ecRemove, .pDiscountInfo, .pInfo {
        position: absolute;
        top: 20px;
    }

    .pIMG {
        top: 5px;
        width: 100px;
        height: 93px;
        left: 5px;
    }

        .pIMG img {
            width: 100px;
            height: 93px;
            border: 0;
        }

    .tProduct {
        width: 150px;
        left: 5px;
    }

    .pName {
        width: 350px;
        left: 115px;
        font-weight: bold;
    }

    .pDiscountInfo {
        width: 340px;
        top: 50px;
        left: 115px;
        font-weight: bold;
        text-align: center;
    }

        .pDiscountInfo span {
            font-size: 0.8em;
        }

    .pInfo {
        width: 50px;
        top: 65px;
        left: 115px;
        font-size: .9em;
    }

    .pSKU {
        width: 150px;
        top: 85px;
        left: 115px;
        font-size: .7em;
    }

    .pPrice,
    .tUnitPrice {
        width: 100px;
        right: 155px;
        text-align: right;
    }

    .pQty,
    .tQty {
        text-align: right;
        width: 40px;
        right: 110px;
    }

    .pChangeQty {
        text-align: right;
        width: 50px;
        top: auto;
        bottom: 5px;
        right: 5px;
    }

        .pChangeQty span.UpdateButton {
            text-align: center;
            margin: 2px;
            width: 20px;
            float: left;
        }

            .pChangeQty span.UpdateButton a {
                font-weight: bold;
                font-family: Ubuntu;
                text-decoration: none;
                background: #DFDFDF;
                border: 1px solid #CCC;
                border-bottom-color: #AAA;
                border-right-color: #AAA;
                border-radius: 2px 2px;
                -moz-border-radius: 2px;
                -webkit-border-radius: 2px;
                text-shadow: #FFF 1px 1px 1px;
                width: 20px;
                height: 20px;
                display: block;
            }

        .pChangeQty span a:hover {
            background-color: #FFF;
            color: #043F64;
        }

    .pTotalPrice,
    .tTotalPrice {
        width: 100px;
        right: 5px;
        text-align: right;
    }

    .CartRowTotal {
        height: 25px;
    }

        .CartRowTotal:first-child {
            border-top: 2px solid #CCC;
        }

    .TotalRowLabel,
    .TotalRowValue {
        position: absolute;
        top: 2px;
        text-align: right;
    }

    .TotalRowLabel {
        width: 150px;
        right: 110px;
    }

    .TotalRowValue {
        width: 100px;
        right: 5px;
    }

    #IsWalletOptPayment > p, #XDollarsOptPayment > p, #PartialOptPayment > p, #CCOptPayment > p {
        padding: 5px;
    }

    input.UIDatePicker {
        font-size: 1em;
        padding: 3px;
        border: 2px solid #a7a7a7;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        -khtml-border-radius: 4px;
    }

        input.UIDatePicker:focus {
            /* outline:#10125a outset 1px;  #9ecaed */
            outline: none;
            border-color: #54569e;
            box-shadow: 0 0 10px #10125a;
        }

    /*********************************************************************************/
    /* Manage Team                                                                   */
    /*********************************************************************************/
    /*
#ViewRepBox
{
    background-color:#FFFFFF;
    padding-left:5px;
    -moz-border-radius:5px; /* FF1+ * /
    -webkit-border-radius:5px; /* Saf3-4 * /
    -khtml-border-radius: 5px;
    border-radius:5px;
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    box-shadow:  0 0 8px rgba(0, 0, 0, 0.2);
    margin-bottom:20px;
}
*/
    #ViewRepBox {
        /* background-color:#FFFFFF; */
        -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
        margin-bottom: 20px;
    }
    /*********************************************************************************/
    /* Commissions                                                                   */
    /*********************************************************************************/
    table.CommissionDetail, table.CommissionPayOnDetail {
        width: 75%;
        margin: 0 auto;
    }

        table.CommissionDetail tr th, table.CommissionDetail tr td,
        table.CommissionPayOnDetail tr th, table.CommissionPayOnDetail tr td {
            padding: 3px;
        }

        table.CommissionDetail tr td,
        table.CommissionPayOnDetail tr td {
            padding: 5px;
        }

    tr.DetailLine {
        background-color: #F6F6F6 !important;
    }

    /*********************************************************************************/
    /* Generics                                                                      */
    /*********************************************************************************/
    .NoteSimpleTitle {
        margin-top: 20px;
        margin-left: 30px;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .NoteSimpleContent {
        margin-left: 30px;
        margin-bottom: 15px;
        font-weight: bold;
        font-size: 0.7em;
        text-transform: uppercase;
        font-weight: normal;
    }

    .CRPrev {
        padding-top: 30px;
    }

    .CRPrevMid {
        padding-top: 15px;
    }

    .RowPVer6 {
        padding-top: 6px !important;
        padding-bottom: 6px !important;
    }

    .PopupLink {
        color: #10125a;
        text-decoration: none;
        font-weight: bold;
        cursor: pointer;
    }

    .ClearB {
        clear: both;
    }

    .CInkLoud {
        color: #b82c39 !important;
        font-weight: bold !important;
    }

    .CInkBold {
        font-weight: bold;
    }

    .LKStandUp {
        text-decoration: underline;
        color: #10125a;
    }

    .LKGoBack {
        cursor: pointer;
    }

    .PosRelative {
        position: relative;
    }

    .DivCentered {
        margin: 0px auto;
    }

    .BorderBottom {
        border-bottom: solid 1px black !important;
    }

    .txtAlignLeft {
        text-align: left !important;
    }

    .txtAlignRight {
        text-align: right !important;
    }

    .txtCentered {
        text-align: center !important;
    }

    .BaseColor {
        color: #10125a;
    }

    a.UnderlineHover:hover {
        border-bottom: 1px dashed gray;
    }

    a.Underline {
        border-bottom: 1px dashed gray;
    }

        a.Underline:hover {
            border-bottom: 1px solid gray;
        }

    .NoUnderline {
        border-bottom: 0px none transparent !important;
    }

    .RedAlert {
        padding: 10px 10px 10px 10px;
        -webkit-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.8);
        -moz-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.8);
        box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.8);
        margin-bottom: 10px;
    }

    .Hide {
        display: none !important;
    }

    .Center {
        text-align: center;
        margin-bottom: auto;
        margin-left: auto;
        margin-right: auto;
        margin-top: auto;
    }

    .PRelative {
        position: relative;
    }

    .Right {
        text-align: right;
    }

    .FRight {
        float: right;
    }

    p.Loading {
        text-align: center;
        text-transform: uppercase;
        font-size: 0.8em;
    }

    div.W50 {
        width: 50%;
    }

    div.W60 {
        width: 60%;
    }

    div.W70 {
        width: 70%;
    }

    div.W80 {
        width: 80%;
    }

    div.W90 {
        width: 90%;
    }

    div.W95 {
        width: 95%;
    }

    div.W100 {
        width: 100%;
    }

    div.MR10 {
        margin-right: 10px;
    }

    div.MR20 {
        margin-right: 20px;
    }

    div.MR30 {
        margin-right: 30px;
    }

    div.MR40 {
        margin-right: 40px;
    }

    div.MR50 {
        margin-right: 50px;
    }

    .SubSection select {
        min-height: 25px;
        overflow: hidden;
        padding-left: 3px;
        padding-right: 5px;
        border: 1px solid #d3d3d3;
        background: #ffffff;
        color: #000000;
        border-radius: 5px 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        font-size: 1em;
        box-shadow: rgb(90, 90, 90) 0px 0px 10px 0px;
        -webkit-box-shadow: rgb(90, 90, 90) 0px 0px 10px 0px;
    }


    /*********************************************************************************/
    /* Scrolling To Top                                                              */
    /*********************************************************************************/
    #scrollUp {
        background-image: url("/Content/images/layout/ScrollToTop.png");
        bottom: 20px;
        left: 20px;
        width: 38px;
        height: 38px;
    }


    /*********************************************************************************/
    /* Buttons                                                                       */
    /*********************************************************************************/
    a.TagButton {
        display: inline-block;
        position: relative;
        color: #6a78b4;
        text-shadow: 0 1px 0 rgba(255,255,255, 0.8);
        text-decoration: none;
        text-align: center;
        padding: 8px 12px;
        font-size: 12px;
        font-weight: 700;
        border-radius: 4px;
        border: 1px solid #bcbcbc;
        -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12);
        box-shadow: 0 1px 3px rgba(0,0,0,0.12);
        background-image: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 60%,rgba(225,223,226,1) 100%);
        background-image: -moz-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 60%,rgba(225,223,226,1) 100%);
        background-image: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 60%,rgba(225,223,226,1) 100%);
        background-image: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 60%,rgba(225,223,226,1) 100%);
        background-image: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 60%,rgba(225,223,226,1) 100%);
    }

        a.TagButton:hover {
            color: #555;
        }

        a.TagButton:active, .button:active:after, .button:active:before {
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        /* Back Button */
        a.TagButton.back {
            border-left: none;
        }

            a.TagButton.back:after {
                content: '';
                position: absolute;
                height: 50%;
                width: 15px;
                border-left: 1px solid #bcbcbc;
                background-image: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 1%,rgba(240,240,240,1) 100%);
                background-image: -moz-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 1%,rgba(240,240,240,1) 100%);
                background-image: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 1%,rgba(240,240,240,1) 100%);
                background-image: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 1%,rgba(240,240,240,1) 100%);
                background-image: linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 1%,rgba(240,240,240,1) 100%);
                left: -5px;
                top: 1px;
                -webkit-transform: skew(-35deg, 0);
                -moz-transform: skew(-35deg, 0);
                -o-transform: skew(-35deg, 0);
                -ms-transform: skew(-35deg, 0);
                transform: skew(-35deg, 0);
            }

            a.TagButton.back:before {
                content: '';
                position: absolute;
                height: 48%;
                width: 15px;
                border-left: 1px solid #bcbcbc;
                bottom: 1px;
                left: -5px;
                -webkit-transform: skew(35deg, 0);
                -moz-transform: skew(35deg, 0);
                -o-transform: skew(35deg, 0);
                -ms-transform: skew(35deg, 0);
                transform: skew(35deg, 0);
                background-image: -webkit-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(239,239,239,1) 10%,rgba(225,223,226,1) 100%);
                background-image: -moz-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(239,239,239,1) 10%,rgba(225,223,226,1) 100%);
                background-image: -o-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(239,239,239,1) 10%,rgba(225,223,226,1) 100%);
                background-image: -ms-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(239,239,239,1) 10%,rgba(225,223,226,1) 100%);
                background-image: linear-gradient(top, rgba(240,240,240,1) 0%,rgba(239,239,239,1) 10%,rgba(225,223,226,1) 100%);
                -webkit-box-shadow: -2px 1px 2px rgba(100,100,100,0.1);
                box-shadow: -2px 1px 2px rgba(100,100,100,0.1);
            }


    /*********************************************************************************/
    /* UI Icons                                                                      */
    /*********************************************************************************/
    .UI_CloseCircle {
        background-image: url(/Content/images/layout/UIIcons/close-circled.svg);
        background-size: 25px 25px;
        background-repeat: no-repeat;
        background-position: center center;
        /*     background-position: 11px 8px; */
    }

        .UI_CloseCircle:hover {
            background-size: 29px 29px;
        }



    /*********************************************************************************/
    /* Transitions                                                                   */
    /*********************************************************************************/
    .T_Hide {
        /*
    -webkit-transition: opacity 3s ease-in-out, display 3s ease-in-out;
    -moz-transition: opacity 3s ease-in-out, display 3s ease-in-out;
    -ms-transition: opacity 3s ease-in-out, display 3s ease-in-out;
    -o-transition: opacity 3s ease-in-out, display 3s ease-in-out;
    transition: opacity 3s ease-in-out, display 3s ease-in-out;
    opacity: 0;
    display:none;

    */
        transition: opacity 3s ease-out;
        opacity: 0;
        height: 0;
        overflow: hidden;
    }

    .T_ShowSlw {
        /*
    -webkit-transition: opacity 3s ease-in-out, display 3s ease-in-out;
    -moz-transition: opacity 3s ease-in-out, display 3s ease-in-out;
    -ms-transition: opacity 3s ease-in-out, display 3s ease-in-out;
    -o-transition: opacity 3s ease-in-out, display 3s ease-in-out;
    transition: opacity 3s ease-in-out, display 3s ease-in-out;
    opacity: 1;
    display:table-row;
     */
        transition: opacity 3s ease-in-out;
        opacity: 1;
        height: auto;
        width: 100%;
    }

    /*********************************************************************************/
    /* Grids                                                                         */
    /*********************************************************************************/

    .XGrid.SpaceAfter {
        margin: 0 0 20px 0;
    }

    .XGrid:after {
        /* Or @extend clearfix */
        content: "";
        display: table;
        clear: both;
    }

    [class*='XCol-'] {
        float: left;
    }

    .XGrid [class*='XCol-']:last-of-type {
        padding-right: 0;
    }

    .XCol-100 {
        width: 100%;
    }

    .XCol-2-3 {
        width: 66.66%;
    }

    .XCol-1-3 {
        width: 33.33%;
    }

    .XCol-1-2 {
        width: 50%;
    }

    .XCol-1-4 {
        width: 25%;
    }

    .XCol-1-8 {
        width: 12.5%;
    }

    .XModule {
        padding: 20px;
        background: #eee;
    }

    /* Opt-in outside padding */
    .XGrid-pad {
        padding: 20px 0 20px 20px;
    }

        .XGrid-pad [class*='col-']:last-of-type {
            padding-right: 20px;
        }

    /*********************************************************************************/
    /* Borders                                                                       */
    /*********************************************************************************/
    .border-TShw {
        -webkit-transition: box-shadow linear 1s;
        -moz-transition: box-shadow linear 1s;
        -o-transition: box-shadow linear 1s;
        transition: box-shadow linear 1s;
        display: inline-block;
        overflow: auto;
        border: 2px solid #dadada;
        border-radius: 5px;
        /*
    padding:10px 2px 10px 2px;
    
    
    */
    }

    .border-glowingB {
        outline: none;
        border-color: #9ecaed;
        box-shadow: 0 0 10px #9ecaed;
    }


/*********************************************************************************/
/* Language DDL                                                                  */
/*********************************************************************************/
.languagebox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
    .languagebox select {
        background-color: #002B4C;
        color: white;
        padding: 10px;
        width: 180px;
        border: none;
        font-size: 14px;
        box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
        -webkit-appearance: button;
        appearance: button;
        outline: none;
    }

    .languagebox::before {
        content: "\f13a";
        font-family: FontAwesome;
        position: absolute;
        top: 0;
        right: 0;
        width: 20%;
        height: 100%;
        text-align: center;
        font-size: 24px;
        line-height: 45px;
        color: rgba(255, 255, 255, 0.5);
        background-color: rgba(255, 255, 255, 0.1);
        pointer-events: none;
    }

    .languagebox:hover::before {
        color: rgba(255, 255, 255, 0.6);
        background-color: rgba(255, 255, 255, 0.2);
    }

    .languagebox select option {
        padding: 20px;
    }
@media only screen and (max-width:767px) {
    .languagebox select {
        width: 100px;
        font-size: 10px;
    }
    .languagebox::before {
        font-size: 20px;
        line-height: 40px;
    }
}
@media only screen and (min-width: 768px) {
    .languagebox {
        top: 50%;
        left: 35%;
        transform: translate(-35%, -50%);
    }
    .languagebox select {
        width: 140px;
        font-size: 11px;
    }
    .languagebox::before {
        font-size: 21px;
        line-height: 42px;
    }
}
@media only screen and (min-width: 992px) {
    .languagebox {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .languagebox select {
        width: 180px;
        font-size: 11px;
    }
    .languagebox::before {
        font-size: 21px;
        line-height: 42px;
    }
}
@media only screen and (min-width: 1200px) {
    .languagebox {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .languagebox select {
        font-size: 11px;
    }
    .languagebox::before {
        font-size: 21px;
        line-height: 42px;
    }
}
/*********************************************************************************/
/* ?????????                                                                     */
/*********************************************************************************/

    /*********************************************************************************/
    /* ?????????                                                                     */
    /*********************************************************************************/





.xipNewLoad {
   position:relative;
   margin:auto auto;
   width:100%;
   text-align:center;
}
    .xipNewLoad div {
        margin-top:10px;
        position: relative;
        margin: auto auto;
        background: #ddd;
        display: inline-block;
        padding: 20px;
        border-radius: 3px;
        border: 2px solid #243676;
        background: #4b61ac;
        color:#fff;
        box-shadow:3px 3px 3px #aaa;
    }

.myCartNav {
    width: 100px;
    text-align: center;
    height: 75px;
    margin-right: 15px;
    float: right;
}
    .myCartNav:before {
        content: 'My Cart';
        position: absolute;
        z-index: 10;
        width: 100px;
        margin-left: -50px;
        font-size: 9px;
        text-align: center;
        top: 3px;
    }
    .myCartNav .qty {
        position: absolute;
        width: 100px;
        z-index: 5;
        margin-top:17px;
   


    }
        .myCartNav .qty span {
            font-size: 10px;
            font-weight: bold;
            background: #fff;
            border-radius: 100px;
            padding:1px 2px;
            min-width:17px;
            display:inline-block;
        }
    .myCartNav .amount {
        position: absolute;
        width: 100px;
        bottom: 2px;
        text-align: center;
        z-index: 3;
        font-weight: bold;
        font-size: 9pt;
        color:#FFF;
    }
    .myCartNav .img {
        position: absolute;
        font-size: 32px;
        z-index:1
    }
    .myCartNav .img i{
        position: absolute;
        font-size: 48px;
        z-index: 2;
        color:#eee;
        margin-top:9px;
        margin-left:22px;
        text-shadow:1px 1px 1px #555;
    }
    .myCartNav:hover, .myCartNav:hover > .amount {
        cursor: pointer;
        background: #fff;
        color: #333;
    }

@media only screen and (max-width: 767px) {

    .myCartNav {
        height: 65px;
        margin-right: 5px;
        width:75px;
    }
        .myCartNav .img i {
            font-size: 32px;
            margin-top: 13px;
          
        }
        .myCartNav .amount {
        font-size:10px;
        width:75px;
        }
        .myCartNav .qty{
            margin-top:14px;
            width:75px;
        }
        .myCartNav .qty span {
            margin-left:4px;
            background: none;
            padding: 0;
            font-weight:normal;
            font-size:9px;
           font-weight:normal;
        }
        }
@media only screen and (max-width: 500px) {
    .user_area {
        display:none;
    }
}
.TicketAlert {
    padding: 2px !important;
    border-radius: 3px;
    background: gold;
    border: 1px solid #a00;
    line-height: normal !important;
}

    .TicketAlert:hover {
        color: #000 !important;
    }

    .TicketAlert i {
        color: #a00;
        margin-left: 4px;
    }

    .TicketAlert span {
        width: auto !important;
        height: auto !important;
        font-weight: normal;
        font-size: 8pt;
    }
/* Or Divider */
@media (max-width: 760px) {
    .OrOption {
        border-left: 0;
        border-right: 0;
    }
}

@media (min-width: 760px) {
    .OrOption {
        border-left: 1px solid navy;
        border-right: 1px solid navy;
    }
}

/**/
/*!
 *  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}

/* 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;
  filter: alpha(opacity=80); }

.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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
  -webkit-box-shadow: none;
  box-shadow: none; }
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;
  filter: alpha(opacity=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;
    filter: alpha(opacity=100); }
  .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;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    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, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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; }
 }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.ui-ios-overlay {
  z-index: 99999;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-left: -100px;
  margin-top: -100px;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000,endColorstr=#cc000000);
  background: rgba(0,0,0,0.8);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.ui-ios-overlay .title {
  color: #FFF;
  font-weight: bold;
  text-align: center;
  display: block;
  font-size: 26px;
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
}
.ui-ios-overlay img {
  display: block;
  margin: 20% auto 0 auto;
}
.ui-ios-overlay .spinner {
  left: 60% !important;
  top: 50% !important;
}

.ios-overlay-show {
  -webkit-animation-name: ios-overlay-show;
  -webkit-animation-duration: 750ms;
  -moz-animation-name: ios-overlay-show;
  -moz-animation-duration: 750ms;
  -ms-animation-name: ios-overlay-show;
  -ms-animation-duration: 750ms;
  -o-animation-name: ios-overlay-show;
  -o-animation-duration: 750ms;
  animation-name: ios-overlay-show;
  animation-duration: 750ms;
}

@-webkit-keyframes ios-overlay-show {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes ios-overlay-show {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@-ms-keyframes ios-overlay-show {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes ios-overlay-show {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes ios-overlay-show {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.ios-overlay-hide {
  -webkit-animation-name: ios-overlay-hide;
  -webkit-animation-duration: 750ms;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: ios-overlay-hide;
  -moz-animation-duration: 750ms;
  -moz-animation-fill-mode: forwards;
  -ms-animation-name: ios-overlay-hide;
  -ms-animation-duration: 750ms;
  -ms-animation-fill-mode: forwards;
  -o-animation-name: ios-overlay-hide;
  -o-animation-duration: 750ms;
  -o-animation-fill-mode: forwards;
  animation-name: ios-overlay-hide;
  animation-duration: 750ms;
  animation-fill-mode: forwards;
}

@-webkit-keyframes ios-overlay-hide {
  0% { opacity: 1; }
  100% { opacity: 0; }
}
@-moz-keyframes ios-overlay-hide {
  0% { opacity: 1; }
  100% { opacity: 0; }
}
@-ms-keyframes ios-overlay-hide {
  0% { opacity: 1; }
  100% { opacity: 0; }
}
@-o-keyframes ios-overlay-hide {
  0% { opacity: 1; }
  100% { opacity: 0; }
}
@keyframes ios-overlay-hide {
  0% { opacity: 1; }
  100% { opacity: 0; }
}
.com { color: #767e7e; }
.lit { color: #195f91; }
.pun, .opn, .clo { color: #767e7e; }
.fun { color: #dc322f; }
.str, .atv { color: #268bd2; }
.kwd, .tag { color: #195f91; }
.typ, .atn, .dec, .var { color: #CB4B16; }
.pln { color: #767e7e; }
.prettyprint {
  background-color: #fefbf3;
  padding: 15px 15px 15px 30px;
  border: 1px solid rgba(0,0,0,.2);
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
     -moz-box-shadow: 0 1px 2px rgba(0,0,0,.1);
          box-shadow: 0 1px 2px rgba(0,0,0,.1);
}

/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
  margin: 0 0 0 40px;
}
/* IE indents via margin-left */
ol.linenums li {
  padding: 0 5px;
  color: rgba(0,0,0,.15);
  line-height: 20px;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}
/* Alternate shading for lines */
li.L1, li.L3, li.L5, li.L7, li.L9 {  }

/*
$base03:    #002b36;
$base02:    #073642;
$base01:    #586e75;
$base00:    #657b83;
$base0:     #839496;
$base1:     #767e7e;
$base2:     #eee8d5;
$base3:     #fdf6e3;
$yellow:    #b58900;
$orange:    #cb4b16;
$red:       #dc322f;
$magenta:   #d33682;
$violet:    #6c71c4;
$blue:      #268bd2;
$cyan:      #2aa198;
$green:     #859900;
*/


/*
#1d1f21 Background
#282a2e Current Line
#373b41 Selection
#c5c8c6 Foreground
#969896 Comment
#cc6666 Red
#de935f Orange
#f0c674 Yellow
#b5bd68 Green
#8abeb7 Aqua
#81a2be Blue
#b294bb Purple
*/


/* DARK THEME */
/* ---------- */

.prettyprint-dark {
  background-color: #1d1f21;
  border: 0;
  padding: 10px;
}
.prettyprint-dark .linenums li {
  color: #444;
}
.prettyprint-dark .linenums li:hover {
  background-color: #282a2e;
}
/* tags in html */
.prettyprint-dark .kwd,
.prettyprint-dark .tag { color: #cc6666; }
/* html attr */
.prettyprint-dark .typ,
.prettyprint-dark .atn,
.prettyprint-dark .dec,
.prettyprint-dark .var { color: #de935f; }
/* html attr values */
.prettyprint-dark .str,
.prettyprint-dark .atv { color: #b5bd68; }


.com { color: purple; }
.toggle-slide {
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  direction: ltr;
}
.toggle-slide .toggle-on,
.toggle-slide .toggle-off,
.toggle-slide .toggle-blob {
  float: left;
}
.toggle-slide .toggle-blob {
  position: relative;
  z-index: 99;
  cursor: hand;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

/* Theme */
.toggle-light .toggle-slide {
  border-radius: 9999px;
  -webkit-box-shadow: 0 0 0 1px #999;
          box-shadow: 0 0 0 1px #999;
}
.toggle-light .toggle-on,
.toggle-light .toggle-off {
  font-size: 11px;
  font-weight: 500;
}
.toggle-light .toggle-on,
.toggle-light .toggle-select .toggle-inner .active {
  background: #45a31f;
  -webkit-box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.2);
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.8);
}
.toggle-light .toggle-off,
.toggle-light .toggle-select .toggle-on {
  color: rgba(0, 0, 0, 0.6);
  text-shadow: 0 1px rgba(255, 255, 255, 0.2);
  background: -webkit-gradient(linear, left top, left bottom, from(#cfcfcf), to(#f5f5f5));
  background: -webkit-linear-gradient(#cfcfcf, #f5f5f5);
  background: linear-gradient(#cfcfcf, #f5f5f5);
}
.toggle-light .toggle-blob {
  border-radius: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#cfcfcf));
  background: -webkit-linear-gradient(#f5f5f5, #cfcfcf);
  background: linear-gradient(#f5f5f5, #cfcfcf);
  -webkit-box-shadow: 1px 1px 2px #888;
          box-shadow: 1px 1px 2px #888;
}
.toggle-light .toggle-blob:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#e4e4e4), to(#f9f9f9));
  background: -webkit-linear-gradient(#e4e4e4, #f9f9f9);
  background: linear-gradient(#e4e4e4, #f9f9f9);
}

.ui-notify { width:350px; position:fixed; top:0px; right:10px; z-index:5000;}
.ui-notify-message { padding:10px; margin-bottom:15px; -moz-border-radius:8px; -webkit-border-radius:8px; border-radius:8px }
.ui-notify-message h1 { font-size:14px; margin:0; padding:0 }
.ui-notify-message p { margin:3px 0; padding:0; line-height:18px }
.ui-notify-message:last-child { margin-bottom:0 }
.ui-notify-message-style { background:#000; background:rgba(0,0,0,0.8); -moz-box-shadow: 0 0 6px #000; -webkit-box-shadow: 0 0 6px #000; box-shadow: 0 0 6px #000; }
.ui-notify-message-style h1 { color:#fff; font-weight:bold }
.ui-notify-message-style p { color:#fff }
.ui-notify-close { color:#fff; text-decoration:underline }
.ui-notify-click { cursor:pointer }
.ui-notify-cross { margin-top:-4px; float:right; cursor:pointer; text-decoration:none; font-size:12px; font-weight:bold; text-shadow:0 1px 1px #fff; padding:2px }
.ui-notify-cross:hover { color:#ffffab }
.ui-notify-cross:active { position:relative; top:1px }
#isxMessage-container { display:none; top:0px; right:10px; margin:10px 10px 0 0 }
/* perfect-scrollbar v0.6.5 */
.ps-container {
  -ms-touch-action: none;
  overflow: hidden !important; }
  .ps-container.ps-active-x > .ps-scrollbar-x-rail, .ps-container.ps-active-y > .ps-scrollbar-y-rail {
    display: block; }
  .ps-container.ps-in-scrolling {
    pointer-events: none; }
    .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
      background-color: #eee;
      opacity: 0.9; }
      .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
        background-color: #999; }
    .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
      background-color: #eee;
      opacity: 0.9; }
      .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
        background-color: #999; }
  .ps-container > .ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 3px;
    /* there must be 'bottom' for ps-scrollbar-x-rail */
    height: 8px; }
    .ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
      position: absolute;
      /* please don't change 'position' */
      background-color: #aaa;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      border-radius: 4px;
      -webkit-transition: background-color .2s linear;
      -moz-transition: background-color .2s linear;
      -o-transition: background-color .2s linear;
      transition: background-color .2s linear;
      bottom: 0;
      /* there must be 'bottom' for ps-scrollbar-x */
      height: 8px; }
  .ps-container > .ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    right: 3px;
    /* there must be 'right' for ps-scrollbar-y-rail */
    width: 8px; }
    .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
      position: absolute;
      /* please don't change 'position' */
      background-color: #aaa;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      border-radius: 4px;
      -webkit-transition: background-color .2s linear;
      -moz-transition: background-color .2s linear;
      -o-transition: background-color .2s linear;
      transition: background-color .2s linear;
      right: 0;
      /* there must be 'right' for ps-scrollbar-y */
      width: 8px; }
  .ps-container:hover.ps-in-scrolling {
    pointer-events: none; }
    .ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
      background-color: #eee;
      opacity: 0.9; }
      .ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
        background-color: #999; }
    .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
      background-color: #eee;
      opacity: 0.9; }
      .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
        background-color: #999; }
  .ps-container:hover > .ps-scrollbar-x-rail, .ps-container:hover > .ps-scrollbar-y-rail {
    opacity: 0.6; }
  .ps-container:hover > .ps-scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
      background-color: #999; }
  .ps-container:hover > .ps-scrollbar-y-rail:hover {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
      background-color: #999; }

@charset "UTF-8";
/**
 * @author zhixin wen <wenzhixin2010@gmail.com>
 * version: 1.8.1
 * https://github.com/wenzhixin/bootstrap-table/
 */
.bootstrap-table .table {
    margin-bottom: 0 !important;
    border-bottom: 1px solid #dddddd;
    border-collapse: collapse !important;
    border-radius: 1px;
}

.bootstrap-table .table,
.bootstrap-table .table > tbody > tr > th,
.bootstrap-table .table > tfoot > tr > th,
.bootstrap-table .table > thead > tr > td,
.bootstrap-table .table > tbody > tr > td,
.bootstrap-table .table > tfoot > tr > td {
    padding: 8px !important;
}

.bootstrap-table .table > tbody > .selected {
    background-color: rgba(68, 125, 247, 0.2);
}

.bootstrap-table .table.table-no-bordered > thead > tr > th,
.bootstrap-table .table.table-no-bordered > tbody > tr > td {
    border-right: 2px solid transparent;
}

.fixed-table-container {
    position: relative;
    clear: both;
}

.fixed-table-container.table-no-bordered {
    border: 1px solid transparent;
}

.fixed-table-footer,
.fixed-table-header {
    overflow: hidden;
}

.fixed-table-footer {
    border-top: 1px solid #dddddd;
}

.fixed-table-body {
    height: 100%;
    overflow: auto;
}

.fixed-table-container table {
    width: 100%;
}

.fixed-table-container thead th {
    height: 0;
    padding: 0;
    margin: 0;
}

.fixed-table-container thead th:first-child {
    border-left: none;
}

.fixed-table-container thead th .th-inner {
    padding: 0 8px;
    line-height: 24px;
    vertical-align: top;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fixed-table-container thead th .sortable {
    cursor: pointer;
    background-repeat: no-repeat;
    padding-right: 30px;
}

.fixed-table-container thead th .both {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAkElEQVQoz7X QMQ5AQBCF4dWQSJxC5wwax1Cq1e7BAdxD5SL+Tq/QCM1oNiJidwox0355mXnG/DrEtIQ6azioNZQxI0ykPhTQIwhCR+BmBYtlK7kLJYwWCcJA9M4qdrZrd8pPjZWPtOqdRQy320YSV17OatFC4euts6z39GYMKRPCTKY9UnPQ6P+GtMRfGtPnBCiqhAeJPmkqAAAAAElFTkSuQmCC");
    background-position: right 2px;
}

.fixed-table-container thead th .asc {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAG2YAABzjgAA+swAAIT6AAB5gQAA/RMAADBtAAASKQ0eJk4AAACASURBVHja7NKhDcJQFIbRV1MSEqaoYwYMYyARR6HZowzAHqguUolHYEgxD9MmTYPpA1JEb/KZK476Q4wxfKvwc6x/WKJE3v+nYkc8cfgIwxpXRNQokjBkOLdQ1wlZCrbFbYDdsRmFYYVqAHVdsBiD7dHg8aYGu2l2NmMz9s/YawDpU8qkYQTHqgAAAABJRU5ErkJggg==");
    background-position: right 5px;
}

.fixed-table-container thead th .desc {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAG2YAABzjgAA+swAAIT6AAB5gQAA/RMAADBtAAASKQ0eJk4AAACFSURBVHja7NKhDcJQFIbRWwMJCVPgmKGGMZCIo9DsAQOwRxWLIPEIDCnmYR4JaSp4DYKQis/8NznqRkopvlWM2Ij9BYY1Wtx7arEpwaZokHo6Yf4xFhGBGrcOdMUqIqIUq3DoYEdUxVgGFzhn6ILl61aMZXCLB3bv+1Bsgj1mg7CfeNrnAMXSyqQtsCNeAAAAAElFTkSuQmCC");
    background-position: right 0px;
}

.fixed-table-container th.detail {
    width: 30px;
}

.fixed-table-container tbody tr:first-child td {
    border-top: none;
}

.fixed-table-container tbody td:first-child {
    border-left: none;
}

/* the same color with .active */
.fixed-table-container tbody .selected td {
    background-color: rgba(245, 245, 245, 0.34);
}

.fixed-table-container .bs-checkbox {
    text-align: center;
}

.fixed-table-container .bs-checkbox .th-inner {
    padding: 8px 0;
}

.fixed-table-container input[type="radio"],
.fixed-table-container input[type="checkbox"] {
    margin: 0 auto !important;
    cursor: pointer;
}

.fixed-table-container .no-records-found {
    text-align: center;
    background-color: #FFFFFF !important;
    height: 340px;
    border-radius: 10px;
    width: 100%;
    vertical-align: middle;
}

.fixed-table-container .no-records-found td {
    font-weight: 300;
    font-size: 22px;
}

.fixed-table-pagination div.pagination,
.fixed-table-pagination .pagination-detail {
    margin-top: 10px;
    margin-bottom: 10px;
}

.fixed-table-pagination div.pagination .pagination {
    margin: 0;
}

.fixed-table-pagination .pagination a {
    padding: 6px 12px;
    line-height: 1.428571429;
}

.fixed-table-pagination .pagination-info {
    line-height: 34px;
    margin-right: 5px;
}

.fixed-table-pagination .btn-group {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.fixed-table-pagination .page-list {
    display: inline-block;
}

.fixed-table-toolbar {
    padding: 5px 15px;
}

.fixed-table-toolbar .columns-left {
    margin-right: 5px;
}

.fixed-table-toolbar .columns-right {
    margin-left: 5px;
}

.fixed-table-toolbar .columns .btn {
    margin: 0 2px;
    border-radius: 30px;
}

.fixed-table-toolbar .columns label {
    display: block;
    padding: 10px 20px;
    border-bottom: 1px solid #eee;
    clear: both;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.428571429;
}

.fixed-table-toolbar .columns li:last-child label {
    border-bottom: none;
}

.fixed-table-toolbar .bars,
.fixed-table-toolbar .search,
.fixed-table-toolbar .columns {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 34px;
}

.fixed-table-pagination li.disabled a {
    pointer-events: none;
    cursor: default;
}

.fixed-table-loading {
    display: none;
    position: absolute;
    top: 42px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    background-color: #fff;
    text-align: center;
}

.fixed-table-body .card-view .title {
    font-weight: bold;
    display: inline-block;
    min-width: 30%;
    text-align: left !important;
}

/* support bootstrap 2 */
.fixed-table-body thead th .th-inner {
    box-sizing: border-box;
}

.table th, .table td {
    vertical-align: middle;
    box-sizing: border-box;
}

.fixed-table-toolbar .btn-group > .btn-group {
    display: inline-block;
    margin-left: -1px !important;
}

.fixed-table-toolbar .dropdown-menu label {
    cursor: pointer;
}

.fixed-table-toolbar .btn-group > .btn-group > .btn {
    border-radius: 0;
}

.fixed-table-toolbar .btn-group > .btn-group:first-child > .btn {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.fixed-table-toolbar .btn-group > .btn-group:last-child > .btn {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

/* support bootstrap 3 */
.bootstrap-table .table thead > tr > th {
    padding: 0;
    margin: 0;
}

.pull-right .dropdown-menu {
    right: 0;
    left: auto;
}

/* calculate scrollbar width */
p.fixed-table-scroll-inner {
    width: 100%;
    height: 200px;
}

div.fixed-table-scroll-outer {
    top: 0;
    left: 0;
    visibility: hidden;
    width: 200px;
    height: 150px;
    overflow: hidden;
}

.bootstrap-table .fixed-table-pagination {
    margin: 0 10px;
}

.bootstrap-table .fixed-table-pagination:after {
    display: table;
    content: "";
    clear: both;
}

.bootstrap-table .fixed-table-pagination .page-list .btn {
    border-radius: 30px;
}

.bootstrap-table .fixed-table-pagination .page-list .btn-group {
    margin-right: 5px;
}

.bootstrap-table .fixed-table-pagination div.pagination,
.bootstrap-table .fixed-table-pagination .pagination-detail {
    margin-top: 15px;
    margin-bottom: 15px;
}

.bootstrap-table .table.table-striped > thead > tr > td,
.bootstrap-table .table.table-striped > tbody > tr > td,
.bootstrap-table .table.table-striped > tfoot > tr > td {
    border: none;
}

table.dataTable {
    clear: both;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
    border-collapse: separate !important;
}

table.dataTable td,
table.dataTable th {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
    text-align: center;
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
    white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length label {
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length select {
    width: 75px;
    display: inline-block;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
}

div.dataTables_wrapper div.dataTables_filter label {
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 8px;
    white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 2px 0;
    white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -26px;
    text-align: center;
    padding: 1em 0;
}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
    padding-right: 30px;
}

table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
    outline: none;
}

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 {
    cursor: pointer;
    position: relative;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    position: absolute;
    bottom: 8px;
    right: 8px;
    display: block;
    font-family: 'Glyphicons Halflings';
    opacity: 0.5;
}

table.dataTable thead .sorting:after {
    opacity: 0.2;
    content: "\e150";
    /* sort */
}

table.dataTable thead .sorting_asc:after {
    content: "\e155";
    /* sort-by-attributes */
}

table.dataTable thead .sorting_desc:after {
    content: "\e156";
    /* sort-by-attributes-alt */
}

table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    color: #eee;
}

div.dataTables_scrollHead table.dataTable {
    margin-bottom: 0 !important;
}

div.dataTables_scrollBody table {
    border-top: none;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

div.dataTables_scrollBody table thead .sorting:after,
div.dataTables_scrollBody table thead .sorting_asc:after,
div.dataTables_scrollBody table thead .sorting_desc:after {
    display: none;
}

div.dataTables_scrollBody table tbody tr:first-child th,
div.dataTables_scrollBody table tbody tr:first-child td {
    border-top: none;
}

div.dataTables_scrollFoot table {
    margin-top: 0 !important;
    border-top: none;
}

@media screen and (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_length,
    div.dataTables_wrapper div.dataTables_filter,
    div.dataTables_wrapper div.dataTables_info,
    div.dataTables_wrapper div.dataTables_paginate {
        text-align: center;
    }
}

table.dataTable.table-condensed > thead > tr > th {
    padding-right: 20px;
}

table.dataTable.table-condensed .sorting:after,
table.dataTable.table-condensed .sorting_asc:after,
table.dataTable.table-condensed .sorting_desc:after {
    top: 6px;
    right: 6px;
}

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
    border-left-width: 0;
}

table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
    border-right-width: 0;
}

table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
    border-bottom-width: 0;
}

div.dataTables_scrollHead table.table-bordered {
    border-bottom-width: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row {
    margin: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
    padding-left: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
    padding-right: 0;
}

table.dataTable .btn-simple.btn-icon {
    padding: 3px;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    position: relative;
    display: inline-block;
    bottom: 0px;
    right: -7px;
    font-family: 'FontAwesome';
    opacity: 0.8;
}

table.dataTable thead .disabled-sorting.sorting:after,
table.dataTable thead .disabled-sorting.sorting_asc:after,
table.dataTable thead .disabled-sorting.sorting_desc:after,
table.dataTable thead .disabled-sorting.sorting_asc_disabled:after,
table.dataTable thead .disabled-sorting.sorting_desc_disabled:after {
    display: none;
}

table.dataTable thead .sorting:after {
    opacity: 0.4;
    content: "\f0dc";
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    top: 3px;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    top: -3px;
}

table.dataTable > thead > tr > th,
table.dataTable > tbody > tr > th,
table.dataTable > tfoot > tr > th,
table.dataTable > thead > tr > td,
table.dataTable > tbody > tr > td,
table.dataTable > tfoot > tr > td {
    padding: 8px !important;
    outline: 0;
}

table.dataTable > thead > tr > th {
    border: none;
}

.fresh-datatables .pagination > li > a,
.fresh-datatables .pagination > li:first-child > a,
.fresh-datatables .pagination > li:first-child > span,
.fresh-datatables .pagination > li:last-child > a,
.fresh-datatables .pagination > li:last-child > span {
    border-radius: 25px;
}

.dataTables_paginate a {
    outline: 0;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
    cursor: default !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
    display: none !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
    top: 50%;
    margin-top: -9px;
    left: 4px;
    height: 18px;
    width: 18px;
    display: block;
    position: absolute;
    color: #518607;
    border: 0px solid white;
    border-radius: 14px;
    box-shadow: 0 0 3px #444;
    box-sizing: content-box;
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
    line-height: 18px;
    content: '+';
    background-color: #FFF;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
    content: '-';
    color: #ED362C;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.child td:before {
    display: none;
}

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
    padding-left: 27px;
}

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
    top: 5px;
    left: 4px;
    height: 14px;
    width: 14px;
    border-radius: 14px;
    line-height: 14px;
    text-indent: 3px;
}

table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
    position: relative;
    cursor: pointer;
}

table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
    top: 50%;
    left: 50%;
    height: 16px;
    width: 16px;
    margin-top: -10px;
    margin-left: -10px;
    display: block;
    position: absolute;
    color: white;
    border: 2px solid white;
    border-radius: 14px;
    box-shadow: 0 0 3px #444;
    box-sizing: content-box;
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
    line-height: 14px;
    content: '+';
    background-color: #31b131;
}

table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
    content: '-';
    background-color: #d33333;
}

table.dataTable > tbody > tr.child {
    padding: 0.5em 1em;
}

table.dataTable > tbody > tr.child:hover {
    background: transparent !important;
}

table.dataTable > tbody > tr.child ul {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

table.dataTable > tbody > tr.child ul li {
    border-bottom: 1px solid #efefef;
    padding: 0.5em 0;
}

table.dataTable > tbody > tr.child ul li:first-child {
    padding-top: 0;
}

table.dataTable > tbody > tr.child ul li:last-child {
    border-bottom: none;
}

table.dataTable > tbody > tr.child span.dtr-title {
    display: inline-block;
    min-width: 75px;
    font-weight: bold;
}
.toggle-slide {
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  direction: ltr;
  text-align: center;
}
div.disabled > .toggle-slide {
  opacity: 0.7;
  pointer-events: none;
}
.toggle-slide .toggle-on,
.toggle-slide .toggle-off,
.toggle-slide .toggle-blob {
  float: left;
}
.toggle-slide .toggle-blob {
  position: relative;
  z-index: 99;
  cursor: hand;
  cursor: grab;
}

/* Theme area */
.toggle-light .toggle-slide {
  border-radius: 9999px;
  box-shadow: 0 0 0 1px #999;
}
.toggle-light .toggle-on,
.toggle-light .toggle-off {
  font-size: 11px;
  font-weight: 500;
}
.toggle-light .toggle-on,
.toggle-light .toggle-select .toggle-inner .active {
  background: #D91B5C;
  box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.2);
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.8);
}
.toggle-light .toggle-off,
.toggle-light .toggle-select .toggle-on {
  color: rgba(0, 0, 0, 0.6);
  text-shadow: 0 1px rgba(255, 255, 255, 0.2);
  background: -webkit-linear-gradient(#cfcfcf, #f5f5f5);
  background: linear-gradient(#cfcfcf, #f5f5f5);
}
.toggle-light .toggle-blob {
  border-radius: 50px;
  background: -webkit-linear-gradient(#f5f5f5, #cfcfcf);
  background: linear-gradient(#f5f5f5, #cfcfcf);
  box-shadow: 1px 1px 2px #888;
}
.toggle-light .toggle-blob:hover {
  background: -webkit-linear-gradient(#e4e4e4, #f9f9f9);
  background: linear-gradient(#e4e4e4, #f9f9f9);
}

/* Custom area */
.toggle_XIP{
    width: 59px; height: 22px; line-height: 22px; text-indent: 7.33px; margin-left: -11px;
    display:inline-block !important;
}

@charset "UTF-8";

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */

@-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.delay-1s{-webkit-animation-delay:1s;animation-delay:1s}.animated.delay-2s{-webkit-animation-delay:2s;animation-delay:2s}.animated.delay-3s{-webkit-animation-delay:3s;animation-delay:3s}.animated.delay-4s{-webkit-animation-delay:4s;animation-delay:4s}.animated.delay-5s{-webkit-animation-delay:5s;animation-delay:5s}.animated.fast{-webkit-animation-duration:.8s;animation-duration:.8s}.animated.faster{-webkit-animation-duration:.5s;animation-duration:.5s}.animated.slow{-webkit-animation-duration:2s;animation-duration:2s}.animated.slower{-webkit-animation-duration:3s;animation-duration:3s}@media (prefers-reduced-motion:reduce),(print){.animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}}
