hr {
    border-color: #DDDDDD;
    clear: none;
    height: 0;
    width: 132px;
    margin: 8px 0;
}

a.linkIn {
    display: inline-block;
    max-width: 380px;
    background: url(../images/linkedin-button-small.gif) no-repeat left 4px;
}

.constant-top {
    overflow: hidden;
    border-bottom: solid 3px #769946;
    margin-bottom: 30px;
}

    .constant-top h2 {
        border-bottom: none;
        margin-bottom: 0;
    }

.feature {
    width: 600px;
    float: left;
}

    .feature .button, .feature .button:hover {
        background: none;
        box-shadow: none;
    }

.no-padding-validation .field-validation-error {
    padding-left: 0px !important;
}

.tools {
    width: 300px;
    float: left;
    border-radius: 6px;
    background: #efefef;
    box-shadow: none;
    padding: 20px 30px;
}

    .tools .button, .tools .addthisevent-drop {
        padding: 10px 0;
        text-align: center;
        width: 49%;
        margin: 0;
        font-weight: normal;
    }

.full-label {
    width: 95% !important;
}

.tools .book {
    width: 100%;
    display: block;
    border-radius: 4px;
    background-color: #2f3a47;
    transition: all ease .2s;
    margin-bottom: 16px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 10px 0;
}

    .tools .book:hover {
        background-color: #445263;
    }

.venueInfo {
    font-size: 14px;
    border: none;
    margin-bottom: 30px;
    overflow: hidden;
}

.ten.columns.omega iframe {
    margin-top: 20px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.cmsContent {
    overflow: hidden;
}

    .cmsContent p.hotel {
        float: left;
        width: 50%;
    }

.tabbed .ui-tabs-nav {
    border-bottom: none;
    background: #efefef;
    padding: 5px 0;
}

    .tabbed .ui-tabs-nav .ui-state-active {
        background: #444;
        border-radius: 3px;
    }

        .tabbed .ui-tabs-nav .ui-state-active a {
            color: #fff;
            text-shadow: none;
        }

.tabbed .ui-tabs-nav {
    text-align: center;
    display: table;
    width: 98%;
    padding: 1%;
}

    .tabbed .ui-tabs-nav li {
        display: table-cell;
    }

    .tabbed .ui-tabs-nav a {
        padding: 0;
    }

.highslide {
    margin-right: 3px;
    margin-bottom: 1px;
    display: inline-block;
}

    .highslide img {
        border: none;
    }

        .highslide img:hover {
            opacity: 0.8;
            transition: all ease .3s;
        }

.socialLinks.normal a {
    height: 29px;
    width: 34px;
    padding-top: 5px;
    font-size: 20px;
    border-radius: 50%;
    background: #bcbcbc;
    color: #fff;
    transition: all ease .2s;
}

    .socialLinks.normal a:hover {
        background: #888;
    }

.tools .socialLinks.normal {
    display: block;
    float: none;
    margin: 0 auto;
    text-align: center;
    width: auto;
    margin: 30px auto 0;
}

#testimonials .col {
    margin-bottom: 44px;
}

    #testimonials .col img {
        width: auto;
        max-width: 156px;
        margin-right: 20px;
        display: inline;
        float: left;
    }

#testimonials h3 {
    text-align: left;
    display: inline-block;
    max-width: 400px;
    font-size: 17px;
    margin: 0;
    border-bottom: none;
    padding-top: 0;
    line-height: 1;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
}

    #testimonials h3 span {
        display: block;
        font-size: 12px;
        font-weight: normal;
    }

#testimonials p {
    text-align: left;
    min-width: 440px;
    padding: 18px;
    width: 368px;
    background: #efefef;
    border-radius: 4px;
    vertical-align: middle;
    display: table-cell;
    position: relative;
}

    #testimonials p:before {
        content: " ";
        position: absolute;
        left: -11px;
        top: 14px;
        background: url(../images/arrow.png) no-repeat;
        width: 11px;
        height: 18px;
    }

