﻿/*@import url('//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css');

        .accordion-toggle:after {
            font-family: 'FontAwesome';
            content: "\f054";
            float: right;
            vertical-align:top;
            
        }

        .accordion-opened .accordion-toggle:after {
            font-family: 'FontAwesome';
            content: "\f054";
            color:red;
        }*/
@font-face {
    font-family: CentraNo2-Book;
    src: url("../fonts/CentraNo2-Bold.otf") format("opentype");
    src: url('../fonts/CentraNo2-Book/CentraNo2-Book.eot?#iefix') format('../fonts/CentraNo2-Book/embedded-opentype'), url('../fonts/CentraNo2-Book/CentraNo2-Book.otf') format('opentype'), url('../fonts/CentraNo2-Book/CentraNo2-Book.woff') format('woff'), url('../fonts/CentraNo2-Book/CentraNo2-Book.ttf') format('truetype'), url('../fonts/CentraNo2-Book/CentraNo2-Book.svg#CentraNo2-Book') format('svg');
}


@font-face {
    font-family: CentraNo2-Bold;
    src: url('../fonts/CentraNo2-Bold/CentraNo2-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/CentraNo2-Bold/CentraNo2-Bold.otf') format('opentype'), url('../fonts/CentraNo2-Bold/CentraNo2-Bold.woff') format('woff'), url('../fonts/CentraNo2-Bold/CentraNo2-Bold.ttf') format('truetype'), url('../fonts/CentraNo2-Bold/CentraNo2-Bold.svg#CentraNo2-Bold') format('svg');
}

@font-face {
    font-family: ChronicleDisp-Light;
    src: url('../fonts/ChronicleDisplay-Light/ChronicleDisplay-Light.woff') format('woff'), url('../fonts/ChronicleDisplay-Light/ChronicleDisplay-Light.otf') format('opentype'), url('../fonts/ChronicleDisplay-Light/ChronicleDisplay-Light.ttf') format('truetype'), url('../fonts/ChronicleDisplay-Light/ChronicleDisplay-Light.svg#ChronicleDisplay-Light') format('svg');
}

@font-face {
    font-family: CentraNo2-Light;
    src: url('../fonts/CentraNo2-Light/CentraNo2-Light.otf') format('opentype'), url('../fonts/CentraNo2-Light/CentraNo2-Light.ttf') format('truetype');
}

body {
    padding: 0;
    font-family: 'ChronicleDisp-Light',sans-serif,Arial,Helvetica;
    font-size: 14px;
    background-color: white; /*#fcfaed;*/
    color: #49494b !important;
    display: flex;
  flex-direction: column;
}




html, body {height: 100%;}


.content {
  flex: 1 0 auto;
}
.footer {
  flex-shrink: 0;
}


.fc-widget-header {
    display: none;
}

.fc-time-grid-container {
    height: 950px !important;
}



.fc-event .fc-bg {
    background: none;
}

.fc-ltr .fc-time-grid .fc-event-container {
    margin: 0;
    opacity: 0.7;
}

.fc table {
    margin-top: 1.0px;
}

.fc .fc-axis {
    vertical-align: top;
    font-family: "FrutigerNextW01-Regular",Arial,Helvetica,sans-serif;
    font-size: 12px;
    border-color: #fcfaed;
    margin-top: -50px;
    border-top: 0px;
    border-bottom: 0px;
    top: -4px;
    position: relative;
}

.fc-widget-content td {
    border: 1px;
    border-style: solid;
}

.fc-axis {
    text-transform: uppercase;
}

thead {
    height: 0px !important;
    visibility: hidden !important;
    display: none;
}

.fc-time-grid-event .fc-time, .fc-time-grid-event .fc-title {
    color: black;
    font-family: "CentraNo2-Book",Arial,Helvetica,sans-serif;
    font-size: 12px;
    padding-left: 10px;
    padding-top: 5px;
    /*z-index: 1000;*/
}

