body {
    background: #333;
    color: #fff;
}
.fontGrey {
    color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    margin-top: 0;
    line-height: 1.3;
}

h1,
h2,
h3,
html #px-register h1 {
    font-family: 'Slabo 27px', serif;
    color: #14ad88;
}

p {
    font-size: 15px;
}

a, a:focus, a:active {
    color: #14ad88;
    text-decoration: none;
    transition: all 0.3s;
}

a:hover {
    color: #008462;
    text-decoration: none;
}

hr.px-whitespace {
    border: 0;
    background: transparent;
    margin: 30px 0;
}
hr.px-whitespace-lg {
    margin: 50px 0;
}
hr.px-whitespace-sm {
    margin: 10px 0;
}

.alert {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.inputfile {
    position: relative;
}
.inputfile input[type=file] {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    z-index: -1;
    position: absolute;
}

.inputfile input[type=file] + label {
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: block;
    overflow: hidden;
    padding: 2rem 1.75rem;
    color: #555;
    display: block;
    border: 2px dashed #14ad88;
    background: rgba(0, 0, 0, 0.2);
}

.inputfile input[type=file]:focus,
.inputfile input[type=file].has-focus {
    border: none;
}

.inputfile input[type=file] + label:hover {
    color: #14ad88;
}

.inputfile input[type=file] + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile input[type=file] + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}
.input-group-addon {
    background: transparent;
    border: 0;
    padding: 0;
    width: 40px;
    color: #fff;
}
a.px-edit {
    background: #14ad88;
}
a.px-delete {
    background: #c30000;
}
a.px-share {
    background: #2398c3;
}
a.px-download{
    background: #c3b221;
}

.form-group.form-group-multiple {
    display: flex;
    flex-direction: row;
}
.form-group .form-group-item {
    width: 50%;
}
.form-group .form-group-item:first-child {
    margin-right: 10px;
}

.btn {
    border-radius: 0;
    transition: all 0.5s;
    cursor: pointer;
    outline: 0;
}

.btn:focus,
.btn:active,
.btn:hover,
.btn-primary:active:hover {
    outline: 0;
    cursor: pointer;
}

.btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: #14ad88;
    border-color: #14ad88;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:active:hover {
    color: #fff;
    background-color: #008462;
    border-color: #008462;
    cursor: pointer;
}

.btn-secondary,
.btn-secondary:focus {
    color: #fff;
    background-color: #555555;
    border-color: #555555;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:active:hover {
    color: #fff;
    background-color: #333333;
    border-color: #333333;
    cursor: pointer;
}

#tutorial {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background: rgba(0,0,0,0.85);
    align-items: center;
    justify-content: center;
}
    #tutorial a {
        display: block;
        margin-top: 8px;
    }
    #tutorial .fancy-arrow-left-bottom {
        margin-right: 16px;
    }
    #tutorial .fancy-arrow-right-bottom,
    #tutorial .fancy-arrow-right-top{
        margin-left: 16px;
    }
    #tutorial .nav-bottom-right,
    #tutorial .header-top-right{
        position: absolute;
        right: 36px;
        display: flex;
        flex-direction: row;
        animation: aniUpDown 1.5s ;
        animation-iteration-count: 2;
        animation-delay: 0.5s;
    }
    #tutorial .nav-bottom-right {
        bottom: 80px;
    }
    #tutorial .header-top-right {
        top: 120px;
        right: 155px;
    }

        #tutorial .nav-bottom-right .info-text {
            flex: 1;
            margin-top: -40px;
        }
        @media (max-width: 768px) {
            #tutorial .nav-bottom-right,
            #tutorial .header-top-right {
                right: 10px;
                left: 10px;
            }
            html .px-tile-collection .px-tile {
                width: calc(50% - 2px);
            }
            hr.px-whitespace-lg {
                margin: 30px 0;
            }
        }
@media (max-width: 400px) {
    html .px-tile-collection .px-tile {
        width: calc(100% - 2px);
    }
}


.fancy-arrow {
    background: url(../../images/frontend/template/arrow-curved.png);
    height: 87px;
    width: 74px;
}

.fancy-arrow-left-bottom {
    background-position: 0 -148px;
}
.fancy-arrow-right-bottom {
    background-position: -87px -148px;
}
.fancy-arrow-left-top {
    background-position: 0 -235px;
}
.fancy-arrow-right-top {
    background-position: -87px -235px;
}


