﻿.langsCont {
    display: none;
}

.normalText img {
    width: auto !important;
}

.eventIntro .textBlock {
    max-width: calc(100% - 260px);
    color: #1c3151;
    font-size: 22px;
    float: left;
}

.eventIntro .orangeBtn {
    position: relative;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.eventIntro .btnHolder {
    float: right;
}

.eventIntro {
    padding: 35px 0;
}

.eventMainInfos .col-md-4 {
    padding: 0 12px;
}

.eventMainInfos .row {
    margin: 0 -12px;
}

.partnerShip h3 {
    display: block;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.eventMainInfos .blockTitle {
    color: #1c3151;
    font-size: 22px;
}

.partnerShip img {
    max-width: 242px;
    display: block;
}

.partnerShip {
    padding: 23px 28px;
    background-color: #f0f7f9;
}

.theVenue {
    background-image: url(../images/thevenuebg.jpg);
    background-size: cover;
}

.theVenue {
    color: #fff;
    padding: 23px 28px;
}

.theVenue .blockTitle {
    color: #fff;
    margin-bottom: 10px;
}

.theVenue a,
.viewFullAg a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    position: relative;
    padding-right: 17px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.theVenue a:hover,
.viewFullAg a:hover {
    padding-right: 27px;
}

.eventPage .eventMainInfos .blockDescription {
    margin-bottom: 35px;
    font-size: 15px;
}

.eventMainInfos .speakers {
    padding: 23px 28px;
    background-color: #f0f7f9;
}

.speakers .blockTitle {
    margin-bottom: 10px;
}

.speakers .listingItemLI {
    padding-left: 12px;
    position: relative;
    font-size: 15px;
    color: #4a4a4a;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #bae2ee;
}

.speakers .listingItemLI:last-child {
    border: none;
}

.speakers .listingItemLI:before {
    position: absolute;
    left: 0;
    top: 6px;
    content: '';
    height: 7px;
    width: 7px;
    background-color: #95c11f;
    border-radius: 50%;
}

.theVenue a:before,
.viewFullAg a:before {
    background-image: url(../images/anchorArrow.png);
    height: 11px;
    width: 6px;
    content: '';
    position: absolute;
    top: 3px;
    right: 0;
}

.eventMainInfos {
    margin-bottom: 28px
}

.agendaList {
    padding: 23px 28px;
    background-color: #f0f7f9;
    margin-bottom: 40px;
}

.agendaList .blockTitle {
    color: #1c3151;
    font-size: 22px;
    margin-bottom: 10px;
}

.agendaList .hoursHolder,
.agendaList .titleHolder {
    float: left;
}

.agendaList .dayBlock {
    color: #95c11f;
    font-size: 17px;
    margin-bottom: 15px;
}

.agendaList .hoursHolder,
.agendaList .titleHolder {
    color: #696969;
    font-size: 15px;
    margin-right: 10px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #bae2ee;
}

.agendaList .titleHolder {
    margin-right: 0;
    font-weight: 600;
    color: #000;
    width: calc(100% - 75px)
}

.agendaList .bigHoursBlock .hoursHolder {
    width: 147px
}

.agendaList .bigHoursBlock .titleHolder {
    width: calc(100% - 157px)
}

.viewFullAg a {
    color: #f5a13e;
}

.viewFullAg a:before {
    background-image: url(../images/orange-ag-arrow.png)
}

.viewFullAg {
    text-align: center;
}

.agendaList .listingHolder {
    margin-bottom: 15px;
}

.eventPage .registerBtn {
    text-align: center;
    margin-bottom: 40px;
}

.eventPage .registerBtn a {
    width: 170px;
}

.eventPage .mainSliderCont ul.slides li {
	height: 380px;
}

.eventPage .sliderTextCont {
	margin-top:30px;
}

.mainSliderCont ul.slides {
	height:380px;
}
.eventPage .sliderTextContPad {
	padding: 25px;
}

.contentTextCont ul li {
    background: url(../images/bullet-second.png) no-repeat left 11px;
    padding-left: 12px;
}