.jx-sponsors ul {
    margin-bottom: 0
}

.jx-sponsors ul li {
    margin-bottom: 0;
    border: 4px solid #eee
}

.jx-sponsors li {
    display: inline-block;
    width: 230px;
    margin-left: 5px;
    margin-bottom: 5px;
    overflow: hidden
}

.jx-sponsors li img {
    transition: all .3s ease-out
}

.jx-sponsors li img:hover {
    opacity: .8
}

.jx-servicebox-1 .jx-service-item {
    text-align: center
}

.jx-servicebox-1 .jx-service-item .service-icon i {
    color: #de181f;
    font-size: 60px
}

.jx-servicebox-1 .jx-service-item .service-title {
    margin-top: 5px;
    margin-bottom: 15px
}

.jx-servicebox-1 .jx-service-item .service-title a {
    color: #000;
    font-size: 20px;
    font-weight: 600
}

.jx-servicebox-1 .jx-service-item .service-title a:hover {
    color: #de181f
}

.jx-servicebox-1 .jx-service-item .service-title-border {
    background: #de181f;
    width: 100px;
    height: 3px;
    margin: 0 auto;
    margin-bottom: 15px
}

.jx-servicebox-1 .jx-service-item .service-description p {
    font-size: 13px;
    padding: 0 40px
}

.jx-servicebox-2 .jx-service-item {
    border: 2px solid #eee
}

.jx-servicebox-2 .service-title {
    background: #333;
    padding: 10px;
    margin-top: 20px
}

.jx-servicebox-2 .service-icon {
    color: #fff !important;
    padding: 12px;
    line-height: 1.3
}

.jx-servicebox-2 .service-icon i {
    color: #de181f !important;
    padding: 10px
}

.jx-servicebox-2 .service-title a {
    color: #fff !important
}

.jx-servicebox-2 .jx-service-item {
    text-align: center
}

.jx-servicebox-2 .jx-service-item .service-icon i {
    color: #de181f;
    font-size: 60px
}

.jx-servicebox-2 .jx-service-item .service-title {
    margin-top: 5px;
    margin-bottom: 15px
}

.jx-servicebox-2 .jx-service-item .service-title a {
    color: #000;
    font-size: 20px;
    font-weight: 600
}

.jx-servicebox-2 .jx-service-item .service-title a:hover {
    color: #de181f
}

.jx-servicebox-2 .jx-service-item .service-title-border {
    background: #de181f;
    width: 100px;
    height: 3px;
    margin: 0 auto;
    margin-bottom: 15px
}

.jx-servicebox-2 .jx-service-item .service-description p {
    font-size: 13px;
    padding: 0 40px
}

.jx-counter-item .jx-counter-icon {
    float: left;
    border-right: 1px solid #fff;
    margin-right: 20px;
    height: 80px
}

.jx-counter-item .jx-counter-icon {
    float: left;
    border-right: 1px solid #fff;
    margin-right: 20px;
    height: 80px
}

.jx-counter-item .jx-counter-icon i {
    font-size: 55px;
    width: 80px;
    height: 80px;
    line-height: 80px
}

.jx-counter-item .jx-counter-info {
    text-align: left
}

.jx-counter-item .jx-counter-info .jx-counter-text {
    color: #fff;
    font-size: 25px;
    font-weight: 300;
    font-family: oswald;
    line-height: 1
}

.jx-counter-item .jx-counter-info .jx-counter-number {
    color: #fff;
    font-size: 38px; /*50px*/
    font-weight: 400;
    font-family: oswald;
    line-height: 1.2
}

.jx-counter-text:after {
    content: '\f103';
    font-family: fontawesome;
    font-size: 20px;
    margin-left: 10px
}

.jx-speaker-item.jx-speaker-box-content {
    width: 39.5%
}

.jx-speaker-item.jx-speaker-box-content .jx-title {
    font-size: 31px;
    color: #000
}

.jx-speaker-item.jx-speaker-box-content .jx-title span {
    font-size: 31px;
    font-weight: 600;
    color: #de181f
}

.jx-hr-title {
    width: 50px;
    height: 2px;
    background: #de181f;
    margin: 8px 0
}

.jx-speaker-item.jx-speaker-box-content p {
    line-height: 1.5;
    margin-top: 10px;
    padding: 0 10px 0 0
}

.jx-speaker-item img {
    width: 100%;
    height: auto
}

.jx-speaker .jx-speaker-item {
    float: left;
    margin-bottom: 5px;
    margin-left: 6px
}

.jx-speaker .jx-speaker-item:last-child {
    margin-right: 0
}

.jx-speaker-item {
    height: auto;
    width: 19.5%
}

.jx-image-wrapper .jx-speaker-overlayer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    opacity: 0;
    transition: all .3s ease-out
}

.jx-image-wrapper .jx-speaker-overlayer:after {
    content: '';
    border: 1px solid #ccc;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    transition: all .3s ease-out
}

.jx-image-wrapper:hover .jx-speaker-overlayer:after {
    content: '';
    border: 1px solid #ccc;
    position: absolute;
    top: 16px;
    left: 18px;
    width: 82%;
    height: 80%;
    background: rgba(0, 0, 0, .5);
    transition: all .3s ease-out
}

.jx-image-wrapper .jx-image-hover-info {
    position: absolute;
    top: 90%;
    left: 50%;
    margin-top: -30px;
    margin-left: -70px;
    opacity: 0;
    transition: all .3s ease-out
}

.jx-image-wrapper:hover .jx-speaker-overlayer {
    opacity: 1;
    cursor: pointer
}

.jx-image-wrapper:hover .jx-image-hover-info {
    top: 50%;
    opacity: 1
}

.jx-image-wrapper .jx-speaker-name {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0
}

.jx-image-wrapper .jx-speaker-pos {
    text-align: left;
    font-size: 15px;
    color: #aaa;
    margin-bottom: 20px
}

.jx-newsletter .search-inline-block {
    display: block;
    margin-right: 60px
}

.jx-newsletter {
    height: 60px;
    margin-bottom: 50px;
    max-width: 600px;
    margin: 0 auto
}

.jx-newsletter .jx-form-wrapper input {
    padding: 10px 13px;
    float: left;
    font-size: 17px;
    border: 0;
    background: #f9f9f9 none repeat scroll 0% 0%;
    height: 60px;
    border-radius: 0
}