input[type="text"], input[type="email"], input[type="password"], input[type="search"] {
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    border: 0;
    border: 0px solid transparent;
    padding: 10px;
    outline: 0;
    transition: all 0.5s;
    margin-bottom: 10px;
    border-bottom: 1px solid #14ad88;
}

input:focus{
    padding: 10px 16px;
    background: rgba(0, 0, 0, 0.37);
}
html body textarea, html body .form-control {
    border-radius: 0;
    background: rgba(0, 0, 0, 0.2);
    border: 0;
    border-bottom: 1px solid #14ad88;
    box-sizing: border-box;
    transition: all 1s;
    transition: all 1s;
    padding: 6px;
    color: #fff;
}
html .form-control:focus, html .form-control:active {
    box-shadow: inherit;
    border-color: #14ad88;
    background: rgba(0, 0, 0, 0.37);
    padding: 6px 16px;
}
label {
    text-transform: uppercase;
    color: #999;
    font-size: 11px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size:18px;
    color: #ccc;
}
::-moz-placeholder { /* Firefox 19+ */
    font-size:18px;
    color: #ccc;

}
:-ms-input-placeholder { /* IE 10+ */
    font-size:18px;
    color: #ccc;

}
:-moz-placeholder { /* Firefox 18- */
    font-size:18px;
    color: #ccc;
}
.px-wrapper {
    position: relative;
}

header#px-header {
    height: 90px;
    display: flex;
    flex-direction: row;
    position: relative;
    z-index: 101;
    background: #222;

}

header#px-header .navbar {
    background: transparent;
    border-radius: 0;
    border: 0;
    width: 100%;
    margin: 0;
}
header#px-header .container-fluid, header#px-header .navbar-header {
    padding: 0;
    height: 100%;
    margin: 0;
}
.navbar-default .navbar-collapse {
    padding:0;
    margin: 0;
}
header#px-header #logo {
    display: block;
    position: relative;
    margin: 10px 4vmin 0;
    background: url('../../images/frontend/Logo-white.svg') no-repeat left top;
    height: 70px;
    width: 255px;
    background-size: contain;
}

ul.dropdown-menu {
    background: #111;
    border-radius: 0;
}
.dropdown-menu>li>a, .dropdown-header  {
    padding: 5px 14px;
}

header#px-header ul.dropdown-menu{
    top: 85%;
    left: 5px;
    border-top: 3px solid #14ad88;
    }
#px-header button.navbar-toggle {
    background: #14ad88;
}
#px-header button.navbar-toggle.collapsed {
    background: transparent;
}
ul.dropdown-menu:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #14ad88 transparent;
    content: '';
    position: absolute;
    top: -12px;
    left: 12px;
}
.moreInfos span{
    font-weight: bold;
    font-size: 19px;
}

.visible-menuMobile {
    display: none;
}
.navbar-toggle {
    border-radius: 0px;
    border: 0;
    margin-top: 30px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

header#px-header #px-account {
    margin-left: auto;
    margin-right: 4vmin;
    display: table;
    height: 90px;
}
header#px-header #px-account > div {
    display: table-cell;
    vertical-align: middle;
    margin-left: 10px;
    text-align: left;
    padding: 0 5px;
}
header#px-header #px-account > div.visible-menuMobile {
    display: none;
}
header#px-header #px-account > div.profile {
    width: 70px;
    padding: 0 0 0 10px;
}
header#px-header #px-account > div.account {
    display: none;
}
@media (max-width: 768px) {
    header#px-header #px-account > div.profile {
        display: none;
    }
    header#px-header #px-account > div.account {
        display: block;
    }
}
.profileInner {
    width: 50px;
    height: 50px;
    overflow: hidden;
    position: relative;
    border-radius: 100%;

}
header#px-header .profileInner:hover a span {
    opacity: 1;
}
header#px-header .profileInner a span {
    position: absolute;
    background: rgba(0, 0, 0, 0.68);
    width: 100%;
    height: 100%;
    text-align: center;
    display: block;
    top: 0;
    box-sizing: border-box;
    padding: 19px 0px;
    font-size: 15px;
    opacity: 0;
    transition: all 0.4s;
}
header#px-header #px-account > div.profile img {
    width: 100%;
    height: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#px-search input {
    margin: 0px;
}
#px-account a {
    color:#fff;
}
.accountInner > a {
    padding: 11px;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    font-size: 17px;
    line-height: 17px;
    transition: all 1s;
    cursor: pointer;
}
.accountInner a:hover {
    background: #13ac87;
}
.moreInfos.dropdown.accountInner.open > a {
    background: #14ad88;
}
.dropdown-menu>li>a:focus, #px-account .dropdown-menu>li>a:hover {
    background: black;
    color: #14ad88;
}
.searchGroup input {
    margin: 0px;
    border: 0;
    width: 0;
    opacity: 0;
}
.input-group.searchGroup span {
    background: transparent;
    border: 0;
    color: #fff;
    border-radius: 0;
    transition: all 1s;
}
.searchGroup:hover input {
    width: 200px ;
    opacity: 1 ;
    padding: 10px ;
    background: rgba(0, 0, 0, 0.36);
}
.searchGroup:hover span {
    background: #13ac87;
}

