﻿.svg {
    width: 100%;
    margin-right: 10px;
    margin-top: 0px;
    margin-bottom: -4px;
}

.breadcrumbs {
    margin: 1rem 1rem 1rem 1rem;
}

    .breadcrumbs li {
        font-size: 14px;
    }

.header {
    background-color: rgba(0, 0, 0, 0.64) !important;
    background-blend-mode: color;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    /*background: url('http://www.fintechcanada.com/wp-content/uploads/2017/01/FinTechTO-Background-1920x1000-2.jpg');*/
    color: #fff;
    padding: 5em;
    text-align: center;
    width: 100%;
    margin-top: 0em;
    text-transform: uppercase;
}

    .header a {
        color: white;
        text-decoration: none;
    }

    .header nav a {
        background: #444;
        display: block;
        margin: .2em auto;
        padding: .5em 1em;
    }

@media(min-width:40em) {
    .header nav a {
        display: inline-block;
        margin: 0 .1em;
    }
}

@media only screen and (max-width: 919px) {
    .header {
        background-size: contain !important;
        background-position: center !important;
        /*background: url('http://www.fintechcanada.com/wp-content/uploads/2017/01/FinTechTO-Background-1920x1000-2.jpg');*/
        color: #fff;
        padding: 0em;
        text-align: center;
        width: 100%;
        margin-top: 0em;
        text-transform: uppercase;
    }

    .header_title {
        padding: 2em;
    }

    .header_venue {
        margin-top: -30px;
        margin-bottom: 30px;
    }
}

.event-primary h2 {
    margin-top: 10px
}

.nopadding {
    padding: 0 !important
}

time {
    display: inline-block;
    width: 100%;
    color: rgb(255, 255, 255);
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
}

    time.pink {
        background-color: rgb(197, 44, 102);
    }

    time.purple {
        background-color: rgb(165, 82, 167)
    }

    time.dkblue {
        background-color: #336699;
    }

    time.blue_green {
        background-color: #148aa5
    }

    time.blue_violet {
        background-color: #3714a4
    }

    time.brown {
        background-color: #964B00
    }

    time.crimson {
        background-color: #a50516
    }

    time.deep_pink {
        background-color: #fb3c8f
    }

    time.forest_green {
        background-color: #1b4f15
    }

    time.fuchsia {
        background-color: #a51497
    }

    time.gray {
        background-color: #686868
    }

    time.green {
        background-color: #3aa03a
    }

    time.hotpink {
        background-color: #ff0080
    }

    time.lemon {
        background-color: #fee233
    }

    time.ligh_blue {
        background-color: #8bbdeb
    }

    time.light_red {
        background-color: #fc6a6c
    }

    time.lime {
        background-color: #c1fd33
    }

    time.lime_green {
        background-color: #2bfd2f
    }

    time.magenta {
        background-color: #fc1cad
    }

    time.maroon {
        background-color: #7f2b14
    }

    time.midnight {
        background-color: #000066
    }

    time.olive {
        background-color: #2b4726
    }

    time.orange {
        background-color: #fd7222
    }

    time.orange_red {
        background-color: #fc331c
    }

    time.orange_yellow {
        background-color: #ffcc00
    }

    time.peach {
        background-color: #FFE5B4
    }

    time.pink {
        background-color: #fc5ab8
    }

    time.purple {
        background-color: #af31f2
    }

    time.red {
        background-color: #fc0d1b
    }

    time.red_orange {
        background-color: #d7462c
    }

    time.salmon {
        background-color: #f69e94
    }

    time.tan {
        background-color: #f2ddbf
    }

    time.teal {
        background-color: #2b8a6d
    }

    time.violet {
        background-color: #6b28ce
    }

    time.violet_blue {
        background-color: #6041fa
    }

    time.white {
        background-color: #ffffff
    }

    time.yellow {
        background-color: #feee35
    }

    time.yellow_green {
        background-color: #defd35
    }

    time.yellow_orange {
        background-color: #fec42e
    }

    time.light_transparent {
        background-color: rgba(0,0,0,.5);
    }

    time.dktransparent {
        background-color: rgba(0, 0, 0, 0.4);
    }

.time {
    background-color: rgb(165, 82, 167);
}

time > span {
    display: inline-flex;
}

time > .day {
    display: inline-flex;
    font-size: 3em;
    font-weight: 100;
    line-height: 1;
}