.jx-newsletter .jx-form-wrapper button {
    overflow: visible;
    position: relative;
    float: right;
    border: 0;
    padding: 0;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    background: #de181f;
    border-radius: 0;
    text-align: center;
    height: 60px;
    width: 60px
}

.jx-newsletter .jx-form-wrapper button i {
    width: 60px;
    height: 60px;
    text-align: center;
    text-indent: -15px;
    font-size: 35px
}

.jx-newsletter .jx-form-wrapper input:focus {
    outline: 0;
    background: #fff
}

.jx-newsletter .jx-form-wrapper input::-webkit-input-placeholder {
    color: #999;
    font-weight: 400;
    font-style: italic
}

.jx-newsletter .jx-form-wrapper input:-moz-placeholder {
    color: #999;
    font-weight: 400;
    font-style: italic
}

.jx-newsletter .jx-form-wrapper input:-ms-input-placeholder {
    color: #999;
    font-weight: 400;
    font-style: italic
}

.jx-newsletter .jx-form-wrapper button:hover {
    background: #000
}

.jx-newsletter .jx-form-wrapper button:active, .jx-newsletter .jx-form-wrapper button:focus {
    background: #c42f2f;
    outline: 0
}

.jx-newsletter .jx-form-wrapper button:hover:before {
    border-right-color: #000
}

.jx-newsletter .jx-form-wrapper button:focus:before, .jx-newsletter .jx-form-wrapper button:active:before {
    border-right-color: #c42f2f
}

.jx-btn-default {
    padding: 0 22px;
    display: inline-block;
    background: #de181f none repeat scroll 0% 0%;
    color: #fff;
    font-size: 16px;
    border: 0;
    font-weight: 500;
    text-transform: uppercase;
    height: 48px;
    line-height: 46px
}

.jx-btn-default a {
}

.jx-btn-default:hover {
    color: #fff !important;
    background: #000
}

.jx-btn-default i {
    color: #fff;
    font-size: 28px;
    padding: 0;
    vertical-align: middle
}

.jx-btn-default.jx-outline {
    color: #de181f;
    border: 2px solid #de181f;
    background: 0 0
}

.jx-btn-default.jx-outline i {
    color: #de181f;
    font-size: 30px;
    padding: 0;
    vertical-align: middle
}

.jx-btn-default.jx-outline:hover {
    color: #fff;
    background: #000;
    border: 2px solid transparent
}

.jx-btn-default.jx-outline:hover i {
    color: #fff
}

.jx-btn-default span {
    color: #999;
    font-size: 16px;
    margin-left: 10px;
    font-weight: 500
}

.jx-btn-default i {
    margin-right: 10px
}

.resp-tabs-list li {
    font-size: 14px;
    text-align: left;
    display: inline-block;
    padding: 13px 15px;
    margin: 0;
    list-style: outside none none;
    cursor: pointer;
    float: left;
    background: #f9f9f9 none repeat scroll 0% 0%;
    color: #333;
    border: 1px solid #eee
}

.resp-content-active, .resp-accordion-active {
    display: block
}

.shortcode_tab_a .resp-tab-content {
    border: 1px solid #c1c1c1
}

.shortcode_tab_e .jx-tab-date i {
    font-size: 20px;
    padding: 5px
}

.shortcode_tab_e ul.resp-tabs-list, p {
    margin: 0;
    padding: 0
}

.shortcode_tab_e li.resp-tab-active {
    font-weight: 500
}

.shortcode_tab_e .resp-tabs-container {
    padding: 0;
    background-color: #fff;
    clear: left;
    border: 1px solid #eee
}

.shortcode_tab_e h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none
}

.shortcode_tab_e .resp-tab-content {
    display: none;
    padding: 15px
}

.shortcode_tab_e li {
    border-top: 5px solid transparent;
    margin-bottom: -1px;
    margin-right: -1px;
    padding: 12px 14px 14px;
    background: #fff none repeat scroll 0% 0%;
    min-width: 90px;
    text-align: center
}

.shortcode_tab_e.jx-white-tab.jx-arrow-tab ul li {
    background: #eee;
    color: #000;
    margin-bottom: 15px !important;
    margin-right: 15px;
    position: relative;
    padding: 24px 52px 25px;
    width: 33.7%
}

.shortcode_tab_e.jx-white-tab.jx-arrow-tab ul li:last-child {
    margin-right: 0 !important
}

.shortcode_tab_e.jx-white-tab.jx-arrow-tab ul li:nth-last-child(1) {
    margin-right: 0 !important
}

.shortcode_tab_e.jx-white-tab.jx-arrow-tab ul li.resp-tab-active:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 9px 9px 0;
    border-color: #de181f transparent;
    display: block;
    width: 0;
    z-index: 5;
    bottom: -8px;
    margin-left: -9px;
    left: 50%
}

.shortcode_tab_e.jx-white-tab.jx-arrow-tab li.resp-tab-active {
    padding: 24px 52px 25px;
    background-color: #de181f;
    color: #fff;
    width: 30%
}

.shortcode_tab_e.jx-white-tab.jx-arrow-tab ul li {
    border: none
}

.shortcode_tab_e.jx-white-tab .resp-tabs-list li.resp-tab-active:hover {
    color: #fff
}

.jx-tab-date {
    font-family: oswald;
    font-size: 50px;
    line-height: 1
}

.jx-tab-day {
    font-family: oswald;
    font-size: 30px;
    margin: 15px 0 5px 0
}

.jx-subtab-main {
    padding: 0 !important
}

.resp-tabs-list.jx-subtab {
    padding: 0 !important;
    margin: 0 !important;
    background: #000;
    height: 58px;
    width: 100%
}

.shortcode_tab_e.jx-white-tab.jx-arrow-tab ul.jx-subtab li {
    background: #000 none repeat scroll 0% 0%;
    color: #fff;
    font-family: oswald;
    font-size: 20px;
    text-transform: capitalize;
    line-height: 1.2;
    width: 23%;
    padding-top: 16px;
    line-height: 1.2;
    padding-bottom: 0
}

.resp-tab-item.childtab_1.resp-tab-active, .resp-tab-item.childtab_2.resp-tab-active, .resp-tab-item.childtab_3.resp-tab-active, .resp-tab-item.childtab_4.resp-tab-active {
    border-bottom: 4px solid #de181f !important;
    padding-bottom: 14px !important
}

#ChildTab-1 ul li.resp-tab-active::after, #ChildTab-2 ul li.resp-tab-active::after, #ChildTab-3 ul li.resp-tab-active::after, #ChildTab-4 ul li.resp-tab-active::after {
    border-color: transparent transparent
}