.fc td, .fc th {
    border-left: 0px;
    border-right: 0px;
    border-bottom: #58595b;
}

li {
    padding-right: 10px;
}

#calendar {
    width: 100%;
    margin: 0 auto;
    height: 950px !important;
}

.fc-scroller {
    overflow-y: hidden !important;
    height: 950px;
}

.nav-tabs > li, .nav-pills > li {
    float: none;
    display: inline-block;
    *display: inline; /* ie7 fix */
    zoom: 1; /* hasLayout ie7 trigger */
}

.nav-tabs, .nav-pills {
    text-align: center;
}


#weekday span {
    font-family: "FrutigerNextW01-Medium",Arial,Helvetica,sans-serif;
    color: white;
}

#weekday a:active {
    text-decoration: none;
}

#weekday a:hover {
    text-decoration: none;
}


.h2, h2 {
    margin-top: 0px;
    font-size: 35px;
    line-height: 45px;
    font-family: 'CentraNo2-Light',Arial,Helvetica,sans-serif !important;
    color: black;
}


hr {
    margin-top: 0px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #58595b;
}

.arrow {
    font-size: 2em;
    padding-top: 10px;
}

/*part feed-start*/
.slider .slide-up, .slider .slide-down {
    height: 20px;
    background: #333;
    text-align: center;
    cursor: pointer;
    float: right;
    width: 100%;
    position: relative;
    display: none;
}

.slider {
    width: 100%;
    min-height: 50%;
    height: 60%;
    background: none;
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
    position: relative;
}

.slider-content {
    height: 100% !important;
}

.slider .slider-nav {
    top: 55px !important;
    position: fixed;
    height: 100% !important;
}

.slider-nav {
    visibility: hidden;
}

.slider-content ul ul li a {
    padding: 5px 10px;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    display: block;
    border-bottom: 0px solid #f3f3f3;
    text-transform: capitalize;
    color: #49494B;
    text-decoration: none;
}

    .slider-content ul ul li a:hover {
        background: none;
        border-color: none;
    }

.slider-content .title {
    background: none;
    color: #000;
    border-bottom: 1px solid #aaa;
}

.panel-title {
    font-size: 18px;
    text-transform: uppercase;
    font-family: "CentraNo2-Book",sans-serif,Arial,Helvetica;
}

.slider-content ul {
    padding-left: 0px;
    padding-right: 0px;
}

    .slider-content ul li {
        padding-right: 0px;
    }


.slider-nav ul > li {
    padding-left: 1px;
    padding-right: 1px;
    padding-bottom: 3px;
}

.break-after {
    display: inline;
}

    .break-after:after {
    }



.panel-heading [data-toggle="collapse"]:after {
    font-family: 'glyphicons halflings';
    /*content: "\e072";*/
    content: url('../img/Forward arrow.png');
    float: right;
    color: #b0c5d8;
    font-size: 18px;
    line-height: 22px;
    -webkit-transform: rotate(-90deg) scale(.3);
    -moz-transform: rotate(-90deg) scale(.3);
    -ms-transform: rotate(-90deg) scale(.3);
    -o-transform: rotate(-90deg) scale(.3);
    transform: rotate(-90deg) scale(.3);
    margin-top: -15px;
}

.panel-heading [data-toggle="collapse"].collapsed:after {
    font-family: 'glyphicons halflings';
    /*content: "\e072";
    content: url('../img/Forward arrow.png');*/
    background-image: url('../img/Forward arrow.png');
    background-repeat: no-repeat;
    background-size: 10px 10px;
    float: right;
    color: #b0c5d8;
    font-size: 18px;
    line-height: 22px;
    -webkit-transform: scale(.1);
    -moz-transform: scale(.1);
    -ms-transform: scale(.1);
    -o-transform: scale(.1);
    transform: rotate(90deg) scale(.3);
    margin-top: -15px;
}
/*part feed-end*/
@media (max-width:320px) {
    .h2 {
        font-size: 19px;
    }
}