html, body {
    height: 100%;
}
main {
    margin: 0 auto;
    padding: 0;
    min-height: calc(100% - 135px);
}
.alert {
    border: 0;
}
.alert-danger {
    background-color: #8c1212;
    color: #fff;
}
.alert-warning {
    background-color: #ca7000;
    color: #fff;
}
.alert-info {
    background-color: #31708f;
    color: #fff;
}
.alert-success {
    background-color: #3c763d;
    color: #fff;
}
.well {
    background: #fff;
    border-radius: 0;
    border: 0;
    margin: 0;
    padding: 5%;
    color: #333;
}
ol.breadcrumb {
    background: #222;
    border-radius: 0;
    border: 0;
    color: #ddd;
    border-top: 1px solid #019170;
    padding: 5px 20px;
}
footer#px-footer {
    padding: 4px;
    text-align: center;
    margin: 0;
    font-size: 0.80em;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #333;
}
footer#px-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer#px-footer ul li {
    display: inline-block;
    padding: 0 5px;
    color: rgba(235, 235, 235, 0.62);
}
footer#px-footer ul li a{
    color: #919493;
}

#px-page-header {
    padding: 4vmin 4vmin 2vmin 4vmin;
}

.px-page-nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding: 0;
}
.px-page-nav  {
    background: #14ad88;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 103;
    transition: all 0.3s ease-in;
    height: 40px;
}
.px-page-nav.pick-tools.active ~ .px-page-nav:not(.pick-tools) {
    bottom: -40px;
}
.px-page-nav.pick-tools {
    bottom: -40px;
    background: #4a4a4a;
}
.px-page-nav.pick-tools.active {
    display: block;
    bottom: 0;
}
.px-page-nav li.back {
    flex: 1;
}
.px-page-nav li.back > a,
.px-page-nav li.back > span{
    border-right: 1px solid #33bf9d;
    border-left: none;
}
.px-page-nav .glyphicon {
    margin-right: 4px;
}
.px-page-nav li > a,
.px-page-nav li > span{
    color: #fff;
    padding: 11px 20px;
    display: inline-block;
    background: #14ad88;
    border-left: 1px solid #33bf9d;
}
.px-page-nav a:hover,
.px-page-nav a.active{
    background: #0e9270;
}
.px-page-nav .share-user {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-top: -5px;
    margin-right: 4px;
}
.px-page-nav.pick-tools li.back a{
    border-right: 1px solid #5b5d5c;
}
.px-page-nav.pick-tools a {
    background: #4a4a4a;
    color: #e4e4e4;
    border-left: 1px solid #5b5d5c;
}
.px-page-nav.pick-tools a:hover,
.px-page-nav.pick-tools a.active{
    background: #565656;
}
@media (max-width: 768px) {
    .px-page-nav li > a,
    .px-page-nav li > span {
        padding: 11px 0px;
    }
    header#px-header #logo {
        overflow: hidden;
        width: 65px;
        height: 70px;
        background-size: 212px 68px !important;
    }
    .navbar-default .navbar-collapse {
        background: rgb(17, 17, 17);
        border-top: 0;
        border-bottom: 3px solid rgb(20, 173, 136);
    }
    .visible-menuMobile {
        display: inline;
    }
    #px-searchMobile input[type="search"] {
        border: 0;
        margin: 0;
        padding: 17px 8px;
    }
    #px-searchMobile .input-group {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    }
    header#px-header #px-account > div#px-search {
        display: none;
    }
    header#px-header #px-account > div.visible-menuMobile {
        display: block;
        margin-top: 10px;
    }
    header#px-header #px-account {
        display: block;
        height: auto;
        padding: 40px 0;
        margin: 0;
    }
    header#px-header ul.dropdown-menu {
        position: static;
        width: 100%;
        background: #333;
        margin-bottom: 14px;
        box-sizing: border-box;
        box-shadow: inherit;
        margin-top: 0;
        border: 0;
    }
    .accountInner > a {
        width: auto;
        height: auto;
        border-bottom: 1px solid rgba(255, 255, 255, 0.22);
        display: block;
        font-weight: normal;
        text-align: left;
        padding: 17px 10px;
    }
    html header#px-header #px-account > div {
        display: block;
        width:100%;
        padding: 0;
        margin: 0;
    }
    ul.dropdown-menu:before {
        display: none;
    }
    html header#px-header #px-account .createNew .btn {
        display: block;
    }
    .px-page-nav span + span {
        display: none;
    }
    .accountInner > a > span:first-child {
        width: 20px;
        display: inline-block;
        text-align: center;
        margin-right: 19px;
    }
    .mobileMenu span.visible-menuMobile {
        font-weight: normal;
        font-size: 17px;
    }
    .px-page-nav li.back {
        flex: auto;
        display: none;
    }
    .px-page-nav li:first-child > a,
    .px-page-nav li:first-child > span,
    .px-page-nav li.back + li > a,
    .px-page-nav li.back + li > span{
        border-left: none;
    }
    .px-page-nav ul li{
        width: 100%;
    }
    .px-page-nav ul li > a,
    .px-page-nav ul li > span{
        display: block;
        text-align: center;
    }
}