time > .month {
    display: inline-flex;
    font-size: 22pt;
    font-weight: 900;
    line-height: 1;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
    display: -webkit-inline-box;
}

.panel-primary > .panel-footer {
    color: #fff !important;
    background-color: #337ab7;
    border-color: #337ab7;
}

    .panel-primary > .panel-footer p, .panel-primary a {
        color: #FFF
    }

@media only screen and (max-width: 919px) {
    time > .day {
        display: block;
        font-size: 2em;
        font-weight: 100;
        line-height: 1;
    }

    time > .month {
        display: block;
        font-size: 20pt;
        font-weight: 900;
        line-height: 1;
    }
}

body {
    background: #efefef;
}
/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
    /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

    .cd-container::after {
        /* clearfix */
        content: '';
        display: table;
        clear: both;
    }

/* -------------------------------- 

xnugget info 

-------------------------------- */
.cd-nugget-info {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 50px;
    line-height: 50px;
    top: 0;
    left: 0;
}

    .cd-nugget-info a {
        position: relative;
        font-size: 14px;
        color: #718ca1;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        transition: all 0.2s;
    }

.no-touch .cd-nugget-info a:hover {
    opacity: .8;
}

.cd-nugget-info span {
    vertical-align: middle;
    display: inline-block;
}

    .cd-nugget-info span svg {
        display: block;
    }

.cd-nugget-info .cd-nugget-info-arrow {
    fill: #718ca1;
}

#cd-timeline {
    position: relative;
    padding: 2em 0;
    margin-top: 2em;
    margin-bottom: 2em;
}

    #cd-timeline::before {
        /* this is the vertical line */
        content: '';
        position: absolute;
        top: 0;
        left: 18px;
        height: 100%;
        width: 4px;
        background: #d7e4ed;
    }

@media only screen and (min-width: 1170px) {
    #cd-timeline {
        margin-top: 3em;
        margin-bottom: 3em;
    }

        #cd-timeline::before {
            left: 50%;
            margin-left: -2px;
        }
}

.cd-timeline-block {
    position: relative;
    margin: 2em 0;
}

    .cd-timeline-block:after {
        content: "";
        display: table;
        clear: both;
    }

    .cd-timeline-block:first-child {
        margin-top: 0;
    }

    .cd-timeline-block:last-child {
        margin-bottom: 0;
    }

@media only screen and (min-width: 1170px) {
    .cd-timeline-block {
        margin: 4em 0;
    }

        .cd-timeline-block:first-child {
            margin-top: 0;
        }

        .cd-timeline-block:last-child {
            margin-bottom: 0;
        }
}

.cd-timeline-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}

    .cd-timeline-img img {
        display: block;
        width: 24px;
        height: 24px;
        position: relative;
        left: 50%;
        top: 50%;
        margin-left: -12px;
        margin-top: -12px;
    }

    .cd-timeline-img.cd-picture {
        background: #75ce66;
    }

    .cd-timeline-img.cd-movie {
        background: #c03b44;
    }

    .cd-timeline-img.cd-location {
        background: #f0ca45;
    }

@media only screen and (max-width: 919px) {
    .cd-timeline-img {
        left: -0.5em !important;
        width: 20px !important;
        height: 20px !important;
        margin-top: 0.7em;
    }

    #cd-timeline::before {
        /* this is the vertical line */
        left: 0em  !important;
    }

    .cd-timeline-content {
        position: relative;
        margin-left: 1.5em !important;
        background: white;
        border-radius: 0.25em;
        padding: 1em;
        box-shadow: 0 3px 0 #d7e4ed;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-img {
        width: 60px;
        height: 60px;
        left: 50%;
        margin-left: -30px;
        /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }

    .cssanimations .cd-timeline-img.is-hidden {
        visibility: hidden;
    }

    .cssanimations .cd-timeline-img.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-1 0.6s;
        -moz-animation: cd-bounce-1 0.6s;
        animation: cd-bounce-1 0.6s;
    }
}

@-webkit-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -moz-transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -moz-transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
    }
}

@keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.cd-timeline-content {
    position: relative;
    margin-left: 60px;
    background: white;
    border-radius: 0.25em;
    padding: 1em;
    box-shadow: 0 3px 0 #d7e4ed;
}

    .cd-timeline-content:after {
        content: "";
        display: table;
        clear: both;
    }

    .cd-timeline-content h2 {
        color: #303e49;
    }

    .cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
        font-size: 13px;
        font-size: 0.8125rem;
    }

    .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
        display: inline-block;
    }

    .cd-timeline-content p {
        margin: 0em 0;
        line-height: 1.6;
    }

    .cd-timeline-content .cd-read-more {
        float: right;
        padding: .8em 1em;
        background: #acb7c0;
        color: white;
        border-radius: 0.25em;
    }

.no-touch .cd-timeline-content .cd-read-more:hover {
    background-color: #bac4cb;
}

.cd-timeline-content .cd-date {
    float: left;
    padding: .8em 0;
    opacity: .7;
}

.cd-timeline-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid white;
}

.eventLabels {
    margin-top: 1em;
}

@media only screen and (min-width: 768px) {
    .cd-timeline-content h2 {
        font-size: 20px;
        font-size: 1.25rem;
    }

    .cd-timeline-content p {
        font-size: 16px;
        font-size: 1rem;
    }

    .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-content {
        margin-left: 0;
        padding: 1.6em;
        width: 45%;
        display: flex;
    }

        .cd-timeline-content::before {
            top: 24px;
            left: 100%;
            border-color: transparent;
            border-left-color: white;
        }

        .cd-timeline-content .cd-read-more {
            float: left;
        }

        .cd-timeline-content .cd-date {
            position: absolute;
            width: 100%;
            left: 122%;
            top: 6px;
            font-size: 16px;
            font-size: 1rem;
        }

    .eventLabels {
        margin-top: 0em;
    }

    .cd-timeline-block:nth-child(even) .cd-timeline-content {
        float: right;
    }

        .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
            top: 24px;
            left: auto;
            right: 100%;
            border-color: transparent;
            border-right-color: white;
        }

        .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
            float: right;
        }

        .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
            left: auto;
            right: 122%;
            text-align: right;
        }

    .cssanimations .cd-timeline-content.is-hidden {
        visibility: hidden;
    }

    .cssanimations .cd-timeline-content.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-2 0.6s;
        -moz-animation: cd-bounce-2 0.6s;
        animation: cd-bounce-2 0.6s;
    }
}

@media only screen and (min-width: 1170px) {
    /* inverse bounce effect on even content blocks */
    .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
        -webkit-animation: cd-bounce-2-inverse 0.6s;
        -moz-animation: cd-bounce-2-inverse 0.6s;
        animation: cd-bounce-2-inverse 0.6s;
    }
}

@-webkit-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(20px);
    }

    100% {
        -moz-transform: translateX(0);
    }
}

@keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        -moz-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        -o-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -moz-transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(-20px);
    }

    100% {
        -moz-transform: translateX(0);
    }
}

@keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        -moz-transform: translateX(100px);
        -ms-transform: translateX(100px);
        -o-transform: translateX(100px);
        transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

.product-carousel-header {
    background: #4a4a4a;
    color: #ffffff;
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
    padding: 10px 14px;
    width: 100%;
}

.product-carousel {
    background: #ffffff;
    border: 1px solid #4a4a4a;
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
    padding: 20px 40px;
    width: 100%;
    display: inline-flex;
}

    .product-carousel .product {
        box-sizing: border-box;
        margin: 0 10px;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column;
        flex-flow: column;
        -ms-flex-line-pack: justify;
        align-content: space-between;
    }

    .product-carousel .product-top {
        width: 100%;
    }

    .product-carousel p,
    .product-carousel .product-image,
    .product-carousel img.review-stars {
        margin: 0 0 10px 0;
    }

    .product-carousel .product-image {
        -ms-flex-item-align: start;
        align-self: flex-start;
        width: 100%;
    }

img.review-stars {
    width: 100px;
    display: inline-block;
}

.product-carousel .product-name {
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
}

.product-carousel .product-bottom {
    margin-top: auto;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.product-carousel .product-prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    -ms-flex-item-align: center;
    align-self: center;
}

    .product-carousel .product-prices span {
        width: 100%;
    }

        .product-carousel .product-prices span.price-was {
            color: #a2a2a2;
            text-decoration: line-through;
        }

            .product-carousel .product-prices span.price-was:before {
                content: 'Was ';
            }

        .product-carousel .product-prices span.price-save {
            color: red;
        }

            .product-carousel .product-prices span.price-save:before {
                content: 'Save ';
            }

        .product-carousel .product-prices span.price-now {
            font-weight: bold;
        }

            .product-carousel .product-prices span.price-now:before {
                content: 'Now ';
            }