@media (min-width:320px) {
    .tnFont {
        font-size: 15px;
        margin-top: 10px;
    }

    .lgTitle {
        font-size: 1.7em;
        line-height: 1em;
    }

    .lg {
        color: #f4b824;
    }

    .lgSup {
        font-size: 0.5em;
        line-height: 1em;
        top: -5px;
    }

    .wkd {
        padding-top: 5px;
    }

    .bottomPadding {
        height: 0px;
    }

    .h1, h1 {
        font-size: 24px;
        line-height: 1.6em;
        /*font-family: 'Frutiger Next W01 Light',Arial,Helvetica,sans-serif !important;*/
    }

    .clockColor {
        font-size: 24px;
    }

    .h3, h3 {
        margin-top: 10px;
        font-size: 18px;
        line-height: 1.2;
        /*font-family: 'Frutiger Next W01 Light',Arial,Helvetica,sans-serif;*/
    }

    .h4 {
        font-size: 12px;
        font-family: "FrutigerNextW01-Regular",Arial,Helvetica,sans-serif;
    }

    .forwardArrow {
        height: 30%;
        width: 30%;
    }

    .backArrow {
        height: 3%;
        width: 3%;
    }

    .aboutPara {
        width: 150px;
    }

    .hotelInfo {
        font-size: 20px;
        line-height: 20px;
    }

    .hotelMapHeader {
        font-family: "FrutigerNextW01-Medium",Arial,Helvetica,sans-serif;
        font-size: 14px;
        color: #187988;
        padding-top: 40px;
        padding-left: 20px;
    }

    .hotelMapEvent {
        font-size: 12px;
        padding-top: 7px;
    }

    .panel-body {
        padding-top: 0px;
        font-size: 12px;
        color: #49494b;
    }

    .weekdayWidth {
        margin-left: 4%;
        margin-right: 4%;
        display: inline-block;
    }

    .slider .slider-nav li a {
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
    }
}

@media (min-width:375px) {
    .lgTitle {
        font-size: 1.7em;
        line-height: 1em;
    }

    .lg {
        color: #f4b824;
    }

    .lgSup {
        font-size: 0.5em;
        line-height: 1em;
        top: -5px;
    }

    .tnFont {
        font-size: 18px;
        margin-top: 20px;
    }

    .wkd {
        padding-top: 5px;
    }

    .bottomPadding {
        height: 0px;
    }

    .h1, h1 {
        font-size: 24px;
        line-height: 1.6em;
    }

    .clockColor {
        font-size: 24px;
    }

    .h3, h3 {
        margin-top: 10px;
        font-size: 18px;
        line-height: 23px;
        /*font-family: 'Frutiger Next W01 Light',Arial,Helvetica,sans-serif;*/
    }

    .h4 {
        font-size: 12px;
        font-family: "FrutigerNextW01-Regular",Arial,Helvetica,sans-serif;
    }

    .forwardArrow {
        height: 30%;
        width: 30%;
    }

    .backArrow {
        height: 3%;
        width: 3%;
    }

    .aboutPara {
        width: 150px;
    }

    .hotelInfo {
        font-size: 20px;
        line-height: 20px;
    }

    .hotelMapHeader {
        font-family: "FrutigerNextW01-Medium",Arial,Helvetica,sans-serif;
        font-size: 14px;
        color: #187988;
        padding-top: 40px;
        padding-left: 20px;
    }

    .hotelMapEvent {
        font-size: 12px;
        padding-top: 7px;
    }

    .panel-body {
        padding-top: 0px;
        font-size: 14px;
        color: #49494b;
    }

    .weekdayWidth {
        margin-left: 4%;
        margin-right: 4%;
        display: inline-block;
    }

    .slider .slider-nav li a {
        padding-top: 2.3px;
        padding-right: 5px;
        padding-bottom: 2.3px;
        padding-left: 5px;
    }
}