.flexslider .slides li img {
    width: 580px;
}

.participants {
    list-style: disc;
    overflow: hidden;
    padding-left: 3%;
}

    .participants li {
        width: 48%;
        margin-right: 2%;
        float: left;
        font-size: 14px;
    }

.sumq {
    padding-left: 20px;
    background: url(../images/li.png) no-repeat left center;
}

.conn-form .search-field {
    padding: 14px 106px 8px;
}

    .conn-form .search-field form {
        margin: 0;
    }

    .conn-form .search-field input[type="search"] {
        background: #efefef;
        padding: 0;
        padding-left: 10px;
        width: 272px;
        border-radius: 3px;
        height: 42px;
        border: none;
        float: left;
        margin: 0 3px 24px 0;
        -webkit-appearance: none;
    }

    .conn-form .search-field input[type="submit"] {
        background: #2f3a47 url(../images/search.png) no-repeat center;
        border-radius: 3px;
        height: 42px;
        width: 78px;
        line-height: 44px;
        border: none;
        font-size: 0;
        float: left;
        padding: 0;
    }

.conn-form .buttons {
    text-align: center;
    clear: both;
}

    .conn-form .buttons button {
        background: #efefef;
        padding: 0;
        width: 46px;
        line-height: 46px;
        font-size: 12px;
        color: #233746;
        text-shadow: none;
    }

        .conn-form .buttons button.active {
            background: #444;
            color: #fff;
        }

.conn-form .print {
    border-bottom: 1px solid #bcbcbc;
    padding: 0 20px;
    line-height: 30px;
    text-align: center;
}

    .conn-form .print .conn-count {
        padding-left: 74px;
    }

    .conn-form .print .printing {
        float: right;
        background: url(../images/print.png) no-repeat left center;
        padding-left: 22px;
    }

#delegates {
    margin-top: 22px;
}

    #delegates h3 {
        border: none;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 0px;
    }

    #delegates .del-tc p {
        margin: 0px;
    }

    #delegates .del {
        overflow: hidden;
        border: 1px solid #ebebeb;
        padding: 10px;
    }

    #delegates .del-info {
        float: left;
        width: 450px;
    }

    #delegates .del-img {
        float: left;
        margin-right: 22px;
    }

    #delegates .letter {
        margin: 0;
        background: #2f3a47;
        line-height: 24px;
        padding: 0 8px;
        font-size: 17px;
        font-weight: bold;
        color: #fff;
    }

    #delegates .del-tc {
        float: left;
        text-align: right;
        width: 40%;
        padding-top: 30px;
    }

        #delegates .del-tc:first-child {
            width: 45%;
            text-align: left;
            padding-top: 0;
        }

    #delegates .del-icon {
        display: block;
        height: 26px;
        width: 34px;
        padding-top: 8px;
        background: #bcbcbc;
        border-radius: 50%;
        margin: 0 auto 10px;
        color: #fff;
    }

    #delegates .logo {
        float: right;
        padding-top: 6px
    }

.print-info {
    margin-bottom: 10px;
}

    .print-info .print-letter, .print-info .print-data {
        border-bottom: 1px solid #bcbcbc;
        line-height: 30px;
    }

        .print-info .print-data span {
            padding-right: 6px;
            display: inline-block;
        }

            .print-info .print-data span:before {
                content: "|";
                margin-right: 8px;
            }

            .print-info .print-data span:first-child:before {
                content: "";
                margin-right: 0;
            }

.center {
    text-align: center;
}

.banner-holder {
    font-size: 15px;
    margin: 5px auto 5px;
    text-align: center;
    width: 660px;
}

.forms-wrapper {
    padding: 5px 0;
}

    .forms-wrapper h1 {
        font: 24px/28px "TeXGyreAdventorRegular", Arial, sans-serif;
    }

.step-counter {
    width: 460px;
    margin: 20px auto 40px;
    font-size: 15px;
    text-align: center;
}

