#portfolio {
    width: 100%;
    display: inline-block;
}

#menu .navbar-brand {
    margin-left: -15px!important;
    margin-top: -31px!important;
}

.equal {
    display: flex;
    flex-wrap: wrap;
}

.equal>div[class*="col-"] {
    display: flex;
    flex-direction: column;
}

.speakers-section {
    position: relative;
    padding: 60px 0px 80px;
}

.speakers-section p {
    color: #777;
}

.schedule_title p {
    color: #777;
}

.schedule-icon i {
    font-size: 50px;
    padding-bottom: 20px;
    color: #0072bc;
}

.about_content {
    float: right;
    margin: auto;
    width: 500px;
    padding: 160px 0px;
}

.about_bg {
    background-position: bottom center;
}


/*** 
====================================================================
	Schedule Section style
====================================================================

***/

.schedule-section {
    position: relative;
    padding: 60px 0px 80px;
    background: #f2f2f2;
}

.download-btn {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 10px 25px 8px;
    margin-bottom: 20px;
    border: 2px solid #a0a0a0;
    color: #a6a6a6;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

.download-btn .fa {
    padding-right: 20px;
    font-size: 20px;
}

.download-btn:hover {
    color: #ffffff;
    background: #fc5a1b;
    border-color: #fc5a1b;
}

.schedule-box {
    position: relative;
    border: 1px solid #dadada;
    background-color: #FFF;
    padding: 15px 0px;
}

.schedule-box .tab-buttons {
    position: relative;
    width: 100%;
    display: table;
}

.style-two .schedule-box .tab-buttons {
    display: block;
    float: left;
    width: 18%;
}

.schedule-box .tab-buttons .tab-btn {
    position: relative;
    display: table-cell;
    text-align: center;
    background: #ffffff;
    color: #343434;
    line-height: 1.4em;
    padding: 20px 10px;
    border-bottom: 1px solid #dadada;
    border-right: 1px solid #dadada;
    font-family: 'Lato', sans-serif;
    cursor: pointer;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.style-two .schedule-box .tab-buttons .tab-btn {
    display: block;
}

.schedule-box .tab-buttons .tab-btn:last-child {
    border-right: none;
}

.style-two .schedule-box .tab-buttons .tab-btn:last-child {
    border-bottom: none;
    border-right: 1px solid #dadada;
}

.schedule-box .tab-buttons .tab-btn.active,
.schedule-box .tab-buttons .tab-btn:hover {
    border-color: #00a1e4;
    background: #00a1e4;
    color: #ffffff;
}

.style-two .schedule-box .tab-buttons .tab-btn.active,
.style-two .schedule-box .tab-buttons .tab-btn:hover {
    border-bottom-color: #ffffff;
}

.schedule-box .tab-buttons .tab-btn .day {
    display: block;
    text-transform: capitalize;
    font-size: 22px;
    margin-bottom: 7px;
}

.schedule-box .tab-buttons .tab-btn .date {
    display: block;
    font-size: 15px;
}

.schedule-box .tab-buttons .tab-btn .curve {
    position: absolute;
    display: block;
    width: 100%;
    left: 0px;
    bottom: 0px;
    background: none;
    text-align: center;
    opacity: 0;
}

.style-two .schedule-box .tab-buttons .tab-btn .curve {
    width: 20px;
    height: 100%;
    bottom: auto;
    left: auto;
    right: 0px;
    top: 0px;
}

.schedule-box .tab-buttons .tab-btn.active .curve,
.schedule-box .tab-buttons .tab-btn:hover .curve {
    bottom: -19px;
    opacity: 1;
    transition: all 300ms ease 200ms;
    -webkit-transition: all 300ms ease 200ms;
    -ms-transition: all 300ms ease 200ms;
    -o-transition: all 300ms ease 200ms;
    -moz-transition: all 300ms ease 200ms;
}

.style-two .schedule-box .tab-buttons .tab-btn.active .curve,
.style-two .schedule-box .tab-buttons .tab-btn:hover .curve {
    bottom: auto;
    right: -17px;
}

.schedule-box .tab-buttons .tab-btn .curve:after {
    content: '';
    display: inline-block;
    width: 0px;
    height: 0px;
    border: 7px solid transparent;
    border-top-color: #00a1e4;
}

.style-two .schedule-box .tab-buttons .tab-btn .curve:after {
    content: '';
    position: absolute;
    right: 3px;
    top: 42px;
    display: inline-block;
    width: 0px;
    height: 0px;
    border: 7px solid transparent;
    border-left-color: #fc5a1b;
}

.schedule-box .tabs-box {
    position: relative;
}

.style-two .schedule-box .tabs-box {
    float: left;
    width: 82%;
}

.schedule-box .tab {
    position: relative;
    padding: 40px 20px;
    display: none;
}

.style-two .schedule-box .tab {
    padding-bottom: 10px;
}

.schedule-box .tab.current {
    display: block;
}

.schedule-box .hour-box {
    position: relative;
    padding-left: 150px;
    font-size: 16px;
    color: #7f7f7f;
    padding-bottom: 20px;
    overflow: hidden;
}

.schedule-box .hour-box:before {
    content: '';
    position: absolute;
    left: 111px;
    top: 24px;
    width: 2px;
    height: 100%;
    background: #d2d2d2;
}

.schedule-box .hour-box.active-box:before {
    background: #0072bc;
}

.schedule-box .hour-box:last-child:before {
    display: none;
}

.schedule-box .hour-box .hour {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100px;
    line-height: 2em;
    color: #7f7f7f;
}

.schedule-box .hour-box .circle {
    position: absolute;
    left: 100px;
    top: 0px;
    width: 24px;
    height: 24px;
    border: 2px solid #d2d2d2;
}

.schedule-box .hour-box.active-box .circle {
    border-color: #0072bc;
}

.schedule-box .hour-box .toggle-btn {
    position: relative;
    top: -4px;
    margin-bottom: 5px;
    cursor: pointer;
}

.schedule-box .hour-box .toggle-btn h3 {
    position: relative;
    display: inline-block;
    font-size: 18px;
    padding-right: 30px!important;
    color: #292929;
    margin-top: 0px;
}

.schedule-box .hour-box .toggle-btn h3:after {
    font-family: 'FontAwesome';
    content: '\f107';
    position: absolute;
    right: 0px;
    top: -5px;
    width: 30px;
    height: 30px;
    display: block;
    color: #0072bc;
    line-height: 28px;
    font-size: 24px;
    text-align: right;
    z-index: 5;
}

.schedule-box .hour-box .toggle-btn.active h3:after {
    content: '\f106';
}

.schedule-box .hour-box .content-box {
    position: relative;
    padding-right: 20px;
    display: none;
}

.schedule-box .hour-box .content-box.collapsed {
    display: block;
}

.schedule-box .hour-box .content-box .professional {
    position: relative;
}

.schedule-box .hour-box .professional .info {
    position: relative;
    padding-left: 110px;
    padding-top: 10px;
    min-height: 50px;
    margin-bottom: 20px;
}

.schedule-box .hour-box .professional .info .image {
    position: absolute;
    left: 15px;
    top: 0px;
    width: 72px;
    height: 72px;
    border: 1px solid #d0d0d0;
    overflow: hidden;
}

.schedule-box .hour-box .professional .info .image img {
    display: block;
    width: 100%;
}

.schedule-box .hour-box .professional .info .prof-title {
    font-size: 18px;
    margin-bottom: 7px;
    color: #292929;
    font-weight: 500;
}

.schedule-box .hour-box .professional .info .prof-occup {
    font-size: 15px;
    color: #0072bc;
}

.schedule-box .hour-box .theme-btn {
    background: #0072bc;
    margin: 15px 5px 5px;
}

.theme-btn.dull,
.schedule-box .hour-box .theme-btn.dull {
    background: #d2d2d2;
}

.schedule-box .hour-box .theme-btn:before {
    background: #00a1e4;
}


/* google_contact_map */

.contact-info-wrapper {
    background: #fff none repeat scroll 0 0;
    left: 0;
    margin: 0 auto;
    padding: 25px 25px 10px;
    position: absolute;
    right: 0;
    top: 244px;
    text-align: left;
    transition: opacity 0.5s ease 0s, visibility 0.6s ease 0s, margin-top 0.5s ease 0s;
    font-family: "Courier New", Courier, monospace;
    box-shadow: 0 1px 2px #bbb;
}

address {
    font-style: normal;
    line-height: 1.42857;
    margin-bottom: 20px;
}

.address-group {
    margin-bottom: 12px;
}

.address-group p {
    margin-bottom: 3px;
}

.address-group span {
    display: block;
    margin-bottom: 10px;
    margin-top: 0;
}

.show-map-link {
    text-align: center;
    font-weight: bold;
}

.show_add {
    position: absolute;
    text-align: center;
    top: 8px;
    width: 100%;
    z-index: 55;
}


/* Bounce To Right */

.btn-style-border {
    position: relative;
    display: inline-block;
    overflow: hidden;
    border: 1px solid #11c3f0;
    color: #ffffff;
    line-height: 24px;
    padding: 13px 38px;
    font-size: 26px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.btn-style-border .fa {
    padding-right: 25px;
    position: relative;
}

.btn-style-one {
    position: relative;
    display: inline-block;
    overflow: hidden;
    background: #11c3f0;
    color: #ffffff;
    line-height: 24px;
    padding: 8px 22px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.btn-style-one .fa {
    padding-right: 25px;
    position: relative;
}

.hvr-bounce-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.hvr-bounce-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-bounce-to-right:hover,
.hvr-bounce-to-right:focus,
.hvr-bounce-to-right:active {
    color: white;
}

.hvr-bounce-to-right:hover:before,
.hvr-bounce-to-right:focus:before,
.hvr-bounce-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.schedule-box .info {
    margin-bottom: 20px;
    padding-left: 8px!important;
    padding-right: 8px!important;
}

.schedule_university {
    background-color: #00a1e4;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 5px 9px;
    text-align: left;
    width: 100%;
}

.icon-holder {
    background-color: #ea4c0f;
    color: #fff;
    font-size: 29px;
    height: 130px;
    line-height: 111px;
    padding: 6px;
    text-align: center;
}


/*.icon-holder {
    background-color: #ea4c0f;
    color: #fff;
    float: left;
    font-size: 29px;
    margin-right: 10px;
    margin-top: 10px;
    padding: 6px;
    text-align: center;
    width: 64px;
}*/


/*.schedule_info{
    float: left;
    margin-top: 5px;
	width:257px;
}*/

.schedule_info {
    margin-top: 5px;
}

.schedule_info p {
    margin-bottom: 0px;
}

.schedule_info span {
    font-size: 1.33333em;
}

.jx-event-date {
    background: rgba(238, 22, 58, 0.9) none repeat scroll 0 0;
    color: #fff;
    float: left;
    height: 250px;
    padding: 20px;
    width: 250px;
}

.location_icon {
    margin-bottom: 12px;
}

.location_icon i {
    font-size: 22px;
    color: #CCC;
}

.venue_add {
    font-size: 18px;
}