/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body{
    background: #F2F2F2;
    color: #212121;    
    font: 400 16px/24px Roboto,sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}


/* NAVBAR */
.navbar-nav-upper{
    background-color: #F5F5F5;
}
.navbar-nav-upper  li a{
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .navbar-nav > li > a {
        line-height: 20px;
        padding-top: 10px;
        padding-bottom: 10px;}
}

@media (min-width: 768px){
    .navbar-nav-just {
        background-color: #FFF;
        margin: 0 auto;
        display: table;
        table-layout: auto;
        float: none;
        width: 100%;
    }
    .navbar-nav-just>li {
        display: table-cell;
        float: none;
        text-align: center;
    }
}


@media (min-width: 1200px){
    .navbar-nav-upper .navbar-nav > li > a {padding-top:10px !important; padding-bottom:10px !important;}
    .navbar {min-height:32px !important; border-radius: 0;}
}

.navbar-main .nav>li>a{
    padding: 10px 0;
}

.navbar-primary .navbar-nav>li{
    margin-left:5px;
    margin-right:5px;
}

.navbar-primary .navbar-inverse{
    /*background: #3367d6;*/
    background: #FFF;
}


.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0px;
}

.dropdown-menu.dropdown-menu-cols{
    min-width: 340px;
}

.dropdown-menu.dropdown-menu-cols-lg{
    min-width: 400px;
}

.dropdown-menu.dropdown-menu-cols ul{
    padding-left: 10px;
    padding-right: 0;
}

.dropdown-menu {
    background: #4285F4;
}

.dropdown .dropdown-menu li{
    padding: 4px;
}

.dropdown .dropdown-menu.dropdown-menu-col li{
    padding-left: 15px;
    padding-right: 15px;
}

.dropdown .dropdown-menu li>a {
    font-size: 14px;
    padding: 3px 0;
    color:#FFF;
    line-height: 1em;
}


.dropdown-menu>li:hover, .dropdown-menu>li:focus, .dropdown .dropdown-menu li:hover, .dropdown .dropdown-menu li:focus{
    background: #3b78e7;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown .dropdown-menu li>a:hover, .dropdown .dropdown-menu li>a:focus{
    text-decoration: none;
    background: transparent;
}

/**/

/* ==========================================================================
   Navbar Small
   ========================================================================== */

/* navbar */

.navbar{
    border-radius: 0;
    margin-bottom: 0;
}

#main-menu-container{
    margin-top: 20px;
}

@media (min-width: 768px){
    .navbar-primary .navbar-collapse{
        padding-left: 0;
        padding-right: 0;
    }
}

.navbar-primary .nav>li>a:hover{
    background: #6d6e70;
}


.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus{
	background: #6d6e70;
}

.navbar-inverse .navbar-nav>.active>a{
	background: #3b78e7;
    border-color: #3b78e7;
    color: #fff;
}

.navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus{
	background: #fff;
	color: #3b78e7;
}
	
.navbar-primary .nav>li>a{
    /*color: #FFF;*/
    /*color: #3b78e7;*/
    color: #6d6e70;
    font-weight: 700;
    padding: 5px 7px;
    border: 2px solid #6d6e70;
    background-color: #fff;
    margin-bottom: 5px;
    margin-top: 5px;

}

.navbar-primary .navbar-brand{
    padding: 10px 10px;
    height: auto;
}

.navbar-primary .navbar{
    min-height: 0;
    margin-bottom: 23px;
    padding-top: 10px;
    padding-bottom: 10px;
}
/*
.nav :link,.nav :visited {
    color: #039be5;
    outline: 0;
    text-decoration: none;
}
*/

/* Navbar colour: background:#3367d6 */
.navbar-primary .navbar-inverse .navbar-brand{
    color: #FFF;
}

.nav-header{
    background: #f7f7f7;
}

nav .nav-header ul a {
    color: #404B55;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    margin-left: 9px;
    position: relative;
    cursor: pointer;
    line-height: 1em;
    padding: 8px 7px 9px;
    border-radius: 5px;
    opacity: .8;
}

/*========================= Utility Footer=========================*/

header img{
    width: 100%;
}

.affix {
    width: 100%;
    z-index: 1024;
}

footer {
    border-top: 1px solid #E8E8E8;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background: #FFF;
    padding: 40px 0 0;
    color: #9E9EA6;
    margin-top: 10px;
}

footer ul{
    margin:0;
    padding:0;
    list-style-type:none;
}

footer ul a, footer ul a:link, footer ul a:visited, footer p{
    font-size:.82rem;
    color:#6A6A70;
    text-decoration:none;
}
footer ul a:hover{
    color:#3367D6;
    font-weight: 700;
    text-decoration:none!important
}