.steps {
    background: url('../images/counter.png') repeat-x left center;
    margin-bottom: 30px;
}

    .steps .form-step {
        display: inline-block;
        background: #2f3a47;
        font-family: 'TeXGyreAdventorBold', Arial, sans-serif;
        font-weight: bold;
        font-size: 30px;
        color: #fff;
        text-decoration: none;
        text-shadow: 0 -1px rgba(0, 0, 0, .25);
        line-height: 54px;
        width: 54px;
        border-radius: 50%;
        position: relative;
    }

        .steps .form-step:hover {
            background: #414e5e;
            color: #9da4ac;
        }

        .steps .form-step i {
            display: inline-block;
            font-family: 'Raleway', sans-serif;
            font-weight: normal;
            font-size: 15px;
            color: #444;
            text-shadow: none;
            line-height: 1;
            width: 200px;
            border-radius: 0;
            position: absolute;
            bottom: -30px;
            left: 50%;
            margin-left: -100px;
        }

        .steps .form-step.unvisited {
            background: #d5d5d5;
            cursor: default;
        }

        .steps .form-step.active {
            background: #00ac4e;
            cursor: default;
        }

            .steps .form-step.unvisited:hover, .steps .form-step.active:hover {
                color: #fff;
            }

    .steps .first-step {
        float: left;
    }

    .steps .third-step {
        float: right;
    }

.event-form {
    overflow: hidden;
    color: #444;
}

    .event-form h4 {
        font-family: 'Raleway', sans-serif;
        text-transform: uppercase;
        font-size: 17px;
    }

    .event-form .note {
        font-size: 15px;
        margin-bottom: 20px;
    }

/*.events-list {
	float: left;
	width: 700px;
}*/

/*.events-list.narrow {
	width: 500px;
}*/

.payment {
    float: right;
    width: 100%;
}

.payment-details {
    background: #efefef;
    padding: 20px;
    margin-bottom: 10px;
    color: #444;
    overflow: hidden;
    min-height: 280px;
}

    .payment-details h4 {
        color: #444;
        font-size: 17px;
        font-weight: 700;
        text-transform: initial;
        margin-bottom: 20px;
        margin-top: 0;
    }

    .payment-details select {
        display: inline-block;
        width: 50px;
        line-height: 30px;
        height: 30px;
        background: #fff;
        float: right;
        padding: 0px;
    }

    .payment-details .delegates, .payment-details .tax-exempt, .payment-details .discount-code, .payment-details .e-mail {
        line-height: 1.75;
        margin-bottom: 10px;
        font-size: 14px;
    }

    .payment-details label {
        font-weight: normal;
    }

    .payment-details input[type="text"], .payment-details input[type="email"] {
        background: #fff;
        padding: 10px;
        border-radius: 3px;
    }

    .payment-details .action-link.book-now {
        clear: both;
        display: block;
        text-transform: uppercase;
        text-align: center;
        width: 100%;
        padding: 14px;
        font-weight: 500;
    }

.price-calculator {
    width: 100%;
    float: right;
    color: #202020;
    text-align: right;
    margin-bottom: 20px;
}

    .price-calculator p {
        margin-bottom: 0;
    }

    .price-calculator .price {
        font-size: 17px;
    }

        .price-calculator .price.discounted {
            text-decoration: line-through;
        }

    .price-calculator .savings {
        font-style: italic;
        font-size: 15px;
        padding-bottom: 10px;
        border-bottom: 1px solid #acacac;
    }

    .price-calculator .final-price {
        font-size: 22px;
        color: #444;
        font-weight: bold;
        padding-top: 20px;
        border-top: 1px solid #fdfdfd;
    }

.discount {
    background: #efefef;
    padding: 20px;
    margin-top: 10px;
    color: #444;
    font-size: 15px;
}

    .discount h5 {
        padding: 0 0 10px 24px;
        margin-bottom: 14px;
        background: url(../images/tagBooking.png) no-repeat left top;
        line-height: 24px;
        color: #444;
        font-weight: bold;
        border-bottom: 1px solid #acacac;
        font-size: 17px;
    }

    .discount p {
        margin-bottom: 20px;
    }

