/* CSS Document */

.ajax-loader {
    position: fixed;
    opacity: 0.7;
    z-index: 999;
    top: 0;
    right: 0;
    left: 0;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
}

.ajax-innerloader {
    border-width: 0;
    position: fixed;
    padding: 50px;
    color: #000000;
    font-size: 36px;
    left: 40%;
    top: 40%;
    font-family: Open Sans, sans-serif;
}

/*New*/
html {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

/* Sticky footer styles
-------------------------------------------------- */
/*html {
    position: relative;
    min-height: 100%;
}*/

/*body {*/
    /* Margin bottom by footer height */
    /*margin-bottom: 200px;
}*/

/*#footer {
    position: absolute;
    bottom: 0;
    width: 100%;*/
    /* Set the fixed height of the footer here */
    /*height: 200px;
}

#container {
    margin-bottom: 220px;*/ /*otherwise bottom of form gets gobbled up*/
/*}*/

/*-------------------------------------------------------------	and we're good. */

body {
    background-color: #fff;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover;
}

    body.mobile {
        font-size: 14px;
    }

#loader {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1000;
    padding: 15px;
}

body.no-js {
    background-color: #fff;
}

    body.no-js #loader {
        display: none;
    }

    body.no-js #container {
        display: block;
    }

#container {
    display: none;
}

#innerContainer {
    background-color: #fff;
    padding-bottom: 15px;
}

#topnav {
    background-color: #333;
    padding: 5px 7px;
    display: none;
}

    #topnav a.btn {
        margin: 0 5px;
        padding: 7px 10px;
    }


#masthead {
    background-color: #fff;
    background-size: 100%;
    border-top: solid 34px #333;
}

/*.exhibitor #masthead {
    border-top: solid 50px;
}
*/
@media (max-width: 576px) {
    #topnav {
        min-height: 40px;
    }

/*    .exhibitor #masthead {
        border-top: solid 40px;
    }*/
}



#outerContent {
    border-top: solid 35px #228848;
}

#content {
    padding: 20px 0 0 0;
    background-color: rgba(255, 255, 255, 0.75);
}

#footer {
    margin-top: 20px;
    color: #333;
    padding-bottom: 20px;
    border-top: solid 1px #333;
}

#footer-inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 10px;
}

#footer h3 {
    color: #333;
}

#footer ul {
    list-style: none;
    margin: 0px;
    padding: 0px 20px 20px 0px;
}

    #footer ul:last-child {
        padding-right: 0;
    }

#footer .unmanagedContent {
    width: 100%;
    position: relative;
    clear: both;
}

    #footer .unmanagedContent ul {
        margin-bottom: 20px;
        padding-left: 0;
        float: left;
    }

        #footer .unmanagedContent ul li {
            padding-bottom: 7px;
        }

.useful-links, .social-media {
    margin-right: 30px;
}

#footer .headerFooterLinkList {
    width: 100%;
    text-align: center;
}

    #footer .headerFooterLinkList li {
        display: inline;
        border-right: solid 1px #333;
        padding-right: 8px;
    }

        #footer .headerFooterLinkList li:last-child {
            border-right: none;
        }

#footer ul li {
    margin-right: 5px;
}

#footer a {
    color: #333;
    text-decoration: none;
}

    #footer a:hover {
        color: #228848;
    }

    #footer a img {
        border: 0px none;
    }

#footer .social-media img, #footer .contact-footer img {
    margin-top: -2px;
    margin-right: 3px;
}

#footer a.logo {
    float: right;
    margin-left: 10px;
}

#footer .copyright {
    text-align: center;
}

.footer-logos {
    float: right;
    margin-top: -10px;
}

.tm {
    display: none;
}
/*old starts*/

/* stylesheets are awesome! \m/ */

/*h1 {
    font-weight: 700;
    font-size: 2em;
    margin-bottom: 1em;
}

.mobile h1 {
    display: none;
}

h2 {
    font-weight: 700;
    font-size: 1.4em;
}

h3 {
    font-size: 1.25em;
    font-weight: 700;
}

h4, ul li h4 {
}

h5 {
}
*/

/* FORM  & SUMMARY STYLING */
/*--------------------------------------------------------------*/
/*re-define html elements*/

div.ruler {
    height: 1px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CCCCCC;
}

    div.ruler hr {
        display: none;
    }
/*form and summary table styling*/

/*stop iOS from stuffing up display*/
.mobile .form-control {
    font-size: 16px;
}

