
body {
    margin: 0px;
    font-family: 'Quicksand','Calibri';
    color: #333333;
    font-weight:500;
}

.MainPageHeaderPhoto div{
     width: auto;
     height: 250px;
     overflow: hidden;
 }

.MainPageHeaderPhoto img{
    margin: -200px 0 0 0;
}

.MainPageHeader{
   color:  darkblue;
}

.GuidexToolbar{
    width: -webkit-fill-available;
    width: -moz-available;
    width: fill-available;          /* WebKit-based browsers will ignore this. */
}

.GuideXHeader{
    height:30px;
}

h1{
    font-family: 'Quicksand','Calibri';
}

h2{
    font-family: 'Quicksand','Calibri';
}

h3{
    font-family: 'Quicksand','Calibri';
}

h4{
    font-family: 'Quicksand','Calibri';
}

h5{
    font-family: 'Quicksand','Calibri';
}

h6{
    font-family: 'Quicksand','Calibri';
}

p{
    font-family: 'Quicksand','Calibri';
}

a {
    font-family: 'Quicksand','Calibri';
    color: #1498d5;
    cursor: pointer;
    text-decoration: underline;
}

.footer-url {
    color: #ffffff80;
}

.footer-url:hover {
    color: #ffffff;
}

/*------------------*/
.RiverListVideo{
    width: -webkit-fill-available;
    width: -moz-available;
    width: fill-available;
    border-radius: 10px;
}

/*---------Material UI Stuff----------*/

.MuiInputBase-multiline{
    padding: 18.5px 14px !important;
}

.frame-container{
    position:relative;
    width:auto;
    height: auto;
    overflow: hidden;
}

.frame-container img{
    margin: -200px 0 0 0;
}

.overlay{
  /*  margin-left: 50%;
    margin-right: 10%;*/
    background-color: rgba(0,0,255, .5);
  /*  opacity: .5;*/
    position:relative;
    width: 50%;
    float: right;
    top: 80px;
 /*   margin-top: -50px;*/
    background-size:cover;
    z-index:100;
}


.GuideXLabel{
    font-weight: bold;
    font-size: 12px;
}
.GuideXText{
    font-size: 16px;
}

/*New stuff for images*/
.SliderExample {
    background: blue;
    color: #fff;
    font-size: 36px;
    line-height: 100px;
    margin: 10px;
    padding: 2%;
    position: relative;
    text-align: center;
}
.slickThumbIcon{
    max-width: 100%;
}