.events-list.narrow .discount {
    max-width: 460px;
}

.action-link, input[type="submit"].action-link {
    line-height: 1;
    padding: 14px 12px;
    background: #00ac4e;
    color: #fff !important;
    font-weight: normal;
    text-decoration: none;
    display: inline-block;
    border-radius: 2px;
    text-shadow: none;
    margin-top: 20px;
    text-align: center;
    width: 100%;
}

    .action-link:hover, input[type="submit"].action-link:hover {
        background: #002432 !important;
        color: #fff;
    }

    .action-link.dissabled {
        background: #52673a;
        color: #8ba56d;
        cursor: default;
    }

.add-subs-link {
    background: transparent;
    color: #002432 !important;
    border: 1px solid #002432;
    margin: 0;
}

    .add-subs-link:hover, .add-subs-link:focus {
        color: #fff !important;
    }

.pay-btn {
    color: #fff;
    background-color: #007bff !important;
    border-color: #007bff;
    text-transform: uppercase;
    width: auto;
    min-width: 320px;
    max-width: 320px;
    font-weight: 600 !important;
    letter-spacing: 1px;
    padding: 20px 12px !important;
    margin-bottom: 20px !important;
}

.forms-wrapper .affix {
    top: 70px;
    z-index: 9999 !important;
}

    .forms-wrapper .affix + .event-form {
        padding-top: 120px;
    }

    .forms-wrapper .affix.step-counter {
        background: #fff;
        padding-top: 10px;
        border: 1px solid rgba(0,0,0,.1);
    }

.subscribe-page .step-counter {
    width: 100%;
    margin: 0;
}

.subscribe-page.forms-wrapper .affix.step-counter .steps {
    min-height: 70px;
    margin-bottom: 0;
}

    .subscribe-page.forms-wrapper .affix.step-counter .steps .form-step {
        line-height: 40px;
        width: 40px;
        font-size: 20px;
    }

        .subscribe-page.forms-wrapper .affix.step-counter .steps .form-step i {
            font-size: 12px;
            bottom: -18px;
        }


#event-table {
    text-align: center;
    width: 100%;
}

    #event-table td {
        width: 120px;
        background: #efefef;
        color: #707070;
        line-height: 1;
        vertical-align: middle;
        border: 1px solid #d6d6d6;
    }

    #event-table tr td:last-child {
        width: 105px;
    }

    #event-table thead td {
        height: 55px;
        font-size: 16px;
        font-weight: 700;
        color: #202020;
        line-height: 55px;
    }

        #event-table thead td h5 {
            color: #fff;
            font-weight: 700;
            line-height: 53px;
            border-bottom: none;
            padding-bottom: 0;
            margin-bottom: 0;
            margin-top: 0;
            font-family: 'Raleway', sans-serif;
        }

        #event-table thead td span {
            font-weight: normal;
            font-size: 15px;
        }

        #event-table thead td.seb {
            color: #fff;
            background: #2f3a47;
            border: 1px solid #2f3a47;
        }

        #event-table thead td.eb {
            color: #fff;
            background: #474747;
            border: 1px solid #474747;
        }

        #event-table thead td.fp {
            color: #fff;
            background: #00ac4e;
            border: 1px solid #00ac4e;
        }

    #event-table tbody td {
        padding: 7px;
        font-size: 15px;
        font-weight: bold;
        color: #919191;
        text-shadow: 0 1px rgba(255, 255, 255, .5);
    }

        #event-table tbody td.current {
            color: black;
        }

    #event-table tbody tr:nth-child(odd) td:nth-child(odd) {
        background: #efefef;
        border: 1px solid #efefef;
    }

    #event-table tbody tr:nth-child(odd) td:nth-child(even) {
        background: #ddd;
        border: 1px solid #ddd;
    }

    #event-table tbody tr:nth-child(even) td:nth-child(odd) {
        background: #d5d5d5;
        border: 1px solid #d5d5d5;
    }

    #event-table tbody tr:nth-child(even) td:nth-child(even) {
        background: #c6c6c6;
        border: 1px solid #c6c6c6;
    }

    #event-table tbody td:first-child {
        position: relative;
        font-size: 15px;
        font-weight: bold;
        background: #fff !important;
        color: #444;
        width: 100px;
        padding-left: 32px;
        height: 100%;
        border: 1px solid #d6d6d6 !important;
        width: 250px;
        text-align: left;
    }

    #event-table tbody td:last-child {
        font-size: 15px;
        border: 1px solid #d6d6d6 !important;
    }

    #event-table tbody td:first-child:before {
        position: absolute;
        width: 20px;
        border-right: 1px solid #d6d6d6;
        border-bottom: 1px solid #d6d6d6;
        content: "";
        background: #efefef url(../images/dot-empty.png) no-repeat center;
        height: 100%;
        left: 0;
        top: 0;
        cursor: pointer;
    }

    #event-table tbody td.active:before {
        background: #efefef url(../images/dot-full.png) no-repeat center;
        z-index: 11;
    }

    #event-table tbody td.selected:after {
        content: " ";
        position: absolute;
        border-bottom: 1px solid #d6d6d6;
        background: rgba(118, 158, 70, .2);
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
    }

    #event-table tbody tr td.current {
        border: 3px solid #00ac4e !important;
        border-top: none !important;
        border-bottom: none !important;
    }

    #event-table tbody tr:first-child td.current {
        border-top: 3px solid #00ac4e !important;
    }

    #event-table tbody tr:last-child td.current {
        border-bottom: 3px solid #00ac4e !important;
    }

    #event-table tbody tr:last-child {
        border-bottom: 3px solid #d6d6d6 !important;
    }

    #event-table.narrow tbody td.selected:after {
        width: 500px;
    }