/*panel stuff*/

.tab-content {
    background: url(../pics/panel_bg.gif) repeat-x left top;
    padding: 15px;
    border-top: 1px solid #bbb;
    border-right: solid 1px;
    border-left: solid 1px;
    margin-top: -1px;
    -moz-border-image: -moz-linear-gradient(top, #bbb 100%, rgba(0,0,0,0) 0%);
    -webkit-border-image: -webkit-linear-gradient(top, #bbb 100%, rgba(0,0,0,0) 0%);
    border-image: linear-gradient(to bottom, #bbb 0%, rgba(0,0,0,0)100%);
    border-image-slice: 1;
}

/*mixed use zone and registration panel override, while in registration mode*/

.minister-details .tab-content, .minister-aide .tab-content {
    background: none;
    padding: 0;
    border: 0px none;
    margin-top: 0;
}

.nav-tabs > li a {
    background-color: #fff;
    border: solid 1px #ddd;
    border-bottom: 1px transparent;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    background-color: #ddd;
    border-color: #bbb;
    border-bottom-color: #ddd;
    font-weight: bold;
    color: #333;
    text-shadow: 0px 0px 8px rgba(102,175,233,0.6);
}

/* Form Element Definitions */
/*--------------------------------------------------------------*/

/*fieldset demogs list items*/

.demogs-block fieldset ol {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.demogs-block fieldset li, fieldset.form-group li {
    float: left;
    clear: left;
    width: 100%;
    list-style-type: none;
    vertical-align: top;
}

fieldset .controls .help-block li {
    list-style-type: inherit;
}

/*custom .parent list item styling */

li.parent label:before {
    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;
    padding-right: 5px;
}

li.parent.radCheck.checkbox > label, li.parent.radCheck.radio > label {
    padding-left: 0px;
}


li.parent.closed > label:before {
    content: "\f078";
}


li.parent.open > label:before {
    content: "\f077";
}

li.parent > input:first-child {
    z-index: -9999;
}

/*fieldset labels - checkbox and radio arrays*/

fieldset .fieldsetLabel {
    line-height: 2em;
    font-weight: bold;
}

fieldset .normalSingle label {
    white-space: normal;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    font-weight: 600;
}

/*exceptions*/

fieldset .invites label {
    font-weight: normal;
}

fieldset .invites div {
    padding-left: 5px;
    padding-right: 5px;
}

fieldset .invites .col-md-1 {
    width: 8.333333%;
}

fieldset .invites .col-md-2 {
    width: 14%;
}

#tdCheck fieldset {
    border: none 0px;
    margin: 0px;
    padding: 0px;
}


#emailOptOut legend {
    font-weight: bold;
    font-size: 1em;
}

#RegQuestions4 fieldset {
    /*width: 50%;
    padding-right: 15px;
    display: inline;*/
}

#RegQuestions4.mobile fieldset:nth-child(2n) {
    padding-bottom: 20px;
    border-bottom: solid 1px #ccc;
}
/*custom form element classes*/

span.radio, span.checkbox {
    display: inline;
    margin-right: 20px;
}

    span.radio input[type="radio"], span.checkbox input[type="checkbox"] {
        margin-left: 0px;
    }

.form td .textfield, .form td .textarea, .form td .dropdown, .form td .button { /*pulls input boxes up to align with label text*/
    margin-top: -3px;
}

.form td .checkbox input {
    margin-top: -2px;
}

#SummaryGrid1_AwesomeGridView input {
    width: 35px;
}

/*a.btn.btn-danger, a.btn.btn-success {
    color: #fff;
}

a.btn.btn-default {
    color: #333;
    border-color: #ccc;
}

.button, a.button, table.form span .button {
    background: #228848;
    color: #FFF !important;
    font-size: 1em;
    border-radius: 0;
}

.btn {
    border-radius: 0;
}

.button:hover, a.button:hover, table.form span .button:hover {
    background-color: #2e6442;
    color: #FFF !important;
    font-size: 1em;
}

a.button:hover {
    background-color: #2e6442;
    color: #FFF;
}*/
/*
.button.btn-lg, .button.btn-lg:hover {
    font-size: 20px;
}
*/
.buttons-multi-line {
    line-height: 3.2em;
}

td.required {
    background-image: url(../pics/icon_req.gif);
    background-repeat: no-repeat;
    width: 25px;
    background-position: 10px 6px;
    font-size: 0px;
}