.jx-faq .jx-faq-head .jx-faq-title {
    background: #de181f;
    padding: 20px 0;
    width: 111px;
    height: 88px;
    color: #fff;
    font-size: 40px;
    text-align: center;
    position: relative;
    margin-right: 25px;
    float: left
}

.jx-faq .jx-faq-head .jx-faq-title:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -15px;
    left: 40px;
    width: 0;
    border-width: 15px 15px 0;
    border-style: solid;
    border-color: #de181f transparent
}

.jx-faq-description {
    background: #000;
    color: #fff;
    height: 88px;
    padding: 20px;
    font-size: 20px
}

.jx-faq-description p {
    font-size: 16px
}

.jx-accordion .title {
    font-size: 19px;
    color: #fff;
    font-weight: 500;
    cursor: pointer
}

.jx-accordion {
    padding-top: 20px !important
}

.jx-accordion .head {
    padding: 20px;
    font-size: 15px;
    background: #de181f;
    margin-bottom: 10px
}

.jx-accordion .description {
    margin: 20px 0 !important;
    font-size: 17px;
    color: #fff
}

.jx-contact-form {
    max-width: 950px;
    margin: 0 auto
}

.jx-contact-form input {
    height: 45px;
    border: none;
    padding: 0 10px;
    font-size: 15px;
    color: #333 !important;
    border-radius: 0
}

.jx-contact-form textarea {
    border: none;
    padding: 10px;
    font-size: 15px;
    color: #333 !important;
    border-radius: 0;
    border: 1px solid #ccc
}

.jx-contact-form .contact-full-name {
    float: left;
    margin-right: 10px
}

.jx-contact-form .contact-full-name, .jx-contact-form .contact-email {
    width: 49.5%
}

.jx-contact-form input.jx-submit {
    width: 100%;
    background: #de181f;
    color: #fff !important;
    font-family: raleway;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    border: 0;
    border-radius: 0
}

.jx-venue-box {
    align-items: center;
    display: flex;
    justify-content: center;

    position: absolute;
    z-index: 999;
    top: 69px;
    width: 300px;
    height: 300px;
    color: #fff;
    left: 40px;
    background: #333 none repeat scroll 0% 0%;
    border-radius: 50%;
    text-align: center;
    line-height: 1.5;
    padding: 50px 30px
}

.jx-venue-box h1 {
    color: #fff;
    font-weight: 500
}

.jx-venue-box p {
    font-size: 14px
}

.jx-hotel-name {
    font-size: 18px;
    font-weight: 500
}

/*.jx-venue-address {
    margin-top: 24px
}*/

.jx-venue-heading {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500
}

.jx-venue-heading i {
    margin-right: 5px;
    font-size: 25px
}

.jx-address-1, .jx-address-2, .jx-address-3 {
    font-size: 14px;
    line-height: 1.5
}

.jx-status-message.jx-success {
    padding: 15px;
    background: #8bcc72;
    color: #fff;
    margin: 0 0 20px;
    font-size: 16px
}

.jx-status-message.jx-error {
    padding: 15px;
    background: #f65d64;
    color: #fff;
    margin: 0 0 20px;
    font-size: 16px
}

.jx-testimonial {
    background: rgba(0, 0, 0, .7);
    min-height: 323px;
    padding-top: 88px
}

.jx-testimonial-item .jx-photo {
    width: 120px;
    height: 120px;
    float: left
}

.jx-testimonial-item .jx-testimonial-content {
    width: 500px;
    height: 120px;
    float: left;
    margin-left: 20px
}

.jx-testimonial-item .jx-photo img {
    border-radius: 50%;
    border: 3px solid #fff
}

.jx-testimonial-item .jx-testimonial-content .jx-name {
    background: #000;
    display: block;
    height: 35px
}

.jx-testimonial-item .jx-testimonial-content .jx-name i {
    width: 35px;
    height: 35px;
    color: #de181f;
    text-align: center;
    line-height: 35px;
    background: #fff
}

.jx-testimonial-item .jx-testimonial-content .jx-name {
    background: #de181f;
    color: #fff;
    font-size: 19px;
    text-transform: uppercase;
    padding-right: 20px;
    width: 200px
}

.jx-testimonial-item .jx-testimonial-content .jx-name span {
    padding-left: 10px
}

.jx-testimonial-item .jx-testimonial-content .jx-content p {
    color: #fff;
    padding: 10px 0;
    line-height: 1.5;
    width: 700px;
    font-size: 19px;
    font-weight: 400;
    font-family: raleway
}

.jx-testimonial-item {
    padding: 11px;
    max-width: 900px;
    margin: 0 auto
}

.jx-testimonial .flex-control-nav.flex-control-paging {
    bottom: -20px
}

.jx-testimonial .flex-control-nav.flex-control-paging li {
    vertical-align: middle
}

.jx-testimonial .flex-control-nav.flex-control-paging li a {
    background: #de181f;
    width: 15px;
    height: 15px;
    line-height: 1;
    vertical-align: middle
}

.jx-testimonial .flex-control-nav.flex-control-paging li a.flex-active {
    border: 2px solid #de181f;
    background: 0 0;
    vertical-align: middle
}

.jx-price-table .jx-price-item {
    background: #de181f;
    color: #fff
}

.jx-price-table .jx-price-item .jx-price {
    font-size: 110px;
    font-family: oswald;
    text-align: center;
    padding: 45px 20px 0;
    margin-top: 20px;
    line-height: 91px;
    color: #fff !important;
    background: #333 none repeat scroll 0% 0%
}

.jx-price-table .jx-price-item .jx-price span {
    font-size: 50px
}

.jx-price-table .jx-price-item .jx-package-name {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 18px;
    height: 68px;
    line-height: 1;
    padding: 14px;
    color: #fff !important;
    background: #333 none repeat scroll 0% 0%;
    border-top: 1px dashed #444
}

.jx-price-table .jx-price-item .jx-package-feature {
    padding: 0 20px 25px
}

.jx-price-table .jx-price-item .jx-package-feature ul li {
    border-top: 1px solid rgba(255, 255, 255, .3);
    margin: 0;
    padding: 10px;
    font-size: 14px
}

.jx-price-table .jx-price-item .jx-package-feature ul li i {
    margin-right: 10px
}

.jx-price-table .jx-price-item.jx-white {
    background-color: #333 !important
}

