nav .input-field {
    margin: 0; }
nav .input-field input {
    height: 100%;
    font-size: 1.2rem;
    border: none;
    padding-left: 2rem; }
nav .input-field input:focus, nav .input-field input[type=text]:valid, nav .input-field input[type=password]:valid, nav .input-field input[type=email]:valid, nav .input-field input[type=url]:valid, nav .input-field input[type=date]:valid {
    border: none;
    box-shadow: none; }
nav .input-field label {
    top: 0;
    left: 0; }
nav .input-field label i {
    color: rgba(255, 255, 255, 0.7);
    transition: color .3s; }
nav .input-field label.active i {
    color: #fff; }
nav .input-field label.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }


.search-bar > .layer-content .input-field {
    margin-top: 4rem;
    margin-bottom: 4rem; }
.search-bar > .layer-content .input-field .prefix {
    text-align: center;
    font-size: 5rem;
    width: 5rem; }
.search-bar > .layer-content .input-field .prefix ~ input {
    margin-left: 6rem;
    width: 91%;
    width: calc(100% - 6rem); }
.search-bar > .layer-content .input-field input {
    font-size: 5rem;
    height: 7rem;
    margin: 0 0 20px; }
@media only screen and (max-width: 992px) {
    .search-bar > .layer-content .input-field .prefix {
        font-size: 3rem;
        width: 3rem; }
    .search-bar > .layer-content .input-field .prefix ~ input {
        margin-left: 4rem;
        width: 91%;
        width: calc(100% - 4rem); }
    .search-bar > .layer-content .input-field input {
        font-size: 3rem;
        height: 4rem;
        margin: 0 0 20px; } }



.input-field {
    position: relative;
    margin-top: 1rem; }
.input-field label {
    color: #9e9e9e;
    position: absolute;
    top: 0.8rem;
    left: 1rem;
    font-size: 1rem;
    cursor: text;
    transition: .2s ease-out; }
.input-field label.active {
    font-size: 0.8rem;
    -webkit-transform: translateY(-140%);
    -ms-transform: translateY(-140%);
    transform: translateY(-140%); }
.input-field .prefix {
    position: absolute;
    width: 3rem;
    font-size: 2rem;
    transition: color .2s; }
.input-field .prefix.active {
    color: #42A5F5; }
.input-field .prefix ~ input,
.input-field .prefix ~ textarea {
    margin-left: 3rem;
    width: 92%;
    width: calc(100% - 3rem); }
.input-field .prefix ~ textarea {
    padding-top: .8rem; }
.input-field .prefix ~ label {
    margin-left: 3rem; }
@media only screen and (max-width: 992px) {
    .input-field .prefix ~ input {
        width: 86%;
        width: calc(100% - 3rem); } }
@media only screen and (max-width: 767px) {
    .input-field .prefix ~ input {
        width: 80%;
        width: calc(100% - 3rem); } }

.input-field input[type=search] {
    display: block;
    line-height: inherit;
    padding-left: 4rem;
    width: calc(100% - 4rem); }
.input-field input[type=search]:focus {
    background-color: #fff;
    border: 0;
    box-shadow: none;
    color: #444; }
.input-field input[type=search]:focus + label i,
.input-field input[type=search]:focus ~ .mdi-navigation-close,
.input-field input[type=search]:focus ~ .material-icons {
    color: #444; }
.input-field input[type=search] + label {
    left: 1rem; }
.input-field input[type=search] ~ .mdi-navigation-close,
.input-field input[type=search] ~ .material-icons {
    position: absolute;
    top: 0;
    right: 1rem;
    color: transparent;
    cursor: pointer;
    font-size: 2rem;
    transition: .3s color; }

.waves-effect.waves-red .waves-ripple {
    background-color: rgba(244, 67, 54, 0.7); }

.waves-effect.waves-yellow .waves-ripple {
    background-color: rgba(255, 235, 59, 0.7); }

.waves-effect.waves-orange .waves-ripple {
    background-color: rgba(255, 152, 0, 0.7); }

.waves-effect.waves-purple .waves-ripple {
    background-color: rgba(156, 39, 176, 0.7); }

.waves-effect.waves-green .waves-ripple {
    background-color: rgba(76, 175, 80, 0.7); }

.waves-effect.waves-teal .waves-ripple {
    background-color: rgba(0, 150, 136, 0.7); }

.waves-effect.waves-pink .waves-ripple {
    background-color: rgba(233, 30, 99, 0.7); }

.waves-effect.waves-deep-purple .waves-ripple {
    background-color: rgba(103, 58, 183, 0.7); }

.waves-effect.waves-indigo .waves-ripple {
    background-color: rgba(63, 81, 181, 0.7); }

.waves-effect.waves-blue .waves-ripple {
    background-color: rgba(33, 150, 243, 0.7); }

.waves-effect.waves-light-blue .waves-ripple {
    background-color: rgba(3, 169, 244, 0.7); }

.waves-effect.waves-cyan .waves-ripple {
    background-color: rgba(0, 188, 212, 0.7); }

.waves-effect.waves-teal .waves-ripple {
    background-color: rgba(0, 150, 136, 0.7); }

.waves-effect.waves-light-green .waves-ripple {
    background-color: rgba(139, 195, 74, 0.7); }

.waves-effect.waves-lime .waves-ripple {
    background-color: rgba(205, 220, 57, 0.7); }

.waves-effect.waves-amber .waves-ripple {
    background-color: rgba(255, 193, 7, 0.7); }

.waves-effect.waves-deep-orange .waves-ripple {
    background-color: rgba(255, 87, 34, 0.7); }

.waves-effect.waves-brown .waves-ripple {
    background-color: rgba(121, 85, 72, 0.7); }


.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    transition: all .3s ease-out; }
.waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.7s ease-out;
    transition-property: -webkit-transform, opacity;
    transition-property: transform, opacity;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    pointer-events: none; }
.waves-effect.waves-light .waves-ripple {
    background-color: rgba(255, 255, 255, 0.45); }
.waves-effect.waves-red .waves-ripple {
    background-color: rgba(244, 67, 54, 0.7); }
.waves-effect.waves-yellow .waves-ripple {
    background-color: rgba(255, 235, 59, 0.7); }
.waves-effect.waves-orange .waves-ripple {
    background-color: rgba(255, 152, 0, 0.7); }
.waves-effect.waves-purple .waves-ripple {
    background-color: rgba(156, 39, 176, 0.7); }
.waves-effect.waves-green .waves-ripple {
    background-color: rgba(76, 175, 80, 0.7); }
.waves-effect.waves-teal .waves-ripple {
    background-color: rgba(0, 150, 136, 0.7); }
.waves-effect input[type="button"], .waves-effect input[type="reset"], .waves-effect input[type="submit"] {
    border: 0;
    font-style: normal;
    font-size: inherit;
    text-transform: inherit;
    background: none; }

.waves-notransition {
    transition: none !important; }

.waves-circle {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%); }

.waves-input-wrapper {
    border-radius: 0.2em;
    vertical-align: bottom; }
.waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1; }

.waves-circle {
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%;
    -webkit-mask-image: none; }

.waves-block {
    display: block; }

/* Firefox Bug: link not triggered */
a.waves-effect .waves-ripple, .waves-effect.sp-cancel .waves-ripple {
    z-index: -1; }


nav ul a.btn, nav ul a.btn-large, nav ul .btn-large.sp-cancel, nav ul .btn.sp-cancel, nav ul .sp-container button.sp-cancel, .sp-container nav ul button.sp-cancel, nav ul .fc button.sp-cancel, .fc nav ul button.sp-cancel, nav ul a.btn-large, nav ul .btn-large.sp-cancel, nav ul a.btn-flat, nav ul .btn-flat.sp-cancel, nav ul a.btn-floating, nav ul .btn-floating.sp-cancel {
    margin-top: -2px;
    margin-left: 15px;
    margin-right: 15px; }
nav ul a:hover, nav ul .sp-cancel:hover {
    background-color: rgba(0, 0, 0, 0.1); }
nav ul.left {
    float: left; }

.card .card-action a:not(.btn):not(.btn-large):not(.btn-floating), .card .card-action .sp-cancel:not(.btn):not(.btn-large):not(.btn-floating) {
    color: #ffab40;
    margin-right: 2rem;
    transition: color .3s ease;
    text-transform: uppercase; }