p.required {
    font-weight: bold;
    margin: 2px 0px 3px 0px;
    color: #AAA;
}

span.required {
    color: #C00;
}

div.required {
    background-image: none;
}


p.formInfo, span.formInfo {
    font-size: 11px;
}

.outstanding {
    border: solid 1px #CC0000 !important;
    background-color: #FFCCCC !important;
}


#flUpload {
    border: solid 1px #CCC;
    display: inline;
}

.matchmaking ul.help-block {
    margin-bottom: -5px;
}

/*country control styling*/
#countryStateAddressLookup_addressPOBoxText {
    padding: 10px 0 0 20px;
}

.telephone-code {
    padding-top: 7px;
}

.no-padding.telephone-code {
    padding-top: 7px !important;
}

#trPhone .col-md-2.no-padding, #countryStateAddressLookup_trMobile .col-md-2.no-padding {
    white-space: nowrap;
}

/* sponsor logo stuff */
.logo-sponsor img {
    /*hide until new sponsor comes online*/
 /*   display: none;*/
    border: 0 none;
    max-height: 97px;
}

.logo-sponsor {
    /*hide until new sponsor comes online*/
    display: none;
}

body.visitor .logo-sponsor,
body.speaker .logo-sponsor,
body.monday-trade .logo-sponsor,
body.monday-buyers-club .logo-sponsor,
body.buyers-club .logo-sponsor,
body.buyers-club-speaker .logo-sponsor,
body.tf-buyers-club .logo-sponsor,
body.tf-buyers-club-speaker .logo-sponsor,
body.hosted-buyer .logo-sponsor {
    display: inline-block;
}

body.mobile .logo-sponsor {
}

.mobile .logo-sponsor img {
    max-width: 110px;
    max-height: 50px;
}

#pressSponsor {
    display: none;
}

.media-pass #visitorSponsor {
    display: none;
}

.media-pass #pressSponsor {
    display: inline-block;
}


.mobile #pressSponsor {
}

    .mobile #pressSponsor.logo-sponsor img {
        max-height: 47px;
    }

.exhibitor .logo-sponsor {
    display: none;
}



/* TIMETABLE CLASSES */
/*-------------------------------------------*/

.timeTable {
}

table.timeTable td {
    padding: 4px;
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #EEE;
}

.time {
    background-color: #fdfdfd;
    white-space: nowrap;
}


/* PRICING TABLE */
/*-------------------------------------------*/


table.pricing {
    border-left: 1px solid #999;
    border-top: 1px solid #999;
}


    table.pricing th {
        border-bottom: 1px solid #999;
        border-right: 1px solid #999;
        font-weight: bold;
        background-color: #9a9a9a;
        color: #FFF;
        padding: 5px;
    }

    table.pricing td {
        border-bottom: 1px solid #999;
        border-right: 1px solid #999;
        padding: 5px;
    }

.mobile table.pricing td, .mobile table.pricing th {
    font-size: 11px;
    padding: 3px;
}
/*parent booking*/
tr.parent td {
    color: #BBB;
}

tr.newpayment td {
    background: #fc3;
    color: #000;
}

tr.newEvent td {
    background: #f60;
    color: #000;
}

.panelContainer {
    border: 0px none;
    border-collapse: collapse;
    margin: 10px 0px;
    padding: 0px;
    width: 100%;
}

    .panelContainer th.active {
        background: #dddddd;
        border-top: 1px solid #CCC;
        border-right: 1px solid #CCC !important;
        border-bottom: 1px solid #DDD !important;
        border-left: 1px solid #CCC;
    }

    .panelContainer th {
        border-top: 1px solid #EEE;
        border-right: 1px solid #EEE;
        border-bottom: 1px solid #CCC;
        border-left: 1px solid #EEE;
        padding: 5px;
        text-align: center;
        background: #f7f7f9;
        font-size: 0.857em;
    }

        .panelContainer th a {
            color: #228848;
        }

            .panelContainer th a:hover {
                color: #228848;
            }

        .panelContainer th.active a {
            color: #228848;
        }


.panel {
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-top: 0px none;
    padding: 15px;
    background: url(../pics/panel_bg.gif) repeat-x left top;
}

/* #region Flexbox Primary nav */

@media (max-width: 1024px) {
    .nav > li > a {
        font-size: 13px;
        padding: 7px;
    }
}