.jx-price-table .jx-price-item.jx-white .jx-price {
    background-color: #de181f
}

.jx-price-table .jx-price-item.jx-white .jx-package-name {
    background-color: #de181f
}

.jx-price-table .jx-price-item.jx-white .jx-price, .jx-price-item.jx-white .jx-package-name, .jx-price-item.jx-white .jx-package-feature {
    color: #de181f
}

.jx-price-table .jx-price-item.jx-white li {
    border-top: 1px solid rgba(50, 50, 50, .1);
    color: #fff
}

.jx-price-table .jx-price-item .jx-package-feature ul li:first-child {
    border-top: none
}

.jx-countdown-form .jx-half-width {
    width: 50% !important
}

.jx-ticket-form, .jx-countdown-box {
    padding: 60px
}

.jx-ticket-form h1 {
    color: #fff;
    font-family: raleway
}

.jx-ticket-form input {
    border-radius: 0;
    height: 44px;
    font-size: 15px;
    padding: 0 15px
}

#contactForm-2 .jx-ticket-valid select {
    width: 45%
}

.jx-ticket-type select {
    width: 45%
}

.jx-event-register .jx-ticket-type {
    width: 45%;
    height: 70px
}

.jx-event-register .jx-ticket-type .sbHolder {
    height: 50px
}

.jx-event-register .jx-ticket-type .sbToggle {
    height: 50px;
    top: 8px;
    right: 8px
}

.jx-event-register .jx-ticket-type .sbOptions {
    top: 49px !important
}

.jx-event-register .sbSelector:link, .jx-event-register .sbSelector:visited, .jx-event-register .sbSelector:hover {
    outline: medium;
    text-decoration: none;
    color: #aaa;
    font-size: 14px;
    padding: 10px 0;
    height: 50px;
    width: 100%
}

.jx-ticket-form .jx-ticket-type {
    float: left;
    margin-right: 20px
}

.jx-ticket-form .jx-ticket-type {
    width: 48%
}

.jx-countdown-form .jx-countdown-box, .jx-countdown-form .jx-ticket-form {
    display: inline-block;
    height: 450px;
    background: rgba(0, 0, 0, .7) none repeat scroll 0% 0%
}

.jx-countdown-form .jx-countdown-box h1 {
    text-align: center;
    color: #fff
}

.jx-countdown {
    text-align: center
}

.jx-countdown-box {
    text-align: center;
    opacity: .9
}

.jx-countdown .counter-wrapper li {
    background: #de181f;
    color: #fff;
    padding: 10px;
    width: 93px;
    height: 93px;
    display: inline-block;
    font-family: oswald;
    margin-right: 30px;
    margin-top: 20px
}

.jx-countdown-box .counter-wrapper li {
    border: 3px solid #fff
}

.jx-countdown .counter-wrapper li:last-child {
    margin-right: 0 !important
}

.jx-countdown .counter-wrapper li .count {
    font-size: 30px;
    font-weight: 200;
    padding: 12px
}

.jx-countdown .counter-wrapper li .count-text {
    font-size: 22px;
    margin-top: 5px;
    font-weight: 400;
    text-transform: uppercase
}

.jx-btn-default.jx-outline.jx-white-btn {
    background: #fff;
    color: #de181f
}

.jx-btn-default.jx-outline.jx-white-btn:hover {
    background: #000;
    color: #de181f
}

.jx-countdown-box p {
    color: #fff
}

.jx-media-center {
}

.jx-media-center .image img {
    width: 100%
}

.jx-media-center .one-third.columns {
    background: #fff;
    border: 1px solid #eee
}

.jx-media-center .title {
    padding: 10px 20px
}

.jx-media-center .date {
    padding: 0 20px
}

.jx-media-center .description {
    padding: 0 20px;
    margin: 10px 0 40px;
    line-height: 1.5
}

.jx-media-center .title a {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    padding: 15px 0 10px
}

.jx-media-center .title a:hover {
    color: #de181f
}

.jx-media-center .date {
    font-size: 18px;
    font-weight: 600;
    padding: 0 20px
}

.jx-media-center .date i {
    font-size: 20px;
    color: #de181f;
    padding: 0;
    padding-right: 5px;
    vertical-align: middle
}

.jx-media-center .date span {
    padding-right: 26px;
    position: relative;
    font-size: 13px;
    font-weight: 500
}

.jx-media-center .description {
}

.jx-btn-center {
    text-align: center
}

.jx-media-center .jx-image-wrapper .jx-image-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(238, 22, 58, .8) none repeat scroll 0% 0%;
    opacity: 0;
    transition: all .3s ease-out
}

.jx-media-center .jx-image-wrapper {
    overflow: hidden
}

.jx-media-center .jx-image-wrapper:hover .jx-image-overlay {
    opacity: 1
}

.jx-media-center .jx-image-wrapper .jx-blog-more {
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -50px;
    margin-top: -20px;
    padding: 0;
    transition: all .3s ease-out
}

.jx-media-center .jx-image-wrapper:hover .jx-blog-more {
    opacity: 1;
    cursor: pointer;
    top: 50%
}

.jx-media-center .jx-image-wrapper .jx-blog-more i {
    background: #000 none repeat scroll 0% 0%;
    color: #fff;
    font-size: 34px;
    width: 90px;
    height: 90px;
    padding: 0;
    border-radius: 50%;
    text-align: center;
    line-height: 93px;
    opacity: 0;
    transition: all .3s ease-out 0s;
    border: 0;
    margin-left: 5px;
    margin-top: -30px
}

.jx-media-center .jx-image-wrapper:hover .jx-blog-more i {
    opacity: 1;
    cursor: pointer
}

.jx-blog-image.flexslider.small-blog .flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 15px;
    text-align: center
}

.jx-blog-image.flexslider .flex-direction-nav {
    display: none
}

.jx-blog-image.flexslider.small-blog .full-widthvideo {
    padding-bottom: 58.3%
}

.jx-blog-image.flexslider.small-blog .full-widthvideo iframe {
    height: 400px !important;
    padding-bottom: 170px
}

.jx-event-schedule {
    padding: 50px 0
}

.jx-event-schedule .item {
    display: inline-block
}

.jx-event-schedule .head {
    padding-top: 20px
}

.jx-event-schedule .left-position {
    width: 120px;
    float: left;
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
    z-index: 9
}