.px-tile-collection {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    margin-bottom: 40px;
    padding: 0vmin 4vmin 2vmin 4vmin;
}

.px-tile-collection .px-tile {
    width: calc(33.33% - 2px);
    height: 300px;
    margin: 1px;
    max-width: 500px;
}

.px-tile {
    position: relative;
    outline: 0;
    overflow: hidden;
    transition: all 0.5s;
}

    .px-tile > a{
        background-size: cover;
        background-position: center;
        display: block;
        height: 100%;
        width: 100%;
        outline: 0 !important;
    }
    .px-tile p {
        display: none;
    }
    .px-tile h3 {
        position: absolute;
        bottom: -60px;
        font-family: 'Slabo 27px', serif;
        left: 0;
        right: 0;
        margin: 0;
        padding: 16px 10px;
        background: rgba(0, 0, 0, 0.5);
        opacity: 0;
        transition: all 0.5s;
        color: #fff;
    }
    .px-tile:hover h3, .px-tile h3.active {
        bottom: 0px;
        opacity: 1;
    }
    .px-tile .tools-wrapper {
        position: absolute;
        top: -100%;
        transition: all 0.5s;
        opacity: 0;
        width: 100%;
        height: 100%;
        left: 0;
        background: rgba(0, 0, 0, 0.85);
        display: flex;
        align-items: center;
        z-index: 5;
    }
.px-tile .tools {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin: 0 auto;
    padding: 2vmin 3vmin;
    box-sizing: border-box;
}
.px-tile .tools a {
    padding: 2vmin 2vmin;
    color: #fff;
    display: block;
    outline: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}
.px-tile .tools a:hover {
    color: #14ad88;
}
.px-tile .tools li:last-child a {
    border-bottom: 0;
}
.px-tile .tools a span {
    padding-right: 10px;
}
    .px-tile:hover .tool-menu {
        opacity: 1;
        top: 10px;
    }

.px-tile .tool-menu {
        position: absolute;
        top: -20px;
        right: 10px;
        padding: 7px;
        background: rgb(20, 173, 136);
        opacity: 0;
        transition: all 0.5s;
        cursor: pointer;
        z-index: 10;
        border-radius: 100%;
        box-sizing: border-box;
        width: 30px;
        height: 30px;
        text-align: center;
    }