@media (max-width: 736px) {
    .primary {
        display: flex;
        flex-wrap: wrap;
    }

        .primary li {
            order: 0;
            margin-top: 4px;
            padding-bottom: 2px;
        }

        .primary.nav-tabs li a {
            border-bottom: 1px solid #bbb !important;
            border-color: #aaa !important;
            border-radius: 4px !important;
        }

        .primary.nav-pills li a {
            border-radius: 8px !important;
        }

        .primary.nav-tabs li.active {
            order: 1;
            margin-bottom: -1px !important;
            height: 40px;
        }

            .primary.nav-tabs li.active a {
                border-radius: 4px 4px 0 0 !important;
                border-bottom-color: #ddd !important;
                height: 40px;
            }

    .tab-pane.active .nav-tabs.primary li.active a {
        border-bottom-color: #e3e3e3 !important;
    }
}

/* #endregion Flexbox Primary nav */

/*Standalone Panel*/

.panelStandAlone {
    border: 1px solid #CCCCCC;
    padding: 15px;
    background: url(../pics/panel_bg_light.gif) repeat-x left top;
    margin-bottom: 15px;
}


#discCode {
    display: none;
}

#imageLabel, .panel td a {
    /*font-size: 11px;
	font-family: Tahoma, Verdana, sans-serif;*/
}

a.doc {
    background: url(../pics/icon_doc.gif) no-repeat left top;
    padding: 2px 0px 3px 20px;
}

a.excel {
    background-image: url(../pics/icon_xls.gif);
    background-repeat: no-repeat;
    background-position: 5px 7px;
    padding-left: 25px;
}

.panel h3 {
    margin-top: 5px;
}

#trLogo td, #pressReleaseLink td, #salesMaterialLink td {
    border-bottom: 1px solid #CCCCCC !important;
    padding-bottom: 7px;
}

#trLogo ul {
    padding: 0px;
    margin: 0px;
}

/*icon classes*/

.doc, .pdf, .xls {
    background-repeat: no-repeat;
    background-position: 3px 5px;
    padding: 5px 5px 5px 25px !important;
}

.doc {
    background-image: url(../pics/icon_doc.gif);
}

.pdf {
    background-image: url(../pics/icon_pdf.gif);
}

.xls {
    background-image: url(../pics/icon_xls.gif);
}

/*admin login*/

#btnPanel {
    border: 1px solid #CCCCCC;
    padding: 5px;
    background: #f7f7f9;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin-bottom: 10px;
}

/*Modal Popup*/
/*specific popups*/
#programmaticModalPopupBehavior_foregroundElement, #emmailDemogPanel {
    /*width: 400px;*/
}

table.modalPopup, div.modalPopup {
    background-color: #fff;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 90vh;
}

    table.modalPopup td, div.modalPopup {
        padding: 10px;
    }

.modalBackground {
    z-index: 2 !important;
    /*other css*/
}
/*Badge Preview*/


/*table#badgePreview{
	border: solid 1px #CCC;
	width: 300px;
	height: 210px;
	background-color: #f1f1f1;
	vertical-align: middle;
}

table#badgePreview td{
	padding: 20px;
	text-align:center;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
}*/

/* Badge background on thanks page*/
#trBadgeInfo {
    margin-bottom: 1em;
    font-weight: bold;
    max-width: 630px;
}

    #trBadgeInfo .top {
        background-image: url(../pics/badge-hole.png);
        background-repeat: no-repeat;
        background-position: center center;
        height: 4em;
    }

#step5 #trBadgeInfo .top { /*editable one*/
    background-image: url(../pics/badge-hole.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 4em;
}

#trBadgeInfo .top.big5 {
    background-color: #000;
}

#trBadgeInfo .top.both {
    background-color: #228848;
}

#badgeBody {
    background-color: #eeefef;
    border-right: dotted 2px #CCC;
    border-left: dotted 2px #CCC;
    border-bottom: dotted 2px #CCC;
    padding: 10px 20px 20px 20px;
    margin-bottom: 20px;
}

#badgeContent {
    background-color: #FFF;
    padding: 30px 10px 10px 10px;
    text-align: center;
}

    #badgeContent span {
        font-size: 2em;
    }

#badgeBottom {
    clear: both;
    text-align: left;
    margin-top: 30px;
}

    #badgeBottom img {
        height: 40px;
        margin-right: 15px;
    }

    #badgeBottom .both img:nth-child(2), #badgeBottom .both img:nth-child(3) {
        height: 45px;
    }

#trBadgeInfo h3 {
    float: right;
    text-align: right;
    margin-top: 0px;
}

/*Exhibitor badge printing*/