.product-carousel button.shop-now {
    border: none;
    background-image: none;
    background-color: #4a4a4a;
    color: #ffffff;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    font-size: 16px;
    padding: 8px 10px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
/** ARROWS **/
.Product_arrow {
    border: solid #000000;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 12px;
    position: absolute;
    top: calc(44%);
    cursor: pointer;
}

.Product_arrow_right {
    right: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.Product_arrow_left {
    left: 20px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
/** SLICK SLIDER CSS **/
/* Slider */
.slick-slider {
    position: relative;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    top: 0;
    left: 0;
}

.slick-loading .slick-track {
    visibility: hidden;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/*	View Cards List
	========================================================================== */
.card-list {
    /*height: 340px;*/
    box-sizing: border-box;
    margin-left: 0;
    max-height: 340px;
    /*min-width: 100%;
			overflow: auto;
			overflow-y: hidden;
			-ms-overflow-y: hidden;*/
    position: relative;
}

/*	View Cards (Semantic UI)
	========================================================================== */

ul.summary {
    margin-left: -40px;
    margin-bottom: 0;
    font-size: .75rem;
    color: #888;
    list-style: none;
}

    ul.summary li {
        display: inline-block;
    }

.image {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    background-color: transparent;
}

ul.drllstr.cards {
    list-style-type: none;
}

.drllstr.cards a.card,
a.drllstr.card {
    -webkit-transform: none;
    transform: none;
}

.drllstr.cards li > .card {
    font-size: .8125rem;
}

.drllstr.cards li > .card {
    min-height: 0;
    background: #fff;
    padding: 0;
    border: none;
    border-radius: 2px;
    box-shadow: 0 1px 3px 0 #ddd, 0 0 0 1px #ddd;
    -webkit-transition: box-shadow .1s ease, -webkit-transform .1s ease;
    transition: box-shadow .1s ease, -webkit-transform .1s ease;
    transition: box-shadow .1s ease, transform .1s ease;
    transition: box-shadow .1s ease, transform .1s ease, -webkit-transform .1s ease;
    z-index: '';
}

    .drllstr.cards li > .card > a {
        display: block;
    }

    .drllstr.cards li > .card > .image,
    .drllstr.cards li > .card a > .image {
        padding: 0;
        width: 100%;
        background: rgba(0, 0, 0, .05);
    }

    .drllstr.cards li > .card > :first-child {
        border-radius: 2px 2px 0 0 !important;
        border-top: none !important;
    }

    .drllstr.cards li > .card > .image:not(.drllstr) > img {
        border: none;
    }

    .drllstr.cards li > .card > .image > img,
    .drllstr.cards li > .card a > .image > img {
        display: block;
        width: 100%;
        height: auto;
        border-radius: inherit;
    }

    .drllstr.cards li > .card > .content,
    .drllstr.cards li > .card a > .content {
        border: none;
        border-top: 1px solid rgba(34, 36, 38, .1);
        background: 0 0;
        margin: 0;
        padding: .75rem;
        box-shadow: none;
        font-size: .8125rem;
        border-radius: 0;
        color: #555;
    }

    .drllstr.cards li > .card .show-for-card-only {
        display: block !important;
    }

    .drllstr.cards li > .card .show-for-item-only {
        display: none !important;
    }

    .drllstr.cards li > .card > .content > .header,
    .drllstr.cards li > .card > .content > .header > h2,
    .drllstr.cards li > .card > .content > a .header,
    .drllstr.cards li > .card > .content > a .header > h2 {
        display: block;
        margin: 0;
        font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 1.15rem;
        line-height: 1.2857em;
        vertical-align: middle;
        color: #222;
    }

    .drllstr.cards li > .card .reason,
    .drllstr.cards li > .card .reason a {
        font-size: .8125rem;
        color: #555;
    }

    .drllstr.cards li > .card .meta {
        font-size: .8125rem;
        color: #555;
    }

    .drllstr.cards li > .card .subject,
    .drllstr.cards li > .card a .subject {
        font-size: .8125rem;
        color: #888;
    }

    .drllstr.cards li > .card .category {
        font-size: .8125rem;
        color: #555;
    }

    .drllstr.cards li > .card .meta > a:not(.drllstr) {
        color: #555;
    }

    .drllstr.cards li > .card > .content a:not(.drllstr) {
        -webkit-transition: color .1s ease;
        transition: color .1s ease;
    }

    .drllstr.cards li > .card .meta:last-child,
    .drllstr.cards li > .card .meta a:last-child {
        margin-right: 0;
    }

    .drllstr.cards li > .card .meta *,
    .drllstr.cards li > .card .meta a * {
        margin-right: .3em;
    }

    .drllstr.cards li > .card > .content > .header + .description,
    .drllstr.cards li > .card > .content > .meta + .description,
    .drllstr.cards li > .card > .content > a + .description {
        margin-top: .25rem;
    }

        .drllstr.cards li > .card > .content > .header + .reason,
        .drllstr.cards li > .card > .content > .meta + .reason,
        .drllstr.cards li > .card > .content > .meta + .description + .reason {
            margin-top: .25rem;
        }

    .drllstr.cards li > .card > .content > .description,
    .drllstr.cards li > .card > .content a > .description {
        font-size: .75rem;
        clear: both;
        color: rgba(0, 0, 0, .68);
    }

    .drllstr.cards li > .card > .extra {
        max-width: 100%;
        min-height: 0 !important;
        width: auto;
        margin: 0;
        padding: .75rem;
        box-shadow: none;
        -webkit-transition: color .1s ease;
        transition: color .1s ease;
    }

        .drllstr.cards li > .card > .extra .button-flat:first-child,
        .drllstr.cards li > .card > .extra a.button-flat:first-child {
            margin-left: -.25rem;
        }

    .drllstr.cards li > .card > :last-child,
    .drllstr.cards li > .card > a:last-child {
        border-radius: 0 0 2px 2px !important;
    }

    .drllstr.cards li > .card > .content > input[type='checkbox'] {
        display: none;
    }


/*	Fixed width cards
	========================================================================== */

.drllstr.cards.fixed-width li > .card {
    margin: 0px;
    width: 100%;
    display: inline-block;
    float: left;
}

.drllstr.cards.fixed-width li:first-child > .card {
    margin-left: 0;
}

.drllstr.cards.fixed-width li > .card > .content,
.drllstr.cards.fixed-width li > .card a > .content {
    max-height: 142px;
}

    .drllstr.cards.fixed-width li > .card > .content.extra,
    .drllstr.cards.fixed-width li > .card a > .content.extra {
        max-height: 46px;
    }

.drllstr.cards.fixed-width li > .card a > .image {
    width: 100%;
    height: auto;
    overflow: hidden;
}

/*  Rating
    ========================================================================== */

.rating-container {
    position: relative;
}

    .rating-container .fa-star {
        color: #c0c0c0;
    }

.rating {
    display: inline-block;
}

.current-rating {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
}

    .current-rating .fa-star {
        color: #ffd470;
    }


/*	Floating label
	========================================================================== */

.drllstr.label-floated {
    position: absolute;
    top: .5rem;
    right: .5rem;
}

/*	Blocks
	========================================================================== */
.row-full-width {
    padding: 0 1rem;
}

/*	Action bar
	========================================================================== */

.action-bar {
    height: 2.8125rem;
    line-height: 2.8125rem;
    position: relative;
    background: #eee;
    margin-bottom: 0;
    padding: 0 1rem;
}

    .action-bar > h1,
    .action-bar > h3,
    .action-bar > .panel-control-group > h1,
    .action-bar > .panel-control-group > h3 {
        display: inline-block;
        margin: 0;
        font-size: 1.25rem;
    }

    .action-bar .panel-control {
        display: inline-block;
    }

    .action-bar > .panel-control-group {
        margin-right: .75rem;
        margin-bottom: 0;
    }

        .action-bar > .panel-control-group > .button {
            margin-bottom: 0;
        }

@media only screen and (max-width: 40em) {
    .action-bar .panel-control-group.left {
        float: left !important;
    }

    .action-bar > .panel-control-group > .button {
        margin-bottom: 0;
    }
}


/*	Truncate
	========================================================================== */

.truncate-white-gradient {
    /*position: relative;
			white-space: nowrap;
			overflow: hidden;
			padding: 5px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    line-height: 16px;
    max-height: 35px;
    -webkit-line-clamp: 1;
    font-size: small;
    -webkit-box-orient: vertical;
    padding: 10px;
}

    .truncate-white-gradient:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#ffffff', GradientType=0);
        background: -webkit-gradient(linear, left right, left right, color-stop(75%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, .9)));
        background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0.9) 100%);
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0.9) 100%);
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0.9) 100%);
    }

.about_event {
    position: relative;
    background: white;
    border-radius: 0.25em;
    padding: 1em;
    box-shadow: 0 3px 0 #d7e4ed;
}


input,
input[type="radio"] + label,
input[type="checkbox"] + label:before,
select option,
select {
    width: 100%;
    padding: 1em;
    line-height: 1.4;
    background-color: #f9f9f9;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

    input:focus {
        outline: 0;
        border-color: #64ac15;
    }

        input:focus + .input-icon i {
            color: #7ed321;
        }

        input:focus + .input-icon:after {
            border-right-color: #7ed321;
        }

.input-group {
    margin-bottom: 1em;
    zoom: 1;
    width: 100%;
}

    .input-group:before,
    .input-group:after {
        content: "";
        display: table;
    }

    .input-group:after {
        clear: both;
    }

.input-group-icon {
    position: relative;
}

    .input-group-icon input {
        padding-left: 4.4em !important;
    }

    .input-group-icon .input-icon {
        position: absolute;
        top: 0;
        left: 0;
        width: 3.4em;
        height: 3.4em;
        line-height: 3.4em;
        text-align: center;
        pointer-events: none;
    }

        .input-group-icon .input-icon:after {
            position: absolute;
            top: 0.6em;
            bottom: 0.6em;
            left: 3.4em;
            display: block;
            border-right: 1px solid #e5e5e5;
            content: "";
            -webkit-transition: 0.35s ease-in-out;
            -moz-transition: 0.35s ease-in-out;
            -o-transition: 0.35s ease-in-out;
            transition: 0.35s ease-in-out;
            transition: all 0.35s ease-in-out;
        }

        .input-group-icon .input-icon i {
            -webkit-transition: 0.35s ease-in-out;
            -moz-transition: 0.35s ease-in-out;
            -o-transition: 0.35s ease-in-out;
            transition: 0.35s ease-in-out;
            transition: all 0.35s ease-in-out;
        }


.modal77 {
    position: fixed;
    z-index: 1040;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    filter: alpha(opacity=60);
    opacity: .6;
    -moz-opacity: .8;
}

.center {
    z-index: 1000;
    margin: 250px auto;
    padding: 10px;
    width: 100px;
    text-align: -webkit-center;
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

    .center > img {
        width: 60%;
    }

.at-floating-card {
    z-index: 999999;
    display: -webkit-inline-box;
    align-items: center;
    flex-direction: row;
    background: #FFFFFF;
    max-width: 498px;
    width: 498px;
    /*height: 120px;*/
    border: 1px solid #EEEEEE;
    border-radius: 2px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    margin: 0 0 0 0px;
    padding: 10px 6px;
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.at-floating-card__thumbnail {
    width: 80px;
    max-width: 80px;
    min-width: 80px;
    height: 80px;
    border: 1px solid #EEEEEE;
    border-radius: 100%;
    margin: 0 20px 0 0;
    padding: 4px;
    box-sizing: border-box;
    overflow: hidden;
}

    .at-floating-card__thumbnail img {
        display: block;
        width: 100%;
        height: 100%;
        max-width: 100%;
        border-radius: 100%;
    }

.at-floating-card__title {
    /*margin: 5px 0 14px;*/
    margin: 5px -5px 14px;
    /*padding: 1em;*/
    color: #444444;
    font-size: 14px !important;
    font-weight: 700;
    line-height: 1;
}

.at-floating-card__sub-title {
    margin: -20px 0 0 15px;
    text-align: -webkit-left;
    padding: 0;
    color: #999999;
    font-size: 12px !important;
    font-weight: 600;
}

    .at-floating-card__sub-title a {
        color: #CCCCCC;
        font-size: 12px;
        font-weight: 600;
        text-decoration: none;
    }

.at-floating-card__description {
    margin: 0 0 6px;
    padding: 0;
    color: #999999;
    font-size: 12px;
    line-height: 20px;
}

.at-floating-card__footer {
    color: #666666;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    padding-top: 1em;
    margin-left: -1.5em;
}

    .at-floating-card__footer span {
        margin: 0 4px;
    }

    .at-floating-card__footer a {
        color: inherit;
        font-size: 12px;
        text-decoration: none !important;
    }

        .at-floating-card__footer a:hover {
            text-decoration: underline;
        }

.whatsappbtn {
    /*float: right;
    height: auto;
    margin-top: -3.1em;
    margin-right: 0em;*/
    cursor: pointer;
    background: transparent;
    text-decoration: none;
    border: none;
}

.contactBtn {
    width: 50%;
    border-radius: 0;
    font-size: 12px;
    color: #fff !important;
    border-color: #fff !important;
}

.navbar {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    margin-bottom: 1em;
    /*padding: 0.3rem 1rem;*/
}

.divSection {
    padding-left: 0;
    padding-right: 0;
}

h2 {
    font-size: 20px;
    padding: 10px 20px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    color: #333;
}

    h2 span {
        /*font-weight: 100;*/
        /*color: #999;*/
        text-align: -webkit-auto;
        display: -webkit-inline-box;
        margin-bottom: 0.4em;
        margin-left: 0;
        width: 100%;
    }

@media (max-width: 480px) {
    .at-floating-card {
        flex-direction: column;
        text-align: center;
        width: 100%;
    }

    .at-floating-card__thumbnail {
        margin: 0 0 29px;
        margin-top: 10px;
    }

    h2 span {
        /*font-weight: 100;*/
        /*color: #999;*/
        text-align: -webkit-auto;
        display: -webkit-inline-box;
        margin-bottom: 0.4em;
        margin-left: -5px !important;
        width: 100%;
    }



    .navbar-nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        /*padding-left: 2em !important;
        margin-top: 1em !important;
        margin-bottom: -0.8em;*/
        list-style: none;
    }

    #form1 > nav > button {
        padding: 0 !important;
    }

    #form1 > nav > a > img {
        width: 30px !important;
        height: 30px !important;
    }

    .navbar-dark .navbar-toggler-icon {
        background-size: 22px !important;
    }

    .btncenter {
        position: fixed;
        bottom: 0.5em !important;
        right: 0.3em;
        margin: auto;
    }
}

.slogan {
    font-size: 18px;
    color: #fff;
    position: relative;
    left: 0.2em;
    top: 0.1em;
}


/*NavBar*/

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0rem;
    margin-left: -8px;
}

.validator {
    color: red;
    font-size: 12pt;
    font-weight: bold;
    float: right;
    right: 0;
    margin-bottom: -5em;
    margin-right: 10px;
    margin-top: 1.5em;
    position: absolute;
    display: inline;
}

.spanSplit {
    position: inherit;
    padding: 0.5em;
    background: #282829;
    line-height: 25px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    color: white;
    text-align: center;
    border: 2px solid white;
    font-size: 15px;
}

.btnFloat {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: auto;
    /*border: solid 3px #fff;*/
    border-radius: 100px;
    /*width: 55px;
    height: 55px;*/
    color: #fff;
    font: 30px Helvetica;
    line-height: 15px;
    text-align: center;
    /*background: #ffc107;*/
    /*background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #efaf12 25%, #fecb09 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #deb44c 62.5%, #fdc20d 100%);*/
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    /*-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);*/
    -webkit-box-shadow: 0 0 8px #ffc1078f;
    box-shadow: 0 0 15px #000;
    z-index: 99;
}

    .btnFloat:hover {
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
        -webkit-transform: scale(0.99);
        -ms-transform: scale(0.99);
        transform: scale(0.99);
    }

    .btnFloat.press {
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
        -webkit-transform: scale(0.98);
        -ms-transform: scale(0.98);
        transform: scale(0.98);
    }

.btncenter {
    position: fixed;
    bottom: 0.5em;
    right: 0.3em;
    margin: auto;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0rem;
}

.button {
    display: block;
    /*width: 250px;*/
    width: 150px;
    margin: 0;
    /*margin: 20px auto;*/
    border: none;
    border-radius: 5px;
    background: #1dd2af;
    color: white;
    font-size: 16px;
    font-weight: 100;
    transition: background ease-in-out .2s;
    cursor: pointer;
}

    .button:hover {
        background: #1abc9c;
    }

    .button:focus {
        outline: none;
    }

.button {
    outline: none;
}

    .button:hover {
        cursor: pointer;
    }

.btn-warningg {
    background-color: unset;
    /*border-color: unset;*/
    border-color: #ffc107;
    padding: 0.1em 1.3em 1.68em 0.4em;
    height: 28px;
    width: 28px;
}