.jx-event-schedule .right-position {
    width: 900px;
    float: left;
    display: inline;
    margin-right: 10px;
    border-left: 2px solid #ccc;
    margin-left: -70px;
    padding-left: 84px;
    padding-bottom: 50px
}

.jx-event-schedule .title {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    padding: 3px 0 10px;
    cursor: pointer
}

.jx-event-schedule .date {
    font-size: 20px;
    font-weight: 600;
    color: #de181f
}

.jx-event-schedule .date i {
    font-size: 23px;
    color: #de181f;
    padding: 0;
    padding-right: 3px
}

.jx-event-schedule .date span {
    padding-right: 26px;
    position: relative;
    top: -2px
}

.jx-event-schedule p {
    padding-bottom: 24px
}

.jx-event-schedule .image {
    text-align: center
}

.jx-event-schedule .image img {
    object-fit: cover;
    height: 107px;
    width: 107px;
    text-align: center;
    border-radius: 50%;
    border: solid 2px #ccc;
    padding: 5px;
    background: #fff
}

.jx-event-schedule .image i {
    height: 66px;
    width: 66px;
    color: #fff;
    font-size: 30px;
    text-align: center;
    padding-top: 18px;
    background: #de181f;
    border-radius: 50%;
    margin-top: 13px
}

.jx-event-schedule .item:last-child .right-position {
    padding-bottom: 100px
}

.jx-interactive-map {
    /*max-width: 800px;*/
    margin: 0 auto
}

.jx-map-company ul {
    padding: 10px 16px !important;
    margin: 0 !important
}

.jx-map-company > ul > li {
    float: left;
    width: 12.5%;
    text-transform: uppercase;
    background: #f9f9f9;
    border: 4px solid #fff;
    font-size: 13px;
    font-weight: 500
}

.jx-single-point {
    position: absolute;
    border-radius: 50%
}

.jx-single-point > a {
    position: relative;
    z-index: 2;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: inherit;
    background: #d95353;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 255, 255, .3);
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    transition: background-color .2s
}

.jx-single-point > a::after, .jx-single-point > a:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-color: #fff;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s
}

.jx-single-point > a::after {
    height: 2px;
    width: 12px
}

.jx-single-point > a::before {
    height: 12px;
    width: 2px
}

.jx-single-point::after {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: inherit;
    background-color: transparent;
    -webkit-animation: jx-pulse 2s infinite;
    -moz-animation: jx-pulse 2s infinite;
    animation: jx-pulse 2s infinite
}

.jx-single-point:nth-of-type(1) {
    bottom: 40%;
    right: 30%
}

.jx-single-point:nth-of-type(2) {
    bottom: 24%;
    right: 46%
}

.jx-single-point:nth-of-type(3) {
    top: 28%;
    left: 20%
}

.jx-single-point:nth-of-type(4) {
    top: 20%;
    right: 22%
}

.jx-single-point.is-open > a {
    background-color: #475f74
}

.jx-single-point.is-open > a::after, .jx-single-point.is-open > a::before {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(135deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(135deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(135deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(135deg);
    transform: translateX(-50%) translateY(-50%) rotate(135deg)
}

.jx-single-point.is-open::after {
    display: none
}

.jx-single-point.is-open .jx-more-info {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity .3s 0s, visibility 0s 0s, -webkit-transform .3s 0s, top .3s 0s, bottom .3s 0s, left .3s 0s, right .3s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s, -moz-transform .3s 0s, top .3s 0s, bottom .3s 0s, left .3s 0s, right .3s 0s;
    transition: opacity .3s 0s, visibility 0s 0s, transform .3s 0s, top .3s 0s, bottom .3s 0s, left .3s 0s, right .3s 0s
}

@media only screen and (min-width: 600px) {
    .jx-single-point.is-open .jx-more-info.jx-left {
        right: 140%
    }

    .jx-single-point.is-open .jx-more-info.jx-right {
        left: 140%
    }

    .jx-single-point.is-open .jx-more-info.jx-top {
        bottom: 140%
    }

    .jx-single-point.is-open .jx-more-info.jx-bottom {
        top: 140%
    }
}

@-webkit-keyframes jx-pulse {
    0% {
        -webkit-transform: scale(1);
        box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, .8)
    }
    50% {
        box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, .8)
    }
    100% {
        -webkit-transform: scale(1.6);
        box-shadow: inset 0 0 1px 1px transparent
    }
}

@-moz-keyframes jx-pulse {
    0% {
        -moz-transform: scale(1);
        box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, .8)
    }
    50% {
        box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, .8)
    }
    100% {
        -moz-transform: scale(1.6);
        box-shadow: inset 0 0 1px 1px transparent
    }
}

@keyframes jx-pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, .8)
    }
    50% {
        box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, .8)
    }
    100% {
        -webkit-transform: scale(1.6);
        -moz-transform: scale(1.6);
        -ms-transform: scale(1.6);
        -o-transform: scale(1.6);
        transform: scale(1.6);
        box-shadow: inset 0 0 1px 1px transparent
    }
}

.jx-single-point .jx-more-info {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    text-align: left;
    line-height: 1.5;
    background-color: rgba(255, 255, 255, .95);
    padding: 2em 1em 1em;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: opacity .3s 0s, visibility 0s .3s, -webkit-transform .3s 0s, top .3s 0s, bottom .3s 0s, left .3s 0s, right .3s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s, -moz-transform .3s 0s, top .3s 0s, bottom .3s 0s, left .3s 0s, right .3s 0s;
    transition: opacity .3s 0s, visibility 0s .3s, transform .3s 0s, top .3s 0s, bottom .3s 0s, left .3s 0s, right .3s 0s
}

.jx-single-point .jx-more-info::before {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    display: none;
    border: 8px solid transparent
}

.jx-single-point .jx-more-info h2 {
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: .6em
}

.jx-single-point .jx-more-info p {
    color: #758eb1
}