#order-table {
    width: 99.9%;
    text-align: center;
    margin: 30px 0 20px;
}

    #order-table tr td {
        padding: 15px 0;
    }

        #order-table tr td:first-child {
            text-align: left;
            padding-left: 32px;
            width: 275px;
            font-weight: bold;
            font-size: 17px;
        }

        #order-table tr td:last-child {
            width: 240px;
        }

    #order-table tfoot tr td:first-child {
        text-transform: uppercase;
    }

    #order-table thead td {
        padding: 20px 0;
        line-height: 1;
        color: #fff;
        font-size: 17px;
        font-weight: bold;
        background: #2f3a47;
    }

    #order-table tbody, #order-table tfoot {
        border-left: 1px solid #d6d6d6;
        border-right: 1px solid #d6d6d6;
    }

        #order-table tbody td {
            background: #fff;
            border-bottom: 1px solid #d6d6d6;
            font-size: 15px;
            color: #444;
        }

        #order-table tfoot td {
            background: #e8e8e8;
            border-bottom: 1px solid #d6d6d6;
        }

            #order-table tfoot td.total {
                background: #c6c6c6;
            }

.order-details {
    overflow: hidden;
}

    .order-details > p {
        margin-bottom: 0;
        width: 50%;
        float: left;
        min-height: 60px;
    }

    .order-details p span {
        font-size: 14px;
    }

    .order-details label {
        width: 150px;
        display: inline-block;
        font-weight: normal;
    }

    .order-details input[type="text"], .order-details select {
        width: 280px;
        display: inline-block;
        background: #fff;
        border-radius: 5px;
        margin: 0 0 5px;
    }

    .order-details input[type="checkbox"] {
        display: inline-block;
        margin-bottom: 20px;
    }

    /*.order-details select {
	height: 37px;
	width: 300px;
}*/

    .order-details input[type="submit"].action-link {
        padding: 10px 50px;
        margin: 20px 0;
    }

    .order-details .divider {
        height: 1px;
        background: #d6d6d6;
        margin: 0 0 20px;
        clear: both;
    }

    .order-details .submit-hold, .order-details .full-line {
        clear: both;
    }

    .order-details .terms {
        color: #00ac4e;
        text-decoration: underline;
        margin-bottom: 24px;
        display: inline-block;
    }