footer ul li.heading{
    color: #4A4A4A;
    margin-top: 20px;
}

.utility-footer-nav{
    background: rgba(0,0,0,.05);
    margin-top: 1rem;
    background-color: rgba(0,0,0,.05);
    overflow: hidden;
    height: 50px;
}

.utility-footer-nav ul a, .utility-footer-nav p{
    line-height: 50px;
}

/* ========= Page ===========*/
.page-header{
    margin: 0;
    padding: 15px 0;
    border-bottom: none;
}

.page-header .lead{
    margin-bottom: 0;
}

.page-title, section-title{
    color: #757575;
    font: 400 34px/40px Roboto,sans-serif;
    letter-spacing: -.01em;
    margin: 20px 0 20px;
    padding-bottom: 10px;    
}

.page-title{
    border-bottom: 1px solid rgba(160,160,162,.3);
}
/*===========================*/

/* ========= Images ===========*/
.thumbnail{
    border: none;
    background-color: transparent;
}
/*===========================*/

main .row .page-content {

}
.well-white, .page-sidebar{
    background: #fff;
}

.page-content{
}

.page-sidebar .sidebar-heading{
    text-align: center;
}

.social-media-icons .btn{
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/* ========= University ===========*/
.university-partners{
    text-align: center;
}

.university-partners img {
    width: 75%;
}
/* ============================*/

/* ========= Sidebar ===========*/
form#email_sub .fa-check{
    font-size: 20px;
    cursor: pointer;
}

form#email_sub.input-group-addon{
    padding: 6px 0;
}
/* ============================*/

.homepage-highlights h3{
    border-bottom: 1px solid #ebebeb;
    font: 400 24px/32px Roboto,sans-serif;
    letter-spacing: -.01em;
    margin: 40px 0 20px;
    padding-bottom: 3px;
}

/* ================================ Page Header ============================*/
header{

}