.card .card-action a:not(.btn):not(.btn-large):not(.btn-floating):hover, .card .card-action .sp-cancel:not(.btn):not(.btn-large):not(.btn-floating):hover {
    color: #ffd8a6; }

.toast .btn, .toast .btn-large, .toast .sp-container button, .sp-container .toast button, .toast .fc button, .fc .toast button, .toast .btn-flat {
    margin: 0;
    margin-left: 3rem; }


.btn, .btn-large, .sp-container button, .fc button, .btn-flat {
    border: none;
    border-radius: 2px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    outline: 0;
    padding: 0 2rem;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent; }

.btn.disabled, .disabled.btn-large, .sp-container button.disabled, .fc button.disabled, .btn-floating.disabled, .btn-large.disabled, .btn:disabled, .btn-large:disabled, .sp-container button:disabled, .fc button:disabled, .btn-large:disabled, .btn-floating:disabled {
    background-color: #DFDFDF !important;
    box-shadow: none;
    color: #9F9F9F !important;
    cursor: default; }
.btn.disabled *, .disabled.btn-large *, .sp-container button.disabled *, .fc button.disabled *, .btn-floating.disabled *, .btn-large.disabled *, .btn:disabled *, .btn-large:disabled *, .sp-container button:disabled *, .fc button:disabled *, .btn-large:disabled *, .btn-floating:disabled * {
    pointer-events: none; }
.btn.disabled:hover, .disabled.btn-large:hover, .sp-container button.disabled:hover, .fc button.disabled:hover, .fc button.disabled.fc-state-hover, .btn-floating.disabled:hover, .btn-large.disabled:hover, .btn:disabled:hover, .btn-large:disabled:hover, .sp-container button:disabled:hover, .fc button:disabled:hover, .fc button.fc-state-hover:disabled, .btn-large:disabled:hover, .btn-floating:disabled:hover {
    background-color: #DFDFDF;
    color: #9F9F9F; }

.btn i, .btn-large i, .sp-container button i, .fc button i, .btn-floating i, .btn-large i, .btn-flat i {
    font-size: 1.3rem;
    line-height: inherit; }

.btn, .btn-large, .sp-container button, .fc button {
    text-decoration: none;
    color: #fff;
    text-align: center;
    letter-spacing: .5px;
    transition: .2s ease-out;
    cursor: pointer; }
.btn:hover, .btn-large:hover, .sp-container button:hover, .fc button:hover, .fc button.fc-state-hover {
    background-color: #5ab1f6; }

.btn-floating {
    display: inline-block;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 37px;
    height: 37px;
    line-height: 37px;
    padding: 0;
    background-color: #42A5F5;
    border-radius: 50%;
    transition: .3s;
    cursor: pointer;
    vertical-align: middle; }
.btn-floating i {
    width: inherit;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    line-height: 37px; }
.btn-floating:hover {
    background-color: #42A5F5; }
.btn-floating:before {
    border-radius: 0; }
.btn-floating.btn-large {
    width: 55.5px;
    height: 55.5px; }
.btn-floating.btn-large i {
    line-height: 55.5px; }

button.btn-floating {
    border: none; }

.fixed-action-btn {
    position: fixed;
    right: 23px;
    bottom: 23px;
    padding-top: 15px;
    margin-bottom: 0;
    z-index: 998; }
.fixed-action-btn.active ul {
    visibility: visible; }
.fixed-action-btn.horizontal {
    padding: 0 0 0 15px; }
.fixed-action-btn.horizontal ul {
    text-align: right;
    right: 64px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 100%;
    left: initial;
    width: 500px;
    /*width 100% only goes to width of button container */ }
.fixed-action-btn.horizontal ul li {
    display: inline-block;
    margin: 15px 15px 0 0; }
.fixed-action-btn ul {
    left: 0;
    right: 0;
    text-align: center;
    position: absolute;
    bottom: 64px;
    margin: 0;
    visibility: hidden; }
.fixed-action-btn ul li {
    margin-bottom: 15px; }
.fixed-action-btn ul a.btn-floating, .fixed-action-btn ul .btn-floating.sp-cancel {
    opacity: 0; }

.btn-flat {
    box-shadow: none;
    background-color: transparent;
    color: #343434;
    cursor: pointer; }
.btn-flat.disabled {
    color: #b3b3b3;
    cursor: default; }

.btn-large {
    height: 54px;
    line-height: 56px; }
.btn-large i {
    font-size: 1.6rem; }

.btn-block {
    display: block; }

.modal .modal-footer .btn, .modal .modal-footer .btn-large, .modal .modal-footer .sp-container button, .sp-container .modal .modal-footer button, .modal .modal-footer .fc button, .fc .modal .modal-footer button, .modal .modal-footer .btn-flat {
    float: right;
    margin: 6px 0; }
/*
* Chat
*/
.chat {
    position: fixed;
    display: none;
    top: 0;
    right: 0;
    bottom: 0;
    width: 300px;
    z-index: 1001;
    overflow: hidden; }
@media only screen and (max-width: 767px) {
    .chat {
        width: 100%; } }
.chat .layer-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
.chat .layer-overlay,
.chat .layer-content {
    background: #35384C; }
.chat .contacts, .chat .messages {
    transition: left 300ms ease-in-out; }
.chat.open-messages .contacts {
    left: -100%; }
.chat.open-messages .messages {
    left: 0; }
.chat .topbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 65px;
    background: #2d2f40; }
.chat .topbar > a, .chat .topbar > .sp-cancel {
    font-size: 1.3rem;
    line-height: 65px;
    height: 65px;
    padding: 0 10px;
    color: #fff;
    display: inline-block; }
.chat .topbar > a > i, .chat .topbar > .sp-cancel > i {
    vertical-align: middle;
    font-size: 2rem; }
.chat .topbar > a.text, .chat .topbar > .text.sp-cancel {
    padding-left: 20px; }
.chat .topbar .chat-toggle {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    z-index: 3;
    font-size: 2rem;
    line-height: 59px; }
.chat .contacts {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%; }
.chat .contacts > .nano {
    margin-top: 65px; }
.chat .contacts .label {
    font-size: .9em;
    display: block;
    text-transform: uppercase;
    text-align: center;
    color: #767CA0;
    height: 40px;
    line-height: 40px; }
.chat .contacts .user {
    position: relative;
    color: #fff;
    padding: 10px 1rem;
    cursor: pointer; }
.chat .contacts .user:hover {
    background-color: #2d2f40; }
.chat .contacts .user .photo {
    width: 40px;
    vertical-align: middle;
    margin-right: 1rem;
    float: left; }
.chat .contacts .user .name {
    font-weight: bold;
    display: inline-block; }
.chat .contacts .user .status {
    font-size: .9em;
    color: #D8D8D8; }
.chat .contacts .user .online {
    position: absolute;
    font-size: 0.5rem;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }
.chat .messages {
    position: absolute;
    top: 0;
    left: 100%;
    bottom: 0;
    width: 100%; }
.chat .messages .list {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 65px;
    margin-top: 65px; }
.chat .messages .list .nano-content {
    padding: 2rem;
    padding-left: 56px;
    padding-left: calc(30px + 2rem); }
.chat .messages .list .nano-content .date {
    font-size: 0.8rem;
    padding: 1rem 0;
    margin-left: -30px;
    color: #fff;
    text-align: center;
    clear: both; }
.chat .messages .list .nano-content .date:first-child {
    padding-top: 0; }
.chat .messages .list .from-them,
.chat .messages .list .from-me {
    position: relative;
    padding: 10px 20px;
    border-radius: 5px;
    word-wrap: break-word;
    max-width: 100%; }
.chat .messages .list .from-them {
    color: #000;
    background: #FFFFFF;
    float: left;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%; }
.chat .messages .list .from-them:before {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: -2px;
    left: -15px;
    height: 20px;
    border-left: 20px solid #FFFFFF;
    -webkit-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    transform: translate(0, -2px); }
.chat .messages .list .from-them:after {
    content: "";
    position: absolute;
    z-index: 3;
    bottom: -2px;
    left: 4px;
    width: 26px;
    height: 20px;
    background: #35384C;
    border-bottom-right-radius: 10px;
    -webkit-transform: translate(-30px, -2px);
    -ms-transform: translate(-30px, -2px);
    transform: translate(-30px, -2px); }
.chat .messages .list .from-them .date {
    font-size: 0.8rem;
    margin-top: 0.5rem;
    margin-bottom: 0;
    text-align: left; }
.chat .messages .list .from-them .photo {
    position: absolute;
    bottom: 0;
    left: -35px;
    max-width: 30px;
    z-index: 4; }
.chat .messages .list .from-me {
    color: #fff;
    background: #42A5F5;
    float: right;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%; }
.chat .messages .list .from-me:before {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: -2px;
    right: -15px;
    height: 20px;
    border-right: 20px solid #42A5F5;
    -webkit-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    transform: translate(0, -2px); }
.chat .messages .list .from-me:after {
    content: "";
    position: absolute;
    z-index: 3;
    bottom: -2px;
    right: 4px;
    width: 26px;
    height: 20px;
    background: #35384C;
    border-bottom-left-radius: 10px;
    -webkit-transform: translate(30px, -2px);
    -ms-transform: translate(30px, -2px);
    transform: translate(30px, -2px); }
.chat .messages .list .from-me .date {
    font-size: 0.8rem;
    margin-top: 0.5rem;
    margin-bottom: 0;
    text-align: right; }
.chat .messages .list .clear {
    clear: both;
    height: 1rem; }
.chat .messages .send {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 65px;
    padding: 0 8px;
    background: #2d2f40; }
.chat .messages .send .input-field {
    margin-top: 8px;
    margin-right: 65px; }
.chat .messages .send .input-field input {
    color: #fff;
    margin: 0;
    height: 2.7rem;
    padding: 0 7px; }
.chat .messages .send button {
    position: absolute;
    top: 8px;
    right: 8px;
    padding: 0 1rem; }

.chat.chat-light .layer-content {
    border-left: 1px solid #DEE1EC; }

.chat.chat-light .layer-overlay,
.chat.chat-light .layer-content {
    background: #fff; }

.chat.chat-light .topbar {
    background: whitesmoke; }
.chat.chat-light .topbar > a, .chat.chat-light .topbar > .sp-cancel,
.chat.chat-light .topbar .chat-toggle {
    color: inherit; }

.chat.chat-light .contacts .user {
    position: relative;
    color: inherit; }
.chat.chat-light .contacts .user:hover {
    color: #fff;
    background-color: #42A5F5; }
.chat.chat-light .contacts .user:hover .status {
    color: #ECECEC; }
.chat.chat-light .contacts .user .status {
    color: #939393; }

.chat.chat-light .messages .list .nano-content .date {
    color: inherit; }

.chat.chat-light .messages .from-them {
    color: #fff;
    background: #35384C; }
.chat.chat-light .messages .from-them:before {
    border-left: 20px solid #35384C; }
.chat.chat-light .messages .from-them:after {
    background: #fff; }

.chat.chat-light .messages .from-me:before {
    border-right: 20px solid #42A5F5; }

.chat.chat-light .messages .from-me:after {
    background: #fff; }

.chat.chat-light .messages .send {
    background: whitesmoke; }
.chat.chat-light .messages .send .input-field input {
    color: inherit; }

/* Input Align */
.input-field > input,
.input-field > textarea {
    text-align: inherit; }

.input-field.align-right label {
    right: .65rem; }

.input-field.align-center label {
    width: 100%; }

/* Select Align */
select.browser-default.align-right {
    direction: rtl; }

/* Radios and Checkboxes */
[type=checkbox] + label,
[type=radio] + label {
    margin-right: 20px; }

/* Switches */
.switch {
    padding-top: 5px;
    padding-bottom: 10px; }

/* Datepicker */
.picker__day--infocus {
    padding: .962rem 0; }

/**
* Ratings
*/
.rating {
    overflow: hidden;
    display: inline-block;
    position: relative;
    margin-bottom: 10px; }
.rating [type=radio] + label {
    font-size: 2rem;
    width: auto;
    height: auto;
    line-height: 1;
    padding: 0;
    margin-right: 0;
    padding-right: 0.7rem; }
.rating input {
    display: none; }
.rating input:checked ~ label {
    color: #42A5F5; }
.rating label {
    position: relative;
    cursor: default;
    clear: none;
    float: right;
    display: block;
    width: 2.2em;
    height: 2em; }
.rating label:after, .rating label:before {
    content: none;
    display: none; }
.rating label:hover,
.rating label:hover ~ label {
    color: #42A5F5;
    opacity: 0.8; }

/**
* Select2
*/
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple {
    height: 40px;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: none; }

.select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple {
    height: auto; }

.select2-container--default .select2-search--inline .select2-search__field {
    height: 30px; }

.select2-container--default .select2-selection--multiple input {
    margin: 0; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: none;
    color: #fff;
    margin-top: 8px;
    padding: 3px 10px;
    background-color: #42A5F5; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fff;
    margin-right: 5px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    padding-left: 0; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: rgba(0, 0, 0, 0.3) transparent transparent transparent; }

.select2-container--open .select2-dropdown--above,
.select2-container--open .select2-dropdown--below {
    border: none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.26); }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #42A5F5; }

.select2-results__option {
    padding: 1rem; }

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-top: none;
    border-right: none;
    border-left: none; }

/**
* Tags Input
*/
div.tagsinput {
    border: none;
    padding: 0;
    border-bottom: 1px solid #9e9e9e; }
div.tagsinput input {
    height: 3rem;
    line-height: 3rem;
    margin: 0;
    padding: 0;
    border: none; }
div.tagsinput span.tag {
    margin-right: 5px;
    margin-top: 6px;
    margin-bottom: 0;
    padding: 3px 10px;
    border: none;
    color: #fff;
    background-color: #42A5F5; }
div.tagsinput span.tag a, div.tagsinput span.tag .sp-cancel {
    color: #fff; }
div.tagsinput .not_valid {
    background: none !important;
    color: #F44336 !important; }

/**
* Drop Zone
*/
.dropzone {
    border: 2px dashed #42A5F5;
    border-radius: 5px;
    background: white;
    padding: 0;
    text-align: center;
    padding-left: 2rem;
    padding-top: 2rem; }
.dropzone .dz-message {
    font-weight: 400;
    padding-right: 2rem; }
.dropzone .dz-message .note {
    font-size: 0.8em;
    font-weight: 200;
    display: block;
    margin-top: 1.4rem; }
.dropzone .dz-preview {
    margin: 0;
    margin-right: 2rem;
    margin-bottom: 2rem; }
.dropzone .dz-preview .dz-image,
.dropzone .dz-preview.dz-file-preview .dz-image {
    border-radius: 3px; }
.dropzone .dz-preview .dz-progress .dz-upload {
    background: #009688; }
.dropzone .dz-preview .dz-error-message {
    background: #EF5350; }
.dropzone .dz-preview .dz-error-message:after {
    border-bottom: 6px solid #EF5350; }

/**
* Masked Input
*/
[data-inputmask] ~ label {
    font-size: .8rem;
    -webkit-transform: translateY(-130%);
    -ms-transform: translateY(-130%);
    transform: translateY(-130%); }

/**
* Validation
*/
.parsley-errors-list {
    color: #EF5350; }

input[data-parsley-id].parsley-error,
textarea[data-parsley-id].parsley-error,
.parsley-error {
    margin-bottom: 0; }
input[data-parsley-id].parsley-error + .parsley-errors-list,
textarea[data-parsley-id].parsley-error + .parsley-errors-list,
.parsley-error + .parsley-errors-list {
    margin-top: 0;
    margin-bottom: 15px; }

.select-wrapper .select-dropdown[data-parsley-id] {
    margin-bottom: 0; }
.select-wrapper .select-dropdown[data-parsley-id] + .parsley-errors-list {
    margin: 0; }

.select-wrapper + .parsley-errors-list {
    margin-top: 0;
    margin-bottom: 15px; }

input[data-parsley-id].parsley-error,
textarea[data-parsley-id].parsley-error {
    border-bottom: 1px solid #EF5350;
    box-shadow: 0 1px 0 0 #EF5350; }

/**
* Clockpicker
*/
.text-primary {
    color: #42A5F5; }

.popover {
    padding: 0;
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4); }

.popover.bottom > .arrow {
    border-color: transparent; }
.popover.bottom > .arrow:after {
    border-bottom-color: #F9F9F9; }

.clockpicker-popover .popover-title {
    background-color: #F9F9F9;
    color: #B6B6B8; }

.clockpicker-popover .popover-content {
    background-color: #fff; }

.clockpicker-tick.active,
.clockpicker-tick:hover {
    background-color: #42A5F5;
    background-color: rgba(66, 165, 245, 0.25); }

.clockpicker-button:hover {
    color: #fff;
    background-image: none;
    background-color: none; }

.clockpicker-canvas-bearing,
.clockpicker-canvas-fg {
    fill: #42A5F5; }

.clockpicker-canvas-bg {
    fill: #a3d3fa; }

.clockpicker-canvas-bg-trans {
    fill: rgba(66, 165, 245, 0.25); }

.clockpicker-canvas line {
    stroke: #42A5F5; }

/**
* Pikaday
*/
.pika-single.is-bound {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
    margin-top: 13px; }
.pika-single.is-bound:before {
    bottom: 100%;
    left: 25px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px; }

.pika-single {
    border: none;
    border-radius: 3px; }

.pika-lendar {
    margin: 2rem;
    width: 260px; }

.pika-table th {
    line-height: 30px; }

.pika-table thead {
    border: none; }

.pika-title select {
    height: auto; }

.pika-button {
    background: none;
    text-align: center;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 2px auto;
    border-radius: 50%; }

.pika-button:hover {
    border-radius: 50% !important;
    background: #a3d3fa !important; }

.is-selected .pika-button {
    box-shadow: none;
    border-radius: 50%;
    background: #42A5F5; }

/**
* Spectrum
*/
.sp-container,
.sp-container button,
.sp-container input,
.sp-color,
.sp-hue,
.sp-clear {
    font: inherit; }

.sp-replacer {
    padding: 0;
    border: none;
    background: none;
    overflow: visible; }

.sp-top {
    margin-bottom: 0; }

.sp-dd {
    display: none; }

.sp-preview {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
    border: none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.26); }

.sp-picker-container {
    width: 200px;
    border: none; }

.sp-picker-container,
.sp-palette-container {
    padding: 2rem;
    padding-bottom: 300px;
    margin-bottom: -284px; }

.sp-container {
    border: none;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4); }

.sp-cancel, .sp-cancel:hover {
    color: #42A5F5 !important; }

.sp-container button, .sp-container button:hover {
    background-image: none;
    border: none;
    text-transform: none;
    text-shadow: none; }

.sp-color {
    right: 15%;
    border: none; }

.sp-hue {
    left: 85%;
    border: none; }

.sp-slider {
    border: none;
    background: #fff;
    height: 5px;
    opacity: 1;
    margin-top: 2px;
    left: 0;
    right: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.26); }

.sp-dragger {
    border: none;
    width: 10px;
    height: 10px;
    margin-left: 5px;
    margin-top: 5px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.26); }

.sp-preview-inner,
.sp-alpha-inner,
.sp-thumb-inner {
    border-radius: 50%; }

.dd {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    max-width: 600px;
    list-style: none; }

.dd-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none; }

.dd-list .dd-list {
    padding-left: 30px; }

.dd-collapsed .dd-list {
    display: none; }

.dd-item,
.dd-empty,
.dd-placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0; }

.dd-handle {
    display: block;
    height: 40px;
    margin: 5px 0;
    padding: 10px 15px;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #DEE1EC;
    background: #fafafa;
    border-radius: 3px; }

.dd-handle:hover {
    background: #fff; }

.dd-item > button {
    display: block;
    position: relative;
    cursor: pointer;
    float: left;
    width: 25px;
    height: 30px;
    margin: 5px 0;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: transparent;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    font-weight: bold; }

.dd-item > button:before {
    content: '+';
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    text-indent: 0; }

.dd-item > button[data-action="collapse"]:before {
    content: '-'; }

.dd-placeholder,
.dd-empty {
    margin: 5px 0;
    padding: 0;
    min-height: 30px;
    background: #f2fbff;
    border: 1px dashed #b6bcbf; }

.dd-empty {
    border: 1px dashed #bbb;
    min-height: 100px;
    background-color: #e5e5e5; }

.dd-dragel {
    position: absolute;
    pointer-events: none;
    z-index: 9999; }

.dd-dragel > .dd-item .dd-handle {
    margin-top: 0; }

.dd-hover > .dd-handle {
    background: #2ea8e5 !important; }

/**
* Nestable Draggable Handles
*/
.dd3-content {
    display: block;
    height: 30px;
    margin: 5px 0;
    padding: 10px 10px 28px 40px;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #DEE1EC;
    background: #fafafa;
    border-radius: 3px; }

.dd3-content:hover {
    background: #fff; }

.dd-dragel > .dd3-item > .dd3-content {
    margin: 0; }

.dd3-item > button {
    margin-left: 30px; }

.dd3-handle {
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
    cursor: pointer;
    width: 30px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid #aaa;
    background: #DEE1EC;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.dd3-handle:before {
    content: '≡';
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    width: 100%;
    text-align: center;
    text-indent: 0;
    color: #fff;
    font-size: 20px;
    font-weight: normal; }

.dd3-handle:hover {
    background: #ddd; }

/*
* Timeline
*/
.timeline {
    position: relative;
    margin-bottom: 2rem; }
.timeline:after {
    /* clearfix */
    content: '';
    display: table;
    clear: both; }
.timeline:before {
    /* this is the vertical line */
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -2px;
    height: 100%;
    width: 4px;
    background: #E0E0E0; }
@media only screen and (max-width: 992px) {
    .timeline:before {
        left: 28px;
        margin-left: 0; } }

.timeline-block {
    position: relative;
    margin: 4em 0;
    clear: both; }
.timeline-block:after {
    /* clearfix */
    content: '';
    display: table;
    clear: both; }
.timeline-block:first-child {
    margin-top: 0; }
.timeline-block:last-child {
    margin-bottom: 0; }
@media only screen and (max-width: 992px) {
    .timeline-block {
        margin: 2em 0;
        padding-left: 80px; }
    .timeline-block:first-child {
        margin-top: 0; }
    .timeline-block:last-child {
        margin-bottom: 0; } }

.timeline-icon {
    position: absolute;
    top: 0;
    left: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-left: -30px;
    border-radius: 50%;
    background: #fff;
    font-size: 2rem;
    text-align: center;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.26); }
.timeline-icon > i {
    vertical-align: baseline; }
.timeline-icon img {
    display: block;
    width: 100%; }
@media only screen and (max-width: 992px) {
    .timeline-icon {
        left: 0;
        margin-left: 0; } }

.timeline-content {
    position: relative;
    margin-left: 0;
    width: 45%; }
.timeline-content:before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #fff; }
.timeline-content .timeline-date {
    display: inline-block;
    position: absolute;
    float: left;
    padding: .8em 0;
    opacity: .7;
    width: 100%;
    left: 122%;
    top: 10px; }
.timeline-content.card-panel:before, .timeline-content.card:before {
    content: '';
    position: absolute;
    top: 20px;
    right: 100%;
    height: 0;
    width: 0;
    border: 10px solid transparent;
    border-left: 10px solid #fff; }
.timeline-block:nth-child(even) .timeline-content {
    float: right; }
.timeline-block:nth-child(even) .timeline-content:before {
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #fff; }
.timeline-block:nth-child(even) .timeline-content .timeline-date {
    left: auto;
    right: 122%;
    text-align: right; }
@media only screen and (max-width: 992px) {
    .timeline-content {
        width: 100%; }
    .timeline-content .timeline-date {
        position: relative;
        left: 0; }
    .timeline-block .timeline-content {
        float: none; }
    .timeline-block .timeline-content:before {
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: #fff; }
    .timeline-block .timeline-content .timeline-date {
        left: 0;
        text-align: left; } }

/*
* DataTables
*/
table.dataTable {
    margin-bottom: 15px; }

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    position: relative;
    padding-right: 25px;
    overflow: hidden;
    white-space: nowrap; }
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    content: '';
    position: absolute;
    top: 18px;
    right: 7px;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-top: 5px solid #5F5F5F; }

table.dataTable thead .sorting:before {
    content: '';
    position: absolute;
    top: 18px;
    right: 7px;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-top: 5px solid #5F5F5F; }

table.dataTable thead .sorting:after {
    top: 5px;
    border: 5px solid transparent;
    border-bottom: 5px solid #5F5F5F; }

table.dataTable thead .sorting_asc:after {
    top: 9px;
    border: 5px solid transparent;
    border-bottom: 5px solid #5F5F5F; }

table.dataTable thead .sorting_desc:after {
    top: 14px; }

table.dataTable thead .sorting_asc_disabled:after {
    top: 9px;
    border-bottom: 5px solid #DDDDDD; }

table.dataTable thead .sorting_desc_disabled:after {
    top: 14px;
    border-top: 5px solid #DDDDDD; }

table.dataTable tbody tr.selected {
    background-color: #b0bed9; }

table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
    background-color: #abb9d3; }

table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
    background-color: #f9f9f9; }

table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
    background-color: #acbad4; }

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    background-color: #f1f1f1; }

table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
    background-color: #f3f3f3; }

table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
    background-color: whitesmoke; }

table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
    background-color: #a6b3cd; }

table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
    background-color: #a7b5ce; }

table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
    background-color: #a9b6d0; }

table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
    background-color: #f9f9f9; }

table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
    background-color: #fbfbfb; }

table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
    background-color: #fdfdfd; }

table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
    background-color: #acbad4; }

table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
    background-color: #adbbd6; }

table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
    background-color: #afbdd8; }

table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.display tbody tr.odd:hover > .sorting_1,
table.dataTable.display tbody tr.even:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr.even:hover > .sorting_1 {
    background-color: #eaeaea; }

table.dataTable.display tbody tr:hover > .sorting_2,
table.dataTable.display tbody tr.odd:hover > .sorting_2,
table.dataTable.display tbody tr.even:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr.even:hover > .sorting_2 {
    background-color: #ebebeb; }

table.dataTable.display tbody tr:hover > .sorting_3,
table.dataTable.display tbody tr.odd:hover > .sorting_3,
table.dataTable.display tbody tr.even:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr.even:hover > .sorting_3 {
    background-color: #eeeeee; }

table.dataTable.display tbody tr:hover.selected > .sorting_1,
table.dataTable.display tbody tr.odd:hover.selected > .sorting_1,
table.dataTable.display tbody tr.even:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_1 {
    background-color: #a1aec7; }

table.dataTable.display tbody tr:hover.selected > .sorting_2,
table.dataTable.display tbody tr.odd:hover.selected > .sorting_2,
table.dataTable.display tbody tr.even:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_2 {
    background-color: #a2afc8; }

table.dataTable.display tbody tr:hover.selected > .sorting_3,
table.dataTable.display tbody tr.odd:hover.selected > .sorting_3,
table.dataTable.display tbody tr.even:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_3 {
    background-color: #a4b2cb; }

table.dataTable.no-footer {
    border-bottom: 1px solid #111111; }

/*
* Control feature layout
*/
.dataTables_wrapper {
    position: relative;
    clear: both;
    *zoom: 1;
    zoom: 1; }

.dataTables_wrapper .dataTables_length {
    float: left;
    margin-bottom: 15px; }
.dataTables_wrapper .dataTables_length label {
    font-size: 1rem; }
.dataTables_wrapper .dataTables_length .select-wrapper {
    margin: 0 .5em;
    display: inline-block;
    width: auto; }
.dataTables_wrapper .dataTables_length .select-wrapper input {
    margin: 0; }

.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right;
    margin-bottom: 15px; }
.dataTables_wrapper .dataTables_filter label {
    font-size: 1rem; }

.dataTables_wrapper .dataTables_filter input {
    display: inline-block;
    margin-left: 0.5em;
    margin-bottom: 0;
    width: auto; }

.dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;
    padding-top: 0.755em; }

.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right; }

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    *cursor: hand;
    border-radius: 2px;
    color: inherit;
    border: 1px solid transparent; }

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    text-decoration: none;
    color: #FFF;
    background-color: #42A5F5;
    text-align: center;
    letter-spacing: .5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.26); }

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #666;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none; }

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background-color: #eee; }

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    outline: none; }

.dataTables_wrapper .dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 40px;
    margin-left: -50%;
    margin-top: -25px;
    padding-top: 20px;
    text-align: center;
    font-size: 1.2em;
    background-color: white;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%); }

.dataTables_wrapper .dataTables_scroll {
    clear: both; }

.dataTables_scrollHead .no-footer {
    margin-bottom: 0; }
.dataTables_scrollHead .no-footer th {
    border-bottom: 0; }

.dataTables_scrollBody .no-footer {
    border-top: 0;
    margin-bottom: 0; }

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
    *margin-top: -1px;
    -webkit-overflow-scrolling: touch; }

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
    height: 0;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important; }

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #DDD; }

.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
    border-bottom: none; }

.dataTables_wrapper:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0; }

@media screen and (max-width: 767px) {
    .dataTables_wrapper .dataTables_info,
    .dataTables_wrapper .dataTables_paginate {
        float: none;
        text-align: center; }
    .dataTables_wrapper .dataTables_paginate {
        margin-top: 0.5em; } }

@media screen and (max-width: 640px) {
    .dataTables_wrapper .dataTables_length,
    .dataTables_wrapper .dataTables_filter {
        float: none;
        text-align: center; }
    .dataTables_wrapper .dataTables_filter {
        margin-top: 0.5em; } }

/*
* Export Options
*/
.DTTT_container {
    margin-bottom: 15px; }
.DTTT_container .DTTT_button {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #FFF;
    background-color: #42A5F5;
    text-align: center;
    letter-spacing: .5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.26);
    transition: .2s ease-out;
    cursor: pointer;
    height: 36px;
    padding: 0 2rem;
    border-radius: 2px;
    line-height: 36px;
    text-transform: uppercase;
    border: none;
    outline: 0;
    -webkit-tap-highlight-color: transparent; }
.DTTT_container .DTTT_button > div {
    line-height: 0; }
.DTTT_container .DTTT_button:not(:first-child):not(:last-child) {
    border-radius: 0; }
.DTTT_container .DTTT_button:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
.DTTT_container .DTTT_button:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

/*
* PRINTING
* Print display styles
*/
.DTTT_print_info {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 150px;
    margin-left: -200px;
    margin-top: -75px;
    text-align: center;
    color: #333;
    padding: 10px 30px;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4); }

.DTTT_print_info h6 {
    font-weight: normal;
    font-size: 28px;
    line-height: 28px;
    margin: 1em; }

.DTTT_print_info p {
    font-size: 14px;
    line-height: 20px; }

.DTTT_Print .content-wrap {
    margin-left: 0 !important;
    padding: 0 !important; }

.DTTT_Print .col {
    width: 100% !important; }

.DTTT_Print .row,
.DTTT_Print .card-panel {
    margin: 0 !important; }

/*
* Calendar
*/
.fc-content-skeleton thead {
    border: none; }

.fc-unthemed .fc-today {
    background: #d3eafd; }

.fc-other-month {
    background: #F9F9F9; }

.fc-day-header {
    background: #F9F9F9;
    height: 40px;
    line-height: 40px; }

.fc-event {
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    border: none;
    background: #42A5F5; }

.fc h2 {
    font-size: 1.5rem;
    line-height: 1.65rem;
    margin: .6rem 0; }

.fc button {
    text-shadow: none;
    border: none;
    background-image: none;
    height: 36px;
    padding: 0 2rem; }
.fc button.fc-state-active {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.26);
    background: #5ab1f6; }

.card .fc-toolbar {
    margin: 0;
    padding: 2rem; }

.card td.fc-widget-header,
.card .fc-body > tr > td.fc-widget-content {
    border-left: 0;
    border-right: 0; }

#events-list .fc-event + .fc-event {
    margin-top: 10px; }

/* PhotoSwipe gallery */
.photoswipe-gallery a, .photoswipe-gallery .sp-cancel {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    display: block;
    width: 100%;
    line-height: 0; }

.photoswipe-gallery a img, .photoswipe-gallery .sp-cancel img {
    width: 100%;
    height: auto; }

.photoswipe-gallery a figure, .photoswipe-gallery .sp-cancel figure {
    display: none; }

/*
* Pricing Tables
*/
.pricing-table {
    padding-top: 30px;
    text-align: center;
    clear: both; }
.pricing-table:after {
    content: '';
    display: table;
    clear: both; }
.pricing-table [class*="pt-col"] {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.26); }
.pricing-table [class*="pt-col"]:last-child {
    border-right: 1px solid #DEE1EC; }
.pricing-table [class*="pt-col"].pt-featured {
    position: relative;
    margin-right: -1px;
    border-radius: 2px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4); }
.pricing-table .pt-header {
    padding-bottom: 24px;
    margin: 30px 30px 25px;
    border-bottom: 1px solid #DEE1EC; }
.pricing-table .pt-price {
    font-size: 3.5rem; }
.pricing-table .pt-currency {
    display: inline-block;
    margin-top: 10px;
    margin-right: -10px;
    font-size: 1.7rem;
    vertical-align: top; }
.pricing-table .pt-period {
    font-size: 1.4rem; }
.pricing-table .pt-title {
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 2px; }
.pricing-table .pt-features {
    padding: 0;
    margin: 0; }
.pricing-table .pt-features li {
    display: block;
    margin-bottom: 25px;
    list-style: none; }
.pricing-table .pt-footer {
    margin: 25px 30px 30px; }
@media screen and (min-width: 768px) {
    .pricing-table .pt-col-3 {
        width: 33.33%; }
    .pricing-table .pt-col-3.pt-featured {
        top: -20px;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-bottom: -20px; }
    .pricing-table .pt-col-4 {
        width: 50%; }
    .pricing-table .pt-col-5 {
        width: 50%; } }
@media screen and (min-width: 1200px) {
    .pricing-table .pt-col-4 {
        width: 25%; }
    .pricing-table .pt-col-5 {
        width: 20%; }
    .pricing-table .pt-col-4.pt-featured,
    .pricing-table .pt-col-5.pt-featured {
        top: -20px;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-bottom: -20px; } }

/*
* Profile page
*/
.profile-info td {
    vertical-align: top;
    padding: 0; }

.profile-info .photo {
    width: 160px; }
.profile-info .photo img {
    max-width: 100%; }

.profile-info .contacts {
    margin-top: .8rem; }

.profile-info .contacts a, .profile-info .contacts .sp-cancel {
    display: inline-block;
    background-color: #eee;
    font-size: 1.6rem;
    margin-right: .5rem;
    margin-bottom: .5rem;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center; }

.profile-skills .skill {
    display: inline-block;
    color: #fff;
    background-color: #64B5F6;
    padding: 3px 6px;
    border-radius: 2px;
    margin-right: 2px;
    margin-bottom: 4px; }

/*
* Sign-In / Sign-Up / Forgot password / lock
*/
#sign-in,
#sign-up,
#forgot-password,
#lock {
    height: 100%;
    min-height: 100%;
    min-height: 100vh;
    padding-top: 80px;
    background: #35384C; }
#sign-in .logo,
#sign-up .logo,
#forgot-password .logo,
#lock .logo {
    margin-top: -10px; }
#sign-in .logo img,
#sign-up .logo img,
#forgot-password .logo img,
#lock .logo img {
    max-width: 150px; }
#sign-in .links,
#sign-up .links,
#forgot-password .links,
#lock .links {
    padding-bottom: 0.5rem;
    margin-bottom: 0;
    height: 40px;
    line-height: 40px; }
#sign-in .links h2,
#sign-up .links h2,
#forgot-password .links h2,
#lock .links h2 {
    margin: 0;
    margin-top: -10px; }
#sign-in .links, #sign-in .links a, #sign-in .links .sp-cancel,
#sign-up .links,
#sign-up .links a,
#sign-up .links .sp-cancel,
#forgot-password .links,
#forgot-password .links a,
#forgot-password .links .sp-cancel,
#lock .links,
#lock .links a,
#lock .links .sp-cancel {
    color: #fff; }
#sign-in .links .col,
#sign-up .links .col,
#forgot-password .links .col,
#lock .links .col {
    padding-bottom: 0; }
#sign-in form,
#sign-up form,
#forgot-password form,
#lock form {
    position: relative;
    margin: 0 auto;
    max-width: 550px;
    width: 100%;
    z-index: 2;
    padding-left: 25px;
    padding-right: 25px; }
#sign-in form > .card-panel,
#sign-up form > .card-panel,
#forgot-password form > .card-panel,
#lock form > .card-panel {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4); }
#sign-in button,
#sign-up button,
#forgot-password button,
#lock button {
    margin-top: 0.5rem;
    width: 100%;
    height: 40px;
    line-height: 40px; }
#sign-in .socials,
#sign-up .socials,
#forgot-password .socials,
#lock .socials {
    margin-top: 0; }
#sign-in .socials a, #sign-in .socials .sp-cancel,
#sign-up .socials a,
#sign-up .socials .sp-cancel,
#forgot-password .socials a,
#forgot-password .socials .sp-cancel,
#lock .socials a,
#lock .socials .sp-cancel {
    width: 100%;
    height: 40px;
    line-height: 40px; }

#forgot-password .input-field {
    margin-top: 0; }

#lock img {
    max-width: 100%; }

#lock .row {
    margin-top: 0; }

#lock h4 {
    line-height: 1.25rem; }

/* Mailbox */
.mail-inbox .card-panel > .row {
    margin: 0; }

.mail-compose-btn {
    position: fixed;
    bottom: 15px;
    right: 15px; }

.mail-search {
    margin-top: 0; }
.mail-search input {
    margin: 0; }

.mail-search .btn, .mail-search .btn-large, .mail-search .sp-container button, .sp-container .mail-search button, .mail-search .fc button, .fc .mail-search button {
    position: absolute;
    top: 1px;
    right: 0; }

/* Mail Sidebar */
.mail-sidebar {
    margin: 0; }
.mail-sidebar li > a, .mail-sidebar li > .sp-cancel {
    display: block;
    padding: 10px 15px;
    color: inherit; }
.mail-sidebar li > a i, .mail-sidebar li > .sp-cancel i {
    font-size: 1.1em;
    margin-right: 5px;
    vertical-align: middle;
    width: 1.2rem;
    display: inline-block; }
.mail-sidebar li.active > a, .mail-sidebar li.active > .sp-cancel,
.mail-sidebar li:hover > a,
.mail-sidebar li:hover > .sp-cancel {
    background: rgba(0, 0, 0, 0.04); }
.mail-sidebar li.active > a, .mail-sidebar li.active > .sp-cancel {
    color: #42A5F5; }
.mail-sidebar hr {
    margin-top: 15px;
    margin-bottom: 15px; }

/* Mail Inbox */
.mail-inbox {
    padding-right: 1rem; }
.mail-inbox table > tbody > tr.unread {
    font-weight: bold; }
.mail-inbox table > tbody > tr.read {
    background: #f5f5f5; }
.mail-inbox table > tbody > tr a, .mail-inbox table > tbody > tr .sp-cancel {
    color: inherit; }
.mail-inbox table > tbody > tr > th, .mail-inbox table > tbody > tr > td {
    padding: 10px; }
.mail-inbox table > tbody > tr .mail-check label {
    padding-left: 20px;
    margin-right: 0;
    height: 17px;
    line-height: 17px; }
.mail-inbox table > tbody > tr .mail-contact {
    width: 25%; }
.mail-inbox table > tbody > tr .mail-subject {
    width: 75%; }
.mail-inbox table > tbody > tr .mail-date {
    text-align: right; }
.mail-inbox table > tbody > tr .mail-date {
    white-space: nowrap; }

/* Mail Compose */
.mail-compose .cke {
    margin-bottom: 1rem; }

/*
* layouts
*/
.layout-top-fixed, .layout-top-static, .layout-top-static-left-small, .layout-left-small, .layout-top-under, .layout-top-under-left-small, .layout-top-under-static, .layout-top-under-static-left-small {
    position: relative;
    height: 220px;
    overflow: hidden;
    cursor: pointer;
    padding: 5px;
    padding-top: 45px;
    padding-left: 105px; }
.layout-top-fixed .layout-side, .layout-top-static .layout-side, .layout-top-static-left-small .layout-side, .layout-left-small .layout-side, .layout-top-under .layout-side, .layout-top-under-left-small .layout-side, .layout-top-under-static .layout-side, .layout-top-under-static-left-small .layout-side {
    position: absolute;
    background: #CFCFCF;
    width: 100px;
    height: 100%;
    left: 0;
    top: 0; }
.layout-top-fixed .layout-top, .layout-top-static .layout-top, .layout-top-static-left-small .layout-top, .layout-left-small .layout-top, .layout-top-under .layout-top, .layout-top-under-left-small .layout-top, .layout-top-under-static .layout-top, .layout-top-under-static-left-small .layout-top {
    position: absolute;
    background: #fff;
    top: 0;
    left: 0;
    height: 40px;
    width: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.26); }
.layout-top-fixed.active, .layout-top-static.active, .layout-top-static-left-small.active, .layout-left-small.active, .layout-top-under.active, .layout-top-under-left-small.active, .layout-top-under-static.active, .layout-top-under-static-left-small.active {
    box-shadow: 0 0 0 3px #42A5F5; }
.layout-top-fixed pre, .layout-top-static pre, .layout-top-static-left-small pre, .layout-left-small pre, .layout-top-under pre, .layout-top-under-left-small pre, .layout-top-under-static pre, .layout-top-under-static-left-small pre {
    margin: 0;
    padding: 0;
    background: #fff;
    opacity: 0;
    transition: opacity 300ms ease; }
.layout-top-fixed.active pre,
.layout-top-fixed:hover pre, .layout-top-static.active pre,
.layout-top-static:hover pre, .layout-top-static-left-small.active pre,
.layout-top-static-left-small:hover pre, .layout-left-small.active pre,
.layout-left-small:hover pre, .layout-top-under.active pre,
.layout-top-under:hover pre, .layout-top-under-left-small.active pre,
.layout-top-under-left-small:hover pre, .layout-top-under-static.active pre,
.layout-top-under-static:hover pre, .layout-top-under-static-left-small.active pre,
.layout-top-under-static-left-small:hover pre {
    opacity: 1; }

.layout-left-small {
    padding-left: 45px; }
.layout-left-small .layout-side {
    width: 40px; }

.layout-top-static .layout-top {
    border: 1px dashed #7E7E7E; }

.layout-top-static-left-small {
    padding-left: 45px; }
.layout-top-static-left-small .layout-side {
    width: 40px; }
.layout-top-static-left-small .layout-top {
    border: 1px dashed #7E7E7E; }

.layout-top-under .layout-top, .layout-top-under-left-small .layout-top, .layout-top-under-static .layout-top, .layout-top-under-static-left-small .layout-top {
    z-index: 0; }

.layout-top-under .layout-side, .layout-top-under-left-small .layout-side, .layout-top-under-static .layout-side, .layout-top-under-static-left-small .layout-side {
    z-index: 1; }

.layout-top-under-left-small {
    padding-left: 45px; }
.layout-top-under-left-small .layout-side {
    width: 40px; }

.layout-top-under-static .layout-top {
    border: 1px dashed #7E7E7E; }

.layout-top-under-static-left-small {
    padding-left: 45px; }
.layout-top-under-static-left-small .layout-side {
    width: 40px; }
.layout-top-under-static-left-small .layout-top {
    border: 1px dashed #7E7E7E; }

/*
* Navigation
*/
.ecommerce-title {
    display: block;
    margin: -2rem;
    margin-bottom: 2rem;
    padding: 0 2rem;
    border-bottom: 1px solid #DEE1EC;
    background: #fff; }
.ecommerce-title ul {
    color: #7C7E89;
    margin: 0; }
.ecommerce-title li {
    display: inline-block; }
.ecommerce-title li a, .ecommerce-title li .sp-cancel {
    color: inherit; }
.ecommerce-title li.active a, .ecommerce-title li.active .sp-cancel {
    box-shadow: inset 0 -3px 0 0 #42A5F5; }
.ecommerce-title li.active, .ecommerce-title li:hover {
    color: #42A5F5;
    background: none; }
.ecommerce-title .row {
    margin-top: 0; }
.ecommerce-title nav {
    background: none;
    box-shadow: none !important; }
.ecommerce-title nav a, .ecommerce-title nav .sp-cancel {
    text-decoration: none; }
.ecommerce-title .chat-toggle {
    margin-top: 14px;
    margin-bottom: 14px; }

/*
* Invoice
*/
.invoice-top {
    color: #9e9e9e; }
.invoice-top img {
    max-width: 150px; }
.invoice-top h3 {
    text-transform: uppercase;
    text-align: right;
    margin: 0; }

.invoice-num {
    background: #eeeeee;
    border-radius: 3px;
    padding: 1.3rem; }
.invoice-num .num {
    margin-bottom: 1.3rem; }
.invoice-num .date:after, .invoice-num .date:before, .invoice-num .num:after, .invoice-num .num:before {
    content: '';
    display: block;
    clear: both; }
.invoice-num .num > span,
.invoice-num .date > span {
    font-size: 1.2rem;
    line-height: 1.2rem; }

.invoice-table > tbody > tr > td,
.invoice-table > tbody > tr > th,
.invoice-table > tfoot > tr > td,
.invoice-table > tfoot > tr > th,
.invoice-table > thead > tr > td,
.invoice-table > thead > tr > th {
    border-top: 1px solid #E3E3E3; }
.invoice-table > tbody > tr > td.no-border,
.invoice-table > tbody > tr > th.no-border,
.invoice-table > tfoot > tr > td.no-border,
.invoice-table > tfoot > tr > th.no-border,
.invoice-table > thead > tr > td.no-border,
.invoice-table > thead > tr > th.no-border {
    border: none; }

@media screen and (max-width: 767px) {
    .table-responsive > .invoice-table {
        width: 600px; } }

.table-responsive > .invoice-table > tbody > tr > td,
.table-responsive > .invoice-table > tbody > tr > th,
.table-responsive > .invoice-table > tfoot > tr > td,
.table-responsive > .invoice-table > tfoot > tr > th,
.table-responsive > .invoice-table > thead > tr > td,
.table-responsive > .invoice-table > thead > tr > th {
    padding: 1.3rem; }

.table-responsive > .invoice-table > tbody > tr > td,
.table-responsive > .invoice-table > tbody > tr > th,
.table-responsive > .invoice-table > tfoot > tr > td,
.table-responsive > .invoice-table > tfoot > tr > th,
.table-responsive > .invoice-table > thead > tr > td,
.table-responsive > .invoice-table > thead > tr > th {
    white-space: normal; }

@media print {
    html {
        font-size: 8px; }
    .yaybar,
    .navbar-top,
    .chat,
    .demo-bar,
    .content-wrap .page-title,
    .invoice-print {
        display: none; }
    .content-wrap {
        transition: none !important;
        margin-left: 0 !important;
        padding: 0; } }

/*
* Products
*/
.ecommerce-products table th [type=checkbox] + label,
.ecommerce-orders table th [type=checkbox] + label {
    height: 21px;
    line-height: 21px;
    padding-left: 20px;
    margin-right: 0;
    vertical-align: middle; }

/*
* Product Single
*/
.ecommerce-product-single .setting-title {
    font-size: 1.2rem;
    line-height: 3rem;
    color: inherit; }

.ecommerce-product-single .product-photos .photos {
    margin-top: 10px; }
.ecommerce-product-single .product-photos .photos .main-photo .material-placeholder,
.ecommerce-product-single .product-photos .photos .small-photo .material-placeholder {
    display: inline-block; }

.ecommerce-product-single .no-margin-top {
    margin-top: 0; }

/*
* Orders
*/
.ecommerce-orders img,
.ecommerce-order-single img {
    vertical-align: middle;
    margin-right: 10px; }

/*
* Order Single
*/
.ecommerce-order-single .order-status-select .select-dropdown {
    height: 2.6rem;
    line-height: 2.6rem; }

/*
* Settings, Order Single
*/
.ecommerce-settings label,
.ecommerce-order-single label {
    font-size: 1.2rem;
    line-height: 3rem;
    color: inherit; }

.ecommerce-settings .select-wrapper,
.ecommerce-settings .select-wrapper > input,
.ecommerce-settings .input-field,
.ecommerce-settings .input-field > input,
.ecommerce-order-single .select-wrapper,
.ecommerce-order-single .select-wrapper > input,
.ecommerce-order-single .input-field,
.ecommerce-order-single .input-field > input {
    margin-top: 0;
    margin-bottom: 0; }

.ecommerce-settings .no-margin-top,
.ecommerce-order-single .no-margin-top {
    margin-top: 0; }

/* Hover Effects from http://tympanus.net/codrops/2014/06/19/ideas-for-subtle-hover-effects/ */
.grid {
    position: relative;
    margin: 0 auto;
    padding: 1em 0 4em;
    max-width: 1000px;
    list-style: none;
    text-align: center; }

/* Common style */
figure.hover-effect {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0;
    min-width: 320px;
    width: 100%;
    background: #3085a3;
    text-align: center;
    cursor: pointer; }

figure.hover-effect img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8; }

figure.hover-effect figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

figure.hover-effect figcaption::before,
figure.hover-effect figcaption::after {
    pointer-events: none; }

figure.hover-effect figcaption,
figure.hover-effect figcaption > a,
figure.hover-effect figcaption > .sp-cancel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
figure.hover-effect figcaption > a, figure.hover-effect figcaption > .sp-cancel {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0; }

figure.hover-effect h2 {
    word-spacing: -0.15em;
    font-weight: 300; }

figure.hover-effect h2 span {
    font-weight: 800; }

figure.hover-effect h2,
figure.hover-effect p {
    margin: 0; }

figure.hover-effect p {
    letter-spacing: 1px;
    font-size: 68.5%; }

/* Individual effects */
/*---------------*/
/***** Lily *****/
/*---------------*/
figure.effect-lily img {
    max-width: none;
    width: calc(100% + 50px);
    margin-top: -37px;
    opacity: 0.7;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0); }

figure.effect-lily figcaption {
    text-align: left; }

figure.effect-lily figcaption > div {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em;
    width: 100%;
    height: 50%; }

figure.effect-lily h2,
figure.effect-lily p {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0); }

figure.effect-lily h2 {
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s; }

figure.effect-lily p {
    color: rgba(255, 255, 255, 0.8);
    opacity: 0;
    transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s; }

figure.effect-lily:hover img,
figure.effect-lily:hover p {
    opacity: 1; }

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

figure.effect-lily:hover p {
    transition-delay: 0.05s;
    transition-duration: 0.35s; }

/*---------------*/
/***** Sadie *****/
/*---------------*/
figure.effect-sadie figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0); }

figure.effect-sadie h2 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    color: #484c61;
    transition: -webkit-transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); }

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s; }

figure.effect-sadie p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em;
    width: 100%;
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

figure.effect-sadie:hover h2 {
    color: #fff;
    -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
    transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0); }

figure.effect-sadie:hover figcaption::before,
figure.effect-sadie:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

/*---------------*/
/***** Roxy *****/
/*---------------*/
figure.effect-roxy {
    background: linear-gradient(45deg, #ff89e9 0%, #05abe0 100%); }

figure.effect-roxy img {
    max-width: none;
    width: calc(100% + 60px);
    margin-top: -45px;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0); }

figure.effect-roxy figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    content: '';
    opacity: 0;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }

figure.effect-roxy figcaption {
    padding: 3em;
    text-align: left; }

figure.effect-roxy h2 {
    padding: 30% 0 10px 0; }

figure.effect-roxy p {
    opacity: 0;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }

figure.effect-roxy:hover img {
    opacity: 0.7;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

figure.effect-roxy:hover figcaption::before,
figure.effect-roxy:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

/*---------------*/
/***** Bubba *****/
/*---------------*/
figure.effect-bubba {
    background: #9e5406; }

figure.effect-bubba img {
    opacity: 0.7;
    transition: opacity 0.35s; }

figure.effect-bubba:hover img {
    opacity: 0.4; }

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s; }

figure.effect-bubba figcaption::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1); }

figure.effect-bubba figcaption::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }

figure.effect-bubba h2 {
    padding-top: 30%;
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }

figure.effect-bubba p {
    padding: 20px 2.5em;
    opacity: 0;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

/*---------------*/
/***** Romeo *****/
/*---------------*/
figure.effect-romeo {
    -webkit-perspective: 1000px;
    perspective: 1000px; }

figure.effect-romeo img {
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 0, 300px);
    transform: translate3d(0, 0, 300px); }

figure.effect-romeo:hover img {
    opacity: 0.6;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

figure.effect-romeo figcaption::before,
figure.effect-romeo figcaption::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 1px;
    background: #fff;
    content: '';
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); }

figure.effect-romeo:hover figcaption::before {
    opacity: 0.5;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    transform: translate3d(-50%, -50%, 0) rotate(45deg); }

figure.effect-romeo:hover figcaption::after {
    opacity: 0.5;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
    transform: translate3d(-50%, -50%, 0) rotate(-45deg); }

figure.effect-romeo h2,
figure.effect-romeo p {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s; }

figure.effect-romeo h2 {
    -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -150%, 0);
    transform: translate3d(0, -50%, 0) translate3d(0, -150%, 0); }

figure.effect-romeo p {
    padding: 0.25em 2em;
    -webkit-transform: translate3d(0, -50%, 0) translate3d(0, 150%, 0);
    transform: translate3d(0, -50%, 0) translate3d(0, 150%, 0); }

figure.effect-romeo:hover h2 {
    -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -100%, 0);
    transform: translate3d(0, -50%, 0) translate3d(0, -100%, 0); }

figure.effect-romeo:hover p {
    -webkit-transform: translate3d(0, -50%, 0) translate3d(0, 100%, 0);
    transform: translate3d(0, -50%, 0) translate3d(0, 100%, 0); }

/*---------------*/
/***** Layla *****/
/*---------------*/
figure.effect-layla {
    background: #18a367; }

figure.effect-layla img {
    min-height: 390px; }

figure.effect-layla figcaption {
    padding: 3em; }

figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {
    position: absolute;
    content: '';
    opacity: 0; }

figure.effect-layla figcaption::before {
    top: 50px;
    right: 30px;
    bottom: 50px;
    left: 30px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0; }

figure.effect-layla figcaption::after {
    top: 30px;
    right: 50px;
    bottom: 30px;
    left: 50px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0; }

figure.effect-layla h2 {
    padding-top: 26%;
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s; }

figure.effect-layla p {
    padding: 0.5em 2em;
    text-transform: none;
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

figure.effect-layla h2 {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }

figure.effect-layla img {
    -webkit-transform: translate3d(0, -30px, 0) scale(1.16);
    transform: translate3d(0, -30px, 0) scale(1.16); }

figure.effect-layla img,
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after,
figure.effect-layla p {
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s; }

figure.effect-layla:hover img {
    opacity: 0.7;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

figure.effect-layla:hover figcaption::before,
figure.effect-layla:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

figure.effect-layla:hover h2,
figure.effect-layla:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover h2,
figure.effect-layla:hover p,
figure.effect-layla:hover img {
    transition-delay: 0.15s; }

/*---------------*/
/***** Honey *****/
/*---------------*/
figure.effect-honey {
    background: #4a3753; }

figure.effect-honey img {
    opacity: 0.9;
    transition: opacity 0.35s; }

figure.effect-honey:hover img {
    opacity: 0.5; }

figure.effect-honey figcaption::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: #fff;
    content: '';
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

figure.effect-honey h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1em 1.5em;
    width: 100%;
    text-align: left;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }

figure.effect-honey h2 i {
    font-style: normal;
    opacity: 0;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }

figure.effect-honey figcaption::before,
figure.effect-honey h2 {
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s; }

figure.effect-honey:hover figcaption::before,
figure.effect-honey:hover h2,
figure.effect-honey:hover h2 i {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

/*---------------*/
/***** Oscar *****/
/*---------------*/
figure.effect-oscar {
    background: linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%); }

figure.effect-oscar img {
    opacity: 0.9;
    transition: opacity 0.35s; }

figure.effect-oscar figcaption {
    padding: 3em;
    background-color: rgba(58, 52, 42, 0.7);
    transition: background-color 0.35s; }

figure.effect-oscar figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    content: ''; }

figure.effect-oscar h2 {
    margin: 20% 0 10px 0;
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }

figure.effect-oscar figcaption::before,
figure.effect-oscar p {
    opacity: 0;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); }

figure.effect-oscar:hover h2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

figure.effect-oscar:hover figcaption {
    background-color: rgba(58, 52, 42, 0); }

figure.effect-oscar:hover img {
    opacity: 0.4; }

/*---------------*/
/***** Marley *****/
/*---------------*/
figure.effect-marley figcaption {
    text-align: right; }

figure.effect-marley h2,
figure.effect-marley p {
    position: absolute;
    right: 30px;
    left: 30px;
    padding: 10px 0; }

figure.effect-marley p {
    bottom: 30px;
    line-height: 1.5;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }

figure.effect-marley h2 {
    top: 30px;
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }

figure.effect-marley:hover h2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

figure.effect-marley h2::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 4px;
    background: #fff;
    content: '';
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0); }

figure.effect-marley h2::after,
figure.effect-marley p {
    opacity: 0;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s; }

figure.effect-marley:hover h2::after,
figure.effect-marley:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

/*---------------*/
/***** Ruby *****/
/*---------------*/
figure.effect-ruby {
    background-color: #17819c; }

figure.effect-ruby img {
    opacity: 0.7;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15); }

figure.effect-ruby:hover img {
    opacity: 0.5;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

figure.effect-ruby h2 {
    margin-top: 20%;
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }

figure.effect-ruby p {
    margin: 1em 0 0;
    padding: 3em;
    border: 1px solid #fff;
    opacity: 0;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0) scale(1.1);
    transform: translate3d(0, 20px, 0) scale(1.1); }

figure.effect-ruby:hover h2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

figure.effect-ruby:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1); }

/*---------------*/
/***** Milo *****/
/*---------------*/
figure.effect-milo {
    background: #2e5d5a; }

figure.effect-milo img {
    max-width: none;
    width: calc(100% + 60px);
    margin-top: -45px;
    opacity: 1;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-30px, 0, 0) scale(1.12);
    transform: translate3d(-30px, 0, 0) scale(1.12);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

figure.effect-milo:hover img {
    opacity: 0.5;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1); }

figure.effect-milo h2 {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 1em 1.2em; }

figure.effect-milo p {
    padding: 0 10px 0 0;
    width: 50%;
    border-right: 1px solid #fff;
    text-align: right;
    opacity: 0;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0); }

figure.effect-milo:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

/*---------------*/
/***** Dexter *****/
/*---------------*/
figure.effect-dexter {
    background: linear-gradient(to bottom, #258dc8 0%, #683c13 100%); }

figure.effect-dexter img {
    transition: opacity 0.35s; }

figure.effect-dexter:hover img {
    opacity: 0.4; }

figure.effect-dexter figcaption::after {
    position: absolute;
    right: 30px;
    bottom: 30px;
    left: 30px;
    height: calc(50% - 30px);
    border: 7px solid #fff;
    content: '';
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }

figure.effect-dexter:hover figcaption::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

figure.effect-dexter figcaption {
    padding: 3em;
    text-align: left; }

figure.effect-dexter p {
    position: absolute;
    right: 60px;
    bottom: 60px;
    left: 60px;
    opacity: 0;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0); }

figure.effect-dexter:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

/*---------------*/
/***** Sarah *****/
/*---------------*/
figure.effect-sarah {
    background: #42b078; }

figure.effect-sarah img {
    max-width: none;
    width: calc(100% + 20px);
    margin-top: -15px;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

figure.effect-sarah:hover img {
    opacity: 0.4;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

figure.effect-sarah figcaption {
    text-align: left; }

figure.effect-sarah h2 {
    position: relative;
    overflow: hidden;
    padding: 0.5em 0; }

figure.effect-sarah h2::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff;
    content: '';
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }

figure.effect-sarah:hover h2::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

figure.effect-sarah p {
    padding: 1em 0;
    opacity: 0;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }

figure.effect-sarah:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

/*---------------*/
/***** Zoe *****/
/*---------------*/
figure.effect-zoe figcaption {
    top: auto;
    bottom: 0;
    padding: 1em;
    height: 3.75em;
    background: #fff;
    color: #3c4a50;
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }

figure.effect-zoe h2 {
    float: left; }

figure.effect-zoe p.icon-links a, figure.effect-zoe p.icon-links .sp-cancel {
    float: right;
    color: #3c4a50;
    font-size: 1.4em; }

figure.effect-zoe:hover p.icon-links a:hover, figure.effect-zoe:hover p.icon-links .sp-cancel:hover,
figure.effect-zoe:hover p.icon-links a:focus,
figure.effect-zoe:hover p.icon-links .sp-cancel:focus {
    color: #252d31; }

figure.effect-zoe p.description {
    position: absolute;
    bottom: 8em;
    padding: 2em;
    color: #fff;
    text-transform: none;
    font-size: 90%;
    opacity: 0;
    transition: opacity 0.35s;
    -webkit-backface-visibility: hidden;
    /* Fix for Chrome 37.0.2062.120 (Mac) */ }

figure.effect-zoe h2,
figure.effect-zoe p.icon-links a,
figure.effect-zoe p.icon-links .sp-cancel {
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0); }

figure.effect-zoe p.icon-links a span::before, figure.effect-zoe p.icon-links .sp-cancel span::before {
    display: inline-block;
    padding: 8px 10px;
    speak: none; }

.icon-eye::before {
    content: '\e000'; }

.icon-paper-clip::before {
    content: '\e001'; }

.icon-heart::before {
    content: '\e024'; }

figure.effect-zoe h2 {
    display: inline-block; }

figure.effect-zoe:hover p.description {
    opacity: 1; }

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2,
figure.effect-zoe:hover p.icon-links a,
figure.effect-zoe:hover p.icon-links .sp-cancel {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

figure.effect-zoe:hover h2 {
    transition-delay: 0.05s; }

figure.effect-zoe:hover p.icon-links a:nth-child(3), figure.effect-zoe:hover p.icon-links .sp-cancel:nth-child(3) {
    transition-delay: 0.1s; }

figure.effect-zoe:hover p.icon-links a:nth-child(2), figure.effect-zoe:hover p.icon-links .sp-cancel:nth-child(2) {
    transition-delay: 0.15s; }

figure.effect-zoe:hover p.icon-links a:first-child, figure.effect-zoe:hover p.icon-links .sp-cancel:first-child {
    transition-delay: 0.2s; }

/*---------------*/
/***** Chico *****/
/*---------------*/
figure.effect-chico img {
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
    transform: scale(1.12); }

figure.effect-chico:hover img {
    opacity: 0.5;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

figure.effect-chico figcaption {
    padding: 3em; }

figure.effect-chico figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    content: '';
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

figure.effect-chico figcaption::before,
figure.effect-chico p {
    opacity: 0;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s; }

figure.effect-chico h2 {
    padding: 20% 0 20px 0; }

figure.effect-chico p {
    margin: 0 auto;
    max-width: 200px;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5); }

figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover p {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

/*---------------*/
/***** Julia *****/
/*---------------*/
figure.effect-julia {
    background: #2f3238; }

figure.effect-julia img {
    min-height: 400px;
    transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

figure.effect-julia figcaption {
    text-align: left; }

figure.effect-julia h2 {
    position: relative;
    padding: 0.5em 0; }

figure.effect-julia p {
    display: inline-block;
    margin: 0 0 0.25em;
    padding: 0.4em 1em;
    background: rgba(255, 255, 255, 0.9);
    color: #2f3238;
    text-transform: none;
    font-weight: 500;
    font-size: 75%;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-360px, 0, 0);
    transform: translate3d(-360px, 0, 0); }

figure.effect-julia p:first-child {
    transition-delay: 0.15s; }

figure.effect-julia p:nth-of-type(2) {
    transition-delay: 0.1s; }

figure.effect-julia p:nth-of-type(3) {
    transition-delay: 0.05s; }

figure.effect-julia:hover p:first-child {
    transition-delay: 0s; }

figure.effect-julia:hover p:nth-of-type(2) {
    transition-delay: 0.05s; }

figure.effect-julia:hover p:nth-of-type(3) {
    transition-delay: 0.1s; }

figure.effect-julia:hover img {
    opacity: 0.4;
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1); }

figure.effect-julia:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

/*-----------------*/
/***** Goliath *****/
/*-----------------*/
figure.effect-goliath {
    background: #df4e4e; }

figure.effect-goliath img,
figure.effect-goliath h2 {
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s; }

figure.effect-goliath img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

figure.effect-goliath h2,
figure.effect-goliath p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px; }

figure.effect-goliath p {
    text-transform: none;
    font-size: 90%;
    opacity: 0;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0); }

figure.effect-goliath:hover img {
    -webkit-transform: translate3d(0, -80px, 0);
    transform: translate3d(0, -80px, 0); }

figure.effect-goliath:hover h2 {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0); }

figure.effect-goliath:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

/*-----------------*/
/***** Hera *****/
/*-----------------*/
figure.effect-hera {
    background: #303fa9; }

figure.effect-hera h2 {
    font-size: 158.75%; }

figure.effect-hera h2,
figure.effect-hera p {
    position: absolute;
    top: 50%;
    left: 50%;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%; }

figure.effect-hera figcaption::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    border: 2px solid #fff;
    content: '';
    opacity: 0;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
    transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%; }

figure.effect-hera p {
    width: 100px;
    text-transform: none;
    font-size: 121%;
    line-height: 2; }

figure.effect-hera p a, figure.effect-hera p .sp-cancel {
    color: #fff; }

figure.effect-hera p a:hover, figure.effect-hera p .sp-cancel:hover,
figure.effect-hera p a:focus,
figure.effect-hera p .sp-cancel:focus {
    opacity: 0.6; }

figure.effect-hera p a i, figure.effect-hera p .sp-cancel i {
    opacity: 0;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s; }

figure.effect-hera p a:first-child i, figure.effect-hera p .sp-cancel:first-child i {
    -webkit-transform: translate3d(-60px, -60px, 0);
    transform: translate3d(-60px, -60px, 0); }

figure.effect-hera p a:nth-child(2) i, figure.effect-hera p .sp-cancel:nth-child(2) i {
    -webkit-transform: translate3d(60px, -60px, 0);
    transform: translate3d(60px, -60px, 0); }

figure.effect-hera p a:nth-child(3) i, figure.effect-hera p .sp-cancel:nth-child(3) i {
    -webkit-transform: translate3d(-60px, 60px, 0);
    transform: translate3d(-60px, 60px, 0); }

figure.effect-hera p a:nth-child(4) i, figure.effect-hera p .sp-cancel:nth-child(4) i {
    -webkit-transform: translate3d(60px, 60px, 0);
    transform: translate3d(60px, 60px, 0); }

figure.effect-hera:hover figcaption::before {
    opacity: 1;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
    transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1); }

figure.effect-hera:hover h2 {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -50%, 0) scale3d(0.8, 0.8, 1);
    transform: translate3d(-50%, -50%, 0) scale3d(0.8, 0.8, 1); }

figure.effect-hera:hover p i:empty {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    /* just because it's stronger than nth-child */
    opacity: 1; }

/*-----------------*/
/***** Winston *****/
/*-----------------*/
figure.effect-winston {
    background: #162633;
    text-align: left; }

figure.effect-winston img {
    transition: opacity 0.45s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

figure.effect-winston figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/triangle.svg) no-repeat center center;
    background-size: 100% 100%;
    content: '';
    transition: opacity 0.45s, -webkit-transform 0.45s;
    transition: opacity 0.45s, transform 0.45s;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%; }

figure.effect-winston h2 {
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }

figure.effect-winston p {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 1.5em 7% 0; }

figure.effect-winston a, figure.effect-winston .sp-cancel {
    margin: 0 10px;
    font-size: 170%; }

figure.effect-winston p a i, figure.effect-winston p .sp-cancel i {
    opacity: 0;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0); }

figure.effect-winston:hover img {
    opacity: 0.6; }

figure.effect-winston:hover h2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

figure.effect-winston:hover figcaption::before {
    opacity: 0.7;
    -webkit-transform: rotate3d(0, 0, 1, 20deg);
    transform: rotate3d(0, 0, 1, 20deg); }

figure.effect-winston:hover p i {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

figure.effect-winston:hover p a:nth-child(3) i, figure.effect-winston:hover p .sp-cancel:nth-child(3) i {
    transition-delay: 0.05s; }

figure.effect-winston:hover p a:nth-child(2) i, figure.effect-winston:hover p .sp-cancel:nth-child(2) i {
    transition-delay: 0.1s; }

figure.effect-winston:hover p a:first-child i, figure.effect-winston:hover p .sp-cancel:first-child i {
    transition-delay: 0.15s; }

/*-----------------*/
/***** Selena *****/
/*-----------------*/
figure.effect-selena {
    background: #fff; }

figure.effect-selena img {
    opacity: 0.95;
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }

figure.effect-selena:hover img {
    -webkit-transform: scale3d(0.95, 0.95, 1);
    transform: scale3d(0.95, 0.95, 1); }

figure.effect-selena h2 {
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }

figure.effect-selena p {
    opacity: 0;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%; }

figure.effect-selena:hover h2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

figure.effect-selena:hover p {
    opacity: 1;
    -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0);
    transform: perspective(1000px) rotate3d(1, 0, 0, 0); }

/*-----------------*/
/***** Terry *****/
/*-----------------*/
figure.effect-terry {
    background: #34495e; }

figure.effect-terry figcaption {
    padding: 1em; }

figure.effect-terry figcaption::before,
figure.effect-terry figcaption::after {
    position: absolute;
    width: 200%;
    height: 200%;
    border-style: solid;
    border-color: #101010;
    content: '';
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s; }

figure.effect-terry figcaption::before {
    right: 0;
    bottom: 0;
    border-width: 0 70px 60px 0;
    -webkit-transform: translate3d(70px, 60px, 0);
    transform: translate3d(70px, 60px, 0); }

figure.effect-terry figcaption::after {
    top: 0;
    left: 0;
    border-width: 15px 0 0 15px;
    -webkit-transform: translate3d(-15px, -15px, 0);
    transform: translate3d(-15px, -15px, 0); }

figure.effect-terry img,
figure.effect-terry p a,
figure.effect-terry p .sp-cancel {
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s; }

figure.effect-terry img {
    opacity: 0.85; }

figure.effect-terry h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0.4em 10px;
    width: 50%;
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }

@media screen and (max-width: 920px) {
    figure.effect-terry h2 {
        padding: 0.75em 10px;
        font-size: 120%; } }

figure.effect-terry p {
    float: right;
    clear: both;
    text-align: left;
    text-transform: none;
    font-size: 111%; }

figure.effect-terry p a, figure.effect-terry p .sp-cancel {
    display: block;
    margin-bottom: 1em;
    color: #fff;
    opacity: 0;
    -webkit-transform: translate3d(90px, 0, 0);
    transform: translate3d(90px, 0, 0); }

figure.effect-terry p a:hover, figure.effect-terry p .sp-cancel:hover,
figure.effect-terry p a:focus,
figure.effect-terry p .sp-cancel:focus {
    color: #f3cf3f; }

figure.effect-terry:hover figcaption::before,
figure.effect-terry:hover figcaption::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

figure.effect-terry:hover img {
    opacity: 0.6; }

figure.effect-terry:hover h2,
figure.effect-terry:hover p a,
figure.effect-terry:hover p .sp-cancel {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

figure.effect-terry:hover p a, figure.effect-terry:hover p .sp-cancel {
    opacity: 1; }

figure.effect-terry:hover p a:first-child, figure.effect-terry:hover p .sp-cancel:first-child {
    transition-delay: 0.025s; }

figure.effect-terry:hover p a:nth-child(2), figure.effect-terry:hover p .sp-cancel:nth-child(2) {
    transition-delay: 0.05s; }

figure.effect-terry:hover p a:nth-child(3), figure.effect-terry:hover p .sp-cancel:nth-child(3) {
    transition-delay: 0.075s; }

figure.effect-terry:hover p a:nth-child(4), figure.effect-terry:hover p .sp-cancel:nth-child(4) {
    transition-delay: 0.1s; }

/*-----------------*/
/***** Phoebe *****/
/*-----------------*/
figure.effect-phoebe {
    background: #675983; }

figure.effect-phoebe img {
    opacity: 0.85;
    transition: opacity 0.35s; }

figure.effect-phoebe:hover img {
    opacity: 0.6; }

figure.effect-phoebe figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/triangle2.svg) no-repeat center center;
    background-size: 100% 100%;
    content: '';
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(5, 2.5, 1);
    transform: scale3d(5, 2.5, 1);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }

figure.effect-phoebe:hover figcaption::before {
    opacity: 0.6;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

figure.effect-phoebe h2 {
    margin-top: 1em;
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0); }

figure.effect-phoebe:hover h2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

figure.effect-phoebe p a, figure.effect-phoebe p .sp-cancel {
    color: #fff;
    font-size: 140%;
    opacity: 0;
    position: relative;
    display: inline-block;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s; }

figure.effect-phoebe p a:first-child, figure.effect-phoebe p .sp-cancel:first-child {
    -webkit-transform: translate3d(-60px, -60px, 0);
    transform: translate3d(-60px, -60px, 0); }

figure.effect-phoebe p a:nth-child(2), figure.effect-phoebe p .sp-cancel:nth-child(2) {
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0); }

figure.effect-phoebe p a:nth-child(3), figure.effect-phoebe p .sp-cancel:nth-child(3) {
    -webkit-transform: translate3d(60px, -60px, 0);
    transform: translate3d(60px, -60px, 0); }

figure.effect-phoebe:hover p a, figure.effect-phoebe:hover p .sp-cancel {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

/*-----------------*/
/***** Apollo *****/
/*-----------------*/
figure.effect-apollo {
    background: #3498db; }

figure.effect-apollo img {
    opacity: 0.95;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1); }

figure.effect-apollo figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    content: '';
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -115%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -115%, 0); }

figure.effect-apollo p {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 3em;
    padding: 0 1em;
    max-width: 150px;
    border-right: 4px solid #fff;
    text-align: right;
    opacity: 0;
    transition: opacity 0.35s; }

figure.effect-apollo h2 {
    text-align: left; }

figure.effect-apollo:hover img {
    opacity: 0.6;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

figure.effect-apollo:hover figcaption::before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 115%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 115%, 0); }

figure.effect-apollo:hover p {
    opacity: 1;
    transition-delay: 0.1s; }

/*-----------------*/
/***** Kira *****/
/*-----------------*/
figure.effect-kira {
    background: #fff;
    text-align: left; }

figure.effect-kira img {
    transition: opacity 0.35s; }

figure.effect-kira figcaption {
    z-index: 1; }

figure.effect-kira p {
    padding: 1.9em 0.5em;
    font-weight: 600;
    font-size: 100%;
    line-height: 1.5;
    opacity: 0;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

figure.effect-kira p a, figure.effect-kira p .sp-cancel {
    margin: 0 0.5em;
    color: #101010; }

figure.effect-kira p a:hover, figure.effect-kira p .sp-cancel:hover,
figure.effect-kira p a:focus,
figure.effect-kira p .sp-cancel:focus {
    opacity: 0.6; }

figure.effect-kira figcaption::before {
    position: absolute;
    top: 0;
    right: 2em;
    left: 2em;
    z-index: -1;
    height: 3.5em;
    background: #fff;
    content: '';
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 4em, 0) scale3d(1, 0.023, 1);
    transform: translate3d(0, 4em, 0) scale3d(1, 0.023, 1);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0; }

figure.effect-kira:hover img {
    opacity: 0.5; }

figure.effect-kira:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

figure.effect-kira:hover figcaption::before {
    opacity: 0.7;
    -webkit-transform: translate3d(0, 5em, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 5em, 0) scale3d(1, 1, 1); }

/*-----------------*/
/***** Steve *****/
/*-----------------*/
figure.effect-steve {
    z-index: auto;
    background: #000; }

figure.effect-steve:before,
figure.effect-steve h2:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #000;
    content: '';
    transition: opacity 0.35s; }

figure.effect-steve:before {
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.8);
    opacity: 0; }

figure.effect-steve figcaption {
    z-index: 1; }

figure.effect-steve img {
    opacity: 1;
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: perspective(1000px) translate3d(0, 0, 0);
    transform: perspective(1000px) translate3d(0, 0, 0); }

figure.effect-steve h2,
figure.effect-steve p {
    background: #fff;
    color: #2d434e; }

figure.effect-steve h2 {
    position: relative;
    margin-top: 2em;
    padding: 0.25em; }

figure.effect-steve h2:before {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5); }

figure.effect-steve p {
    margin-top: 1em;
    padding: 0.5em;
    font-weight: 800;
    opacity: 0;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(0.9, 0.9, 1);
    transform: scale3d(0.9, 0.9, 1); }

figure.effect-steve:hover:before {
    opacity: 1; }

figure.effect-steve:hover img {
    -webkit-transform: perspective(1000px) translate3d(0, 0, 21px);
    transform: perspective(1000px) translate3d(0, 0, 21px); }

figure.effect-steve:hover h2:before {
    opacity: 0; }

figure.effect-steve:hover p {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

/*-----------------*/
/***** Moses *****/
/*-----------------*/
figure.effect-moses {
    background: linear-gradient(-45deg, #EC65B7 0%, #05E0D8 100%); }

figure.effect-moses img {
    opacity: 0.85;
    transition: opacity 0.35s; }

figure.effect-moses h2,
figure.effect-moses p {
    padding: 20px;
    width: 50%;
    height: 50%;
    border: 2px solid #fff; }

figure.effect-moses h2 {
    padding: 20px;
    width: 50%;
    height: 50%;
    text-align: left;
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(10px, 10px, 0);
    transform: translate3d(10px, 10px, 0); }

figure.effect-moses p {
    float: right;
    padding: 20px;
    text-align: right;
    opacity: 0;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); }

figure.effect-moses:hover h2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

figure.effect-moses:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

figure.effect-moses:hover img {
    opacity: 0.6; }

/*---------------*/
/***** Jazz *****/
/*---------------*/
figure.effect-jazz {
    background: linear-gradient(-45deg, #f3cf3f 0%, #f33f58 100%); }

figure.effect-jazz img {
    opacity: 0.9; }

figure.effect-jazz figcaption::after,
figure.effect-jazz img,
figure.effect-jazz p {
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s; }

figure.effect-jazz figcaption::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    content: '';
    opacity: 0;
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }

figure.effect-jazz h2,
figure.effect-jazz p {
    opacity: 1;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1); }

figure.effect-jazz h2 {
    padding-top: 26%;
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s; }

figure.effect-jazz p {
    padding: 0.5em 2em;
    text-transform: none;
    font-size: 0.85em;
    opacity: 0; }

figure.effect-jazz:hover img {
    opacity: 0.7;
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1); }

figure.effect-jazz:hover figcaption::after {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1); }

figure.effect-jazz:hover h2,
figure.effect-jazz:hover p {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

/*---------------*/
/***** Ming *****/
/*---------------*/
figure.effect-ming {
    background: #030c17; }

figure.effect-ming img {
    opacity: 0.9;
    transition: opacity 0.35s; }

figure.effect-ming figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 2px solid #fff;
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
    content: '';
    opacity: 0;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.4, 1.4, 1);
    transform: scale3d(1.4, 1.4, 1); }

figure.effect-ming h2 {
    margin: 20% 0 10px 0;
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s; }

figure.effect-ming p {
    padding: 1em;
    opacity: 0;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5); }

figure.effect-ming:hover h2 {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9); }

figure.effect-ming:hover figcaption::before,
figure.effect-ming:hover p {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

figure.effect-ming:hover figcaption {
    background-color: rgba(58, 52, 42, 0); }

figure.effect-ming:hover img {
    opacity: 0.4; }

/*---------------*/
/***** Lexi *****/
/*---------------*/
figure.effect-lexi {
    background: linear-gradient(-45deg, #000 0%, #fff 100%); }

figure.effect-lexi img {
    margin: -10px 0 0 -10px;
    max-width: none;
    width: calc(100% + 10px);
    opacity: 0.9;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(10px, 10px, 0);
    transform: translate3d(10px, 10px, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

figure.effect-lexi figcaption::before,
figure.effect-lexi p {
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s; }

figure.effect-lexi figcaption::before {
    position: absolute;
    right: -100px;
    bottom: -100px;
    width: 300px;
    height: 300px;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 900px rgba(255, 255, 255, 0.2);
    content: '';
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, 0.5, 1);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }

figure.effect-lexi:hover img {
    opacity: 0.6;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

figure.effect-lexi h2 {
    text-align: left;
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(5px, 5px, 0);
    transform: translate3d(5px, 5px, 0); }

figure.effect-lexi p {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 1.5em 1.5em 0;
    width: 140px;
    text-align: right;
    opacity: 0;
    -webkit-transform: translate3d(20px, 20px, 0);
    transform: translate3d(20px, 20px, 0); }

figure.effect-lexi:hover figcaption::before {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

figure.effect-lexi:hover h2,
figure.effect-lexi:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

/*---------------*/
/***** Duke *****/
/*---------------*/
figure.effect-duke {
    background: linear-gradient(-45deg, #34495e 0%, #cc6055 100%); }

figure.effect-duke img,
figure.effect-duke p {
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s; }

figure.effect-duke:hover img {
    opacity: 0.1;
    -webkit-transform: scale3d(2, 2, 1);
    transform: scale3d(2, 2, 1); }

figure.effect-duke h2 {
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%; }

figure.effect-duke p {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 20px;
    padding: 30px;
    border: 2px solid #fff;
    text-transform: none;
    font-size: 90%;
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transform-origin: 50% -100%;
    -ms-transform-origin: 50% -100%;
    transform-origin: 50% -100%; }

figure.effect-duke:hover h2,
figure.effect-duke:hover p {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

@media screen and (max-width: 50em) {
    .content {
        padding: 0 10px;
        text-align: center; }
    .grid figure {
        display: inline-block;
        float: none;
        margin: 10px auto;
        width: 100%; } }

/*
* Load Spinner
*/
.load-spinner {
    position: absolute;
    top: 65px;
    left: 0;
    right: 0;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 999; }
.load-spinner > div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 6px;
    background-color: #009688; }

.bar1,
.bar2,
.bar3,
.bar4 {
    display: inline;
    position: absolute;
    width: 0;
    height: 100%;
    left: 50%;
    text-align: center; }

.bar1 {
    background-color: #da4733;
    -webkit-animation: loading 2s linear infinite;
    animation: loading 2s linear infinite; }

.bar2 {
    background-color: #3b78e7;
    -webkit-animation: loading 2s linear 0.5s infinite;
    animation: loading 2s linear 0.5s infinite; }

.bar3 {
    background-color: #fdba2c;
    -webkit-animation: loading 2s linear 1s infinite;
    animation: loading 2s linear 1s infinite; }

.bar4 {
    background-color: #009688;
    -webkit-animation: loading 2s linear 1.5s infinite;
    animation: loading 2s linear 1.5s infinite; }

@-webkit-keyframes loading {
    from {
        left: 50%;
        width: 0;
        z-index: 100; }
    33.3333% {
        left: 0;
        width: 100%;
        z-index: 10; }
    to {
        left: 0;
        width: 100%; } }

@keyframes loading {
    from {
        left: 50%;
        width: 0;
        z-index: 100; }
    33.3333% {
        left: 0;
        width: 100%;
        z-index: 10; }
    to {
        left: 0;
        width: 100%; } }

/*
* Promo Items
*/
.promo-container {
    background-color: #fff;
    padding: 80px 0;
    margin: 0; }

.promo-title {
    text-align: center;
    margin-top: 0;
    margin-bottom: 50px; }

.promo-sub-title {
    text-align: center;
    margin-bottom: 50px;
    margin-top: -20px;
    opacity: 0.8; }

a.card, .card.sp-cancel {
    display: block; }

.promo-feature {
    text-align: center;
    padding: 20px; }
.promo-feature > i {
    height: 120px;
    line-height: 120px; }

.promo-testimonial {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    padding: 2rem;
    border-radius: 3px;
    background-color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }
.promo-testimonial > em {
    display: block;
    margin-bottom: 0; }
.promo-testimonial .promo-testimonial-foot {
    padding: 2rem;
    margin-left: -2rem;
    margin-bottom: -2rem;
    margin-right: -2rem;
    margin-top: 25px;
    color: #fff;
    background-color: #673ab7;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
.promo-testimonial .promo-testimonial-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    font-size: 2em;
    text-align: center;
    overflow: hidden;
    float: right;
    background-color: #fff;
    color: #673ab7;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4); }
.promo-testimonial .promo-testimonial-icon > i {
    vertical-align: baseline; }
.promo-testimonial .promo-testimonial-icon > img {
    width: 100%; }

/*
* Footer
*/
footer {
    position: relative;
    padding: 2rem;
    border-top: 1px solid #DEE1EC;
    background: #fff;
    height: 70px; }

.sidebar-small footer {
    left: 60px; }

.jqstooltip {
    box-sizing: content-box; }

/*
* Demo Bar [Not used on production]
*/
.navbar-top .demo-toggle > i {
    -webkit-animation: fa-spin 6s infinite linear;
    animation: fa-spin 6s infinite linear; }

.demo-bar {
    position: fixed;
    background: #fff;
    padding: 2rem;
    top: -270px;
    right: 222px;
    width: 500px;
    transition: top 300ms ease;
    z-index: 1000; }
@media only screen and (max-width: 992px) {
    .demo-bar {
        right: 0;
        width: 100%; } }
.demo-bar.show {
    top: 65px; }
.demo-bar .demo-cont-Theme [name=Theme-Color] + label {
    font-size: 0;
    padding-left: 0;
    margin: 7px;
    width: 35px;
    height: 35px;
    border-radius: 3px; }
.demo-bar .demo-cont-Theme [name=Theme-Color] + label:after, .demo-bar .demo-cont-Theme [name=Theme-Color] + label:before {
    display: none; }
.demo-bar .demo-cont-Theme #demo-Theme-Color-blue + label {
    background: #2196F3; }
.demo-bar .demo-cont-Theme #demo-Theme-Color-amber + label {
    background: #ffc107; }
.demo-bar .demo-cont-Theme #demo-Theme-Color-brown + label {
    background: #795548; }
.demo-bar .demo-cont-Theme #demo-Theme-Color-cyan + label {
    background: #00bcd4; }
.demo-bar .demo-cont-Theme #demo-Theme-Color-deepOrange + label {
    background: #ff5722; }
.demo-bar .demo-cont-Theme #demo-Theme-Color-deepPurple + label {
    background: #673ab7; }
.demo-bar .demo-cont-Theme #demo-Theme-Color-green + label {
    background: #4CAF50; }
.demo-bar .demo-cont-Theme #demo-Theme-Color-indigo + label {
    background: #3f51b5; }
.demo-bar .demo-cont-Theme #demo-Theme-Color-lightBlue + label {
    background: #03a9f4; }
.demo-bar .demo-cont-Theme #demo-Theme-Color-lightGreen + label {
    background: #8bc34a; }
.demo-bar .demo-cont-Theme #demo-Theme-Color-lime + label {
    background: #cddc39; }
.demo-bar .demo-cont-Theme #demo-Theme-Color-orange + label {
    background: #ff9800; }
.demo-bar .demo-cont-Theme #demo-Theme-Color-pink + label {
    background: #e91e63; }
.demo-bar .demo-cont-Theme #demo-Theme-Color-purple + label {
    background: #9c27b0; }
.demo-bar .demo-cont-Theme #demo-Theme-Color-red + label {
    background: #F44336; }
.demo-bar .demo-cont-Theme #demo-Theme-Color-teal + label {
    background: #009688; }
.demo-bar .demo-cont-Theme #demo-Theme-Color-yellow + label {
    background: #ffeb3b; }
.demo-bar .demo-cont-Theme #demo-Theme-Color-blueGrey + label {
    background: #607d8b; }
.demo-bar .demo-radio-0, .demo-bar .demo-radio-1,
.demo-bar .demo-radio-2, .demo-bar .demo-radio-3 {
    display: none; }
.demo-bar .demo-radio-0 + label, .demo-bar .demo-radio-1 + label,
.demo-bar .demo-radio-2 + label, .demo-bar .demo-radio-3 + label {
    padding-left: 0;
    font-size: 1.3rem;
    float: right; }
.demo-bar .demo-radio-0 + label:after, .demo-bar .demo-radio-0 + label:before, .demo-bar .demo-radio-1 + label:after, .demo-bar .demo-radio-1 + label:before,
.demo-bar .demo-radio-2 + label:after,
.demo-bar .demo-radio-2 + label:before, .demo-bar .demo-radio-3 + label:after, .demo-bar .demo-radio-3 + label:before {
    display: none; }
.demo-bar .demo-radio-0:checked + label, .demo-bar .demo-radio-1:checked + label,
.demo-bar .demo-radio-2:checked + label, .demo-bar .demo-radio-3:checked + label {
    color: inherit;
    text-decoration: underline; }
.demo-bar .demo-cont-0, .demo-bar .demo-cont-1,
.demo-bar .demo-cont-2, .demo-bar .demo-cont-3 {
    display: none;
    padding: 10px 0;
    clear: both; }
.demo-bar .demo-radio-0:checked ~ .demo-cont-0,
.demo-bar .demo-radio-1:checked ~ .demo-cont-1,
.demo-bar .demo-radio-2:checked ~ .demo-cont-2,
.demo-bar .demo-radio-3:checked ~ .demo-cont-3 {
    display: block; }

@media screen and (max-width: 450px) {
    .navbar-top .demo-toggle,
    .demo-bar {
        display: none; } }

/* RTL Demo Bar */
html.rtl .demo-bar {
    left: 222px;
    right: auto; }
html.rtl .demo-bar .demo-cont-Theme [name=Theme-Color] + label {
    margin-left: 7px;
    padding-right: 0;
    padding-left: 0;
    margin-right: 7px; }

html.rtl .demo-radio-0 + label, html.rtl .demo-radio-1 + label,
html.rtl .demo-radio-2 + label, html.rtl .demo-radio-3 + label {
    float: left;
    margin-right: 0;
    margin-left: 20px;
    padding-right: 0 !important; }

html.rtl #demo-local-clear {
    float: left !important; }

/*
* Boxed
*/
html {
    background-color: #E9EBEC; }

body.boxed {
    border-left: 1px solid #DEE1EC;
    border-right: 1px solid #DEE1EC; }
body.boxed,
body.boxed .navbar-top .nav-wrapper {
    max-width: 768px;
    margin: 0 auto; }
@media only screen and (min-width: 993px) {
    body.boxed,
    body.boxed .navbar-top .nav-wrapper {
        max-width: 992px; } }
@media only screen and (min-width: 1201px) {
    body.boxed,
    body.boxed .navbar-top .nav-wrapper {
        max-width: 1200px; } }
body.boxed .yaybar,
body.boxed.yay-hide .yaybar.yay-hide-to-small {
    left: auto; }
body.boxed .yaybar {
    background: none;
    border: none;
    transition: none;
    clip: rect(0 240px 9999px 0);
    clip: rect(0, 240px, 9999px, 0); }
body.boxed .yaybar > div {
    background: #35384C;
    border-right: 1px solid #DEE1EC;
    transition: -webkit-transform 300ms ease, width 300ms ease;
    transition: transform 300ms ease, width 300ms ease; }
body.boxed .yaybar.yay-light > div {
    background: #fff; }
body.boxed.yay-hide .yaybar {
    transition: clip 300ms ease;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    clip: rect(0 0 9999px 0);
    clip: rect(0, 0, 9999px, 0); }
body.boxed.yay-hide .yaybar > div {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
body.boxed .yaybar.yay-hide-to-small {
    transition: -webkit-transform 300ms ease, width 300ms ease;
    transition: transform 300ms ease, width 300ms ease;
    clip: auto;
    background: #35384C;
    border-right: 1px solid #DEE1EC; }
body.boxed .yaybar.yay-hide-to-small.yay-light {
    background: #fff; }
body.boxed .yaybar.yay-hide-to-small > div {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: none;
    border-right: none; }
body.boxed.yay-hide .yaybar.yay-hide-to-small {
    transition: -webkit-transform 300ms ease, width 300ms ease;
    transition: transform 300ms ease, width 300ms ease;
    clip: auto; }
body.boxed.yay-hide .yaybar.yay-hide-to-small > div {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }

/*
* RTL Main
*/
html.rtl {
    direction: rtl; }
html.rtl .right-align {
    text-align: left; }
html.rtl .left-align {
    text-align: right; }
html.rtl .right {
    float: left !important; }
html.rtl .left {
    float: right !important; }

/*
* RTL Chat
*/
html.rtl .chat {
    right: auto;
    left: 0; }
html.rtl .chat .contacts, html.rtl .chat .messages {
    transition: right 300ms ease-in-out; }
html.rtl .chat.open-messages .contacts {
    right: -100%;
    left: 0; }
html.rtl .chat.open-messages .messages {
    right: 0;
    left: 0; }
html.rtl .chat .contacts {
    left: 0;
    right: 0; }
html.rtl .chat .messages {
    left: 0;
    right: 100%; }
html.rtl .chat .topbar > a.text, html.rtl .chat .topbar > .text.sp-cancel {
    padding-left: 0;
    padding-right: 20px; }
html.rtl .chat .topbar .chat-toggle {
    right: auto;
    left: 0; }
html.rtl .chat .contacts .user .photo {
    margin-left: 1rem;
    margin-right: 0;
    float: right; }
html.rtl .chat .contacts .user .online {
    left: 1rem;
    right: auto; }

/*
* RTL Top Navbar
*/
html.rtl .navbar-top .nav-wrapper > ul {
    float: left; }
html.rtl .navbar-top .nav-wrapper > ul > li {
    float: right; }

html.rtl .navbar-top .user img {
    margin-left: 10px;
    margin-right: 0; }

html.rtl .navbar-top .user .dropdown-button > i.right {
    float: left !important;
    margin-left: 0;
    margin-right: 15px; }

/*
* RTL Yay bar
*/
html.rtl {
    /* Show with Push content */
    /* Show with Shrink content */ }
html.rtl .yaybar {
    left: auto;
    right: 0;
    transition: -webkit-transform 300ms ease, width 300ms ease;
    transition: transform 300ms ease, width 300ms ease; }
html.rtl .yaybar i {
    margin-right: 0;
    margin-left: 5px; }
html.rtl .yaybar .nano-content > ul li > a > .yay-collapse-icon, html.rtl .yaybar .nano-content > ul li > .sp-cancel > .yay-collapse-icon,
html.rtl .yaybar .nano-content > ul li > a > .badge,
html.rtl .yaybar .nano-content > ul li > .sp-cancel > .badge {
    float: left; }
html.rtl .yaybar.yay-light {
    border-left: 1px solid #DEE1EC;
    border-right: none; }
html.rtl .yay-hide .yaybar {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
html.rtl .yay-hide .yaybar.yay-hide-to-small {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
html.rtl .yaybar .top .yay-toggle,
html.rtl .yaybar .top .brand-logo {
    float: right; }
html.rtl .yay-hide .yaybar.yay-hide-to-small .nano-content > ul > li > ul {
    left: auto;
    right: 100%; }
html.rtl .yaybar.yay-overlay ~ .content-wrap,
html.rtl .yaybar.yay-overlay ~ footer {
    margin-right: 0; }
html.rtl .yay-hide .yaybar.yay-hide-to-small ~ .content-wrap,
html.rtl .yay-hide .yaybar.yay-hide-to-small ~ footer,
html.rtl .yaybar.yay-overlay.yay-hide-to-small ~ .content-wrap,
html.rtl .yaybar.yay-overlay.yay-hide-to-small ~ footer {
    margin-left: 0;
    margin-right: 60px; }
html.rtl .yaybar.yay-push ~ .content-wrap,
html.rtl .yaybar.yay-push ~ footer {
    margin-left: 0;
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0);
    transition: -webkit-transform 300ms ease, margin-right 300ms ease;
    transition: transform 300ms ease, margin-right 300ms ease; }
html.rtl .yay-hide .yaybar.yay-push ~ .content-wrap,
html.rtl .yay-hide .yaybar.yay-push ~ footer {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
html.rtl .yaybar.yay-shrink ~ .content-wrap,
html.rtl .yaybar.yay-shrink ~ footer {
    margin-left: 0;
    margin-right: 240px;
    transition: margin-right 300ms ease; }
html.rtl .yay-hide .yaybar.yay-shrink ~ .content-wrap,
html.rtl .yay-hide .yaybar.yay-shrink ~ footer {
    margin-left: 0;
    margin-right: 0; }
html.rtl .yay-hide .yaybar.yay-shrink.yay-hide-to-small ~ .content-wrap,
html.rtl .yay-hide .yaybar.yay-shrink.yay-hide-to-small ~ footer {
    margin-left: 0;
    margin-right: 60px; }
html.rtl body.boxed .yaybar,
html.rtl body.boxed.yay-hide .yaybar.yay-hide-to-small {
    right: auto; }
html.rtl body.boxed .yaybar {
    border-left: none;
    clip: rect(0 240px 9999px 0);
    clip: rect(0, 240px, 9999px, 0); }
html.rtl body.boxed .yaybar > div {
    border-left: 1px solid #DEE1EC;
    border-right: none; }
html.rtl body.boxed.yay-hide .yaybar {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    clip: rect(0 240px 9999px 240px);
    clip: rect(0, 240px, 9999px, 240px); }
html.rtl body.boxed.yay-hide .yaybar > div {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
html.rtl body.boxed .yaybar.yay-hide-to-small {
    clip: auto;
    border-left: 1px solid #DEE1EC; }
html.rtl body.boxed .yaybar.yay-hide-to-small > div {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: none;
    border-left: none; }
html.rtl body.boxed.yay-hide .yaybar.yay-hide-to-small {
    transition: -webkit-transform 300ms ease, width 300ms ease;
    transition: transform 300ms ease, width 300ms ease;
    clip: auto; }
html.rtl body.boxed.yay-hide .yaybar.yay-hide-to-small > div {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }

/*
* RTL Widgets
*/
html.rtl .stats-card > i {
    right: auto;
    left: 0; }

html.rtl .weather-card .city,
html.rtl .weather-card-static .city {
    text-align: left; }

html.rtl .todo-card label .todo-remove {
    float: left; }

/*
* RTL Search Bar
*/
html.rtl .search-bar > .layer-content .search-bar-toggle {
    right: auto;
    left: 5rem; }

html.rtl .search-bar > .layer-content .search-results .each-result {
    padding-left: 10px;
    padding-right: 0; }

html.rtl .search-bar > .layer-content .search-results .each-result .icon,
html.rtl .search-bar > .layer-content .search-results .each-result img {
    float: right;
    margin-left: 1rem;
    margin-right: 0; }

html.rtl .search-bar > .layer-content .input-field .prefix ~ input {
    margin-right: 6rem;
    margin-left: 0; }

/*
* RTL Mail
*/
html.rtl .mail-compose-btn {
    right: auto;
    left: 15px; }

/*
* RTL Ratings
*/
html.rtl .rating [type=radio]:checked + label,
html.rtl .rating [type=radio]:not(:checked) + label {
    padding: 0;
    margin: 0;
    margin-right: .7rem; }

/*
* RTL Timeline
*/
html.rtl .timeline-content .timeline-date {
    left: auto;
    right: 122%; }

html.rtl .timeline-block:nth-child(even) .timeline-content {
    float: left; }

html.rtl .timeline-block:nth-child(even) .timeline-content .timeline-date {
    right: auto;
    left: 122%;
    text-align: left; }

html.rtl .timeline-content.card-panel:before, html.rtl .timeline-content.card:before {
    border: 10px solid transparent;
    border-right: 10px solid #fff; }

html.rtl .timeline-block:nth-child(even) .timeline-content:before {
    right: auto;
    left: 100%;
    border: 10px solid transparent;
    border-left: 10px solid #fff; }

/*
* RTL DataTables
*/
html.rtl .dataTables_wrapper .dataTables_paginate {
    float: left; }

html.rtl .dataTables_wrapper .dataTables_info {
    float: right; }

/*
* RTL DropZone fix
*/
html.rtl .dz-hidden-input {
    left: auto !important;
    right: 0; }

/*
* RTL Hover Effects fix
*/
figure[class*=effect-] {
    direction: ltr; }

/*
* RTL Materialize.css
*/
html.rtl .row .col {
    float: right; }

html.rtl span.badge {
    float: left;
    right: auto;
    left: 15px; }

html.rtl i.right {
    margin-left: 0;
    margin-right: 15px; }

html.rtl i.left {
    margin-right: 0;
    margin-left: 15px; }

html.rtl .alert-dismissible {
    padding-right: 1rem;
    padding-left: 35px; }
html.rtl .alert-dismissible .close {
    float: left;
    right: 0;
    margin-left: -21px; }

html.rtl .select-wrapper span.caret {
    right: auto;
    left: 0; }

html.rtl .card .title h5 {
    float: right; }

html.rtl .card .title .close,
html.rtl .card .title .minimize {
    float: left; }

html.rtl .collapsible-header i {
    float: right;
    margin-right: 0;
    margin-left: 1rem; }

html.rtl .collection.with-header .collection-item {
    padding-left: 20px;
    padding-right: 30px; }

html.rtl .collection .collection-item.avatar {
    padding-left: 20px;
    padding-right: 72px; }
html.rtl .collection .collection-item.avatar .circle {
    left: auto;
    right: 15px; }
html.rtl .collection .collection-item.avatar .secondary-content {
    left: 16px;
    right: auto; }

html.rtl .secondary-content {
    float: left; }

html.rtl .pagination li {
    float: right; }

html.rtl .progress > div {
    float: right; }

html.rtl .progress .determinate {
    left: auto; }

html.rtl .dropdown-content li {
    text-align: inherit; }

@media only screen and (min-width: 768px) and (max-width: 992px) {
    html.rtl #toast-container {
        left: 20px;
        right: auto; } }

@media only screen and (min-width: 993px) {
    html.rtl #toast-container {
        left: 20px;
        right: auto; } }

html.rtl .input-field label {
    right: .65rem;
    left: auto; }

html.rtl .input-field .prefix ~ input,
html.rtl .input-field .prefix ~ textarea,
html.rtl .input-field .prefix ~ label {
    margin-right: 3rem;
    margin-left: 0; }

html.rtl .file-field .btn, html.rtl .file-field .btn-large, html.rtl .file-field .sp-container button, .sp-container html.rtl .file-field button, html.rtl .file-field .fc button, .fc html.rtl .file-field button {
    float: right; }

html.rtl .select-wrapper .mdi-navigation-arrow-drop-down {
    right: auto;
    left: 0; }

html.rtl [type=radio]:checked + label,
html.rtl [type=radio]:not(:checked) + label,
html.rtl [type=checkbox]:checked + label,
html.rtl [type=checkbox]:not(:checked) + label {
    padding-left: 0;
    margin-right: 0;
    padding-right: 35px;
    margin-left: 20px; }

html.rtl [type=radio] + label:after,
html.rtl [type=radio] + label:before,
html.rtl [type=checkbox]:not(:checked) + label:before,
html.rtl [type=checkbox].filled-in + label:after,
html.rtl [type=checkbox]:checked.filled-in + label:after {
    left: auto;
    right: 0; }

html.rtl [type=checkbox]:checked + label:before {
    left: auto;
    top: 0;
    right: -3px;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0; }

html.rtl [type=checkbox].filled-in + label:before,
html.rtl [type=checkbox]:checked.filled-in + label:before {
    top: 2px;
    right: 3px; }

html.rtl .spinner-layer {
    direction: ltr; }

html.rtl .spinner-layer .right {
    float: right !important; }

html.rtl .spinner-layer .left {
    float: left !important; }

.pln {
    color: #000; }

@media screen {
    .str {
        color: #080; }
    .kwd {
        color: #008; }
    .com {
        color: #800; }
    .typ {
        color: #606; }
    .lit {
        color: #066; }
    .pun, .opn, .clo {
        color: #660; }
    .tag {
        color: #008; }
    .atn {
        color: #606; }
    .atv {
        color: #080; }
    .dec, .var {
        color: #606; }
    .fun {
        color: red; } }

@media print, projection {
    .str {
        color: #060; }
    .kwd {
        color: #006;
        font-weight: bold; }
    .com {
        color: #600;
        font-style: italic; }
    .typ {
        color: #404;
        font-weight: bold; }
    .lit {
        color: #044; }
    .pun, .opn, .clo {
        color: #440; }
    .tag {
        color: #006;
        font-weight: bold; }
    .atn {
        color: #404; }
    .atv {
        color: #060; } }

pre.prettyprint {
    padding: 10px 15px;
    border-radius: 2px;
    background: #F9F9F9;
    max-height: 300px;
    margin: 1rem 0;
    border: 1px solid #E0E0E0;
    overflow-y: auto; }

pre.prettyprint.no-margin {
    margin: 0; }

pre.prettyprint.height-auto {
    max-height: none; }

ol.linenums {
    color: #B2B2B2;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 30px; }

ol.linenums li {
    padding-left: 12px;
    /*  white-space: pre-wrap;
    word-wrap: break-word;*/ }

pre.linenums {
    box-shadow: inset 40px 0 0 #FCFCFC, inset 41px 0 0 #D3D3D3; }

/* RTL support */
html.rtl pre.linenums {
    box-shadow: inset -40px 0 0 #FCFCFC, inset -41px 0 0 #D3D3D3; }

html.rtl ol.linenums {
    padding-right: 30px; }

/*
li.L0,li.L1,li.L2,li.L3,li.L5,li.L6,li.L7,li.L8 {
list-style-type: none;
}

li.L1,li.L3,li.L5,li.L7,li.L9 {
background: #eee;
}
*/