@media only screen and (min-width: 600px) {
    .jx-single-point .jx-more-info {
        position: absolute;
        width: 220px;
        height: 240px;
        padding: 1em;
        overflow-y: visible;
        line-height: 1.4;
        border-radius: .25em;
        box-shadow: 0 0 20px rgba(0, 0, 0, .5)
    }

    .jx-single-point .jx-more-info::before {
        display: block
    }

    .jx-single-point .jx-more-info.jx-left, .jx-single-point .jx-more-info.jx-right {
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .jx-single-point .jx-more-info.jx-left::before, .jx-single-point .jx-more-info.jx-right::before {
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .jx-single-point .jx-more-info.jx-left {
        right: 160%;
        left: auto
    }

    .jx-single-point .jx-more-info.jx-left::before {
        border-left-color: rgba(255, 255, 255, .95);
        left: 100%
    }

    .jx-single-point .jx-more-info.jx-right {
        left: 160%
    }

    .jx-single-point .jx-more-info.jx-right::before {
        border-right-color: rgba(255, 255, 255, .95);
        right: 100%
    }

    .jx-single-point .jx-more-info.jx-top, .jx-single-point .jx-more-info.jx-bottom {
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .jx-single-point .jx-more-info.jx-top::before, .jx-single-point .jx-more-info.jx-bottom::before {
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .jx-single-point .jx-more-info.jx-top {
        bottom: 160%;
        top: auto
    }

    .jx-single-point .jx-more-info.jx-top::before {
        border-top-color: rgba(255, 255, 255, .95);
        top: 100%
    }

    .jx-single-point .jx-more-info.jx-bottom {
        top: 160%
    }

    .jx-single-point .jx-more-info.jx-bottom::before {
        border-bottom-color: rgba(255, 255, 255, .95);
        bottom: 100%
    }

    .jx-single-point .jx-more-info h2 {
        font-size: 20px;
        font-size: 1.25rem;
        margin-bottom: 0
    }

    .jx-single-point .jx-more-info p {
        font-size: 14px;
        font-size: .875rem
    }
}

.jx-close-info {
    position: fixed;
    top: 0;
    right: 0;
    height: 44px;
    width: 44px
}

.jx-close-info::after, .jx-close-info:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    background-color: #475f74;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s
}

.jx-close-info::after {
    height: 2px;
    width: 16px
}

.jx-close-info::before {
    height: 16px;
    width: 2px
}

.jx-more-info p {
    font-size: 13px !important;
    color: #333 !important
}

@media only screen and (min-width: 600px) {
    .jx-close-info {
        display: none
    }
}

.jx-portfolio-grid {
    background: #de181f
}

.jx-portfolio-grid:after {
    content: '';
    display: block;
    clear: both
}

.jx-protfolio {
    overflow: hidden;
    height: 800px
}

.jx-portfolio-grid {
    height: 800px !important;
    width: 2000px !important
}

.grid-item {
    float: left;
    width: 200px;
    height: 200px;
    background: #de181f
}

.grid-item-width2 {
    width: 400px
}

.grid-item-height2 {
    height: 400px
}

.jx-portfolio-grid img {
    width: 100%;
    height: auto
}

.jx-image-wrapper {
    position: relative
}

.grid-item .jx-portfolio-hoverlayer {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(238, 22, 58, .8);
    opacity: 0;
    z-index: 999;
    top: 0;
    left: 0;
    transition: all .3s ease-out
}

.grid-item:hover .jx-portfolio-hoverlayer {
    opacity: 1;
    cursor: pointer
}

.grid-item .jx-portfolio-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    padding: 20px;
    opacity: 0;
    transition: all .3s ease-out
}

.grid-item:hover .jx-portfolio-hover {
    opacity: 1;
    cursor: pointer
}

.jx-portfolio-top-hover .jx-title {
    font-size: 19px;
    font-weight: 500;
    line-height: 1.2
}

.jx-portfolio-top-hover .jx-subtitle {
    font-size: 17px;
    font-weight: 500
}

.grid-item .jx-portfolio-top-hover {
    top: 0;
    color: #fff
}

.grid-item .jx-portfolio-bottom-hover {
    bottom: 10px;
    position: absolute;
    color: #fff
}

.jx-portfolio-bottom-hover .jx-portfolio-like {
    font-size: 32px;
    float: left
}

.jx-portfolio-like i {
    padding: 0
}

.jx-portfolio-bottom-hover .jx-portfolio-more {
    width: 100%
}

.jx-custom-flex {
    position: relative
}

.jx-custom-flex .flex-custom-control-nav {
    width: 100%;
    height: 32px;
    top: 120px
}

.jx-custom-flex .flex-custom-control-nav:before {
    content: '';
    border-top: 1px solid #ccc;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 20px;
    z-index: -1;
    left: 0
}

.jx-custom-flex .flex-custom-control-nav li {
    padding: 10px 60px !important;
    width: 33%;
    line-height: 1;
    z-index: 999;
    position: relative;
    display: inline-block;
    text-align: center
}

.jx-custom-flex .flex-custom-control-nav li a {
    line-height: 1;
    background: #fff;
    padding: 0 20px;
    z-index: 999;
    position: relative;
    font-family: oswald;
    font-size: 20px
}

.jx-image-wrapper .jx-image-overlayer {
    background: rgba(238, 22, 58, .7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .3s ease-out
}

.jx-image-wrapper:hover .jx-image-overlayer {
    opacity: 1;
    cursor: pointer
}

.jx-image-wrapper .jx-image-hover i {
    position: absolute;
    top: 0;
    left: 50%;
    font-size: 30px;
    line-height: 60px;
    color: #fff;
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px;
    border: 1px solid #fff;
    text-align: center;
    border-radius: 50%;
    opacity: 0;
    transition: all .3s ease-out
}

.jx-image-wrapper:hover .jx-image-hover i {
    opacity: 1;
    cursor: pointer;
    top: 50%
}

.jx-grid-item {
    float: left;
    width: 19%;
    margin-right: 12px;
    margin-bottom: 12px
}

.grid-item-width2 {
    width: 39%
}

.jx-grid-item {
}

.jx-grid-item .jx-date-box {
    background: #de181f;
    width: 228px;
    height: 228px;
    display: block;
    text-align: center;
    color: #fff;
    padding-top: 50px
}

.jx-grid-item .jx-date-box .jx-date {
    font-size: 60px;
    font-family: oswald;
    text-transform: uppercase
}

.jx-grid-item .jx-date-box .jx-day {
    font-size: 40px;
    font-family: oswald;
    line-height: 1.5
}

.jx-grid-item.grid-item-width2-only {
    width: 39%;
    height: 228px;
    overflow: hidden
}

.jx-grid-item.grid-item-width2-only .jx-image-overlayer {
    height: 228px
}

.jx-grid-item.grid-item-width2-only:hover i {
    top: 25%
}

.jx-grid-item img {
    width: 100%
}

.jx-pricing-container ul ul {
    margin: 0;
    padding: 0
}

.jx-pricing-switcher {
    text-align: center
}

.jx-pricing-switcher .fieldset {
    display: inline-block;
    position: relative;
    padding: 2px;
    border-radius: 50em;
    background: #333
}

.jx-pricing-switcher input[type=radio] {
    position: absolute;
    opacity: 0
}

.jx-pricing-switcher label {
    position: relative;
    z-index: 1;
    display: inline-block;
    float: left;
    width: 90px;
    height: 40px;
    line-height: 20px;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase
}

.jx-pricing-switcher .jx-switch {
    position: absolute;
    top: 2px;
    left: 2px;
    height: 40px;
    width: 90px;
    background-color: #de181f;
    color: #fff;
    border-radius: 50em;
    -webkit-transition: -webkit-transform .5s;
    -moz-transition: -moz-transform .5s;
    transition: transform .5s
}

.jx-pricing-switcher input[type=radio]:checked + label + .jx-switch, .jx-pricing-switcher input[type=radio]:checked + label:nth-of-type(n) + .jx-switch {
    -webkit-transform: translateX(90px);
    -moz-transform: translateX(90px);
    -ms-transform: translateX(90px);
    -o-transform: translateX(90px);
    transform: translateX(90px)
}

.no-js .jx-pricing-switcher {
    display: none
}

.jx-pricing-list {
    margin: 3em 0 0
}

.jx-pricing-list > li {
    position: relative;
    margin-bottom: 1em
}

@media only screen and (min-width: 768px) {
    .jx-pricing-list:after {
        content: "";
        display: table;
        clear: both
    }

    .jx-pricing-list > li {
        width: 33.3333333333%;
        float: left
    }
}

.jx-pricing-wrapper {
    position: relative
}

.touch .jx-pricing-wrapper {
    -webkit-perspective: 2000px;
    -moz-perspective: 2000px;
    perspective: 2000px
}

.jx-pricing-wrapper.is-switched .is-visible {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-animation: cd-rotate .5s;
    -moz-animation: cd-rotate .5s;
    animation: cd-rotate .5s
}

.jx-pricing-wrapper.is-switched .is-hidden {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-animation: cd-rotate-inverse .5s;
    -moz-animation: cd-rotate-inverse .5s;
    animation: cd-rotate-inverse .5s;
    opacity: 0
}

.jx-pricing-wrapper.is-switched .is-selected {
    opacity: 1
}

.jx-pricing-wrapper.is-switched.reverse-animation .is-visible {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-animation: cd-rotate-back .5s;
    -moz-animation: cd-rotate-back .5s;
    animation: cd-rotate-back .5s
}

.jx-pricing-wrapper.is-switched.reverse-animation .is-hidden {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-animation: cd-rotate-inverse-back .5s;
    -moz-animation: cd-rotate-inverse-back .5s;
    animation: cd-rotate-inverse-back .5s;
    opacity: 0
}

.jx-pricing-wrapper.is-switched.reverse-animation .is-selected {
    opacity: 1
}

.jx-pricing-wrapper > li {
    background-color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    outline: 1px solid transparent
}

.jx-pricing-wrapper > li::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50px;
    pointer-events: none;
    background: -webkit-linear-gradient(right, #FFFFFF, rgba(255, 255, 255, 0));
    background: linear-gradient(to left, #FFFFFF, rgba(255, 255, 255, 0))
}

.jx-pricing-wrapper > li.is-ended::after {
    display: none
}

.jx-pricing-wrapper .is-visible {
    position: relative;
    z-index: 5
}

.jx-pricing-wrapper .is-hidden {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.jx-pricing-wrapper .is-selected {
    z-index: 3 !important
}

@media only screen and (min-width: 768px) {
    .jx-pricing-wrapper > li::before {
        content: '';
        position: absolute;
        z-index: 6;
        left: -1px;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 50%;
        width: 1px;
        background-color: #b1d6e8
    }

    .jx-pricing-wrapper > li::after {
        display: none
    }

    .cd-popular .jx-pricing-wrapper > li {
        box-shadow: inset 0 0 0 3px #e97d68
    }

    .cd-has-margins .jx-pricing-wrapper > li, .cd-has-margins .cd-popular .jx-pricing-wrapper > li {
        box-shadow: 0 1px 5px rgba(0, 0, 0, .1)
    }

    .cd-secondary-theme .jx-pricing-wrapper > li {
        background: #3aa0d1;
        background: -webkit-linear-gradient(bottom, #3aa0d1, #3ad2d1);
        background: linear-gradient(to top, #3aa0d1, #3ad2d1)
    }

    .cd-secondary-theme .cd-popular .jx-pricing-wrapper > li {
        background: #e97d68;
        background: -webkit-linear-gradient(bottom, #e97d68, #e99b68);
        background: linear-gradient(to top, #e97d68, #e99b68);
        box-shadow: none
    }

    :nth-of-type(1) > .jx-pricing-wrapper > li::before {
        display: none
    }

    .cd-has-margins .jx-pricing-wrapper > li {
        border-radius: 4px 4px 6px 6px
    }

    .cd-has-margins .jx-pricing-wrapper > li::before {
        display: none
    }
}

@media only screen and (min-width: 1500px) {
    .cd-full-width .jx-pricing-wrapper > li {
        padding: 2.5em 0
    }
}

.no-js .jx-pricing-wrapper .is-hidden {
    position: relative;
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    margin-top: 1em
}

@media only screen and (min-width: 768px) {
    .cd-popular .jx-pricing-wrapper > li::before {
        display: none
    }

    .cd-popular + li .jx-pricing-wrapper > li::before {
        display: none
    }
}

@-webkit-keyframes cd-rotate {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0)
    }
    70% {
        -webkit-transform: perspective(2000px) rotateY(200deg)
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(180deg)
    }
}

@-moz-keyframes cd-rotate {
    0% {
        -moz-transform: perspective(2000px) rotateY(0)
    }
    70% {
        -moz-transform: perspective(2000px) rotateY(200deg)
    }
    100% {
        -moz-transform: perspective(2000px) rotateY(180deg)
    }
}

@keyframes cd-rotate {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0);
        -moz-transform: perspective(2000px) rotateY(0);
        -ms-transform: perspective(2000px) rotateY(0);
        -o-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0)
    }
    70% {
        -webkit-transform: perspective(2000px) rotateY(200deg);
        -moz-transform: perspective(2000px) rotateY(200deg);
        -ms-transform: perspective(2000px) rotateY(200deg);
        -o-transform: perspective(2000px) rotateY(200deg);
        transform: perspective(2000px) rotateY(200deg)
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(180deg);
        -moz-transform: perspective(2000px) rotateY(180deg);
        -ms-transform: perspective(2000px) rotateY(180deg);
        -o-transform: perspective(2000px) rotateY(180deg);
        transform: perspective(2000px) rotateY(180deg)
    }
}

@-webkit-keyframes cd-rotate-inverse {
    0% {
        -webkit-transform: perspective(2000px) rotateY(-180deg)
    }
    70% {
        -webkit-transform: perspective(2000px) rotateY(20deg)
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(0)
    }
}

@-moz-keyframes cd-rotate-inverse {
    0% {
        -moz-transform: perspective(2000px) rotateY(-180deg)
    }
    70% {
        -moz-transform: perspective(2000px) rotateY(20deg)
    }
    100% {
        -moz-transform: perspective(2000px) rotateY(0)
    }
}

@keyframes cd-rotate-inverse {
    0% {
        -webkit-transform: perspective(2000px) rotateY(-180deg);
        -moz-transform: perspective(2000px) rotateY(-180deg);
        -ms-transform: perspective(2000px) rotateY(-180deg);
        -o-transform: perspective(2000px) rotateY(-180deg);
        transform: perspective(2000px) rotateY(-180deg)
    }
    70% {
        -webkit-transform: perspective(2000px) rotateY(20deg);
        -moz-transform: perspective(2000px) rotateY(20deg);
        -ms-transform: perspective(2000px) rotateY(20deg);
        -o-transform: perspective(2000px) rotateY(20deg);
        transform: perspective(2000px) rotateY(20deg)
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(0);
        -moz-transform: perspective(2000px) rotateY(0);
        -ms-transform: perspective(2000px) rotateY(0);
        -o-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0)
    }
}

@-webkit-keyframes cd-rotate-back {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0)
    }
    70% {
        -webkit-transform: perspective(2000px) rotateY(-200deg)
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(-180deg)
    }
}

@-moz-keyframes cd-rotate-back {
    0% {
        -moz-transform: perspective(2000px) rotateY(0)
    }
    70% {
        -moz-transform: perspective(2000px) rotateY(-200deg)
    }
    100% {
        -moz-transform: perspective(2000px) rotateY(-180deg)
    }
}

@keyframes cd-rotate-back {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0);
        -moz-transform: perspective(2000px) rotateY(0);
        -ms-transform: perspective(2000px) rotateY(0);
        -o-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0)
    }
    70% {
        -webkit-transform: perspective(2000px) rotateY(-200deg);
        -moz-transform: perspective(2000px) rotateY(-200deg);
        -ms-transform: perspective(2000px) rotateY(-200deg);
        -o-transform: perspective(2000px) rotateY(-200deg);
        transform: perspective(2000px) rotateY(-200deg)
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(-180deg);
        -moz-transform: perspective(2000px) rotateY(-180deg);
        -ms-transform: perspective(2000px) rotateY(-180deg);
        -o-transform: perspective(2000px) rotateY(-180deg);
        transform: perspective(2000px) rotateY(-180deg)
    }
}