.px-tile .tool-menu.menuActive {
    background: transparent;
    transform: rotate(180deg);
}
.px-tile .pick-tool {
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 20px;
    opacity: 1;
    transition: all 0.5s;
    cursor: pointer;
    border: 2px solid rgb(20, 173, 136);
    border-radius: 2px;
    height: 20px;
    width: 20px;
    transition: all 0.5s;
}
.px-tile .pick-tool.checked {
    border-radius: 50%;
    background: rgb(20, 173, 136);
    transform: rotate(180deg);
}
.px-tile .pick-tool:not(.checked) {
    top: -20px;
    opacity: 0;
}
.px-tile:hover .pick-tool:not(.checked){
    opacity: 1;
    top: 10px;
}

.px-tile:hover .tool-menu.menuActive ~ .tools-wrapper {
        opacity: 1;
        top: 0%;
    }
.px-tile .tool-menu.menuActive ~ h3 {
    opacity: 0;
}

#popup {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
}
#popup .popup_wrap {
    height: inherit;
    widows: inherit;
    position: relative;
    background: rgba(0,0,0,0.85);
    cursor: pointer;
}
#popup .popup {
    position: absolute;
    max-height: 90%;
    max-width: 650px;
    min-width: 500px;
    overflow: auto;
    background-color: #333;
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    top: 50%;
    box-shadow: 0px 0px 30px 10px rgba(0,0,0,0.5);
}

@media (max-width: 550px), (max-height: 550px) {
    #popup .popup {
        position: fixed;
        max-height: 100%;
        max-width: none;
        min-width: 100%;
        overflow: auto;
        background-color: #333;
        transform: translateY(-50%);
        left: 0;
        top: 50%;
        box-shadow: none;
    }
}

.px-popUpHeader {
    padding: 20px 30px 0px 20px;
    position: relative;
}
.px-popUpContent {
    padding: 12px 20px 20px 20px;
}
.px-popUpDescription {
    color: #cecece;
}
.px-popUpFooter {
    padding: 30px 20px 20px 20px;
    background: #232323;
    position: relative;
    text-align: center;
}
.px-popUpFooter:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 15px 0 15px;
    border-color: #333 transparent transparent transparent;
    position: absolute;
    top: -1px;
    left: calc(50% - 15px);
}
.px-popUpSwitch-menu {
    list-style-type: none;
    margin: 20px 0 15px;
    padding: 0;
    display: flex;
    flex-direction: row;
}
    .px-popUpSwitch-menu li {
        width: 100%;
        padding: 14px 0 14px 0;
        text-align: center;
        background-color: #232323;
        color: #565555;
        position: relative;
        font-weight: 700;
        font-size: 0.88em;
        cursor: pointer;
    }
    .px-popUpSwitch-menu li.active {
        color: #999;
        padding: 10px 0 18px 0;
        cursor: auto;
    }
    .px-popUpSwitch-menu li:not(.active):hover {
        color: #999;
    }
    .px-popUpSwitch-menu li.active:before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0px 15px 13px 15px;
        border-color: transparent transparent #333 transparent;
        position: absolute;
        bottom: -1px;
        left: calc(50% - 15px);
    }
.px-popUpSwitch-container.active {
    max-height:600px;
}
.px-popUpSwitch-container {
    overflow:hidden;
    transition:max-height 0.3s ease-out;
    height:auto;
    max-height:0;
}

#popup .popup-error {
    display: none;
}
#popup .popup-error.with-padding {
    padding: 0 30px;
}
#popup .popup > a.popup_close {
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 8px 10px;
    display: block;
    font-size: 15px;
    color: #666;
    transition: all 0.5s;
    box-sizing: border-box;
    height: 35px;
    width: 35px;
}
#popup .popup > a.popup_close:hover {
    color: #8f9291;
    background: #222;
}

.px-albumEditFile {
    display: flex;
    flex-direction: row;
}
.px-albumEditFile img {
    flex: 1;
    margin-left: 10px;
}
.px-albumEditFile .fileUpload {
    width: 100%;
    height: 60px;
}

.email-send-anim .email-send-anim-container {
    height:50px;
    width:40px;
    margin: 40px auto;
}
.email-send-anim .email-send-anim-box {
    position:relative;
    height:50px;
    width:40px;
    animation: email-send-box 5s infinite linear;
}

.email-send-anim .email-send-anim-border {
    background:#14ad88;
    position:absolute;
}