@media (min-width:600px) {
    .lgTitle {
        font-size: 3em;
        line-height: 1em;
    }

    .lg {
        color: #f4b824;
    }

    .lgSup {
        font-size: 0.4em;
        line-height: 1em;
        top: -10px;
    }

    .tnFont {
        font-size: 36px;
        margin-top: 20px;
    }

    .wkd {
        padding-top: 5px;
    }

    .bottomPadding {
        height: 20px;
    }

    .h1, h1 {
        font-size: 60px;
        line-height: 1.6em;
    }
    .clockColor {
    font-size:120px;
}
    .h3, h3 {
        font-size: 17px;
        line-height: 23px;
        /*font-family: 'Frutiger Next W01 Light',Arial,Helvetica,sans-serif;*/
    }

    .forwardArrow {
        height: 12%;
        width: 12%;
    }

    .backArrow {
        height: 1.5%;
        width: 1.5%;
    }

    .aboutPara {
        width: 290px;
        vertical-align: middle;
        padding-top: 11px;
    }

    .hotelInfo {
        font-size: 24px;
        line-height: 24px;
    }

    .hotelMapHeader {
        font-family: "FrutigerNextW01-Medium",Arial,Helvetica,sans-serif;
        font-size: 14px;
        color: #187988;
        padding-top: 40px;
        padding-left: 20px;
    }

    .hotelMapEvent {
        font-size: 17px;
        padding-top: 7px;
    }

    .panel-body {
        padding-top: 0px;
        font-size: 12px;
        color: #49494b;
    }

    .weekdayWidth {
        margin-left: 7%;
        margin-right: 7%;
        display: inline-block;
    }

    .slider .slider-nav li a {
        padding-top: 2.5px;
        padding-right: 5px;
        padding-bottom: 2.5px;
        padding-left: 5px;
    }
}

.backStyle {
    padding-top: 15px;
    font-family: "CentraNo2-Book","FrutigerNextW01-Regular",Arial,Helvetica,sans-serif;
}

    .backStyle a {
        color: #49494b;
    }

        .backStyle a:visited {
            color: #49494b;
            text-decoration: none;
        }
        /* visited link */
        .backStyle a:hover {
            color: #49494b;
            text-decoration: none;
        }
        /* mouse over link */
        .backStyle a:active {
            color: #49494b;
            text-decoration: none;
        }

.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
    border-color: #58595b;
    border-top-style: solid;
    border-top: 1px;
    border-bottom: 1px;
}
/*.fc-unthemed tbody {
    border: 0;
}*/
.fc-event {
    font-size: .85em;
    line-height: 1.5em;
    border-radius: 0px;
    border: 1px solid #3a87ad;
}


.pinch-zoom-container {
    position: relative;
    overflow: hidden;
    height: 900px;
}

.speakerInfo {
    height: 80px;
    padding-bottom: 10px;
}

.speakerTitle {
    padding-left: 40px;
}

.SpeakerInfoImage {
    height: 150px;
}

/*.form-control {
    border-radius: 0px;
    border: 1px solid #fff;
    background-color: #0A2F35;
}*/

.btn {
    border-radius: 0px;
    font-family: "CentraNo2-Light",sans-serif,Arial,Helvetica;
}


.form-control:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control::-webkit-input-placeholder {
    color: white;
}
/* WebKit, Blink, Edge */
.form-control:-moz-placeholder {
    color: white;
}
/* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder {
    color: white;
}
/* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder {
    color: white;
}
/* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder {
    color: white;
}
/* Microsoft Edge */



.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px;
}

.panel-default {
    border-color: #ddd;
    border: 0px;
    /*border-bottom:1px solid #cac9c1;
    
    border-bottom: 1px solid #f3f3f3;*/
}

.panel {
    background: none;
    box-shadow: none;
}

.panel-default > .panel-heading {
    color: #333;
    background: none;
    border: 0px;
    border-top-color: #cac9c1;
    padding-right: 0px !important;
}

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 0px solid #ddd;
}