@-webkit-keyframes cd-rotate-inverse-back {
    0% {
        -webkit-transform: perspective(2000px) rotateY(180deg)
    }
    70% {
        -webkit-transform: perspective(2000px) rotateY(-20deg)
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(0)
    }
}

@-moz-keyframes cd-rotate-inverse-back {
    0% {
        -moz-transform: perspective(2000px) rotateY(180deg)
    }
    70% {
        -moz-transform: perspective(2000px) rotateY(-20deg)
    }
    100% {
        -moz-transform: perspective(2000px) rotateY(0)
    }
}

@keyframes cd-rotate-inverse-back {
    0% {
        -webkit-transform: perspective(2000px) rotateY(180deg);
        -moz-transform: perspective(2000px) rotateY(180deg);
        -ms-transform: perspective(2000px) rotateY(180deg);
        -o-transform: perspective(2000px) rotateY(180deg);
        transform: perspective(2000px) rotateY(180deg)
    }
    70% {
        -webkit-transform: perspective(2000px) rotateY(-20deg);
        -moz-transform: perspective(2000px) rotateY(-20deg);
        -ms-transform: perspective(2000px) rotateY(-20deg);
        -o-transform: perspective(2000px) rotateY(-20deg);
        transform: perspective(2000px) rotateY(-20deg)
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(0);
        -moz-transform: perspective(2000px) rotateY(0);
        -ms-transform: perspective(2000px) rotateY(0);
        -o-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0)
    }
}