header .page-header{
    background: #FFF;
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

header .page-header .website-title{
    display: inline-block;
    font: 46px Roboto,sans-serif;
    letter-spacing: -.01em;
    margin: 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: opacity .2s;
    white-space: nowrap;
    vertical-align: top;
}

header .page-header .conference-description{
    font-size: 26px;
}

header .lead{
    color: #444444;
}
header .page-header p.conference-date{
    font-size: 25px;
    color: #444444;
}

header .page-header span.heading{
    display: block;
    font: 700 14px Roboto,sans-serif;
    letter-spacing: -.01em;
    padding-bottom: 3px;
    margin-bottom: 10px;
    margin-top: 5px;
}

header .page-header img.deity{
    width: 100%;
}


header .progress{
    height: 2px;
}

.conference-timeline{
    padding: 20px 0;
}
/* ======================================================================== */

/* ==========================================================================
   Announcements
   ========================================================================== */

.ComsnetsUpdatesController {
    width: 100%;
    overflow: hidden;
    background: #f7f7f7;    
    height: auto;
    position: relative;
    margin-bottom: 10px;
    min-height: 40px;
}
.ComsnetsUpdatesController .bn-title {
    display: inline-block;
    float: left;
    padding: 10px 10px!important;
    background: #f5f5f5;
    color: #FFF;
    font-weight: 700!important;
    border-right: 0px solid #f1f1f1;
    font-size: 22px;
}
.ComsnetsUpdatesController ul {
    padding: 0;
    margin: 0;
    display: block;
    list-style: none;
    position: absolute;
    left: 40px!important;
    right: 50px;
}
.ComsnetsUpdatesController ul li {
    list-style: none;
    padding: 10px 20px;
    display: none;
    /*font-size: 1.1rem*/

    ;
}
.ComsnetsUpdatesController ul li a {
    text-decoration: none;
    color: #333;
    display: inline-block;
    overflow: hidden;
    padding: 0;
}
.ComsnetsUpdatesController .bn-arrows {
    display: inline-block;
    float: right;
    width: 50px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
.ComsnetsUpdatesController .bn-arrows span {
    display: block;
    width: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    cursor: pointer;
    opacity: 0.2;
}
.ComsnetsUpdatesController .bn-arrows span:hover {
    opacity: 1;
}
.ComsnetsUpdatesController .bn-arrows-left {
    left: 0;
    background: url(../images/bn-arrows.png?v=3.0.0.69) left center no-repeat;
}
.ComsnetsUpdatesController .bn-arrows-right {
    right: 10px;
    background: url(../images/bn-arrows.png?v=3.0.0.69) right center no-repeat;
}
.easing a,
.easing span {
    transition: .25s linear;
    -moz-transition: .25s linear;
    -webkit-transition: .25s linear;
}
.accordion dd > a {
    padding: 0.4rem;
}

.ComsnetsUpdatesController .fa{
    font-weight: 700;
}

/* ==========================================================================
   Timeline
   ========================================================================== */
.timeline {
    margin: 20px 0;
    padding: 0;
    border-top: 2px solid #428bca;
    list-style: none;
}

.timeline__step {
    float: left;
    width: 25%;
    padding-top: 30px;
    position: relative;
}
.timeline__step:first-of-type:before, .timeline__step:last-of-type:before {
    content: "";
    width: 50%;
    height: 100%;
    background: #f9f9f9;
    position: absolute;
    top: -2px;
    left: 0;
}
.timeline__step:last-of-type:before {
    left: 50%;
}
.timeline__step:hover .timeline__step-label {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
    border-width: 1px;
    bottom: 100%;
}
.timeline__step:hover .timeline__step-label:before, .timeline__step:hover .timeline__step-label:after {
    display: block;
}

.timeline__step-label {
    opacity: 0;
    height: 0;
    padding: 0;
    font-size: 0;
    border-width: 0;
    -webkit-transform: rotate(30deg);
    width: 110px;
    margin: 0 0 45px -55px;
    border-style: solid;
    border-color: #428bca;
    background: #fff;
    font-weight: normal;
    position: absolute;
    left: 50%;
    bottom: 0;
    transition: bottom 0.1s ease-in-out, opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}
.timeline__step-label:before, .timeline__step-label:after {
    display: none;
    content: "";
    width: 0;
    height: 0;
    border: solid transparent;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 50%;
}
.timeline__step-label:before {
    border-top-color: #428bca;
    border-width: 8px;
    margin-left: -8px;
}
.timeline__step-label:after {
    border-top-color: #fff;
    border-width: 6px;
    margin-left: -6px;
}

.timeline__step-content {
    display: block;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.timeline__step-title {
    display: block;
    width: 100%;
    padding: 30px 0 0;
    font-size: 12px;
    text-align: center;
    position: absolute;
    background: #f9f9f9;
    top: 0;
}

.timeline__step-marker {
    width: 40px;
    height: 40px;
    margin-left: -25px;
    background: #f9f9f9;
    border: 3px solid #428bca;
    border-radius: 50%;
    box-shadow: 0 0 0 10px #f9f9f9;
    text-align: center;
    line-height: 35px;
    color: #428bca;
    font-size: 1.5em;
    font-style: normal;
    position: absolute;
    top: -26px;
    left: 50%;
}
.done .timeline__step-marker {
    background: #428bca;
    color: #fff;
}

.timeline__step-radio {
    display: none;
    /**
     * not needed for now,
     * because markers won't be clicked in horz version
     */
}

.timeline--summary {
    width: 200px;
    border-width: 2px;
}
.timeline--summary .timeline__step-label {
    margin-bottom: 19px;
}
.timeline--summary .timeline__step-title {
    padding: 10px 0 0;
    font-size: 8px;
    font-weight: bold;
}
.timeline--summary .timeline__step-marker {
    width: 12px;
    height: 12px;
    margin-left: -6px;
    border-width: 2px;
    text-indent: -999em;
    box-shadow: 0 0 0 3px #fff;
    top: -7px;
}

/* ========================================================================== */

.organizing-committee-page{
    text-align: center;
}

.organizing-committee-page h3{
    font-size: 22px;
}

.organizing-committee-page h4{
    font-size: 18px;
}

.organizing-committee-page img{
    margin-left: auto;
    margin-right: auto;
}
/* ==========================================================================
   Cards
   ========================================================================== */

.card {
    background: #FFF;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    margin-top: 10px;
    box-sizing: border-box;
    border-radius: 2px;
    background-clip: padding-box;
    margin-left: auto;
    margin-right: auto;
}

.card-lg{
    max-width: 720px;
    min-height: 300px;
}

.card span.card-title {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
}

.card .card-header {
    position: relative;
    overflow: hidden;
}

.card .card-header h2{
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0px;
    margin-top: 10px;
}

.card .card-header img {
    border-radius: 2px 2px 0 0;
    background-clip: padding-box;
    position: relative;
}
.card .card-header span.card-title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 16px;
}
.card .card-content {
    padding: 16px;
    border-radius: 0 0 2px 2px;
    background-clip: padding-box;
    box-sizing: border-box;
}
.card .card-content p {
    margin: 0;
    color: inherit;
}
.card .card-content span.card-title {
    line-height: 48px;
}
.card .card-action {
    border-top: 1px solid rgba(160, 160, 160, 0.2);
    padding: 16px;
}
.card .card-action a {
    color: #ffab40;
    margin-right: 16px;
    transition: color 0.3s ease;
    text-transform: uppercase;
}
.card .card-action a:hover {
    color: #ffd8a6;
    text-decoration: none;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


.carousel-control.left, .carousel-control.right {
    background-image:none !important;
    filter:none !important;
}

.progress{
    margin-bottom: 0;
}

#menu-previous-years .btn{
    background: #f0f0f0;
}

#menu-previous-years .dropdown-menu{
    background: #FFF;
}

#menu-previous-years .dropdown .dropdown-menu li>a{
    color: #000;
    font-size: 16px;
}