.variable-width .slick-slide p {
    background: blue;
    height: 100px;
    color: #fff;
    margin: 5px;
    line-height: 100px;
    text-align: center;
}
.center .slick-center h3 {
    color: #e67e22;
    opacity: 1;
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
}
.center h3 {
    opacity: 0.8;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.content {
    padding: 20px;
    margin: auto;
    width: 90%;
}
.slick-slide .image {
    padding: 10px;
}
.slick-slide img {
    border: 5px solid #fff;
    display: block;
    margin: auto;
}
.slick-slide img.slick-loading {
    border: 0;
}
.slick-slider {
   /* margin: 30px auto 50px;*/
    margin: 0px;
}
.slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}
.slick-dots {
    position:initial !important;
    margin-left: 0;
}
.slick-thumb {
    bottom: -45px;
}
.slick-thumb li {
    width: 60px;
    height: 45px;
}
.slick-thumb li img {
    /*   filter: grayscale(100%);*/
    border-style: none;
}
.slick-thumb li.slick-active img {
    padding: 1px;
    border:solid  2px  darkblue
    /*  filter: grayscale(0%);*/
}
@media (max-width: 768px) {
    h3 {
        font-size: 24px;
    }
    .center {
        margin-left: -40px;
        margin-right: -40px;
    }
    .center .slick-center h3 {
        color: #e67e22;
        opacity: 1;
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    .center h3 {
        opacity: 0.8;
        -webkit-transform: scale(0.95);
                transform: scale(0.95);
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    }
}
.slick-vertical .slick-slide {
    height: 180px;
}
.slick-arrow {
    background-color: grey;
    /* color: black; */
}
.slick-arrow:hover {
    background-color: grey;
}
.slick-dots {
    position: relative;
    width: 100%;
    text-align: center;
}
.slick-dots li {
    display: inline-block;
}

.slick-prev{
    left:0px;
    z-index: 1000;
    background-color: #1498D5 !important;;
}
.slick-next{
    right:0px;
    z-index: 1000;
    background-color: #1498D5 !important;
}

.slick-prev-chevron-river-desktop{
    font-size: 0;
    line-height: 0;
    z-index: 100;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
    position: absolute;
    padding: 0;
}

.slick-prev-chevron{
    font-size: 0;
    line-height: 0;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
    left: -25px;
    position: absolute;
    padding: 0;
}

.slick-prev-chevron-mobile{
    font-size: 0;
    line-height: 0;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
    left: -30px;
    position: absolute;
    padding: 0;
}


.slick-prev-chevron-mobile-river-search{
    font-size: 0;
    line-height: 0;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
    left: -20px;
    position: absolute;
    padding: 0;
}

.slick-prev-chevron-mobile-condensed{
    font-size: 0;
    line-height: 0;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: pointer;
    color: transparent;
    border: none;
    z-index: 1000;
    outline: 0;
    background: 0 0;
    left: -5px;
    position: absolute;
    padding: 0;
}



.slick-next-chevron{
    font-size: 0;
    line-height: 0;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
    right: -50px;
    padding: 0;
    position: absolute;
}

.slick-next-chevron-river-desktop{
    font-size: 0;
    z-index: 100;
    line-height: 0;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
    right: 5px;
    padding: 0;
    position: absolute;
}


.slick-next-chevron-mobile-river-search{
    font-size: 0;
    line-height: 0;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
    right: -15px;
    padding: 0;
    position: absolute;
}


.slick-next-chevron-mobile{
    font-size: 0;
    line-height: 0;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
    right: -35px;
    padding: 0;
    position: absolute;
}

.slick-next-chevron-mobile-condensed{
    font-size: 0;
    line-height: 0;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
    right: -10px;
    padding: 0;
    position: absolute;
}

/*Hover Shadow*/

.hoverShadow:hover{
    -webkit-box-shadow: 2px 2px 20px 1px rgb(0, 0, 255);
            box-shadow: 2px 2px 20px 1px rgb(0, 0, 255);
}


/*
Sorting Containers------------------------------------*/
.vertical-container {
    width: 100%;
    padding: 10px;
    border: 1px #ccc solid;
}

.vertical.ui-sortable-item {
    float: none;
    display: block;
    width: 100%;
    padding: 10px 5px;
    margin-bottom: 10px;
    border: 1px #eee solid;
}


/*------------STRIPE--------------*/
input,
.StripeElement {
    display: block;
    margin: 10px 0 20px 0;
    max-width: 500px;
    padding: 10px 14px;
    font-size: 1em;
    font-family: 'Quicksand', monospace;
    -webkit-box-shadow: rgba(50, 50, 93, 0.14902) 0px 1px 3px, rgba(0, 0, 0, 0.0196078) 0px 1px 0px;
            box-shadow: rgba(50, 50, 93, 0.14902) 0px 1px 3px, rgba(0, 0, 0, 0.0196078) 0px 1px 0px;
    border: 0;
    outline: 0;
    border-radius: 4px;
    background: white;
}

input::-webkit-input-placeholder {
    color: #aab7c4;
}

input::-moz-placeholder {
    color: #aab7c4;
}

input:-ms-input-placeholder {
    color: #aab7c4;
}

input::-ms-input-placeholder {
    color: #aab7c4;
}

input::placeholder {
    color: #aab7c4;
}

input:focus,
.StripeElement--focus {
    -webkit-box-shadow: rgba(50, 50, 93, 0.109804) 0px 4px 6px, rgba(0, 0, 0, 0.0784314) 0px 1px 3px;
            box-shadow: rgba(50, 50, 93, 0.109804) 0px 4px 6px, rgba(0, 0, 0, 0.0784314) 0px 1px 3px;
    -webkit-transition: all 150ms ease;
    transition: all 150ms ease;
}

.StripeElement.IdealBankElement,
.StripeElement.PaymentRequestButton {
    padding: 0;
}

.StripeLayout{
    color: #6b7c93;
    font-weight: 300;
    letter-spacing: 0.025em;
}

/*----------New Sidebar----------------*/
.sideBarHeaders{
    color: white;
    font-size: 16px !important;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 0px;
    margin-top: 0px;
}

/*-------Big Calendar ---------------*/
.rbc-btn {
    color: inherit;
    font: inherit;
    margin: 0;
}
button.rbc-btn {
    overflow: visible;
    text-transform: none;
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled].rbc-btn {
    cursor: not-allowed;
}
button.rbc-input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.rbc-calendar {
    background-color: white;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
            align-items: stretch;
}
.rbc-calendar *,
.rbc-calendar *:before,
.rbc-calendar *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
.rbc-abs-full,
.rbc-row-bg {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.rbc-ellipsis,
.rbc-event-label,
.rbc-row-segment .rbc-event-content,
.rbc-show-more {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.rbc-rtl {
    direction: rtl;
}
.rbc-off-range {
    color: #999999;
}
.rbc-off-range-bg {
    background: #e5e5e5;
}
.rbc-header {
    overflow: hidden;
    -ms-flex: 1 0;
    -webkit-box-flex: 1;
            flex: 1 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 3px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    font-size: 90%;
    min-height: 0;
    border-bottom: 1px solid #DDD;
}
.rbc-header + .rbc-header {
    border-left: 1px solid #DDD;
}
.rbc-rtl .rbc-header + .rbc-header {
    border-left-width: 0;
    border-right: 1px solid #DDD;
}
.rbc-header > a,
.rbc-header > a:active,
.rbc-header > a:visited {
    color: inherit;
    text-decoration: none;
}
.rbc-row-content {
    position: relative;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    z-index: 4;
}
.rbc-today {
    background-color: #eaf6ff;
}
.rbc-toolbar {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    margin-bottom: 10px;
    font-size: 16px;
}
.rbc-toolbar .rbc-toolbar-label {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    padding: 0 10px;
    text-align: center;
}
.rbc-toolbar button {
    color: #373a3c;
    display: inline-block;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    background: none;
    background-image: none;
    border: 1px solid #ccc;
    padding: .375rem 1rem;
    border-radius: 4px;
    line-height: normal;
    white-space: nowrap;
}
.rbc-toolbar button:active,
.rbc-toolbar button.rbc-active {
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    background-color: #e6e6e6;
    border-color: #adadad;
}
.rbc-toolbar button:active:hover,
.rbc-toolbar button.rbc-active:hover,
.rbc-toolbar button:active:focus,
.rbc-toolbar button.rbc-active:focus {
    color: #373a3c;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}
.rbc-toolbar button:focus {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.rbc-toolbar button:hover {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.rbc-btn-group {
    display: inline-block;
    white-space: nowrap;
}
.rbc-btn-group > button:first-child:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.rbc-btn-group > button:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.rbc-rtl .rbc-btn-group > button:first-child:not(:last-child) {
    border-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.rbc-rtl .rbc-btn-group > button:last-child:not(:first-child) {
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.rbc-btn-group > button:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.rbc-btn-group button + button {
    margin-left: -1px;
}
.rbc-rtl .rbc-btn-group button + button {
    margin-left: 0;
    margin-right: -1px;
}
.rbc-btn-group + .rbc-btn-group,
.rbc-btn-group + button {
    margin-left: 10px;
}
.rbc-event {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    padding: 2px 5px;
    background-color: #3174ad;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    width: 100%;
    text-align: left;
}
.rbc-slot-selecting .rbc-event {
    cursor: inherit;
    pointer-events: none;
}
.rbc-event.rbc-selected {
    background-color: #265985;
}
.rbc-event:focus {
    outline: 5px auto #3b99fc;
}
.rbc-event-label {
    font-size: 80%;
}
.rbc-event-overlaps {
    -webkit-box-shadow: -1px 1px 5px 0px rgba(51, 51, 51, 0.5);
    box-shadow: -1px 1px 5px 0px rgba(51, 51, 51, 0.5);
}
.rbc-event-continues-prior {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.rbc-event-continues-after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.rbc-event-continues-earlier {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.rbc-event-continues-later {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.rbc-row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
}
.rbc-row-segment {
    padding: 0 1px 1px 1px;
}
.rbc-selected-cell {
    background-color: rgba(0, 0, 0, 0.1);
}
.rbc-show-more {
    background-color: rgba(255, 255, 255, 0.3);
    z-index: 4;
    font-weight: bold;
    font-size: 85%;
    height: auto;
    line-height: normal;
    white-space: nowrap;
}
.rbc-month-view {
    position: relative;
    border: 1px solid #DDD;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -ms-flex: 1 0;
    -webkit-box-flex: 1;
            flex: 1 0;
    width: 100%;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    height: 100%;
}
.rbc-month-header {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
}
.rbc-month-row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    position: relative;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -ms-flex: 1 0;
    -webkit-box-flex: 1;
            flex: 1 0;
    -ms-flex-preferred-size: 0px;
    flex-basis: 0px;
    overflow: hidden;
    height: 100%;
}
.rbc-month-row + .rbc-month-row {
    border-top: 1px solid #DDD;
}
.rbc-date-cell {
    -ms-flex: 1 1;
    -webkit-box-flex: 1;
            flex: 1 1;
    min-width: 0;
    padding-right: 5px;
    text-align: right;
}
.rbc-date-cell.rbc-now {
    font-weight: bold;
}
.rbc-date-cell > a,
.rbc-date-cell > a:active,
.rbc-date-cell > a:visited {
    color: inherit;
    text-decoration: none;
}
.rbc-row-bg {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex: 1 0;
    -webkit-box-flex: 1;
            flex: 1 0;
    overflow: hidden;
}
.rbc-day-bg {
    -ms-flex: 1 0;
    -webkit-box-flex: 1;
            flex: 1 0;
}
.rbc-day-bg + .rbc-day-bg {
    border-left: 1px solid #DDD;
}
.rbc-rtl .rbc-day-bg + .rbc-day-bg {
    border-left-width: 0;
    border-right: 1px solid #DDD;
}
.rbc-overlay {
    position: absolute;
    z-index: 5;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
    padding: 10px;
}
.rbc-overlay > * + * {
    margin-top: 1px;
}
.rbc-overlay-header {
    border-bottom: 1px solid #e5e5e5;
    margin: -10px -10px 5px -10px;
    padding: 2px 10px;
}
.rbc-agenda-view {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -ms-flex: 1 0;
    -webkit-box-flex: 1;
            flex: 1 0;
    overflow: auto;
}
.rbc-agenda-view table.rbc-agenda-table {
    width: 100%;
    border: 1px solid #DDD;
    border-spacing: 0;
    border-collapse: collapse;
}
.rbc-agenda-view table.rbc-agenda-table tbody > tr > td {
    padding: 5px 10px;
    vertical-align: top;
}
.rbc-agenda-view table.rbc-agenda-table .rbc-agenda-time-cell {
    padding-left: 15px;
    padding-right: 15px;
    text-transform: lowercase;
}
.rbc-agenda-view table.rbc-agenda-table tbody > tr > td + td {
    border-left: 1px solid #DDD;
}
.rbc-rtl .rbc-agenda-view table.rbc-agenda-table tbody > tr > td + td {
    border-left-width: 0;
    border-right: 1px solid #DDD;
}
.rbc-agenda-view table.rbc-agenda-table tbody > tr + tr {
    border-top: 1px solid #DDD;
}
.rbc-agenda-view table.rbc-agenda-table thead > tr > th {
    padding: 3px 5px;
    text-align: left;
    border-bottom: 1px solid #DDD;
}
.rbc-rtl .rbc-agenda-view table.rbc-agenda-table thead > tr > th {
    text-align: right;
}
.rbc-agenda-time-cell {
    text-transform: lowercase;
}
.rbc-agenda-time-cell .rbc-continues-after:after {
    content: ' »';
}
.rbc-agenda-time-cell .rbc-continues-prior:before {
    content: '« ';
}
.rbc-agenda-date-cell,
.rbc-agenda-time-cell {
    white-space: nowrap;
}
.rbc-agenda-event-cell {
    width: 100%;
}
.rbc-time-column {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    min-height: 100%;
}
.rbc-time-column .rbc-timeslot-group {
    -ms-flex: 1 1;
    -webkit-box-flex: 1;
            flex: 1 1;
}
.rbc-timeslot-group {
    border-bottom: 1px solid #DDD;
    min-height: 40px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: column nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
}
.rbc-time-gutter,
.rbc-header-gutter {
    -ms-flex: none;
    -webkit-box-flex: 0;
            flex: none;
}
.rbc-label {
    padding: 0 5px;
}
.rbc-day-slot {
    position: relative;
}
.rbc-day-slot .rbc-events-container {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    margin-right: 10px;
    top: 0;
}
.rbc-day-slot .rbc-events-container.rbc-is-rtl {
    left: 10px;
    right: 0;
}
.rbc-day-slot .rbc-event {
    border: 1px solid #265985;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    max-height: 100%;
    min-height: 20px;
    -ms-flex-flow: column wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column wrap;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    overflow: hidden;
    position: absolute;
}
.rbc-day-slot .rbc-event-label {
    -ms-flex: none;
    -webkit-box-flex: 0;
            flex: none;
    padding-right: 5px;
    width: auto;
}
.rbc-day-slot .rbc-event-content {
    width: 100%;
    -ms-flex: 1 1;
    -webkit-box-flex: 1;
            flex: 1 1;
    word-wrap: break-word;
    line-height: 1;
    height: 100%;
    min-height: 1em;
}
.rbc-day-slot .rbc-time-slot {
    border-top: 1px solid #f7f7f7;
}
.rbc-time-view-resources .rbc-time-gutter,
.rbc-time-view-resources .rbc-time-header-gutter {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    background-color: white;
    border-right: 1px solid #DDD;
    z-index: 10;
    margin-right: -1px;
}
.rbc-time-view-resources .rbc-time-header {
    overflow: hidden;
}
.rbc-time-view-resources .rbc-time-header-content {
    min-width: auto;
    -ms-flex: 1 0;
    -webkit-box-flex: 1;
            flex: 1 0;
    -ms-flex-preferred-size: 0px;
    flex-basis: 0px;
}
.rbc-time-view-resources .rbc-day-slot {
    min-width: 140px;
}
.rbc-time-view-resources .rbc-header,
.rbc-time-view-resources .rbc-day-bg {
    width: 140px;
    -ms-flex: 1 1;
    -webkit-box-flex: 1;
            flex: 1 1;
    -ms-flex-preferred-size: 0 px;
    flex-basis: 0px;
}
.rbc-time-header-content + .rbc-time-header-content {
    margin-left: -1px;
}
.rbc-time-slot {
    -ms-flex: 1 0;
    -webkit-box-flex: 1;
            flex: 1 0;
}
.rbc-time-slot.rbc-now {
    font-weight: bold;
}
.rbc-day-header {
    text-align: center;
}
.rbc-slot-selection {
    z-index: 10;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 75%;
    width: 100%;
    padding: 3px;
}
.rbc-slot-selecting {
    cursor: move;
}
.rbc-time-view {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -ms-flex: 1 1;
    -webkit-box-flex: 1;
            flex: 1 1;
    width: 100%;
    border: 1px solid #DDD;
    min-height: 0;
}
.rbc-time-view .rbc-time-gutter {
    white-space: nowrap;
}
.rbc-time-view .rbc-allday-cell {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    position: relative;
}
.rbc-time-view .rbc-allday-cell + .rbc-allday-cell {
    border-left: 1px solid #DDD;
}
.rbc-time-view .rbc-allday-events {
    position: relative;
    z-index: 4;
}
.rbc-time-view .rbc-row {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 20px;
}
.rbc-time-header {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
}
.rbc-time-header.rbc-overflowing {
    border-right: 1px solid #DDD;
}
.rbc-rtl .rbc-time-header.rbc-overflowing {
    border-right-width: 0;
    border-left: 1px solid #DDD;
}
.rbc-time-header > .rbc-row:first-child {
    border-bottom: 1px solid #DDD;
}
.rbc-time-header > .rbc-row.rbc-row-resource {
    border-bottom: 1px solid #DDD;
}
.rbc-time-header-content {
    -ms-flex: 1 1;
    -webkit-box-flex: 1;
            flex: 1 1;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    min-width: 0;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    border-left: 1px solid #DDD;
}
.rbc-rtl .rbc-time-header-content {
    border-left-width: 0;
    border-right: 1px solid #DDD;
}
.rbc-time-content {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 1 0;
    -webkit-box-flex: 1;
            flex: 1 0;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    width: 100%;
    border-top: 2px solid #DDD;
    overflow-y: auto;
    position: relative;
}
.rbc-time-content > .rbc-time-gutter {
    -ms-flex: none;
    -webkit-box-flex: 0;
            flex: none;
}
.rbc-time-content > * + * > * {
    border-left: 1px solid #DDD;
}
.rbc-rtl .rbc-time-content > * + * > * {
    border-left-width: 0;
    border-right: 1px solid #DDD;
}
.rbc-time-content > .rbc-day-slot {
    width: 100%;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}
.rbc-current-time-indicator {
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #74ad31;
    pointer-events: none;
}


/*----------Stepper -------------*/



/*
------------Tables-----------------*/
.MuiTableCell-head{
    font-size: 16px !important;
}


/*---------sortable container----------*/
.SortableList {
    position: relative;
    z-index: 0;
    background-color: #F3F3F3;
    border: 1px solid #EFEFEF;
    border-radius: 3px;
    outline: none;

    width: 400px;
    height: auto;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    list-style: none;
    padding: 0;
}
.SortableItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 60px;
    padding: 0 20px;
    background-color: #FFF;
    border-bottom: 1px solid #EFEFEF;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #333;
    font-weight: 500;
}
.SortableHelper {
    -webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.2), 0 -5px 5px -5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.2), 0 -5px 5px -5px rgba(0, 0, 0, 0.2);
    background-color: rgba(255, 255, 255, 0.8);
    cursor: row-resize;
}

/*Default Date Range Picker*/


/*------------GUIDEX CALENDAR REACT DATE PICKER-------------------------*/
.DateRangePicker {
    display: inline-block;
    margin-bottom: 10px;
    padding: 0;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
.DateRangePicker__Legend {
    color: black;
    font-size: 14px;
    line-height: 16px;
    list-style-type: none;
    margin: 20px 0;
    padding: 0; }
.DateRangePicker__LegendItem {
    display: inline-block;
    margin: 0 20px; }
.DateRangePicker__LegendItemColor {
    border-radius: 50%;
    display: inline-block;
    height: 14px;
    margin-right: 6px;
    vertical-align: text-bottom;
    width: 14px;
    border: 1px solid rgba(0, 0, 0, 0.25); }
.DateRangePicker__LegendItemColor--selection {
    background-color: #1498d5; }
.DateRangePicker__PaginationArrow {
    border: 0;
    margin-right: 45px;
    cursor: pointer;
    display: block;
    height: 35px;
    outline: none;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0;
    white-space: nowrap;
    width: 35px;
    z-index: 1; }
.DateRangePicker__PaginationArrow--previous {
    left: 70px; }
.DateRangePicker__PaginationArrow--next {
    right: 20px; }
.DateRangePicker__PaginationArrow:hover {
    background-color: #ccc; }
.DateRangePicker__PaginationArrowIcon {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    height: 0;
    position: absolute;
    top: 10px;
    width: 0; }
.DateRangePicker__PaginationArrowIcon--is-disabled {
    background: grey;
    opacity: .25; }
.DateRangePicker__PaginationArrowIcon--previous {
    border-left: 8px solid transparent;
    border-right: 8px solid #aaa;
    right: 11px; }
.DateRangePicker__PaginationArrowIcon--next {
    border-left: 8px solid #aaa;
    border-right: 8px solid transparent;
    left: 11px; }
.DateRangePicker__Month {
    color: #333;
    display: inline-block;
    margin: 0 20px;
    -webkit-box-shadow: rgba(26, 26, 29, 0.3) 0px 15px 46px -10px;
            box-shadow: rgba(26, 26, 29, 0.3) 0px 15px 46px -10px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 275px; }
.DateRangePicker__MonthHeader {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    position: relative;
    text-align: center; }
.DateRangePicker__MonthHeaderLabel {
    display: inline-block;
    position: relative; }
.DateRangePicker__MonthHeaderSelect {
    background: #e4e4e4;
    border: 0;
    cursor: pointer;
    display: inline-block;
    height: 100%;
    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5; }
.DateRangePicker__MonthDates {
    border-bottom: 1px solid #f4f5f6;
    border-collapse: separate;
    border-spacing: 0 1px;
    margin: 0;
    width: 100%; }
.DateRangePicker__WeekdayHeading, .DateRangePicker__Date {
    font-size: 12px;
    line-height: 1;
    padding: 10px 0;
    text-align: center;
    width: 14.285714285714286%; }
.DateRangePicker__WeekdayHeading {
    border-bottom: 1px solid #f4f5f6;
    color: #000;
    font-weight: bold; }
.DateRangePicker__WeekdayHeading abbr[title] {
    border-bottom-width: 0;
    color: #000000;
    cursor: pointer;
    font-size: inherit;
    text-decoration: none; }
.DateRangePicker__Date {
    border: 0 solid #f4f5f6;
    border-right-width: 1px;
    cursor: pointer;
    overflow: hidden;
    position: relative; }
.DateRangePicker__Date:first-child {
    border-left-width: 1px; }
.DateRangePicker__Date--weekend {
    background-color: #f6f7f9; }
.DateRangePicker__Date--otherMonth {
    opacity: .50; }
.DateRangePicker__Date--is-disabled {
    color: #cdcdd1;
    cursor: default; }
.DateRangePicker__Date--is-selected {
    color: #fff; }
.DateRangePicker__Date--is-highlighted {
    color: #333; }
.DateRangePicker__CalendarDatePeriod {
    bottom: 0;
    position: absolute;
    top: 0; }
.DateRangePicker__CalendarDatePeriod--am {
    left: 0;
    background: rgb(255, 210, 0) !important;
    right: 50%; }
.DateRangePicker__CalendarDatePeriod--pm {
    left: 50%;
    background: rgb(255, 210, 0) !important;
    right: 0; }
.DateRangePicker__CalendarSelection {
    background-color: #1498d5;
    border: 1px solid #1976d2;
    bottom: 5px;
    left: 0;
    position: absolute;
    right: 0;
    top: 5px; }
.DateRangePicker__CalendarSelection--inOtherMonth {
    opacity: .5; }
.DateRangePicker__CalendarSelection--start {
    border-bottom-left-radius: 5px;
    border-right-width: 0;
    background-color: #1498d5!important;
    border-top-left-radius: 5px;
    left: 5px; }
.DateRangePicker__CalendarSelection--end {
    border-bottom-right-radius: 5px;
    border-left-width: 0;
    background-color: #1498d5!important;
    border-top-right-radius: 5px;
    right: 5px; }
.DateRangePicker__CalendarSelection--segment {
    border-left-width: 0;
    border-right-width: 0; }
.DateRangePicker__CalendarSelection--single {
    border-radius: 5px;
    left: 5px;
    right: 5px; }
.DateRangePicker__CalendarSelection--is-pending {
    background-color: #1976d24D;
    border-width: 0; }
.DateRangePicker__CalendarHighlight {
    background-color: rgba(255, 255, 255, 0.25);
    border: 1px solid rgba(0, 0, 0, 0.25);
    bottom: 5px;
    left: 0;
    position: absolute;
    right: 0;
    top: 5px; }
.DateRangePicker__CalendarHighlight--inOtherMonth {
    opacity: .5; }
.DateRangePicker__CalendarHighlight--start {
    border-bottom-left-radius: 5px;
    border-right-width: 0;
    border-top-left-radius: 5px;
    left: 5px; }
.DateRangePicker__CalendarHighlight--end {
    border-bottom-right-radius: 5px;
    border-left-width: 0;
    border-top-right-radius: 5px;
    right: 5px; }
.DateRangePicker__CalendarHighlight--segment {
    border-left-width: 0;
    border-right-width: 0; }
.DateRangePicker__CalendarHighlight--single {
    background-color: #fff;
    border: 1px solid #1498d5;
    border-radius: 5px;
    left: 5px;
    right: 5px; }
.DateRangePicker__HalfDateStates {
    bottom: -50px;
    left: -50px;
    position: absolute;
    right: -50px;
    top: -50px;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg); }
.DateRangePicker__FullDateStates {
    bottom: 0;
    background: white;
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }
.DateRangePicker__DateLabel {
    display: block;
    color: black;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1; }


/*LIGHTBOX*/
.ril-image-current{
    height: auto;
}

/*Date Picker Calendar*/
.DateRangePicker__LegendItemColor--selection {
    background-color: #1498d5;
}

.DateRangePicker__Date--otherMonth{
    opacity: 1 !important;
}

/*Carosuel Slider*/
button animatedslider {
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    -webkit-filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.1));
    -webkit-transition: all .5s ease;
    filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.1));
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border: none;
    background: #1498d5;
    color:#FFFFFF;
    border-radius: 30px;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 15px 40px;
    font-weight: 400;
    font-size: 13px;
    cursor: cursor;
}

/*button:hover {
    color: #FFFFFF;
    background: #303f9f;
    -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
}*/

.wrapper {
    max-width: 1335px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 20px;
    margin: auto;
}

.wrapper a {
    display: inline-block;
    margin: 5px;
}

.wrapper a:first-child {
    margin-left: 0;
}

.slider-wrapper {
    position: relative;
    height: 60vh;
    width:auto;
    overflow: hidden;
}

.slide {
    height: 70vh;
    background-size: cover !important;
}

.slide::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.9)));
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
    bottom: 0;
    left: 0;
}

.previousButton, .nextButton {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 10;
    /*background: url('http://svgshare.com/i/41_.svg') no-repeat center center / 16px;*/
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    cursor: pointer;
}

.previousButton:hover, .nextButton:hover {
    /*
    background: url('http://svgshare.com/i/41_.svg') no-repeat center center / 16px;
    */
}

.previousButton {
    left: 0;
    -webkit-transform: rotate(180deg) translateY(calc(50% + 0px));
    transform: rotate(180deg) translateY(calc(50% + 0px));
}

.previousButton:hover {
    left: -10px;
}

.nextButton {
    right: 0;
}

.nextButton:hover {
    right: -10px;
}

.slider-content {
    text-align: center;
}

.slider-content .inner {
    padding: 0 70px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.slider-content .inner button{
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.slider-content .inner h1 {
    font-weight: 900;
    margin: 0 auto;
    max-width: 840px;
    color: #FFFFFF;
    font-size: 64px;
    line-height: 1;
}

.slider-content .inner p {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 1.5;
    margin: 20px auto 30px;
    max-width: 640px;
}

.slider-content section {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.slider-content section span {
    color: #FFFFFF;
}

.slider-content section span {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    display: inline-block;
    text-align: left;
    line-height: 1.4;
    vertical-align: middle;
    margin-left: 10px;
}

.slider-content section img {
    width: 40px;
    height: 40px;
    border: solid 2px rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    vertical-align: middle;
}

.slider-content section span strong {
    color: #FFFFFF;
    font-size: 14px;
    display: block;
}

@media (max-height: 500px) {
    .slider-wrapper, .slide {
        height: calc(100vh - 75px);
    }
}

@media (max-width: 640px) {
    .slider-wrapper, .slide {
        height: calc(80vh - 75px);
    }
}

@media (max-height: 600px) {
    .slider-content .inner h1 {
        font-size: 32px;
    }
}

@media (max-width: 640px) {
    .slider-content .inner h1 {
        font-size: 32px;
    }
}

.slider {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden
}

.slider a.previousButton, .slider a.nextButton {
    font-size: 22px;
    line-height: 0;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    z-index: 1;
    color: #333;
    padding: 10px;
    text-decoration: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
    /* prevent jump effect when scaling */
}

.slider a.previousButton:not(.disabled):hover, .slider a.nextButton:not(.disabled):hover {
    -webkit-transform: translateY(-50%) scale(1.25);
    transform: translateY(-50%) scale(1.25);
    cursor: pointer;
}

.slider a.previousButton {
    left: 20px;
}

.slider a.nextButton {
    right: 20px;
}

.slide {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden
}

.slide.hidden {
    visibility: hidden;
}

.slide.previous {
    left: -100%;
}

.slide.current {
    left: 0;
}

.slide.next {
    left: 100%;
}

.slide.animateIn,
.slide.animateOut {
    -webkit-transition: all 2s ease;
    transition: all 2s ease;
}

.slide.animateIn.previous,
.slide.animateIn.next {
    left: 0;
    visibility: visible;
}

.slide.animateOut.previous {
    left: 100%;
}

.slide.animateOut.next {
    left: -100%;
}

/*CRYPTO----------------*/
.stellarTermLogo{
    font-weight: 700;
    color: #68c86f;
    font-size: 21px;
    font-family: 'Source Sans Pro',sans-serif;
}