.jx-summary-info {
    background: #de181f;
    height: 140px;
    position: relative
}

.jx-summary-info:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 25px 25px;
    border-color: #de181f transparent;
    display: block;
    width: 0;
    z-index: 99;
    top: -20px;
    left: 27%
}

.jx-summary-info ul {
    margin-bottom: 0;
    padding: 0
}

.jx-summary-info ul > li {
    float: left;
    margin-bottom: 0;
    border-right: 1px solid rgba(255, 255, 255, .2)
}

.jx-summary-info li i {
    float: left;
    font-size: 60px;
    line-height: 1
}

.jx-summary-info li .jx-info {
    padding-top: 6px
}

.jx-summary-info li .jx-info .jx-bar-head {
    font-size: 30px;
    color: #fff;
    line-height: 1
}

.jx-summary-info li .jx-info .jx-bar-title {
    font-size: 18px;
    color: #fff;
    line-height: 1
}

.jx-summary-info li .jx-info .jx-bar-title a {
    color: inherit;
}

.jx-summary-info .jx-location-event, .jx-summary-info .jx-hotline-event, .jx-summary-info .jx-subscribe-event {
    padding: 30px 5px;
    height: 140px
}

.jx-summary-info li .jx-subscribe-event h2 {
    font-size: 19px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 0
}

.jx-summary-info li .jx-subscribe-event .jx-newsletter-box {
    width: 250px;
    float: left
}

.jx-summary-info li .jx-newsletter-box input {
    height: 40px;
    border-radius: 0
}

.jx-summary-info li .jx-newsletter-submit input {
    height: 40px;
    background: #000;
    width: 90px;
    border-radius: 0;
    color: #fff;
    font-family: raleway;
    font-size: 16px;
    font-weight: 400;
    border: 0;
    padding: 0 20px;
    margin-left: 10px
}