#menu-previous-years .dropdown .dropdown-menu li>a:hover{
    font-weight: 700;
}

#menu-previous-years .dropdown-menu>li:hover,#menu-previous-years  .dropdown-menu>li:focus,#menu-previous-years .dropdown .dropdown-menu li:hover,#menu-previous-years .dropdown .dropdown-menu li:focus{
    background: #FFF;
}

/* Read More */
.read-more-state {
    display: none;
}

.read-more-target {
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: .25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
    opacity: 1;
    font-size: inherit;
    max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
    content: 'Show more';
}

.read-more-state:checked ~ .read-more-trigger:before {
    content: 'Show less';
}

.read-more-trigger {
    cursor: pointer;
    display: inline-block;
    padding: 0 .5em;
    color: #666;
    font-size: .9em;
    line-height: 2;
    border: 1px solid #ddd;
    border-radius: .25em;
}

/**/

/*
 * Callouts
 *
 * Not quite alerts, but custom and helpful notes for folks reading the docs.
 * Requires a base and modifier class.
 */

/* Common styles for all types */
.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}

/* Tighten up space between multiple callouts */
.bs-callout + .bs-callout {
    margin-top: -5px;
}

/* Variations */
.bs-callout-danger {
    border-left-color: #ce4844;
}
.bs-callout-danger h4 {
    color: #ce4844;
}
.bs-callout-warning {
    border-left-color: #aa6708;
}
.bs-callout-warning h4 {
    color: #aa6708;
}
.bs-callout-info {
    border-left-color: #1b809e;
}
.bs-callout-info h4 {
    color: #1b809e;
}

.bs-callout-springer{
    border-left-color: #e96723;
}

.alert-compact{
    padding: 10px;
}

.mangalyaan{
    width: 50%;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.navbar-inverse .navbar-nav>li>a:focus{
    color: inherit;
}

/* Subscribe Box */
.overlay-box-container {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 2;
}

.overlay-box-container .box {
    /*width: 300px;*/
    padding: 10px 30px;
    position: relative;
    background-color: #EDF3F5;
    box-shadow: 0 0 0 1px rgba(0,0,0,.1),0 1px 4px rgba(0,0,0,.3);
}

.overlay-box-container .box .close {
    position: absolute;

    right: 10px;
}

.overlay-box-container .box .box-content {
    /*padding: 0 0 10px;*/
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
}

.close:hover, .close:focus{
    color: rgb(104, 93, 93);
}

.overlay-box-container .box h4{
    font-weight: 700;
}

.overlay-box-container .subscribe-message p{
    font-weight: 700;
    text-align: center;
    line-height: 34px;
}

.hide{
    display: none !important;
}

#email_sub_h{
    color: #f8922e;
    margin-top: -2px;
}

#container-register-now p{
    margin-bottom: 0;
}
/* End Subscribe Box */

/* Schedule */
.nav.nav-tabs.schedule a{
    font-weight: 700;
}

.tb-white{
    background: #fff;
}

.tb-yellow{
    background: #FFFEBB;
}
.tb-grey{
    background: #F2F2F2;
}

.tb-grey-two{
    background: #EBF1DE;
}

.tb-grey-three{
    background: #DDD9C4;
}

.tb-blue{
    background: #DAEEF3;
}

.tb-blue-two{
    background-color: rgba(120, 165, 200, 0.26);
}
.tb-green{
    /*background: #ABFCC9;*/
    background: rgba(277, 250, 134, 1);
}

.tb-peach{
    background: #FDE9D9;
}

.tb-pink{
    background: rgba(150, 73, 250, 0.29);
}

.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td{
    border: 1px solid #000;
}

.alert-sm{
    padding: 5px;
}
/**/

/* Live Video */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/**/

/* Live */
.live{
	color: #cd201f;
	font-weight: 700;
}
/**/