.divTitle {
    text-transform: uppercase;
    font-size: 15px;
    font-family: "FrutigerNextW01-Regular",Arial,Helvetica,sans-serif;
}



.fc-agendaWeek-view tr {
    height: 40px;
}

.fc-agendaDay-view tr {
    height: 30px;
}



.slider .slider-nav ul {
    padding: 0px 0;
}



.fc-right {
    border: 1px double;
}

.fc-minor td:nth-child(2) {
    border-bottom: 1px solid;
}


.restTitle {
    text-transform: uppercase;
    color: #187988;
    padding-top: 30px;
    font-family: "CentraNo2-Book",Arial,Helvetica,sans-serif;
    padding-left: 45px;
}

.restDetail {
    color: #000;
    padding-top: 10px;
    font-family: "CentraNo2-Light",Arial,Helvetica,sans-serif;
    padding-left: 30px;
}

.restPhone, .restAdd {
    display: block;
    font-family: "CentraNo2-Light",sans-serif,Arial,Helvetica;
    padding-left: 30px;
}

.restPhone {
    padding-top: 5px;
    display: block;
    color: #49494b;
}

    .restPhone a {
        color: #49494b;
    }

.restURL {
    font-family: "CentraNo2-Light",sans-serif,Arial,Helvetica;
    padding-left: 30px;
    color: #187988;
    text-decoration: underline;
}


.thumbnail {
    font-family: "CentraNo2-Light",sans-serif,Arial,Helvetica;
    font-weight: 300;
}

.hotelInfo {
    font-family: "CentraNo2-Light",sans-serif,Arial,Helvetica;
    font-weight: 300;
}

.panel-body {
    font-family: "CentraNo2-Light",sans-serif,Arial,Helvetica;
}

.h1, h1 {
    /*font-family: 'Frutiger Next W01 Light',Arial,Helvetica,sans-serif !important;*/
    font-family: 'ChronicleDisp-Light',sans-serif,Arial,Helvetica !important;
}

.h3, h3 {
    font-family: "CentraNo2-Light",sans-serif,Arial,Helvetica !important;
}

.meeting {
    font-family: "CentraNo2-Book",sans-serif,Arial,Helvetica !important;
    padding-bottom: 5px;
}

.meeting-place {
    font-family: "CentraNo2-Book",sans-serif,Arial,Helvetica !important;
    padding-bottom: 5px;
}

@media (min-width:375px) {
    .meeting-place {
        font-size: 14px;
    }

    .meeting {
        font-size: 14px;
    }

    .surveyStyle {
        padding-right: 0px;
    }
}

@media (min-width:600px) {
    .meeting-place {
        font-size: 18px;
    }

    .meeting {
        font-size: 18px;
    }

    .surveyStyle {
        padding-right: 16px;
    }
}

@media (min-width:768px) {

    .surveyStyle {
        padding-right: 10px;
    }
}

@media (min-width:1280px) {

    .surveyStyle {
        padding-right: 15px;
    }
}

.backStyle img {
    margin-top: -6px;
}

.btnSurvey {
    background-color: #fff;
    border-radius: 5px;
    width: 102%;
    text-align: center;
    color: #49494b;
    font-size: 17px;
    font-family: "CentraNo2-Book",sans-serif,Arial,Helvetica;
    border: 0;
    padding-top: 4px;
    opacity: 0.9;
}

.surveyStyle {
    padding-left: 10px;
}

.lgClockColor {
    color: #004e59;
    font-family: 'ChronicleDisp-Light', ChronicleDisp-Light,sans-serif,Arial,Helvetica !important;
}
.lgh3 {
    color: #004e59;
    font-family: "CentraNo2-Book",CentraNo2-Book, "CentraNo2-Bold", CentraNo2-Bold sans-serif,Arial,Helvetica   !important;
    font-size: 30px;
}
.clockColor {
    color: #003d5c;
    font-family: "CentraNo2-Book",CentraNo2-Book, "CentraNo2-Bold", CentraNo2-Bold,sans-serif,Arial,Helvetica;
}