.validationMsg, .field-validation-error, .ui-helper-hidden-accessible {
    display: inline-block;
    color: #c33;
    font-style: italic;
    font-size: 12px !important;
    line-height: 1em;
    vertical-align: top;
    padding-left: 150px;
    background-repeat: no-repeat;
    background-image: url(../images/error.png);
    max-width: 2200px !important;
    position: relative;
}

.sticky {
    position: fixed;
    top: 0px;
    z-index: 100;
}

.Vat {
    font-size: 11px;
}

input.wrong-turn {
    border: 1px solid #d94c30;
}

.error-type {
    color: #d94c30;
    font-size: 14px;
    text-transform: initial;
}

.booking_company_bb .k-dropdown .k-dropdown-wrap .k-input {
    margin-top: 10px !important;
    margin-bottom: 5px !important;
}

.booking_company_bb .k-dropdown .k-dropdown-wrap .k-select {
    margin-top: 10px !important;
}

.succcess-page {
    padding: 150px 0;
    height: calc((100vh) - 200px);
}

    .succcess-page .fa-check {
        color: #00ac4e;
        font-size: 8rem;
        margin-bottom: 20px;
    }

    .succcess-page h2 {
        font-size: 40px;
    }

    .succcess-page p {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .succcess-page a {
        color: #00acc1;
    }

.subscribe-page.forms-wrapper .affix.step-counter .premiim_table {
    padding: 0;
}

#order-table {
    margin-top: 0;
}

@media (max-width: 1200px) {
    .payment-details select {
        float: none;
    }
}

@media (max-width: 960px) {
    .events-list, .payment {
        width: 100%;
        margin-bottom: 20px;
        float: none;
    }

    #event-table {
        width: 100%;
    }

    .payment-details, .discount {
        box-sizing: border-box;
        width: 49%;
        float: left;
    }

    .payment-details {
        margin-left: 2%;
    }

    .discount {
        margin-top: 20px;
    }

    .payment-details select {
        float: right;
    }

    .succcess-page {
        height: auto;
        padding: 20px 0;
    }

        .succcess-page .fa-check {
            font-size: 6rem;
        }

        .succcess-page h2 {
            font-size: 28px;
        }
}

@media (max-width: 768px) {
    section .container {
        width: 95%;
        padding: 0 2.5%;
    }

    .payment-details, .discount {
        width: 100%;
        float: none;
    }

    .payment-details {
        margin-left: 0;
    }

    #order-table tr td:first-child, #order-table tr td:last-child {
        width: auto;
    }

    .order-details > p {
        width: auto;
        float: none;
    }

    .payment-details select {
        float: right;
    }

    .steps {
        padding: 0 20px;
    }

        .steps .form-step {
            font-size: 20px;
            line-height: 40px;
            width: 40px;
        }

            .steps .form-step i {
                font-size: 12px;
                width: 100px;
                bottom: -18px;
                margin-left: -50px;
            }

    .premiim_table table th {
        padding-left: 10px;
        font-size: 12px;
    }

    #order-table tr td:first-child {
        padding-left: 10px;
        font-size: 12px;
    }

    #order-table tbody td {
        font-size: 12px;
        padding: 3px;
    }

    .action-link {
        margin-top: 0;
    }

    .pay-btn {
        margin-top: 20px;
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 680px) {
    #event-table td, #event-table tr td:last-child, #event-table tbody td:first-child {
        box-sizing: border-box;
        width: 100%;
        display: block;
    }

    #event-table tbody td:first-child {
        padding-left: 0;
        padding-right: 0;
    }

        #event-table tbody td:first-child:before {
            content: none;
        }

    #event-table tbody tr td.current {
        border: 3px solid #00ac4e !important;
    }
}

@media (max-width: 580px) {
    .order-details label {
        display: block;
    }

    .step-counter {
        width: 100%;
    }
}

@media (max-width: 360px) {
    .step-counter {
        width: 88%;
    }
}