.email-send-anim .email-send-anim-border.one {
    height:4px;
    top:0;
    left:0;
    animation: email-send-border-one 5s infinite linear;
}

.email-send-anim .email-send-anim-border.two {
    top:0;
    right:0;
    height:100%;
    width:4px;
    animation: email-send-border-two 5s infinite linear;
}

.email-send-anim .email-send-anim-border.three {
    bottom:0;
    right:0;
    height:4px;
    width:100%;
    animation: email-send-border-three 5s infinite linear;
}

.email-send-anim .email-send-anim-border.four {
    bottom:0;
    left:0;
    height:100%;
    width:4px;
    animation: email-send-border-four 5s infinite linear;
}

.email-send-anim .email-send-anim-line {
    height:4px;
    background:#14ad88;
    position:absolute;
    width:0%;
    left:25%;
}

.email-send-anim .email-send-anim-line.one {
    top:25%;
    width:0%;
    animation: email-send-line-one 5s infinite linear;
}

.email-send-anim .email-send-anim-line.two {
    top:45%;
    animation: email-send-line-two 5s infinite linear;
}

.email-send-anim .email-send-anim-line.three {
    top:65%;
    animation: email-send-line-three 5s infinite linear;
}

@keyframes email-send-border-one {
    0%   {width:0;}
    10%  {width:100%;}
    100% {width:100%;}
}

@keyframes email-send-border-two {
    0%   {height:0;}
    10%  {height:0%;}
    20%  {height:100%;}
    100% {height:100%;}
}

@keyframes email-send-border-three {
    0%   {width:0;}
    20%  {width:0%;}
    30%  {width:100%;}
    100% {width:100%;}
}

@keyframes email-send-border-four {
    0%   {height:0;}
    30%  {height:0%;}
    40%  {height:100%;}
    100% {height:100%;}
}

@keyframes email-send-line-one {
    0%   {left:25%;width:0;}
    40%  {left:25%;width:0%;}
    43%  {left:25%;width:50%;}
    52%  {left:25%;width:50%;}
    54%  {left:25%;width:0% }
    55%  {right:25%;left:auto;}
    63%  {width:10%;right:25%;left:auto;}
    100% {width:10%;right:25%;left:auto;}
}

@keyframes email-send-line-two {
    0%   {width:0;}
    42%  {width:0%;}
    45%  {width:50%;}
    53%  {width:50%;}
    54%  {width:0% }
    60%  {width:50%}
    100% {width:50%;}
}

@keyframes email-send-line-three {
    0%   {width:0;}
    45%  {width:0%;}
    48%  {width:50%;}
    51%  {width:50%;}
    52%  {width:0% }
    100% {width:0%;}
}

@keyframes email-send-box {
    0%   {opacity:1;margin-left:0px;height:50px;width:40px;}
    55%  {margin-left:0px;height:50px;width:40px;}
    60%  {margin-left:0px;height:35px;width:50px;}
    74%  {msthin-left:0;}
    80%  {margin-left:-50px;opacity:1;}
    90% {height:35px;width:50px;margin-left:50px;opacity:0;}
    100% {opacity:0;}
}

.loading-anim-container {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: rgba(41, 41, 41, 0.8);
}
.loading-anim {
    margin: 20px auto;
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}
.loading-anim.full-screen {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 9999;
}

.loading-anim .anim-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.loading-anim .anim-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #14ad88;
    -webkit-animation: loading-anim-angle 2.4s infinite linear both;
    animation: loading-anim-angle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.loading-anim .anim-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
}
.loading-anim .anim-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
}
.loading-anim .anim-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
}
.loading-anim .anim-cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.loading-anim .anim-cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.loading-anim .anim-cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}
@-webkit-keyframes loading-anim-angle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    } 25%, 75% {
          -webkit-transform: perspective(140px) rotateX(0deg);
          transform: perspective(140px) rotateX(0deg);
          opacity: 1;
      } 90%, 100% {
            -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
            opacity: 0;
        }
}

@keyframes loading-anim-angle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    } 25%, 75% {
          -webkit-transform: perspective(140px) rotateX(0deg);
          transform: perspective(140px) rotateX(0deg);
          opacity: 1;
      } 90%, 100% {
            -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
            opacity: 0;
        }
}

@keyframes aniUpDown {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}

@media (min-width: 768px) {
    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