#pnlSuccessfullBadgePrint a {
    background-repeat: no-repeat;
    background-position: 7px 11px;
    padding: 10px 10px 10px 30px !important;
    background-image: url(../pics/icon_pdf.gif);
}


/*miscellaneous*/

.action-buttons .button {
    /*display: block;
    margin-bottom: 10px;*/
    margin-bottom: 15px;
    margin-right: 15px;
}

.facebook {
    margin-left: 10px;
}

    .facebook img {
        vertical-align: inherit;
    }

.no-padding {
    padding: 0 !important;
    margin: 0 !important;
}

.label-spacer {
    display: table-cell;
    padding: 5px 0px;
    width: auto;
}

.pink {
    color: #213066;
}

.activeItem {
    background-color: Yellow;
}

.veryActiveItem {
    background-color: Orange;
}

.form .firstColumn {
    background: #f2f2f2;
    padding-left: 3px;
}

.form .secondColumn {
    padding-left: 3px;
}

table.pitch img {
    float: right;
    margin-left: 7px;
    margin-bottom: 7px;
    margin-top: 3px;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

table.pitch {
    width: 600px;
}

/*reg type specific visibility overrides*/
.minister-admin .text-info.invite, .media-pass .text-info.invite, .tutor .text-info.invite, .wtm-leader .text-info.invite, .monday-trade .text-info.invite, .speednetworking .text-info.invite {
    display: none;
}

.minister-aide #btnSkip {
    margin-top: 10px;
}

.minister-details #completelogoutPanel, .minister-aide #completelogoutPanel {
    display: none;
}

.hosted-buyer #LanguageSelector_pnlLanguage {
    display: none;
}

.student #LanguageSelector_pnlLanguage td:nth-child(3) {
    display: none;
}
/* translation control*/
#LanguageSelector_pnlLanguage {
    position: absolute;
    top: 3px;
}

    #LanguageSelector_pnlLanguage table {
        float: right;
    }

        #LanguageSelector_pnlLanguage table td {
            padding: 5px;
            font-size: 0.725em;
            vertical-align: middle;
        }

    #LanguageSelector_pnlLanguage a {
        color: white;
        text-decoration: none;
    }

        #LanguageSelector_pnlLanguage a:hover {
            text-decoration: underline;
        }

/*hiding help file for exhibitors*/
.help {
    display: none;
}

/* InGo Social Media Widget*/
#socialWidget {
    width: 65%;
    margin: 20px auto;
}

@media (max-width: 768px) {
    #socialWidget {
        width: 100%;
    }
}

#IngoAmplifier {
    margin-bottom: 15px;
}

/* Badge background on thanks page*/
#tblVisitor, #badgePreview table {
    border: solid 1px #CCC;
    border-collapse: collapse;
    height: 201px;
    width: 250px;
    margin-bottom: 1em;
}

    #tblVisitor td, #badgePreview table td {
        background-image: url(../pics/badge-bg.png);
        background-repeat: no-repeat;
        background-position: left top;
        text-align: center;
        vertical-align: middle;
        font-weight: bold;
    }

    #badgePreview table td {
        padding-top: 25px;
        font-size: 16px;
        font-weight: bold;
        line-height: 22px;
    }

#badgePreview {
    margin-top: 15px;
}

.datapilot {
    float: right;
    margin-left: 5px;
}

/*recorded delivery*/
#recordedDelivery {
    margin-top: 15px;
}

/*Thanks page*/
/*-------------------*/

#InfoPanel {
    padding: 0px;
}

@media (min-width: 991px) {
    #InfoPanel {
        padding: 0px 15px 15px 15px;
    }
}

.pi-row {
    clear: both;
    padding: 5px;
}

.rhs {
    padding-right: 0px;
    padding-left: 0px;
}

.lhs {
    padding-left: 0px;
    padding-right: 0px;
}

@media (min-width: 991px) {
    .rhs {
        padding-right: 0px;
        padding-left: 15px;
    }

    .lhs {
        padding-left: 0px;
        padding-right: 15px;
    }

    .pi-row {
        display: table;
        content: " ";
    }
}

/*AJAX loading stuff*/
/*-------------------*/
button, button .spinner {
    -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
    -moz-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
    -ms-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
    -o-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
    transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
}

    /*containing the spinner, MUST be relative*/
    button.spinner-button, .spinner-panel {
        position: relative;
    }

    button[data-style=expand-left][data-loading] {
        padding-left: 32px;
    }

        /*actual spinner*/
        button[data-style=expand-left][data-loading] .spinner {
            left: 16px;
        }

    button[data-loading] .spinner, form[data-loading] .spinner {
        opacity: 1;
    }

    button span.spinner {
        position: absolute;
        z-index: 2;
        display: inline-block;
        top: 50%;
        margin-top: 0;
        opacity: 0;
        pointer-events: none;
    }

.spinner-panel {
    background-color: #fff;
    opacity: 0.8;
    z-index: 2;
    width: 100%;
    height: 100%;
    position: absolute;
}


/* Pure CSS page loader - used to wait until JS loads, else displays no javascript message*/

#floatingCirclesG {
    position: relative;
    width: 125px;
    height: 125px;
    margin: auto;
    transform: scale(0.6);
    -o-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -webkit-animation: 0s ease 10s normal forwards 1 fadeout;
    animation: 0s ease 10s normal forwards 1 fadeout;
}

.f_circleG {
    position: absolute;
    background-color: rgb(255,255,255);
    height: 22px;
    width: 22px;
    border-radius: 12px;
    -o-border-radius: 12px;
    -ms-border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    animation-name: f_fadeG;
    -o-animation-name: f_fadeG;
    -ms-animation-name: f_fadeG;
    -webkit-animation-name: f_fadeG;
    -moz-animation-name: f_fadeG;
    animation-duration: 1.2s;
    -o-animation-duration: 1.2s;
    -ms-animation-duration: 1.2s;
    -webkit-animation-duration: 1.2s;
    -moz-animation-duration: 1.2s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
}

#frotateG_01 {
    left: 0;
    top: 51px;
    animation-delay: 0.45s;
    -o-animation-delay: 0.45s;
    -ms-animation-delay: 0.45s;
    -webkit-animation-delay: 0.45s;
    -moz-animation-delay: 0.45s;
}

#frotateG_02 {
    left: 15px;
    top: 15px;
    animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
}

#frotateG_03 {
    left: 51px;
    top: 0;
    animation-delay: 0.75s;
    -o-animation-delay: 0.75s;
    -ms-animation-delay: 0.75s;
    -webkit-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
}

#frotateG_04 {
    right: 15px;
    top: 15px;
    animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
}

#frotateG_05 {
    right: 0;
    top: 51px;
    animation-delay: 1.05s;
    -o-animation-delay: 1.05s;
    -ms-animation-delay: 1.05s;
    -webkit-animation-delay: 1.05s;
    -moz-animation-delay: 1.05s;
}

#frotateG_06 {
    right: 15px;
    bottom: 15px;
    animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    -ms-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
}

#frotateG_07 {
    left: 51px;
    bottom: 0;
    animation-delay: 1.35s;
    -o-animation-delay: 1.35s;
    -ms-animation-delay: 1.35s;
    -webkit-animation-delay: 1.35s;
    -moz-animation-delay: 1.35s;
}

#frotateG_08 {
    left: 15px;
    bottom: 15px;
    animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
}



@keyframes f_fadeG {
    0% {
        background-color: rgb(0,0,0);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

@-o-keyframes f_fadeG {
    0% {
        background-color: rgb(0,0,0);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

@-ms-keyframes f_fadeG {
    0% {
        background-color: rgb(0,0,0);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

@-webkit-keyframes f_fadeG {
    0% {
        background-color: rgb(0,0,0);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

@-moz-keyframes f_fadeG {
    0% {
        background-color: rgb(0,0,0);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}


#noJavascript {
    -webkit-animation: 15s ease 0s normal forwards 1 fadein;
    animation: 15s ease 0s normal forwards 1 fadein;
    text-align: center;
    margin: 0px auto;
    max-width: 300px;
}

@keyframes fadein {
    0% {
        opacity: 0;
    }

    66% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0;
    }

    66% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeout {
    0% {
        opacity: 1;
    }

    66% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes fadeout {
    0% {
        opacity: 1;
    }

    66% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}


body.media-pass li.RegQuestions3, body.media-photographer li.RegQuestions3, body.media-pr li.RegQuestions3, body.media-speaker li.RegQuestions3 {
    display: none;
}

body#SpeedNetworkingLogin #BreadCrumbPanelSpeed ol li {
    display: none;
}

    body#SpeedNetworkingLogin #BreadCrumbPanelSpeed ol li.current {
        display: inline-block;
    }

/*li.RegPayment {
    display: none;
}*/