@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900|Roboto+Slab:400,700);
* {
    margin: 0;
    border: 0;
    padding: 0;
    font-size: 100%
}
body {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    color: #b8bebf;
    font-weight: 300;
    line-height: 1.5em;
    letter-spacing: 0.02em
}
img {
    max-width: 100%;
    height: auto
}
html .row-fit {
    margin: 0
}
html .row-fit [class*="col-"],
html .row-fit [class*="vc_col-"] {
    padding: 0
}


html .row-fit-10 {
    margin: 0 -5px
}
html .row-fit-10[class*="col-"] {
    padding: 0 5px
}

.box.vc_row {
    margin-left: auto;
    margin-right: auto;
}

.row.no-spaces {
    margin: 0;
}

.custom-margins {
    margin-left: -15px;
    margin-right: -15px;
}

input[type="number"],
input[type="search"],
input[type="email"],
input[type="text"],
input[type="url"],
input[type="password"],
input[type="submit"],
textarea {
    -webkit-appearance: none;
    border-radius: 0
}
a {
    text-decoration: none;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    transition: all 0.15s
}
a:hover,
a:focus,
a:active {
    text-decoration: none
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 1em 0 1.38em;
    font-weight: 700;
    line-height: 1.1em;
    letter-spacing: 0.16em;
    text-transform: uppercase
}
h1 {
    font-size: 22px
}
h2 {
    font-size: 20px
}
h3 {
    font-size: 18px
}
h4 {
    font-size: 16px
}
h5 {
    font-size: 14px
}
h6 {
    font-size: 12px
}
p {
    margin: 0 0 25px
}
hr {
    width: 90%;
    display: block;
    margin: 70px auto;
    max-width: 670px;
    position: relative;
    border-top: 1px solid #f2f2f2
}
hr:after {
    position: absolute;
    z-index: 2;
    content: "";
    top: -1px;
    width: 120px;
    left: 50%;
    margin-left: -60px;
    border-top: 1px solid #43b9c7
}
hr:before {
    position: absolute;
    content: "";
    z-index: 1;
    top: -1px;
    left: 50%;
    width: 170px;
    margin-left: -85px;
    border-top: 1px solid #fff
}
blockquote {
    margin: 0 0 25px;
    padding: 10px 20px;
    color: #43b9c7;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.778em
}
blockquote p {
    margin: 0;
    color: #43b9c7;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.778em
}

address {
    font-size: 18px;
    margin: 0 0 30px;
    font-weight: 500;
    padding: 20px 45px;
    font-style: italic;
    display: inline-block;
    border: 4px dashed #dbe0e1;
}

code, pre {
    display: inline-block;
    max-width: 100%;
    background: #dbe0e1;
    padding: 2px 5px;
    color: #999;
}

pre {
    padding: 10px 15px;
    margin: 0 0 15px;
    width: 100%;
    max-width: 100%;
}

dl {
    margin: 0 0 15px;
    color: #999;
}

dl dt {
    font-weight: 700;
}

dl dd {
    padding: 5px 0 0 15px;
    margin-bottom: 10px;
}

figure {
    margin: 0 0 25px;
}

figure.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.gallery {
    font-size: 0;
}

.gallery .gallery-item {
    display: inline-block;
    text-align: center;
    position: relative;
    padding: 15px 15px 0 15px;
}

.gallery .gallery-item a {
    display: inline-block;
}

.gallery.gallery-columns-7 .gallery-item {
    width: calc(100% / 7);   
}

.gallery.gallery-columns-6 .gallery-item {
    width: calc(100% / 6);   
}

.gallery.gallery-columns-5 .gallery-item {
    width: calc(100% / 5);   
}

.gallery.gallery-columns-4 .gallery-item {
    width: calc(100% / 4);   
}

.gallery.gallery-columns-3 .gallery-item {
    width: calc(100% / 3);
}

.gallery.gallery-columns-2 .gallery-item {
    width: calc(100% / 2);   
}

.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}
.align-center {
    text-align: center
}
[data-parallax-bg] {
    position: relative;
    overflow: hidden
}
[data-parallax-bg] .box-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    will-change: transform
}
[data-parallax-bg] .box-img>span {
    position: absolute;
    top: -5em;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: top right;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}
#page {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    opacity: 0
}
.dom-ready #page {
    opacity: 1
}
.content-wrapper {
    background: #fff
}
.no-scroll {
    overflow: hidden
}
.alignleft {
    float: left;
    text-align: left;
    margin-bottom: 15px;
    margin-right: 20px;
    margin-top: 7.5px;
}
.alignright {
    float: right;
    text-align: right;
    margin-bottom: 15px;
    margin-left: 20px;
    margin-top: 7.5px;
}
.aligncenter {
    text-align: center
}
.align-left {
    text-align: left !important
}
img.size-full,
img.size-large {
    max-width: 100%;
    width: auto;
    height: auto
}
.wp-caption {
    max-width: 100%;
    position: relative
}
.wp-caption-text {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    font-size: 16px;
    padding: 11.326px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    max-height: 50%;
    overflow: auto;
    font-weight: 400
}

.screen-reader-text,
.gallery-caption,
.bypostauthor {}

.global-search-form {
    display: none;
    background: #f2f2f2
}
.global-search-form input {
    width: 100%;
    padding: 24px 0;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.5em;
    letter-spacing: 0.02em;
    background: transparent;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out
}
.global-search-form input::-webkit-input-placeholder {
    color: #b3c3c5
}
.global-search-form input:-moz-placeholder {
    color: #b3c3c5
}
.global-search-form input.placeholder {
    color: #b3c3c5
}
.global-search-form input:focus,
.global-search-form input.has-value {
    outline: none;
    color: #5ac6d3
}
.contact-form label {
    position: relative;
    margin: 0 0 10px;
    overflow: hidden;
    display: block;
    width: 100%
}
.contact-form label .form-input {
    position: relative;
    padding: 10px;
    z-index: 2;
    color: #fff;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    display: block;
    background: transparent;
    border-bottom: 3px solid #38a0ac;
    -webkit-transition: all 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -moz-transition: all 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53)
}
.contact-form label .form-input:focus,
.contact-form label .form-input.has-value {
    outline: none;
    border-color: transparent
}
.contact-form label .form-input:focus+ul+span:after,
.contact-form label .form-input.has-value+ul+span:after,
.contact-form label .form-input:focus+span:after,
.contact-form label .form-input.has-value+span:after {
    -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
    -ms-transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
    transform: perspective(1000px) rotate3d(1, 0, 0, 0deg)
}
.contact-form label span {
    display: inline-block;
    padding: 8px 0 0 10px;
    color: #c9c9c9;
    font-size: 14px;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: 0.2em;
    text-transform: uppercase
}
.contact-form label span:after {
    content: "";
    position: absolute;
    bottom: 27px;
    z-index: 1;
    pointer-events: none;
    left: 0;
    width: 100%;
    height: 100%;
    background: #43b9c7;
    -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: all 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -moz-transition: all 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53)
}
.contact-form label textarea {
    min-height: 110px
}
.contact-form .btn {
    margin: 25px auto 0;
    background: transparent;
    display: block;
    max-width: 200px;
    width: 100%
}
.contact-form .btn .button {
    color: #43b9c7 !important;
    display: block
}
.comment-form {
    margin: 0 0 45px;
}
.comment-form .input-group {
    position: relative;
    margin: 0 0 15px
}
.comment-form .logged-in-as {
    font-weight: 500;
}
.comment-form .logged-in-as a {
    color: #43b9c7;
}
.comment-form .input-group .form-input {
    display: block;
    width: 100%;
    border: 0;
    font-size: 0;
    color: #b5bbbc;
    padding: 0 10px 2px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    border-bottom: 1px solid #e3e5e6
}
.comment-form .input-group .form-input::-webkit-input-placeholder {
    color: #b5bbbc
}
.comment-form .input-group .form-input:-moz-placeholder {
    color: #b5bbbc
}
.comment-form .input-group .form-input.placeholder {
    color: #b5bbbc
}
.comment-form .input-group .form-input:focus,
.comment-form .input-group .form-input.has-value {
    outline: none
}
.comment-form .input-group .form-input:focus+span,
.comment-form .input-group .form-input.has-value+span {
    width: 100%;
    left: 0
}
.comment-form .input-group textarea {
    min-height: 60px
}
.comment-form .input-group span {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    font-size: 0;
    border-bottom: 1px solid #43b9c7;
    -webkit-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -moz-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53)
}
.comment-form .btn-wrapper button {
    background: transparent
}
.comment-list {
    list-style-type: none !important;
    padding: 0;
    margin: 0
}
.comment-list .comment {
    list-style-type: none !important;
    padding: 0 0 0 100px;
    margin: 0 0 30px;
    min-height: 70px;
    position: relative
}
.comment-list .comment .avatar {
    position: absolute;
    width: 70px;
    left: 0;
    top: 0
}
.comment-list .comment .comment-header p,
.comment-list .comment .comment-header a {
    margin: 0 30px 0 0;
    font-size: 12px;
    line-height: 1em;
    font-weight: 400;
    letter-spacing: 0.2em;
    display: inline-block;
    text-transform: uppercase
}
.comment-list .comment .comment-header p {
    color: #b5bbbc
}
.comment-list .comment .comment-header a {
    color: #929494
}
.comment-list .comment .comment-header a:hover {
    color: #43b9c7
}
.comment-list .comment .comment-body {
    padding: 6px 0 0
}
.comment-list .comment .comment-body p {
    margin: 0;
    color: #b5bbbc;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em
}
.btn {
    display: inline-block;
    text-align: center;
    line-height: 1em;
    background: 0;
}
.btn .button {
    display: inline-block
}
.btn:active,
.btn:focus {
    text-decoration: none;
    outline: none
}
.btn.theme-btn-1 {
    position: relative
}
.btn.theme-btn-1:before,
.btn.theme-btn-1:after {
    content: "";
    width: 40%;
    position: absolute;
    border-top: 1px solid #43b9c7;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}
.btn.theme-btn-1:before {
    left: 0;
    top: 0
}
.btn.theme-btn-1:after {
    right: 0;
    bottom: 0
}
.btn.theme-btn-1 .button {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    padding: 17px 23px;
    position: relative;
    letter-spacing: 0.3em;
    text-transform: uppercase
}
.btn.theme-btn-1 .button:before,
.btn.theme-btn-1 .button:after {
    content: "";
    height: 86%;
    position: absolute;
    border-left: 1px solid #43b9c7;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}
.btn.theme-btn-1 .button:before {
    left: 0;
    top: 0
}
.btn.theme-btn-1 .button:after {
    right: 0;
    bottom: 0
}
.btn.theme-btn-1:hover:before,
.btn.theme-btn-1:hover:after {
    width: 100%
}
.btn.theme-btn-1:hover .button:before,
.btn.theme-btn-1:hover .button:after {
    height: 100%
}
.btn.theme-btn-1.blue .button {
    color: #43b9c7
}
.btn.theme-btn-2,
.btn.theme-btn-3 {
    background: #43b9c7;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    padding: 21px 80px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -moz-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53)
}
.btn.theme-btn-2:hover,
.btn.theme-btn-3:hover {
    background: #3ab1bf
}
.btn.theme-btn-3 {
    border-radius: 4px
}
@media (max-width: 500px) {
    .btn.theme-btn-2,
    .btn.theme-btn-3 {
        padding: 16px 30px
    }
}
.btn-wrapper {
    display: block;
    text-align: center
}
header {
    position: absolute;
    padding: 30px 0;
    width: 100%;
    z-index: 3;
    left: 0;
    top: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -moz-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53)
}
header .brand {
    position: relative;
    z-index: 10;
    color: #fff;
}
header .action-bar {
    padding: 10px 0 0;
    text-align: right
}
header .action-bar .social-block {
    list-style-type: none;
    display: inline-block;
    padding: 0 15px 0 0;
    font-size: 0;
    margin: 0
}
header .action-bar .social-block li {
    display: inline-block;
    margin-right: 15px
}
header .action-bar .social-block li i {
    color: #fff;
    font-size: 13px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}
header .action-bar .social-block li i:hover {
    color: #43b9c7
}
header .action-bar .social-block li:last-of-type {
    margin: 0
}
header .action-bar .search-box-toggle {
    position: relative;
    cursor: pointer;
    top: 2px;
}
header .action-bar .search-box-toggle .icon {
    font-size: 13px;
    color: #fff;
    -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -moz-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53)
}
header .action-bar .search-box-toggle:hover .icon {
    color: #43b9c7
}
header .action-bar .menu-toggle {
    position: relative;
    z-index: 10;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    line-height: 1em;
    font-weight: 700;
    margin-left: 35px;
    text-transform: uppercase;
    -webkit-transition: all 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -moz-transition: all 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53)
}
header .action-bar .menu-toggle:hover {
    color: #43b9c7
}
header .action-bar .menu-toggle:hover .hamburger .menui {
    background: #43b9c7
}
header .action-bar .menu-toggle.menu-opened:hover {
    color: #fff
}
header .action-bar .menu-toggle .hamburger {
    position: relative;
    display: inline-block;
    margin: 0 0 0 20px;
    top: 3px;
    width: 21px;
    height: 16px
}
header .action-bar .menu-toggle .hamburger .top-animate {
    background: #fff !important;
    top: 6px !important;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}
header .action-bar .menu-toggle .hamburger .mid-animate {
    opacity: 0
}
header .action-bar .menu-toggle .hamburger .bottom-animate {
    background: #fff !important;
    top: 6px !important;
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg)
}
header .action-bar .menu-toggle .hamburger .top-menu {
    top: 0px;
    width: 21px;
    height: 2px;
    border-radius: 10px;
    background-color: #F9A530
}
header .action-bar .menu-toggle .hamburger .mid-menu {
    top: 6px;
    width: 21px;
    height: 2px;
    border-radius: 10px;
    background-color: #F9A530
}
header .action-bar .menu-toggle .hamburger .bottom-menu {
    top: 12px;
    width: 21px;
    height: 2px;
    border-radius: 10px;
    background-color: #F9A530
}
header .action-bar .menu-toggle .hamburger .menui {
    pointer-events: none;
    background: #fff;
    transition: all 0.45s ease, color 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition-timing-function: cubic-bezier(0.75, 0, 0.29, 1.01);
    position: absolute;
    left: 0
}
header .action-bar .shopping-cart {
    display: inline-block;
    position: relative;
    margin-left: 20px;
    vertical-align: top
}
header .action-bar .shopping-cart.open .shopping-cart-toggle {
    background: #43b9c7
}
header .action-bar .shopping-cart.open .shopping-cart-toggle .cart-items-total {
    color: #43b9c7;
    background: #fff
}
header .action-bar .shopping-cart.open .cart {
    visibility: visible;
    opacity: 1;
    top: 100%
}
header .action-bar .shopping-cart .shopping-cart-toggle {
    position: relative;
    color: #fff;
    width: 42px;
    height: 42px;
    font-size: 20px;
    cursor: pointer;
    line-height: 42px;
    margin-top: -10px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    -webkit-transition: all 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -moz-transition: all 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53)
}
header .action-bar .shopping-cart .shopping-cart-toggle .cart-items-total {
    -webkit-transition: all 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -moz-transition: all 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    display: inline-block;
    position: absolute;
    background: #43b9c7;
    line-height: 1em;
    padding: 3px;
    min-width: 14px;
    text-align: center;
    letter-spacing: -0.08em;
    border-radius: 50%;
    font-weight: 400;
    font-size: 8px;
    color: #fff;
    bottom: 11px;
    right: 3px
}
header .action-bar .shopping-cart .shopping-cart-toggle:hover {
    background: #43b9c7
}
header .action-bar .shopping-cart .shopping-cart-toggle:hover .cart-items-total {
    color: #43b9c7;
    background: #fff
}
header .action-bar .shopping-cart .cart {
    -webkit-transition: all 0.18s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -moz-transition: all 0.18s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.18s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    border: 1px solid #ededed;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    background: #fff;
    text-align: left;
    width: 300px;
    padding: 20px;
    top: 75%;
    right: 0
}
header .action-bar .shopping-cart .cart ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}
header .action-bar .shopping-cart .cart ul .cart-course {
    display: block;
    position: relative;
    min-height: 80px;
    margin-bottom: 10px;
    padding: 0 20px 10px 0;
    border-bottom: 1px solid #ededed
}
header .action-bar .shopping-cart .cart ul .cart-course .remove-from-cart {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0
}
header .action-bar .shopping-cart .cart ul .cart-course .remove-from-cart i {
    -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -moz-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    border: 1px solid #848484;
    vertical-align: middle;
    display: inline-block;
    line-height: 13px;
    letter-spacing: 0em;
    text-align: center;
    font-size: 8px;
    color: #848484;
    height: 15px;
    width: 15px
}
header .action-bar .shopping-cart .cart ul .cart-course .remove-from-cart i:hover {
    color: #43b9c7;
    border-color: #43b9c7
}
header .action-bar .shopping-cart .cart ul .cart-course .cover {
    float: left;
    margin-right: 20px;
    width: 85px
}
header .action-bar .shopping-cart .cart ul .cart-course .title {
    margin: 0;
    color: #61696b;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.5em;
    padding: 8px 0 0;
    letter-spacing: 0.04em;
    text-transform: uppercase
}
header .action-bar .shopping-cart .cart ul .cart-course .title a {
    color: inherit
}
header .action-bar .shopping-cart .cart ul .cart-course .title a:hover {
    color: #43b9c7
}
header .action-bar .shopping-cart .cart ul .cart-course .price {
    color: #61696b;
    font-size: 14px;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: 0.04em
}
header .action-bar .shopping-cart .cart .cart-action a {
    max-width: 210px;
    font-size: 12px;
    line-height: 1em;
    padding: 13px 10px;
    text-align: center;
    letter-spacing: 0.3em;
    border: 1px solid #43b9c7;
    font-weight: 400;
    background: #43b9c7;
    color: #fff;
    display: block;
    margin: 0 auto;
    text-transform: uppercase;
    -webkit-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -moz-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53)
}
header .action-bar .shopping-cart .cart .cart-action a:hover {
    background: transparent;
    color: #43b9c7
}
header .action-bar .my-account {
    position: relative;
    display: inline-block;
    margin-left: 15px;
    top: 2px
}
header .action-bar .my-account:hover .icon {
    color: #43b9c7
}
header .action-bar .my-account:hover .popup {
    opacity: 1;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px)
}
header .action-bar .my-account .icon {
    display: inline-block;
    font-size: 20px;
    color: #fff;
    -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -moz-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53)
}
header .action-bar .my-account .popup {
    display: inline-block;
    pointer-events: none;
    position: absolute;
    margin-left: -64px;
    top: 100%;
    left: 50%;
    opacity: 0;
    padding: 5px 20px;
    min-width: 130px;
    text-align: center;
    color: #919899;
    font-size: 14px;
    vertical-align: middle;
    line-height: 1.1em;
    background: #fff;
    font-weight: 400;
    border-radius: 15px;
    letter-spacing: 0.1em;
    border: 1px solid #ededed;
    -webkit-transition: all 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -moz-transition: all 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53)
}
@media (max-width: 768px) {
    header .action-bar .my-account .popup {
        display: none
    }
}
header .action-bar .my-account .popup:after {
    content: "";
    position: absolute;
    top: -7px;
    left: 50%;
    margin-left: -7.5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7.5px 7px 7.5px;
    border-color: transparent transparent #fff transparent
}
header nav {
    padding: 120px 0 30px;
    background: #3caebc;
    position: absolute;
    display: none;
    width: 100%;
    z-index: 9;
    left: 0;
    top: 0
}
header nav ul {
    list-style-type: none;
    font-size: 0;
    padding: 0;
    margin: 0
}
header nav ul li {
    text-align: center;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}
header nav ul li:hover {
    background: #43b9c7
}
header nav ul li:hover a {
    color: #fff
}
header nav ul li:hover>ul {
    opacity: 1;
    top: 0
}
header nav ul li.current-menu-item>a {
    color: #276d75
}
header nav ul li>ul {
    position: relative;
    margin-top: -18px;
    padding-bottom: 8px;
    opacity: 0;
    top: -10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}
header nav ul li>ul li {
    display: inline-block;
    margin-right: 25px
}
header nav ul li>ul li:last-of-type {
    margin: 0
}
header nav ul li>ul li a {
    padding: 0;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: none
}
header nav ul li>ul li a:hover {
    color: #276d75
}
header nav ul li a {
    display: block;
    color: #fff;
    padding: 23px 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 1em;
    letter-spacing: 0.2em;
    text-transform: uppercase
}

header nav ul li>ul li>ul {
    display: none;
}

header.not-visible {
    opacity: 0;
    padding: 12px 0
}
header.fixed {
    opacity: 1 !important;
    position: fixed;
    background: rgba(21, 33, 34, 0.8)
}
.error-page .action-bar .social-block li a i:hover {
    color: #ddd
}
.error-page .action-bar .search-box-toggle .icon:hover {
    color: #ddd
}
.error-page .action-bar .menu-toggle:hover {
    color: #ddd
}
.error-page .action-bar .menu-toggle:hover .hamburger .menui {
    background: #ddd
}
.error-page .action-bar .shopping-cart .shopping-cart-toggle:hover {
    background: #ddd
}
.error-page .action-bar .my-account .icon:hover {
    color: #ddd
}
@media (min-width: 768px) {
    footer.fixed {
        position: fixed;
        z-index: -1;
        width: 100%;
        bottom: 0;
        left: 0
    }
}
footer .footer-wrapper {
    position: relative
}
footer .footer-wrapper .footer-brand {
    position: absolute;
    max-width: 100%;
    bottom: 0;
    left: 0
}
@media (max-width: 992px) {
    footer .footer-wrapper .footer-brand {
        display: none
    }
}
footer .social-block {
    list-style-type: none;
    text-align: center;
    padding: 35px 0 31px;
    margin: 0;
    font-size: 0
}
footer .social-block li {
    display: inline-block;
    margin-right: 60px
}
footer .social-block li:last-of-type {
    margin: 0
}
footer .social-block li i {
    color: #9eaeaf;
    font-size: 20px;
    -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}
footer .social-block li i:hover {
    color: #43b9c7
}
footer .main-area {
    padding: 45px 0 50px 300px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0
}
footer .main-area .menu {
    margin-bottom: 35px
}
footer .main-area .menu ul {
    list-style-type: none;
    font-size: 0;
    padding: 0;
    margin: 0
}
footer .main-area .menu ul li {
    display: inline-block;
    margin-right: 30px
}
footer .main-area .menu ul li:last-of-type {
    margin: 0
}
footer .main-area .menu ul li a {
    color: #838383;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.5em;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    border-bottom: 1px dashed transparent;
    -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}
footer .main-area .menu ul li a:hover {
    border-color: #ccc
}
footer .main-area .footer-widget p {
    margin: 0;
    color: #9d9da0;
    font-size: 12px;
    line-height: 2em;
    letter-spacing: 0.3em;
    text-transform: uppercase
}
footer .main-area .footer-widget p span {
    color: #43b9c7;
    font-weight: 700
}
footer .main-area .footer-widget p a {
    color: inherit
}
footer .main-area .footer-widget p a:hover {
    color: #43b9c7
}
.widget_tag_cloud .tagcloud {
    font-size: 0
}
.widget_tag_cloud .tagcloud a {
    color: #fff;
    padding: 8px 15px;
    background: #43b9c7;
    font-size: 10px !important;
    line-height: 1em;
    font-weight: 400;
    border-radius: 4px;
    letter-spacing: 0.14em;
    margin: 0 10px 10px 0;
    display: inline-block;
    text-transform: uppercase;
    -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -moz-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53)
}
footer .widget-caption {
    margin: 0 0 15px;
    color: #838383;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.5em;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    border-bottom: 1px dashed transparent;
}
.widget_tag_cloud .tagcloud a:hover {
    background: #9eaeaf
}
footer .copyrights {
    padding: 25px 0
}
footer .copyrights p {
    margin: 0;
    text-align: center;
    font-size: 12px;
    line-height: 2.5em;
    letter-spacing: 0.3em;
    text-transform: uppercase
}
footer .copyrights p a {
    color: inherit
}
footer .copyrights p a:hover {
    color: #43b9c7
}
@media (max-width: 992px) {
    footer .main-area {
        padding: 30px 0 10px
    }
    footer .main-area .menu {
        margin: 0 0 15px
    }
    footer .main-area .menu ul li {
        margin: 0;
        width: 50%
    }
    footer .main-area .footer-widget {
        margin-bottom: 20px
    }
    footer .social-block li {
        margin-right: 30px
    }
}
.section-header {
    padding: 0;
    display: block;
    position: relative;
    text-align: center;
    margin: 100px 0 75px
}
.section-header-old {
    padding: 0;
    display: block;
    position: relative;
    text-align: center;
    margin: 100px 0 75px
}
.section-header h1 {
    margin: 0;
    z-index: 2;
    padding: 0 55px 0 52px;
    display: inline-block;
    position: relative;
    color: #43b9c7;
    font-size: 22px;
    line-height: 1em;
    font-weight: 400;
    white-space: nowrap;
    letter-spacing: 0.48em;
    text-transform: uppercase
}
.section-header-old h1 {
    margin: 0;
    z-index: 2;
    padding: 0 55px 0 52px;
    display: inline-block;
    position: relative;
    color: #43b9c7;
    background: #fff;
    font-size: 22px;
    line-height: 1em;
    font-weight: 400;
    letter-spacing: 0.48em;
    text-transform: uppercase
}
.section-header:after {
    display: block;
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    height: 2px;
    width: 100%;
    margin-top: -1px;
}
.section-header-old:after {
    display: block;
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    height: 2px;
    width: 100%;
    margin-top: -1px;
    border-top: 1px solid #43b9c7;
}
@media (max-width: 992px) {
    .section-header {
        margin: 75px 0 45px
    }
    .section-header-old {
        margin: 75px 0 45px
    }
}
@media (max-width: 768px) {
    .section-header {
        margin: 60px 0 35px
    }
    .section-header-old {
        margin: 60px 0 35px
    }
    .section-header h1 {
        padding-left: 32px;
        padding-right: 30px;
        letter-spacing: 0.2em
    }
    .section-header-old h1 {
        padding-left: 32px;
        padding-right: 30px;
        letter-spacing: 0.2em
    }
}
.section-hero {
    text-align: center
}
.section-hero .slide-content {
    padding: 225px 0 150px
}
.section-hero .heading,
h1.has-popup {
    color: #fff;
    font-size: 34px;
    margin: 0 0 40px;
    line-height: 1.5em;
    font-family: "Roboto Slab", serif;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase
}
h1.has-popup {
    text-transform: none;
}
h1.has-popup .popup-holder {
    color: #5ac6d3;
    cursor: pointer;
    margin: 0 0 0 5px;
    position: relative;
    display: inline-block;
    text-decoration: underline
}
h1.has-popup .popup-holder:hover .popup {
    visibility: visible;
    opacity: 1;
    top: 100%
}
h1.has-popup .popup-holder .popup {
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    border-radius: 4px;
    font-family: "Lato", sans-serif;
    margin: 20px 0 0;
    letter-spacing: 0.1em;
    text-transform: none;
    line-height: 1.6em;
    font-weight: 500;
    background: #fff;
    text-align: left;
    font-size: 11px;
    color: #919191;
    padding: 20px;
    width: 270px;
    top: 80%;
    left: -50%;
    z-index: 2;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
    white-space: normal !important;
    -webkit-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1)
}
h1.has-popup .popup-holder .popup .text {
    max-width: 100%;
    display: block;
}
h1.has-popup .popup-holder .popup:before {
    position: absolute;
    top: -9px;
    left: 50%;
    margin-left: -9px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 9px 9px;
    border-color: transparent transparent #fff transparent
}
h1.has-popup .popup-holder .popup .title {
    display: block;
    font-size: 12px;
    text-transform: uppercase
}
.section-hero .hero-slider {
    position: relative
}
.section-hero .hero-slider:hover .custom-nav li i {
    top: 0;
    opacity: 1
}
.section-hero .hero-slider .custom-nav {
    list-style-type: none;
    padding: 0
}
.section-hero .hero-slider .custom-nav li {
    position: absolute;
    display: inline-block;
    z-index: 2;
    top: 55%
}
.section-hero .hero-slider .custom-nav li i {
    -webkit-transition: all 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -moz-transition: all 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-size: 25px;
    font-weight: 100;
    color: #fff;
    opacity: 0;
    top: -15px
}
.section-hero .hero-slider .custom-nav li i:hover {
    color: #38a0ac
}
.section-hero .hero-slider .custom-nav li.prev {
    left: 13%
}
.section-hero .hero-slider .custom-nav li.next {
    left: auto;
    right: 13%
}

/* Rev Slider */
.rev_slider .tparrows.custom {
    display: inline-block;
    background: 0;
    height: auto;
    width: auto;
}
.rev_slider .tparrows.custom:before {
    -webkit-transition: all 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -moz-transition: all 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    display: inline-block;
    font-family: icomoon;
    font-size: 24px;
    color: #fff;
}
.rev_slider .tparrows.custom:hover:before {
    color: #38a0ac;
}
.rev_slider .tparrows.custom.tp-leftarrow:before {
    content: "\e7b3";
}
.rev_slider .tparrows.custom.tp-rightarrow:before {
    content: "\e7b2";
}

/* End Rev Slider */

.section-hero .hero-slider .bx-wrapper {
    position: relative;
    z-index: 1
}
.section-hero .hero-slider .slides .slide {
    background-position: top center;
    background-size: cover !important
}

.section-hero .hero-slider .slider-component {
    position: relative;
    top: -75px;
    opacity: 0;
    -webkit-transition: top 0.3s ease, opacity 0.3s ease-in-out;
    -moz-transition: top 0.3s ease, opacity 0.3s ease-in-out;
    transition: top 0.3s ease, opacity 0.3s ease-in-out
}
.section-hero .hero-slider .slider-component.second-row {
    -webkit-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    transition-delay: 0.25s
}
.section-hero .hero-slider .slider-component.ready {
    top: 0;
    opacity: 1
}
.section-hero .hero-content {
    padding: 220px 0 105px;
    background-position: top center !important;
    background-size: cover !important
}

.section-hero .hero-content.error-404 {
    min-height: 440px;
    position: relative;
    background: #43b9c7;
    overflow: hidden
}
.section-hero .hero-content.error-404 .text-404 {
    position: absolute;
    color: #37acba;
    bottom: 0;
    left: 50%;
    letter-spacing: 0.08em;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    font-weight: 900;
    font-size: 280px;
    line-height: 0.77em
}

.section-hero .hero-content .heading {
    margin: 0
}
@media (max-width: 992px) {
    .section-hero .hero-slider .custom-nav li {
        top: 90%
    }
    .section-hero .hero-slider .custom-nav li.prev {
        left: 50%;
        margin-left: -120px
    }
    .section-hero .hero-slider .custom-nav li.next {
        right: 50%;
        margin-right: -120px
    }
}
@media (max-width: 768px) {
    .section-hero .slide-content {
        padding: 160px 0 150px
    }
    .section-hero .heading {
        font-size: 28px
    }
    .section-hero .hero-content {
        padding: 160px 0 140px
    }
    .section-hero .hero-content.error-404 {
        min-height: 340px
    }
    .section-hero .hero-content.error-404 .text-404 {
        font-size: 160px
    }
}
.section-courses-preview {
    position: relative
}
.section-courses-preview .btn-wrapper {
    position: absolute;
    display: block;
    z-index: 2;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    right: 0;
    bottom: 0;
    left: 0
}
.section-courses {
    padding: 50px 0 60px
}
.courses-wrapper:before,
.courses-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}
.section-courses.no-padding {
    padding: 0
}
.section-courses ul.page-numbers {
    padding: 30px 0 0
}
.section-courses .projects {
    position: relative
}
.section-courses .projects .main-loader {
    position: absolute;
    background: #fff;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    -webkit-transition: all 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -moz-transition: all 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53)
}
.section-courses .projects .main-loader.visible {
    visibility: visible;
    opacity: 1
}
.section-courses .projects .main-loader .loader-front {
    top: 210px
}
.section-courses .filters-box .box-heading {
    margin-bottom: 60px
}
.section-courses .filters-box .box-heading .courses-filters {
    display: inline-block;
    list-style-type: none;
    font-size: 0;
    padding: 0;
    margin: 0
}
.section-courses .filters-box .box-heading .courses-filters li {
    display: inline-block;
    margin-right: 20px
}
.section-courses .filters-box .box-heading .courses-filters li:last-of-type {
    margin: 0
}
.section-courses .filters-box .box-heading .courses-filters li a {
    position: relative;
    display: inline-block
}
.section-courses .filters-box .box-heading .courses-filters li a:before,
.section-courses .filters-box .box-heading .courses-filters li a:after {
    position: absolute;
    background: #43b9c7;
    content: "";
    height: 85%;
    width: 1px;
    -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1)
}
.section-courses .filters-box .box-heading .courses-filters li a:before {
    top: 0;
    left: 0
}
.section-courses .filters-box .box-heading .courses-filters li a:after {
    bottom: 0;
    right: 0
}
.section-courses .filters-box .box-heading .courses-filters li a span {
    vertical-align: middle;
    display: inline-block;
    padding: 10px 25px;
    color: #43b9c7;
    font-size: 12px;
    line-height: 1em;
    font-weight: 400;
    letter-spacing: 0.2em;
    text-transform: uppercase
}
.section-courses .filters-box .box-heading .courses-filters li a span:before,
.section-courses .filters-box .box-heading .courses-filters li a span:after {
    position: absolute;
    background: #43b9c7;
    content: "";
    width: 85%;
    height: 1px;
    -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1)
}
.section-courses .filters-box .box-heading .courses-filters li a span:before {
    top: 0;
    left: 0
}
.section-courses .filters-box .box-heading .courses-filters li a span:after {
    bottom: 0;
    right: 0
}
.section-courses .filters-box .box-heading .courses-filters li a:not(.current):before,
.section-courses .filters-box .box-heading .courses-filters li a:not(.current):after {
    opacity: 0
}
.section-courses .filters-box .box-heading .courses-filters li a:not(.current) span:before,
.section-courses .filters-box .box-heading .courses-filters li a:not(.current) span:after {
    opacity: 0
}
.section-courses .filters-box .box-heading .courses-filters li a:hover:before,
.section-courses .filters-box .box-heading .courses-filters li a:hover:after {
    height: 100%;
    opacity: 1
}
.section-courses .filters-box .box-heading .courses-filters li a:hover span:before,
.section-courses .filters-box .box-heading .courses-filters li a:hover span:after {
    width: 100%;
    opacity: 1
}
.section-courses .filters-box .box-heading .advanced-filters-toggle {
    display: inline-block;
    float: right;
    position: relative;
    top: 7px
}
.section-courses .filters-box .box-heading .advanced-filters-toggle a {
    display: inline-block
}
.section-courses .filters-box .box-heading .advanced-filters-toggle a p {
    margin: 0;
    color: #43b9c7;
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    letter-spacing: 0.06em;
    line-height: 1em;
    border-bottom: 1px solid transparent
}
.section-courses .filters-box .box-heading .advanced-filters-toggle:hover a p {
    border-color: #43b9c7
}
.section-courses .filters-box .box-heading .advanced-filters-toggle .icon {
    position: relative;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    width: 24px;
    margin-left: 20px
}
.section-courses .filters-box .box-heading .advanced-filters-toggle .icon .bar {
    position: relative;
    border-bottom: 2px solid #43b9c7;
    display: block;
    width: 100%;
    top: 3px;
    margin: 0 0 6px
}
.section-courses .filters-box .box-heading .advanced-filters-toggle .icon .bar:after {
    content: "";
    top: -2px;
    left: 0;
    width: 6px;
    height: 6px;
    border: 1px solid #43b9c7;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}
.section-courses .filters-box .box-heading .advanced-filters-toggle .icon .bar:last-of-type {
    margin: 0
}
.section-courses .filters-box .box-heading .advanced-filters-toggle .icon .bar:first-of-type:after {
    left: 6px
}
.section-courses .filters-box .box-heading .advanced-filters-toggle .icon .bar:nth-of-type(2):after {
    left: 13px
}
.section-courses .filters-box .box-heading .advanced-filters-toggle .icon .bar:nth-of-type(3):after {
    left: 6px
}
.section-courses .filters-box .box-heading .advanced-filters-toggle.active .icon .bar:first-of-type:after {
    left: 13px
}
.section-courses .filters-box .box-heading .advanced-filters-toggle.active .icon .bar:nth-of-type(2):after {
    left: 6px
}
.section-courses .filters-box .box-heading .advanced-filters-toggle.active .icon .bar:nth-of-type(3):after {
    left: 13px
}
.section-courses .filters-box .advanced-filters-box {
    background: #f8f8f8;
    padding: 35px 0 15px;
    margin: 0 0 60px;
    display: none
}
.section-courses .filters-box .advanced-filters-box h2 {
    margin: 0 0 25px;
    color: #848484;
    font-size: 20px;
    font-weight: 700;
    line-height: 0.8em;
    font-family: "Roboto Slab", serif;
    letter-spacing: 0.16em;
    text-transform: uppercase
}
.section-courses .filters-box .advanced-filters-box .filter-input-box {
    display: block;
    width: 100%;
    max-width: 250px;
    margin: 0 0 30px
}
.section-courses .filters-box .advanced-filters-box .filter-input-box .caption {
    margin: 0 0 10px;
    color: #a7a7a7;
    font-size: 12px;
    line-height: 1em;
    font-weight: 400;
    letter-spacing: 0.16em;
    text-transform: uppercase
}
.section-courses .filters-box .advanced-filters-box .filter-input-box .input-box {
    position: relative
}
.section-courses .filters-box .advanced-filters-box .filter-input-box .input-box.selext-box:after {
    position: absolute;
    pointer-events: none;
    top: 14px;
    right: 11px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    border-color: #848484 transparent transparent transparent;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s
}
.section-courses .filters-box .advanced-filters-box .filter-input-box .input-box.selext-box input {
    cursor: pointer
}
.section-courses .filters-box .advanced-filters-box .filter-input-box .input-box.selext-box.open:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}
.section-courses .filters-box .advanced-filters-box .filter-input-box .input-box.selext-box.open .dropdown {
    visibility: visible;
    opacity: 1;
    top: 100%
}
.section-courses .filters-box .advanced-filters-box .filter-input-box .input-box input {
    display: block;
    width: 100%;
    padding: 3px 15px;
    background: #fff;
    border: 1px solid #e7e7e7;
    font-size: 12px;
    color: #a7a7a7;
    font-weight: 400;
    letter-spacing: 0.04em
}
.section-courses .filters-box .advanced-filters-box .filter-input-box .input-box input::-webkit-input-placeholder {
    color: #a7a7a7
}
.section-courses .filters-box .advanced-filters-box .filter-input-box .input-box input:-moz-placeholder {
    color: #a7a7a7
}
.section-courses .filters-box .advanced-filters-box .filter-input-box .input-box input.placeholder {
    color: #a7a7a7
}
.section-courses .filters-box .advanced-filters-box .filter-input-box .input-box input:focus,
.section-courses .filters-box .advanced-filters-box .filter-input-box .input-box input.has-value {
    outline: none
}
.section-courses .filters-box .advanced-filters-box .filter-input-box .input-box .dropdown {
    position: absolute;
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -o-transform: translateY(16px);
    transform: translateY(16px);
    display: inline-block;
    background: #2f3a3b;
    padding: 13px 10px;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    z-index: 2;
    top: 60%;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s
}
.section-courses .filters-box .advanced-filters-box .filter-input-box .input-box .dropdown:before {
    position: absolute;
    content: "";
    top: -7px;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 7px 6px;
    border-color: transparent transparent #2f3a3b transparent
}
.section-courses .filters-box .advanced-filters-box .filter-input-box .input-box .dropdown ul {
    list-style-type: none;
    font-size: 0;
    padding: 0;
    margin: 0
}
.section-courses .filters-box .advanced-filters-box .filter-input-box .input-box .dropdown ul li {
    cursor: pointer;
    color: #fff;
    display: block;
    font-size: 12px;
    line-height: 1em;
    font-weight: 400;
    padding: 13px 30px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s
}
.section-courses .filters-box .advanced-filters-box .filter-input-box .input-box .dropdown ul li:hover {
    background: #3b4c4e
}
.section-courses .filters-box .advanced-filters-box .filter-input-box .input-box .dropdown ul li span {
    color: #c8cecf
}
.section-courses .filters-box .advanced-filters-box .filter-input-box .input-box .dropdown .calendar .ui-datepicker-header {
    position: relative
}
.section-courses .filters-box .advanced-filters-box .filter-input-box .input-box .dropdown .calendar .ui-datepicker-header .ui-datepicker-prev,
.section-courses .filters-box .advanced-filters-box .filter-input-box .input-box .dropdown .calendar .ui-datepicker-header .ui-datepicker-next {
    position: absolute;
    font-size: 0;
    top: 2px
}
.section-courses .filters-box .advanced-filters-box .filter-input-box .input-box .dropdown .calendar .ui-datepicker-header .ui-datepicker-prev:after,
.section-courses .filters-box .advanced-filters-box .filter-input-box .input-box .dropdown .calendar .ui-datepicker-header .ui-datepicker-next:after {
    cursor: pointer;
    display: inline-block;
    color: #9399a1;
    font-size: 10px;
    font-family: FontAwesome
}
.section-courses .filters-box .advanced-filters-box .filter-input-box .input-box .dropdown .calendar .ui-datepicker-header .ui-datepicker-prev {
    left: 8px
}
.section-courses .filters-box .advanced-filters-box .filter-input-box .input-box .dropdown .calendar .ui-datepicker-header .ui-datepicker-prev:after {
    content: ""
}
.section-courses .filters-box .advanced-filters-box .filter-input-box .input-box .dropdown .calendar .ui-datepicker-header .ui-datepicker-next {
    right: 8px
}
.section-courses .filters-box .advanced-filters-box .filter-input-box .input-box .dropdown .calendar .ui-datepicker-header .ui-datepicker-next:after {
    content: ""
}
.section-courses .filters-box .advanced-filters-box .filter-input-box .input-box .dropdown .calendar .ui-datepicker-title {
    padding: 8px;
    color: #4f5256;
    font-size: 12px;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    background: #e1e6ea;
    text-align: center
}
.section-courses .filters-box .advanced-filters-box .filter-input-box .input-box .dropdown .calendar .ui-datepicker-calendar {
    table-layout: fixed;
    text-align: center;
    background: #fff;
    width: 100%;
    border-top: 1px solid #e7e9eb;
    border-right: 1px solid #e7e9eb
}
.section-courses .filters-box .advanced-filters-box .filter-input-box .input-box .dropdown .calendar .ui-datepicker-calendar thead {
    display: none
}
.section-courses .filters-box .advanced-filters-box .filter-input-box .input-box .dropdown .calendar .ui-datepicker-calendar tr {
    border-bottom: 1px solid #e7e9eb
}
.section-courses .filters-box .advanced-filters-box .filter-input-box .input-box .dropdown .calendar .ui-datepicker-calendar tr td {
    border-right: 1px solid #e7e9eb;
    position: relative;
    height: 30px
}
.section-courses .filters-box .advanced-filters-box .filter-input-box .input-box .dropdown .calendar .ui-datepicker-calendar tr td a {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    vertical-align: middle;
    font-size: 12px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #4f5256;
    text-align: center;
    border: 1px solid transparent
}
.section-courses .filters-box .advanced-filters-box .filter-input-box .input-box .dropdown .calendar .ui-datepicker-calendar tr td a:hover {
    background: #eef1f6;
    border-color: #43b9c7;
    color: #43b9c7
}
.section-courses .filters-box .filters-action {
    display: block;
    padding: 25px 0 0;
    width: 100%;
    text-align: center;
    max-width: 200px
}
.section-courses .filters-box .filters-action .btn {
    margin: 0 0 25px;
    display: block;
    width: 100%
}
.section-courses .filters-box .filters-action .btn .button {
    width: 100%
}
.section-courses .filters-box .filters-action .reset {
    color: #43b9c7;
    font-size: 14px;
    line-height: 1em;
    font-weight: 400;
    border-bottom: 1px solid transparent
}
.section-courses .filters-box .filters-action .reset:hover {
    border-color: #43b9c7
}
@media (max-width: 992px) {
    .section-courses .filters-box .box-heading .advanced-filters-toggle {
        padding: 30px 0 0;
        display: block;
        float: none;
        top: 0
    }
}
@media (max-width: 600px) {
    .section-courses .filters-box .col-xs-6 {
        width: 100%
    }
    .section-courses .filters-box .col-xs-6 .filter-input-box {
        max-width: 90%
    }
}
.section-testimonial {
    /*background: #f2f2f2;*/
    padding: 0 0 35px
}
.section-testimonial .section-header h1 {
    background: #f2f2f2
}
.section-header-old h1 {
    /*background: #f2f2f2*/
}
.section-testimonial .testimonial {
    padding: 0 80px
}
.section-testimonial .testimonial .testimonial-wrapper {
    position: relative;
    padding-left: 120px;
    padding-right: 90px
}
.section-testimonial .testimonial .testimonial-wrapper:before {
    position: absolute;
    font-family: icomoon;
    display: inline-block;
    content: "";
    font-size: 64px;
    line-height: 1em;
    color: #cbdadc;
    left: 0;
    top: 0
}
.section-testimonial .testimonial .message {
    color: #6b8689;
    font-size: 16px;
    margin: 0 0 26px;
    line-height: 1.5em
}
.section-testimonial .testimonial .author {
    margin: 0;
    color: #43b9c7;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3em;
    letter-spacing: 0.06em;
    text-transform: uppercase
}
.section-testimonial .testimonial .author .title {
    margin: 0 0 0 5px;
    color: #6b8689;
    font-weight: 400;
    text-transform: none
}
.section-testimonial .bx-wrapper .bx-pager {
    padding: 40px 0 0;
    text-align: center
}
.section-testimonial .bx-wrapper .bx-pager .bx-pager-item {
    display: inline-block;
    margin-right: 10px
}
.section-testimonial .bx-wrapper .bx-pager .bx-pager-item:last-of-type {
    margin: 0
}
.section-testimonial .bx-wrapper .bx-pager .bx-pager-item a {
    -webkit-transition: all 0.24s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -moz-transition: all 0.24s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.24s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    font-size: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #43b9c7;
    display: inline-block
}
.section-testimonial .bx-wrapper .bx-pager .bx-pager-item a.active {
    background: #43b9c7
}
@media (max-width: 992px) {
    .section-testimonial .testimonial {
        padding: 0 45px
    }
    .section-testimonial .testimonial .testimonial-wrapper {
        padding-left: 100px;
        padding-right: 35px
    }
}
@media (max-width: 768px) {
    .section-testimonial .section-header {
        margin-top: 85px
    }
    .section-header-old {
        margin-top: 85px
    }
    .section-testimonial .testimonial {
        padding: 0 10px
    }
    .section-testimonial .testimonial .testimonial-wrapper {
        padding-left: 60px;
        padding-right: 10px
    }
    .section-testimonial .testimonial .testimonial-wrapper .message {
        margin: 0 0 15px
    }
    .section-testimonial .testimonial .testimonial-wrapper:before {
        font-size: 36px
    }
    .section-testimonial .bx-wrapper .bx-pager {
        padding: 25px 0 0
    }
}
.section-members {
    padding: 60px 0 135px
}
.section-members .filters {
    text-align: center
}
.section-members .filters ul {
    list-style-type: none;
    font-size: 0;
    padding: 0;
    margin: 0
}
.section-members .filters ul:before {
    margin: 0 40px 0 0;
    display: inline-block;
    content: "Filter by:";
    font-size: 12px;
    font-weight: 400;
    line-height: 1em;
    color: #b7b7b7;
    text-transform: uppercase
}
.section-members .filters ul li {
    display: inline-block;
    margin-right: 2px
}
.section-members .filters ul li:last-of-type {
    margin: 0
}
.section-members .filters ul li a {
    padding: 2px;
    text-align: center;
    min-width: 18px;
    color: #b7b7b7;
    font-size: 12px;
    line-height: 1em;
    font-weight: 400;
    display: inline-block;
    text-transform: uppercase;
    border: 1px solid transparent
}
.section-members .filters ul li a:hover {
    color: #43b9c7
}
.section-members .filters ul li a.current {
    color: #43b9c7;
    border-color: #43b9c7
}
.section-members .single-member-box .member-social-box .profile .avatar,
.section-members .single-member-box .member-social-box .profile .social-block {
    display: inline-block;
    vertical-align: top
}
.section-members .single-member-box .member-social-box .profile .avatar {
    max-width: 270px
}
.section-members .single-member-box .member-social-box .profile .social-block {
    list-style-type: none;
    background: #f2f2f2;
    float: right;
    font-size: 0;
    padding: 15px;
    margin: 0
}
.section-members .single-member-box .member-social-box .profile .social-block li {
    display: block;
    margin-bottom: 20px
}
.section-members .single-member-box .member-social-box .profile .social-block li:last-of-type {
    margin: 0
}
.section-members .single-member-box .member-social-box .profile .social-block li a i {
    display: inline-block;
    font-size: 17px;
    height: 40px;
    width: 40px;
    border: 2px solid #43b9c7;
    color: #fff;
    background: #43b9c7;
    text-align: center;
    vertical-align: middle;
    line-height: 36px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}
.section-members .single-member-box .member-social-box .profile .social-block li a i:hover {
    background: transparent;
    color: #43b9c7
}
.section-members .single-member-box .member-social-box .profile .short-info {
    display: block;
    padding: 25px 10px
}
.section-members .single-member-box .member-social-box .profile .short-info .name {
    margin: 0;
    color: #797979;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    text-transform: uppercase
}
.section-members .single-member-box .member-social-box .profile .short-info .name:after {
    content: "";
    margin: 5px 0 7px;
    width: 45px;
    display: block;
    border-bottom: 1px solid #43b9c7
}
.section-members .single-member-box .member-social-box .profile .short-info .covered-areas {
    margin: 0;
    color: #b7b7b7;
    font-size: 12px;
    line-height: 1em;
    font-weight: 400;
    letter-spacing: 0.14em;
    text-transform: uppercase
}
@media (min-width: 1200px) {
    .section-members .single-member-box .member-social-box .profile-info {
        padding-left: 15px
    }
    .section-members .single-member-box .member-social-box .profile-info ul {
        padding: 35px 0 0
    }
}
.section-members .single-member-box .member-social-box .profile-info ul {
    list-style-type: none;
    padding: 25px 0 0;
    margin: 0
}
.section-members .single-member-box .member-social-box .profile-info ul li {
    position: relative;
    padding-left: 65px;
    margin: 0 0 25px;
    color: #a8afb0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.02em
}
.section-members .single-member-box .member-social-box .profile-info ul li:last-of-type {
    margin: 0
}
.section-members .single-member-box .member-social-box .profile-info ul li:before {
    position: absolute;
    font-family: icomoon;
    display: inline-block;
    min-width: 42px;
    text-align: center;
    line-height: 1em;
    font-size: 30px;
    color: #808184;
    left: 0;
    top: -5px
}
.section-members .single-member-box .member-social-box .profile-info ul li.office:before {
    content: ""
}
.section-members .single-member-box .member-social-box .profile-info ul li.phone:before {
    content: ""
}
.section-members .single-member-box .member-social-box .profile-info ul li.mail:before {
    content: ""
}
.section-members .single-member-box p {
    margin: 0 0 10px;
    color: #a8afb0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7em;
    letter-spacing: 0.04em
}
.section-members .single-member-box h1,
.section-members .single-member-box h2,
.section-members .single-member-box h3,
.section-members .single-member-box h4,
.section-members .single-member-box h5,
.section-members .single-member-box h6 {
    color: #495051
}
.section-members .single-member-box .contact-form {
    max-width: 570px
}
.section-members .single-member-box .instructor-courses {
    list-style-type: none;
    padding: 0 0 40px;
    max-width: 670px;
    display: block;
    margin: 0
}
.section-members .single-member-box .instructor-courses li {
    list-style-type: none
}
.section-members .single-member-box .instructor-courses li p {
    margin: 0 !important;
    color: #a8afb0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.35em;
    letter-spacing: 0.04em
}
.section-members .single-member-box .instructor-courses li p a {
    color: inherit
}
.section-members .single-member-box .instructor-courses li p a:hover {
    color: #43b9c7
}
.section-members .single-member-box .instructor-courses .list-heading {
    position: relative;
    padding: 0px 0 5px 17px;
    border-top: 1px dashed #e1e1e1
}
.section-members .single-member-box .instructor-courses .list-heading span {
    display: inline-block;
    color: #a8afb0;
    font-size: 10px;
    line-height: 1em;
    font-weight: 400;
    letter-spacing: 0.14em;
    text-transform: uppercase
}
.section-members .single-member-box .instructor-courses .list-heading .start-date {
    margin-right: 50px
}
.section-members .single-member-box .instructor-courses .course {
    border-top: 1px dashed #e1e1e1;
    position: relative
}
.section-members .single-member-box .instructor-courses .course .heading {
    position: absolute;
    display: inline-block;
    min-width: 150px;
    top: 5px;
    left: 0
}
.section-members .single-member-box .instructor-courses .course .heading:after {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -9px;
    height: 25px;
    border-right: 2px solid #43b9c7
}
.section-members .single-member-box .instructor-courses .course .heading span {
    color: #43b9c7;
    text-align: center;
    display: inline-block;
    border: 1px solid #43b9c7;
    font-size: 12px;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: 0.16em;
    min-width: 130px;
    text-transform: uppercase;
    padding: 13px 12px 13px 13px
}
.section-members .single-member-box .instructor-courses .course .body {
    min-height: 50px;
    padding: 14px 20px 12px 180px
}
.section-members .single-member-box .instructor-courses .course:last-of-type {
    border-bottom: 1px dashed #e1e1e1
}
@media (max-width: 768px) {
    .section-members .single-member-box .instructor-courses .course .body {
        padding: 14px 15px 12px 120px
    }
}
@media (max-width: 768px) {
    .section-members .member-social-box .profile .avatar {
        margin-right: 20px
    }
    .section-members .member-social-box .profile .social-block {
        float: none !important
    }
    .section-members .member-social-box .profile-info ul {
        padding: 0 0 25px !important
    }
}
@media (max-width: 450px) {
    .section-members .single-member-box .member-social-box .profile .avatar {
        display: block
    }
    .section-members .single-member-box .member-social-box .profile .social-block {
        margin: 20px 0 -10px
    }
    .section-members .single-member-box .member-social-box .profile .social-block li {
        display: inline-block;
        margin: 0 20px 0 0
    }
}
.section-pricing {
    padding: 30px 0 60px
}
.section-pricing hr {
    margin-bottom: 40px
}
.section-404 {
    text-align: center;
    background: #253a3b;
    padding: 125px 0 115px
}
.section-404 p {
    color: #fff;
    margin: 0 0 60px;
    font-size: 15px;
    font-weight: 300;
    line-height: 2.6em;
    letter-spacing: 0.38em;
    text-transform: uppercase
}
.section-404 .search-form {
    position: relative;
    display: block;
    width: 80%;
    margin: 0 auto;
    max-width: 300px
}
.section-404 .search-form input {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.38em;
    background: transparent;
    text-transform: uppercase
}
.section-404 .search-form .search-input {
    width: 100%;
    display: block;
    text-align: center;
    border: 0;
    padding: 0 15px 5px;
    border-bottom: 1px solid #e1e1e1
}
.section-404 .search-form .search-input:focus,
.section-404 .search-form .search-input.has-value {
    outline: none
}
.section-404 .search-form .search-input:focus+.search-submit,
.section-404 .search-form .search-input.has-value+.search-submit {
    bottom: 33px;
    font-size: 11px;
    pointer-events: all
}
.section-404 .search-form .search-submit {
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    line-height: 1em;
    left: 50%;
    pointer-events: none;
    bottom: 11px;
    -webkit-transition: all 0.24s ease-in-out;
    -moz-transition: all 0.24s ease-in-out;
    transition: all 0.24s ease-in-out
}
.section-404 .search-form .search-submit:hover {
    color: #37acba
}
@media (max-width: 768px) {
    .section-404 {
        padding: 70px 0 60px
    }
}
.section-contact .contact-info-wrapper {
    position: relative
}
.section-contact .contact-info-wrapper .map-wrapper #map-canvas {
    width: 100%;
    height: 100%
}
@media (min-width: 992px) {
    .section-contact .contact-info-wrapper .map-wrapper {
        position: absolute;
        padding-left: 50px;
        padding-right: 0;
        top: 0;
        right: 0;
        bottom: 0
    }
}
@media (max-width: 992px) {
    .section-contact .contact-info-wrapper .map-wrapper {
        height: 350px;
        margin-bottom: 75px
    }
}
@media (max-width: 400px) {
    .section-contact .contact-info-wrapper .map-wrapper {
        height: 275px
    }
}
.section-contact .contact-form {
    padding: 100px 0 60px
}
.contact-info-block {
    min-height: 300px;
    padding: 120px 30px;
    text-align: center;
    background: #f2f2f2
}
.contact-info-block .block-meta {
    margin: 0
}
.contact-info-block .block-meta h4 {
    margin: 0 0 25px;
    color: #5a6a70;
    font-size: 20px;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase
}
.contact-info-block .block-meta p {
    margin: 0;
    color: #5a6a70;
    font-size: 14px;
    line-height: 1em;
    font-weight: 400;
    letter-spacing: 0.2em
}
.contact-info-block .block-meta p a {
    color: inherit
}
.contact-info-block .block-meta p a:hover {
    color: #43b9c7
}
.contact-info-block.has-icon {
    background-color: #e7e7e7;
    background-position: center bottom;
    background-repeat: no-repeat
}
.section-blog {
    padding: 60px 0
}
.section-blog .main-loader {
    display: none;
    padding: 30px 0;
    text-align: center
}

.section-blog .load-more-button .button {
    color: #43b9c7;
    min-width: 200px;
}

.videoWrapper {
    padding-top: 0px
}
.comment-respond .btn-wrapper {
    padding-top: 20px
}
.comment-respond .btn-wrapper .btn .button {
    min-width: 200px;
    color: #43b9c7
}
.section-cart {
    padding: 60px 0
}
.section-cart .cart-products .product {
    margin: 0 0 3px;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2
}
.section-cart .cart-products .product .product-description {
    position: relative;
    min-height: 115px;
    overflow: hidden;
    padding: 0 0 0 200px
}
.section-cart .cart-products .product .product-description .cover-image {
    position: absolute;
    max-width: 170px;
    left: 0;
    top: 0
}
.section-cart .cart-products .product .product-description h4 {
    margin: 0;
    max-width: 330px;
    color: #61696b;
    font-size: 15px;
    font-weight: 700;
    padding: 20px 0 0;
    line-height: 1.9em;
    letter-spacing: 0.04em;
    text-transform: uppercase
}
.section-cart .cart-products .product .product-description h4 a {
    color: inherit
}
.section-cart .cart-products .product .product-description h4 a:hover {
    color: #43b9c7
}
.section-cart .cart-products .product .product-info {
    position: absolute;
    top: 23px;
    right: 20px;
    text-align: right
}
.section-cart .cart-products .product .product-info .price {
    color: #61696b;
    font-size: 15px;
    font-weight: 700;
    line-height: 1em;
    margin-right: 90px;
    letter-spacing: 0.04em
}
.section-cart .cart-products .product .product-info a {
    color: #61696b;
    font-size: 12px;
    font-weight: 400;
    line-height: 1em;
    vertical-align: middle;
    letter-spacing: 0.04em
}
.section-cart .cart-products .product .product-info a:hover {
    color: #43b9c7
}
@media (max-width: 768px) {
    .section-cart .cart-products .product .product-info {
        top: 0;
        padding: 10px 0 0;
        right: auto;
        position: relative;
        text-align: left
    }
}
@media (max-width: 520px) {
    .section-cart .cart-products .product {
        padding: 0 0 10px
    }
    .section-cart .cart-products .product .product-description {
        padding: 0
    }
    .section-cart .cart-products .product .product-description .cover-image {
        position: relative;
        display: block;
        max-width: auto
    }
    .section-cart .cart-products .product .product-description h4 {
        padding: 5px 0 0;
        line-height: 1.5em
    }
    .section-cart .cart-products .product .product-info {
        padding: 0
    }
}
.section-cart .cart-totals {
    text-align: right;
    padding: 12px 20px 15px 0;
    border-bottom: 1px solid #f2f2f2
}
.section-cart .cart-totals p {
    margin: 0;
    color: #61696b;
    font-size: 14px;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: 0.04em
}
.section-cart .cart-totals p span {
    font-weight: 700
}
.section-cart .cart-totals p .sum {
    font-size: 15px;
    margin-left: 10px
}
.section-cart .cart-action {
    padding: 30px 0 0
}
.section-cart .cart-action .apply-coupon,
.section-cart .cart-action .checkout {
    display: inline-block
}
.section-cart .cart-action .checkout {
    float: right
}
.section-cart .cart-action .checkout a:not(.btn) {
    color: #43b9c7;
    font-size: 14px;
    line-height: 1em;
    font-weight: 400;
    margin: 0 20px 0 0;
    padding: 0 0 1px;
    border-bottom: 1px solid transparent;
    letter-spacing: 0.06em
}
@media (max-width: 520px) {
    .section-cart .cart-action .checkout a:not(.btn) {
        margin-bottom: 10px;
        display: inline-block
    }
}
.section-cart .cart-action .checkout a:not(.btn):hover {
    border-color: #43b9c7
}
.section-cart .cart-action .checkout a.btn .button {
    color: #43b9c7;
    min-width: 190px
}
@media (max-width: 768px) {
    .section-cart .cart-action .checkout {
        float: none;
        display: block;
        margin: 10px 0 0
    }
}
.section-cart .cart-action .apply-coupon label {
    position: relative;
    margin: 0;
    overflow: hidden;
    max-width: 200px;
    display: inline-block
}
.section-cart .cart-action .apply-coupon label .form-input {
    position: relative;
    padding: 12px;
    z-index: 2;
    color: #fff;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    display: block;
    background: transparent;
    border-bottom: 3px solid #38a0ac;
    -webkit-transition: all 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -moz-transition: all 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53)
}
.section-cart .cart-action .apply-coupon label .form-input:focus,
.section-cart .cart-action .apply-coupon label .form-input.has-value {
    outline: none;
    border-color: transparent
}
.section-cart .cart-action .apply-coupon label .form-input:focus+span:after,
.section-cart .cart-action .apply-coupon label .form-input.has-value+span:after {
    -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
    -ms-transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
    transform: perspective(1000px) rotate3d(1, 0, 0, 0deg)
}
.section-cart .cart-action .apply-coupon label span {
    display: inline-block;
    padding: 8px 0 0 10px;
    color: #c9c9c9;
    font-size: 14px;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: 0.2em;
    text-transform: uppercase
}
.section-cart .cart-action .apply-coupon label span:after {
    content: "";
    position: absolute;
    bottom: 27px;
    z-index: 1;
    pointer-events: none;
    left: 0;
    width: 100%;
    height: 100%;
    background: #43b9c7;
    -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: all 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -moz-transition: all 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53)
}
.section-cart .cart-action .apply-coupon label textarea {
    min-height: 110px
}
.section-cart .cart-action .apply-coupon .update-cart-btn {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
    position: relative
}
.section-cart .cart-action .apply-coupon .update-cart-btn:hover span {
    opacity: 1;
    top: -30px
}
.section-cart .cart-action .apply-coupon .update-cart-btn span {
    position: absolute;
    pointer-events: none;
    opacity: 0;
    font-size: 13px;
    display: inline-block;
    padding: 3px 16px;
    border-radius: 10px;
    color: #fff;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: 0.06em;
    background: #9eaeaf;
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out
}
.section-cart .cart-action .apply-coupon .update-cart-btn span:after {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 50%;
    margin-left: -4.5px;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4.5px 0 4.5px;
    border-color: #9eaeaf transparent transparent transparent
}
.section-cart .cart-action .apply-coupon .update-cart-btn i {
    display: inline-block;
    width: 44px;
    height: 44px;
    font-size: 19px;
    line-height: 44px;
    vertical-align: middle;
    text-align: center;
    background: #43b9c7;
    color: #fff;
    -webkit-transition: all 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -moz-transition: all 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53)
}
.section-cart .cart-action .apply-coupon .update-cart-btn i:hover {
    background: #40b0bd
}
.section-cart .related-courses-box {
    max-width: 100%
}
.section-cart .related-courses-box .box-title {
    margin: 0 0 28px;
    font-size: 14px;
    line-height: 1em;
    letter-spacing: 0.16em
}
.section-cart .related-courses-box .single-course {
    margin: 0 0 28px
}
.section-cart .related-courses-box .single-course .course-details .title {
    min-height: 0;
    font-size: 12px;
    line-height: 1em;
    letter-spacing: 0.1em
}
@media (max-width: 992px) {
    .section-cart .related-courses-box {
        padding-top: 45px
    }
}
@media (max-width: 530px) {
    .section-cart .related-courses-box .col-xs-6 {
        width: 100%
    }
}
.section-cart .checkout {
    display: block;
    margin: 0 auto;
    max-width: 830px
}
.section-cart .checkout h4 {
    color: #848484;
    margin: 0 0 50px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: 0.16em;
    font-family: "Roboto Slab", serif
}
.section-cart .checkout .credit-card-payment,
.section-cart .checkout .payment-type {
    display: none;
    padding-top: 45px;
    margin-top: 45px;
    border-top: 1px solid #f2f2f2
}
.section-cart .checkout .payment-options {
    text-align: center
}
.section-cart .checkout .payment-options a {
    padding: 18px;
    font-size: 13px;
    font-weight: 700;
    min-width: 180px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border: 1px solid #43b9c7;
    -webkit-transition: all 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -moz-transition: all 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53)
}
.section-cart .checkout .payment-options a.paypal {
    margin-right: 80px;
    background: #43b9c7;
    color: #fff
}
.section-cart .checkout .payment-options a.paypal:hover {
    color: #43b9c7;
    background: transparent
}
.section-cart .checkout .payment-options a.credit-card {
    color: #43b9c7;
    background: transparent
}
.section-cart .checkout .payment-options a.credit-card:hover {
    color: #fff;
    background: #43b9c7
}
.section-cart .checkout .payment-showcase {
    text-align: center;
    padding: 45px 0 0
}
.section-cart .checkout .payment-showcase span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
    color: #43b9c7
}
.section-cart .checkout .payment-showcase span.icon-MasterCard {
    font-size: 29px
}
.section-cart .checkout .payment-showcase span:last-of-type {
    margin: 0
}
.section-cart .checkout .credit-card-form {
    display: block;
    margin: 0 auto;
    max-width: 550px
}
@media (min-width: 992px) {
    .section-cart .checkout .credit-card-form .right {
        padding-right: 25px
    }
    .section-cart .checkout .credit-card-form .left {
        padding-left: 25px
    }
}
.section-cart .checkout .credit-card-form label {
    display: block;
    margin: 0 0 20px
}
.section-cart .checkout .credit-card-form label span,
.section-cart .checkout .credit-card-form label input {
    display: block;
    color: #a7a7a7;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.16em;
    text-transform: uppercase
}
.section-cart .checkout .credit-card-form label span {
    margin: 0 0 8px;
    line-height: 1em
}
.section-cart .checkout .credit-card-form label input {
    width: 100%;
    color: gray;
    padding: 2px 8px;
    background: transparent;
    border: 1px solid #e7e7e7;
    -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -moz-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53)
}
.section-cart .checkout .credit-card-form label input:focus,
.section-cart .checkout .credit-card-form label input.has-value {
    outline: none;
    border-color: #cbcaca
}
.section-cart .checkout .credit-card-form label.short {
    display: inline-block;
    margin-right: 30px;
    max-width: 70px
}
.section-cart .checkout .credit-card-form .btn-wrapper {
    padding: 10px 0 0
}
.section-cart .checkout .credit-card-form .btn-wrapper button {
    background: transparent
}
.section-cart .checkout .credit-card-form .btn-wrapper button .button {
    color: #43b9c7;
    min-width: 200px
}
@media (max-width: 520px) {
    .section-cart .checkout .payment-options a.paypal {
        margin: 0 0 15px
    }
}
.section-myaccount {
    padding: 60px 0
}
.section-myaccount .profile-box {
    position: relative;
    z-index: 2;
    color: #fff;
    background: #43b9c7;
    margin: 0 0 1px 0;
    padding: 50px 50px 50px 135px
}
@media (min-width: 992px) {
    .section-myaccount .profile-box {
        margin-right: -200px
    }
}
.section-myaccount .profile-box .icon {
    position: absolute;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    font-size: 76px;
    line-height: 1em;
    left: 60px
}
.section-myaccount .profile-box .user-info-box {
    padding: 3px 0;
    display: block;
    line-height: 1em;
    padding-left: 30px;
    border-left: 1px solid #fff
}
.section-myaccount .profile-box .user-info-box a {
    display: inline-block;
    margin: 0 0 12px;
    vertical-align: top;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: 0.16em;
    text-transform: uppercase
}
.section-myaccount .profile-box .user-info-box .name {
    margin: 0;
    font-family: "Roboto Slab", serif;
    font-size: 20px;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase
}
@media (max-width: 550px) {
    .section-myaccount .profile-box {
        padding: 25px 25px 25px 75px
    }
    .section-myaccount .profile-box .icon {
        left: 25px;
        font-size: 40px
    }
}
.section-myaccount .menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}
.section-myaccount .menu ul li {
    display: block;
    margin: 0 0 1px
}
.section-myaccount .menu ul li:last-of-type {
    margin: 0
}
.section-myaccount .menu ul li a {
    position: relative;
    color: #43b9c7;
    display: block;
    background: #fafafa;
    font-size: 12px;
    font-weight: 400;
    line-height: 1em;
    padding: 18px 40px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    border: 1px solid #f3f3f3;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s
}
.section-myaccount .menu ul li a:after {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
    opacity: 0;
    position: absolute;
    content: "";
    right: -26px;
    top: -1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 25px 25px;
    border-color: transparent transparent transparent #43bac7
}
.section-myaccount .menu ul li a:hover {
    color: #fff;
    padding-left: 55px;
    padding-right: 0;
    background: #43b9c7;
    border-color: #43b9c7
}
.section-myaccount .menu ul li a:hover:after {
    opacity: 1
}
@media (max-width: 992px) {
    .section-myaccount .menu {
        margin-bottom: 45px
    }
    .section-myaccount .menu ul li a:after {
        display: none
    }
}
.section-myaccount .tabs-box {
    background: #fafafa;
    padding: 65px 95px 30px;
    border: 1px solid #f3f3f3
}
.section-myaccount .tabs-box .tab-box {
    display: none !important
}
.section-myaccount .tabs-box .tab-box.visible {
    display: block !important
}
.section-myaccount .tabs-box .box-caption {
    margin: 0 0 90px;
    color: #848484;
    font-size: 20px;
    line-height: 1em;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.16em;
    font-family: "Roboto Slab", serif
}
.section-myaccount .tabs-box label {
    display: block;
    margin: 0 0 20px
}
.section-myaccount .tabs-box label span,
.section-myaccount .tabs-box label input,
.section-myaccount .tabs-box label select {
    display: block;
    color: #a7a7a7;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.16em;
}
.section-myaccount .tabs-box label select {
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
}
.section-myaccount .tabs-box label span {
    margin: 0 0 8px;
    line-height: 1em
}
.section-myaccount .tabs-box label input,
.section-myaccount .tabs-box label select {
    width: 100%;
    color: gray;
    padding: 2px 8px;
    background: transparent;
    border: 1px solid #e7e7e7;
    -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -moz-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53)
}
.section-myaccount .tabs-box label input:focus,
.section-myaccount .tabs-box label input.has-value,
.section-myaccount .tabs-box label select:focus {
    outline: none;
    border-color: #cbcaca
}
.section-myaccount .tabs-box label.short {
    display: inline-block;
    margin-right: 30px;
    max-width: 70px
}
.section-myaccount .tabs-box .btn.theme-btn-3 {
    min-width: 0;
    padding: 16px 40px
}
.section-myaccount .tabs-box .user-general-info {
    list-style-type: none;
    padding: 0;
    margin: 0
}
.section-myaccount .tabs-box .user-general-info li {
    position: relative;
    padding-left: 170px;
    margin: 0 0 2px;
    padding-bottom: 2px;
    border-bottom: 1px solid #e7e7e7
}
.section-myaccount .tabs-box .user-general-info li:last-of-type {
    margin: 0
}
.section-myaccount .tabs-box .user-general-info li p,
.section-myaccount .tabs-box .user-general-info li span {
    margin: 0;
    font-size: 12px;
    line-height: 1em;
    font-weight: 400;
    display: inline-block;
    letter-spacing: 0.16em;
    text-transform: uppercase
}
.section-myaccount .tabs-box .user-general-info li span {
    position: absolute;
    color: #a7a7a7;
    top: 8px;
    left: 0
}
.section-myaccount .tabs-box .user-general-info li p {
    color: #43b9c7
}
.section-myaccount .tabs-box .user-general-info li p a {
    color: inherit;
    text-transform: none;
    word-break: break-all
}
.section-myaccount .tabs-box .user-general-info li p a:hover {
    color: #a7a7a7
}
.section-myaccount .tabs-box .profile-courses {
    list-style-type: none;
    padding: 0;
    margin: 0
}
.section-myaccount .tabs-box .profile-courses .course {
    margin: 0 0 20px;
    padding: 20px 0 0;
    position: relative;
    min-height: 140px;
    border-top: 1px solid #e7e7e7
}
.section-myaccount .tabs-box .profile-courses .course:last-of-type {
    margin: 0
}
.section-myaccount .tabs-box .profile-courses .course .cover {
    position: absolute;
    max-width: 170px;
    top: 20px;
    left: 0
}
.section-myaccount .tabs-box .profile-courses .course .course-wrapper {
    padding-left: 200px
}
.section-myaccount .tabs-box .profile-courses .course .course-wrapper .course-details {
    padding: 0;
    min-height: 120px
}
.section-myaccount .tabs-box .profile-courses .course .course-wrapper .course-details .title {
    margin: 0 0 10px
}
.section-myaccount .tabs-box .profile-courses .course .remove-from-saved {
    display: inline-block;
    position: absolute;
    left: -60px;
    top: 65px
}
.section-myaccount .tabs-box .profile-courses .course .remove-from-saved i {
    border: 2px solid #43b9c7;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    height: 30px;
    width: 30px;
    color: #fff;
    background: #43b9c7;
    line-height: 26px;
    vertical-align: middle;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s
}
.section-myaccount .tabs-box .profile-courses .course .remove-from-saved:hover i,
.section-myaccount .tabs-box .profile-courses .course .remove-from-saved.active i {
    color: #43b9c7;
    background: #fafafa
}
.section-myaccount .tabs-box .profile-courses .course .remove-course {
    padding: 20px 0 0;
    display: none
}
.section-myaccount .tabs-box .profile-courses .course .remove-course p {
    margin: 0 0 15px;
    font-size: 12px;
    color: #a7a7a7;
    line-height: 1em;
    font-weight: 400;
    letter-spacing: 0.16em;
    text-transform: uppercase
}
.section-myaccount .tabs-box .profile-courses .course .remove-course .btn {
    margin-right: 10px
}
.section-myaccount .tabs-box .profile-courses .course .remove-course .btn:last-of-type {
    margin: 0
}
.section-myaccount .tabs-box .profile-courses .course .remove-course .btn.btn {
    font-weight: 400;
    min-width: 102px;
    padding: 11px 35px
}
.section-myaccount .tabs-box .profile-courses .course .remove-course .btn.remove {
    border: 1px solid #43b9c7;
    color: #43b9c7;
    padding: 10px 34px;
    background: transparent
}
.section-myaccount .tabs-box .profile-courses .course .remove-course .btn.remove:hover {
    background: #43b9c7;
    color: #fff
}
@media (max-width: 992px) {
    .section-myaccount .tabs-box {
        padding: 40px 50px 40px
    }
    .section-myaccount .tabs-box .profile-courses .course .remove-from-saved {
        left: -40px
    }
}
@media (max-width: 768px) {
    .section-myaccount .tabs-box {
        padding: 30px 35px 30px
    }
    .section-myaccount .tabs-box .profile-courses .course .remove-from-saved {
        z-index: 2;
        top: 20px;
        left: 0
    }
    .section-myaccount .tabs-box .user-general-info li {
        padding-left: 120px
    }
}
@media (max-width: 550px) {
    .section-myaccount .tabs-box {
        padding: 15px 20px 15px
    }
    .section-myaccount .tabs-box .profile-courses .course .course-wrapper {
        padding: 0
    }
    .section-myaccount .tabs-box .profile-courses .course .cover {
        position: relative;
        max-width: auto;
        margin: 0 0 15px;
        top: 0
    }
}
.highlighted-start .first-letter {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    float: left;
    margin: 6px 18px 0 0;
    color: #43b9c7;
    font-size: 52px;
    font-weight: 300;
    line-height: 80px;
    height: 80px;
    width: 80px;
    border: 1px solid #ccc
}
@media (max-width: 400px) {
    .x-small {
        width: 100%
    }
}
.simple-service {
    margin: 0 0 30px;
}
@media (max-width: 768px) {
    .simple-service {
        padding: 0 0 35px;
    }   
}
.simple-service .icon {
    color: #43b9c7;
    font-size: 65px;
    margin: 0 0 18px;
    display: inline-block
}
.simple-service .title {
    color: #43b9c7;
    font-size: 16px;
    margin: 0 0 16px;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase
}
.simple-service p {
    margin: 0;
    color: #c0cdce;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.06em
}
.list-services {
    list-style-type: none;
    padding: 0;
    margin: 0
}
.list-services li {
    position: relative;
    padding-left: 40px;
    margin: 0 0 10px;
    display: block;
    color: #b8bebf;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.7em;
    text-transform: uppercase
}
.list-services li:before {
    position: absolute;
    display: inline-block;
    width: 22px;
    text-align: center;
    padding: 4px 0 0 1px;
    height: 22px;
    line-height: 1em;
    font-size: 12px;
    border-radius: 50%;
    color: #43b9c7;
    border: 2px solid #43b9c7;
    font-family: icomoon;
    content: "";
    top: 0;
    left: 0
}
.list-services li:last-of-type {
    margin: 0
}
.showcase-box {
    position: relative;
    z-index: 2;
    margin: 15px 0 0;
    display: block;
    width: 100%;
    border-radius: 150px 0 0 150px;
    overflow: hidden
}
.showcase-box .box-wrapper {
    display: block;
    min-height: 290px
}
@media (max-width: 992px) {
    .showcase-box {
        margin: 40px 0 0
    }
}
.services-description {
    padding-top: 100px
}
.course-preview {
    overflow: hidden
}
.course-preview .course-wrapper {
    position: relative
}
.course-preview .bg {
    -webkit-transition: all 0.55s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: all 0.55s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.55s cubic-bezier(0.23, 1, 0.32, 1);
    background-size: cover !important;
    background-position: top center !important;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0
}
.course-preview:hover .bg {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}
.course-preview .description {
    display: inline-block;
    text-align: center;
    position: relative;
    padding: 55px 70px;
    height: 100%;
    width: 100%;
    color: #fff;
    z-index: 2
}
.course-preview .description .title {
    margin: 0 0 12px;
    font-size: 20px;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase
}
.course-preview .description p {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5em
}
@media (max-width: 768px) {
    .course-preview .description {
        padding: 45px 50px
    }
}
.single-course {
    margin-bottom: 30px
}
.single-course .course-thumbnail {
    position: relative
}
.single-course .course-thumbnail .cover-info {
    position: absolute;
    text-align: center;
    padding: 25px;
    color: #fff;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}
.single-course .course-thumbnail .cover-info .text {
    position: relative;
    -webkit-transform: translateY(-58%);
    -moz-transform: translateY(-58%);
    -ms-transform: translateY(-58%);
    -o-transform: translateY(-58%);
    transform: translateY(-58%);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    top: 50%
}
.single-course .course-thumbnail .cover-info p,
.single-course .course-thumbnail .cover-info h4 {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.04em
}
.single-course .course-thumbnail .cover-info h4 {
    margin: 0 0 20px;
    line-height: 1em;
    font-weight: 700;
    text-transform: uppercase
}
.single-course .course-thumbnail:hover .cover-info {
    opacity: 1
}
.single-course .course-thumbnail:hover .cover-info .text {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1
}
.single-course .course-details {
    padding: 26px 0 0
}
.course-content-lesson-nav-text,
.course-content-lesson-nav,
.complete-lesson-button {
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0;
	border: 0;
}

.course-content-lesson-nav {
	display: block;
	margin: 0 0 25px;
}

.course-content-lesson-nav .prev-lesson,
.course-content-lesson-nav .next-lesson {
	color: #43b9c7;
	font-size: 16px;
}
.course-content-lesson-nav .prev-lesson:hover,
.course-content-lesson-nav .next-lesson:hover {
	color: #43b9c7;
}
.course-content-lesson-nav .next-lesson:hover .fa {
	margin: 0 0 0 10px;
}
.course-content-lesson-nav .prev-lesson:hover .fa {
	margin: 0 10px 0 0;
}
.course-content-lesson-nav .prev-lesson .fa,
.course-content-lesson-nav .next-lesson .fa {
	margin: 0 5px 0 0;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.course-content-lesson-nav .next-lesson .fa {
	margin: 0 0 0 5px;
}

.complete-lesson-button .button {
	color: #43b9c7 !important;
}

.entry-content {
	margin: 0 0 45px;
}

div.complete-lesson {
	color: #848484;
	margin: 0 0 15px;
	font-size: 17px;
	font-weight: 700;
	line-height: 1em;
	font-family: "Roboto Slab",serif;
}

#learn_press_payment_form {
	padding: 10px 0 0;
}
#learn_press_payment_form ul {
	list-style-type: none;
	font-weight: 500;
	color: #495051;
	font-size: 16px;
	padding: 0;
	margin: 0;
}
#learn_press_payment_form label {
	cursor: pointer;
}
#learn_press_payment_form input {
	position: relative;
	margin: 0 5px 0 0;
	top: 1px;
}

.single-course .course-details .title {
    margin: 0 0 13px;
    color: #61696b;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5em;
    text-transform: uppercase
}
.single-course .course-details .title a {
    color: inherit
}
.single-course .course-details .title a:hover {
    color: #43b9c7
}
.single-course .course-details .course-meta {
    list-style-type: none;
    padding: 0;
    margin: 0
}
.single-course .course-details .course-meta li {
    color: #b0b7b9;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.7em
}
.single-course .course-details .course-meta li a {
    color: inherit;
}
.single-course .course-details .course-meta li a:hover {
    color: #43b9c7;
}
.single-course .course-details .course-meta li span {
    color: #43b9c7
}
.single-course .course-details .course-action {
    display: block;
    padding: 25px 0 0;
    text-align: center
}
.single-course .course-action .button {
    min-width: 175px;
    color: #43b9c7
}
.single-course .course-details .course-action .price,
.single-course .course-action .save-btn,
.single-course .course-action .post-edit-link {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    height: 52px;
    padding: 0 8px;
    min-width: 52px;
    text-align: center;
    background: #43b9c7;
    line-height: 52px
}
.single-course .course-action .post-edit-link {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.single-course .course-action .post-edit-link:hover {
    background: #3495A0;
}
.single-course .course-action .save-btn {
    position: relative;
    font-size: 20px;
    cursor: pointer;
    border: 1px solid #43b9c7;
    -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -moz-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53)
}
.single-course .course-action .save-btn:hover,
.single-course .course-action .save-btn.saved {
    color: #43b9c7;
    background: transparent
}
.single-course .course-action .save-btn .popup {
    position: absolute;
    pointer-events: none;
    opacity: 0;
    font-family: "Lato", sans-serif;
    font-size: 13px;
    display: inline-block;
    padding: 4px 16px;
    border-radius: 10px;
    color: #fff;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: 0.06em;
    background: #9eaeaf;
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    text-transform: uppercase;
    -webkit-transition: all 0.18s ease-in-out;
    -moz-transition: all 0.18s ease-in-out;
    transition: all 0.18s ease-in-out
}
.single-course .course-action .save-btn .popup:after {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 50%;
    margin-left: -4.5px;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4.5px 0 4.5px;
    border-color: #9eaeaf transparent transparent transparent
}
.single-course .course-action .save-btn .popup.visible {
    opacity: 1;
    top: -33px
}
.single-course .course-action .save-btn .popup.slow {
    -webkit-transition: all 0.75s ease;
    -moz-transition: all 0.75s ease;
    transition: all 0.75s ease
}
.single-course .enroll-btn .button {
    min-width: 180px
}
@media (max-width: 1200px) and (min-width: 992px) {
    .single-course .enroll-btn .button {
        min-width: 160px
    }
}
@media (max-width: 500px) {
    .single-course .enroll-btn .button {
        min-width: 140px
    }
}
.single-course .course-description {
    padding: 55px 0 0
}
.single-course .course-description p {
    color: #b0b7b9;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.571em;
    letter-spacing: 0.04em
}
@media (max-width: 992px) {
    .single-course .course-description {
        padding: 40px 0 0
    }
}
.single-course.grid-course {
    margin: 0 0 50px
}
@media (min-width: 1200px) {
    .single-course .course-details {
        padding: 26px 18px 0
    }
}
@media (min-width: 768px) {
    .single-course .course-details .title {
        min-height: 44px
    }
}

/* Start Quiz Styling */

.quiz-summary h1,
.quiz-summary h2,
.quiz-summary h3,
.quiz-summary h4,
.quiz-summary h5,
.quiz-summary h6,
.quiz-result h1,
.quiz-result h2,
.quiz-result h3,
.quiz-result h4,
.quiz-result h5,
.quiz-result h6 {
	color: #848484;
	margin: 0 0 25px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1em;
	letter-spacing: 0.16em;
	font-family: "Roboto Slab",serif;
}

.quiz-summary .quiz-content {
	display: block;
}
.quiz-summary .quiz-content p {
	font-weight: 500;
	color: #495051;
}

.quiz-result .quiz-result-mark {
	background: #43b9c7;
	margin-bottom: 25px;
	color: #fff;
}
.quiz-result .quiz-result-mark small {
	font-size: 100%;
}

.quiz-result .quiz-result-summary {
	margin-bottom: 25px;
}
.quiz-result .quiz-result-summary .quiz-result-field {
	font-weight: 500;
	font-size: 15px;
	color: #495051;
}
.quiz-result .quiz-result-summary .quiz-result-field.correct {
	color: #2fbf5b;
}
.quiz-result .quiz-result-summary .quiz-result-field.wrong {
	color: #fb5555;
}
.quiz-result .quiz-result-summary .quiz-result-field label {
	color: #495051;
}

.quiz-sidebar .btn {
	background: 0;
}
.quiz-sidebar .btn .button {
	min-width: 145px;
	color: #43b9c7;
}
.quiz-sidebar .quiz-clock {
	color: #43b9c7;
	margin-bottom: 25px;
}

.back-to-course {
	color: #43b9c7;
	font-size: 16px;
}
.back-to-course:hover {
	color: #43b9c7;
}
.back-to-course:hover .fa {
	margin: 0 10px 0 0;
}
.back-to-course .fa {
	margin: 0 5px 0 0;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}


.lp-question-wrap h4 {
	margin: 0 0 20px;
	color: #495051;
}
.lp-question-wrap p {
	font-weight: 500;
	margin: 0 0 10px;
}
.lp-question-wrap ul {
	list-style-type: none;
	margin: 0 0 15px;
	font-weight: 500;
	color: #495051;
	padding: 0;
}
.lp-question-wrap label {
	cursor: pointer;
}
.lp-question-wrap input {
	position: relative;
	margin: 0 5px 0 0;
	top: 1px;
}

.quiz-question-nav-buttons .prev-question,
.quiz-question-nav-buttons .next-question,
.quiz-question-nav-buttons .button-finish-quiz {
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	text-transform: uppercase;
	display: inline-block;
	margin: 0 5px 15px 0;
	background: #43b9c7;
	padding: 7px 15px;
	color: #ffffff;
}
.quiz-question-nav-buttons .button-finish-quiz {
	background: #2fbf5b;
}
.quiz-question-nav-buttons .button-finish-quiz:hover {
	background: #27aa4f;
}
.quiz-question-nav-buttons .prev-question:hover,
.quiz-question-nav-buttons .next-question:hover {
	background: #3ab1bf;
}

.popup_overlay {
	background: rgba(67,185,199,0.85);
}
.popup_container {
	background: #fafafa;
	display: inline-block;
	border-radius: 8px;
	border: 0;
	text-align: center;
}
.popup_container .popup_title {
	text-align: center;
    color: #848484;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.16em;
    background: #fafafa;
    font-family: "Roboto Slab",serif;
}
.popup_container .popup_message {
	text-align: left;
	font-weight: 500;
	color: #848484;
}
.popup_container input {
	background: #43b9c7;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 300;
    padding: 8px 15px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -moz-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.popup_container input:focus, 
.popup_container input:active, 
.popup_container input:hover {
	background: #3ab1bf;
}

/* End Quiz Styling */

.links-wrapper {
    padding: 70px 0 40px
}
.links-wrapper .links-box {
    margin-bottom: 30px
}
.links-wrapper .links-box .caption {
    margin: 0 0 25px;
    color: #fff;
    padding: 18px;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1em;
    border-radius: 4px;
    text-align: center;
    background: #43b9c7;
    letter-spacing: 0.08em;
    text-transform: uppercase
}
.links-wrapper .links-box .links {
    list-style-type: none;
    padding: 0 0 0 20px;
    margin: 0
}
.links-wrapper .links-box .links li {
    margin: 0 0 15px;
    color: #8c9fa1;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.5em
}
.links-wrapper .links-box .links li:last-of-type {
    margin: 0
}
.links-wrapper .links-box .links li a {
    -webkit-transition: all 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -moz-transition: all 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    color: inherit;
    display: inline-block;
    position: relative;
    padding-left: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.links-wrapper .links-box .links li a:before {
    font-family: icomoon;
    margin-right: 10px;
    position: absolute;
    content: "";
    color: #43b9c7;
    top: -1px;
    left: -2px
}
.links-wrapper .links-box .links li a:hover {
    color: #43b9c7;
    margin-left: 10px
}
.call-to-action-box {
    padding: 48px 0
}
.call-to-action-box h2 {
    margin: 0;
    position: relative;
    top: 5px;
    color: #fff;
    font-family: "Roboto Slab", serif;
    font-weight: 400;
    font-size: 33px;
    line-height: 1em;
    letter-spacing: 0;
    text-transform: none
}
.call-to-action-box .button-wrapper {
    text-align: right
}
@media (max-width: 992px) {
    .call-to-action-box {
        text-align: center
    }
    .call-to-action-box .button-wrapper {
        padding: 45px 0 0;
        display: block;
        text-align: center
    }
}
.page-numbers {
    list-style-type: none;
    text-align: center;
    font-size: 0;
    padding: 0;
    margin: 0
}
.page-numbers li {
    display: inline-block;
    margin-right: 15px
}
.page-numbers li:last-of-type {
    margin: 0
}
.page-numbers li span,
.page-numbers li a {
    display: inline-block;
    color: #43b9c7;
    font-size: 14px;
    font-weight: 300;
    line-height: 1em
}
.page-numbers li .page-wrapper {
    position: relative
}
.page-numbers li .page-wrapper:before,
.page-numbers li .page-wrapper:after {
    position: absolute;
    background: #43b9c7;
    content: "";
    height: 74%;
    width: 1px;
    -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1)
}
.page-numbers li .page-wrapper:before {
    top: 0;
    left: 0
}
.page-numbers li .page-wrapper:after {
    bottom: 0;
    right: 0
}
.page-numbers li .page-wrapper:not(.current):after,
.page-numbers li .page-wrapper:not(.current):before {
    opacity: 0
}
.page-numbers li .page-wrapper:not(.current) .page-numbers:after,
.page-numbers li .page-wrapper:not(.current) .page-numbers:before {
    opacity: 0
}
.page-numbers li .page-wrapper:not(.current):hover:after,
.page-numbers li .page-wrapper:not(.current):hover:before {
    opacity: 1;
    height: 100%
}
.page-numbers li .page-wrapper:not(.current):hover .page-numbers:after,
.page-numbers li .page-wrapper:not(.current):hover .page-numbers:before {
    opacity: 1;
    width: 100%
}
.page-numbers li .page-wrapper .page-numbers {
    padding: 7px;
    min-width: 28px;
    text-align: center
}
.page-numbers li .page-wrapper .page-numbers:before,
.page-numbers li .page-wrapper .page-numbers:after {
    position: absolute;
    background: #43b9c7;
    content: "";
    width: 74%;
    height: 1px;
    -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1)
}
.page-numbers li .page-wrapper .page-numbers:before {
    top: 0;
    left: 0
}
.page-numbers li .page-wrapper .page-numbers:after {
    bottom: 0;
    right: 0
}
.single-course-page .course-header {
    text-align: center;
    margin: 0 auto;
    display: block;
    max-width: 1030px
}

.single-course-page .lpr_course.has-post-thumbnail {
    padding-top: 0 !important;
}

.single-course-page.full_width .instructor-box .instructor-profile, 
.single-course-page.full_width .instructor-box .course-action {
    display: inline-block;
    text-align: left;
    vertical-align: top;
}

.single-course-page .course-header p {
    margin: 0 0 36px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.2em;
    line-height: 1.188em;
    text-transform: uppercase
}
.single-course-page .course-header p span {
    color: #43b9c7;
    font-weight: 700
}
.single-course-page .video-wrapper .video-container {
    position: relative;
    padding-bottom: 56.25%;
}
.single-course-page .video-wrapper .video-container iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0
}
.single-course-page .main-content.has-padding-top {
    padding-top: 17px
}
.single-course-page .course-body h1,
.single-course-page .course-body h2,
.single-course-page .course-body h3,
.single-course-page .course-body h4,
.single-course-page .course-body h5,
.single-course-page .course-body h6 {
    color: #495051;
    margin: 1.8em 0;
    font-weight: 700;
    line-height: 1.11em;
    letter-spacing: 0.16em;
    text-transform: uppercase
}
.single-course-page .course-body p {
    margin: 0 0 20px;
    color: #a8afb0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.35em;
    letter-spacing: 0.04em
}
.single-course-page .course-body .single-course-gallery .gallery-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px
}
.single-course-page .course-body .single-course-gallery .gallery-item .cover {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    background: rgba(67, 185, 199, 0.6);
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    left: 0;
    top: 0
}
.single-course-page .course-body .single-course-gallery .gallery-item .cover a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}
.single-course-page .course-body .single-course-gallery .gallery-item .cover a i {
    position: relative;
    display: inline-block;
    opacity: 0;
    margin-left: -13px;
    top: 30%;
    left: 50%;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 25px;
    display: inline-block;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-top: -13.5px
}
.single-course-page .course-body .single-course-gallery .gallery-item:hover .cover {
    opacity: 1
}
.single-course-page .course-body .single-course-gallery .gallery-item:hover .cover a i {
    opacity: 1;
    top: 50%
}
.single-course-page .course-body .course-description-list {
    margin: 0 0 30px
}
.single-course-page .course-body .post-nav {
    padding-top: 20px
}
.single-course-page .course-body .post-nav .navigation-info-wrapper {
    margin: 0 -20px
}
.single-course-page .instructor-box {
    background: #f5f5f5;
    margin: 0 0 45px;
    padding: 40px
}
button#learn_press_take_course {
    background-color: transparent
}
.single-course-page .instructor-box .instructor-profile {
    position: relative;
    min-height: 100px;
    padding-left: 130px
}
.single-course-page .instructor-box.no-image .instructor-profile {
    padding-left: 0;
}
.single-course-page .instructor-box .instructor-profile .avatar {
    position: absolute;
    width: 100px;
    left: 0;
    top: 0
}
.single-course-page .instructor-box .instructor-profile .course-info {
    list-style-type: none;
    padding: 15px 0 0;
    margin: 0 30px 0 0;
    width: auto;
}
.single-course-page .instructor-box .instructor-profile .course-info li {
    margin: 0 0 8px;
    color: #b0b7b9;
    font-size: 14px;
    line-height: 1.1em;
    font-weight: 700;
    letter-spacing: 0.04em
}
.single-course-page .instructor-box .instructor-profile .course-info li a {
    color: inherit
}
.single-course-page .instructor-box .instructor-profile .course-info li a:hover {
    color: #43b9c7
}
.single-course-page .instructor-box .instructor-profile .course-info li:last-of-type {
    margin: 0
}
.single-course-page .instructor-box .instructor-profile .course-info li span {
    color: #43b9c7
}
.single-course-page .instructor-box .course-action {
    display: block;
    padding: 30px 0 0;
    text-align: center
}
.single-course-page #course-landing .button {
    min-width: 195px;
    color: #43b9c7
}
.single-course-page .instructor-box .course-action .button {
    min-width: 195px;
    color: #43b9c7
}
.single-course-page .instructor-box .course-action .price {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    height: 52px;
    padding: 0 8px;
    min-width: 52px;
    text-align: center;
    background: #43b9c7;
    line-height: 52px
}
@media (max-width: 768px) {
    .single-course-page .instructor-box {
        padding: 20px
    }
    .single-course-page .instructor-box .instructor-profile {
        padding-left: 115px
    }
    .single-course-page .instructor-box .instructor-profile .course-info {
        padding-top: 0
    }
    .single-course-page .instructor-box .course-action .button {
        min-width: 145px
    }
}
@media (max-width: 992px) {
    .single-course-page .sidebar-description {
        padding-top: 45px
    }
}
.sidebar-description.has-padding-top {
    padding-top: 90px
}
.sidebar-description .box-title {
    text-align: center;
    margin: 0 0 40px;
    color: #495051;
    font-size: 18px;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase
}
.sidebar-description .location-box {
    margin-bottom: 50px
}
.sidebar-description .location-box p {
    margin: 0 0 15px;
    color: #b0b7b9;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.7em;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase
}
.sidebar-description .location-box p span {
    color: #43b9c7;
    text-transform: none
}
.sidebar-description .location-box .map {
    height: 200px
}
.related-courses-box,
.location-box {
    display: block;
    max-width: 330px;
    margin: 0 auto
}
.related-courses-box .single-course,
.location-box .single-course {
    margin: 0 0 35px
}
.related-courses-box .single-course .course-details,
.location-box .single-course .course-details {
    padding: 15px 0 0;
    text-align: center
}
.related-courses-box .single-course .course-details .title,
.location-box .single-course .course-details .title {
    margin: 0
}
.related-courses-box.small-space .single-course,
.location-box.small-space .single-course {
    margin: 0 0 25px
}
.lightboxOverlay,
.lightbox {
    cursor: url(../images/close-popup.png), default
}
.team-member {
    padding: 0 45px;
    text-align: center;
    margin-top: 115px;
    background: #f2f2f2
}
.team-member:hover .photo {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.07), 0 3px 6px rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.07), 0 3px 6px rgba(0, 0, 0, 0.08)
}
.team-member .photo {
    -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -moz-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    display: inline-block;
    margin: -65px 0 15px
}
.team-member .photo img {
    max-width: 160px;
    border: 15px solid #fff
}
.team-member h4 {
    margin: 0 0 5px;
    color: #797979;
    font-size: 16px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: 0.1em;
    text-transform: uppercase
}
.team-member h4 a {
    color: inherit
}
.team-member h4 a:hover {
    color: #43b9c7
}
.team-member .expertise-area {
    margin: 0;
    color: #b7b7b7;
    font-size: 12px;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: 0.14em;
    text-transform: uppercase
}
.team-member .expertise-area:after {
    display: block;
    content: "";
    width: 45px;
    margin: 15px auto 15px;
    border-bottom: 1px solid #43b9c7
}
.team-member .member-info {
    margin: 0 0 23px;
    color: #b7b7b7;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.385em;
    letter-spacing: 0.08em
}
.team-member .social-block {
    list-style-type: none;
    position: relative;
    z-index: 2;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    font-size: 0;
    padding: 0;
    margin: 0
}
.team-member .social-block li {
    display: inline-block
}
.team-member .social-block li i {
    color: #fff;
    font-size: 17px;
    padding: 0 13px;
    height: 40px;
    background: #43b9c7;
    line-height: 40px;
    vertical-align: middle;
    display: inline-block;
    -webkit-transition: all 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -moz-transition: all 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53)
}
.team-member .social-block li i:hover {
    background: #4bc9d8
}
.pricing-box {
    margin-top: 30px;
    text-align: center
}
.pricing-box .pricing-box-header .box-type {
    display: block;
    color: #fff;
    padding: 18px;
    font-size: 14px;
    line-height: 1em;
    background: #43b9c7;
    letter-spacing: 0.2em;
    text-transform: uppercase
}
.pricing-box .pricing-box-header .box-value {
    padding: 32px 0 35px;
    background: #d5e7e9;
    font-family: "Roboto Slab", serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #3c4647
}
.pricing-box .pricing-box-header .box-value h2 {
    margin: 0 0 10px;
    position: relative;
    display: inline-block;
    font-size: 80px;
    line-height: 1em;
    letter-spacing: 0.06em
}
.pricing-box .pricing-box-header .box-value h2 span {
    position: absolute;
    font-size: 45px;
    color: #43b9c7;
    top: 3px;
    left: -30px
}
.pricing-box .pricing-box-header .box-value p {
    margin: 0;
    font-size: 15px;
    line-height: 1em;
    letter-spacing: 0.16em
}
.pricing-box .pricing-box-body .features {
    list-style-type: none;
    padding: 22px 7px 20px;
    background: #f0f6f7;
    margin: 0 0 10px
}
.pricing-box .pricing-box-body .features li {
    color: #94a0a1;
    font-size: 12px;
    line-height: 1em;
    letter-spacing: 0.3em;
    text-transform: uppercase
}
.pricing-box .pricing-box-body .features li:after {
    content: "";
    display: block;
    margin: 13px auto 13px;
    max-width: 115px;
    border-bottom: 1px solid rgba(67, 185, 199, 0.31)
}
.pricing-box .pricing-box-body .features li:last-of-type:after {
    display: none
}
.pricing-box .pricing-box-body .btn .button {
    color: #43b9c7;
    min-width: 195px
}
.pricing-box.featured .pricing-box-header .box-type {
    background: #ef5959
}
.pricing-box.featured .pricing-box-header .box-value h2 span {
    color: #ef5959
}
.pricing-box.featured .btn:before,
.pricing-box.featured .btn:after {
    border-color: #ef5959
}
.pricing-box.featured .btn .button {
    color: #ef5959
}
.pricing-box.featured .btn .button:before,
.pricing-box.featured .btn .button:after {
    border-color: #ef5959
}
.pricing-box.v2 .pricing-box-header .box-value {
    padding: 18px 0 22px
}
.pricing-box.v2 .pricing-box-header .button-wrapper {
    background: #d5e7e9
}
.pricing-box.v2 .pricing-box-header .button-wrapper .btn {
    width: 100%
}
.pricing-box.v2 .pricing-box-header .button-wrapper .btn .button {
    padding-top: 16px;
    padding-bottom: 16px;
    color: #43b9c7;
    width: 100%
}
@media (min-width: 768px) {
    .pricing-box.v2 .pricing-box-body .features {
        min-height: 243px;
        padding: 38px 10px 30px
    }
}
.pricing-box.v2 .pricing-box-body .features li {
    margin: 0 0 24px
}
.pricing-box.v2 .pricing-box-body .features li:last-of-type {
    margin: 0
}
.pricing-box.v2 .pricing-box-body .features li:after {
    display: none
}
.pricing-box.v2.featured .pricing-box-header .button-wrapper .btn .button {
    color: #ef5959
}
.pricing-box-wrapper:nth-child(odd) .pricing-box {
    padding-right: 70px;
    position: relative
}
.show-icon.pricing-box:after {
    font-family: icomoon;
    content: "";
    position: absolute;
    right: -27.5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #43b9c7;
    font-size: 14px;
    line-height: 1em
}
.pricing-box-wrapper:nth-child(even) .pricing-box {
    padding-left: 70px
}
@media (max-width: 1200px) {
    .pricing-box-wrapper:nth-child(odd) .pricing-box {
        padding-right: 35px
    }
    .pricing-box-wrapper:nth-child(even) .pricing-box {
        padding-left: 35px
    }
}
@media (max-width: 992px) {
    .pricing-box-wrapper:nth-child(odd) .pricing-box {
        position: relative
    }
    .pricing-box-wrapper:nth-child(odd) .pricing-box:after {
        margin-left: -12.5px;
        top: auto;
        right: auto;
        bottom: -7px;
        left: 50%;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
    .pricing-box-wrapper .pricing-box {
        padding-bottom: 35px;
        margin-bottom: 40px;
        padding-left: 0 !important;
        padding-right: 0 !important
    }
    .pricing-box-wrapper .pricing-box:after {
        font-family: icomoon;
        content: "";
        position: absolute;
        margin-left: -12.5px;
        top: auto;
        bottom: -7px;
        left: 50%;
        color: #43b9c7;
        font-size: 14px;
        line-height: 1em
    }
    .pricing-box-wrapper:last-of-type .pricing-box {
        margin-bottom: 0;
        padding-bottom: 0
    }
    .pricing-box-wrapper:last-of-type .pricing-box:after {
        display: none
    }
}
.blog-post {
    margin-bottom: 30px
}
.blog-post.sticky {
    padding: 15px 0 0;
    position: relative;
}
.blog-post.sticky:before {
    text-transform: uppercase;
    position: absolute;
    content: "sticky";
    line-height: 1em;
    font-weight: 700;
    font-size: 12px;
    color: #fb5555;
    top: -3px;
    left: 0;
}
.blog-post .post-cover {
    position: relative
}
.blog-post .post-cover:before {
    -webkit-transition: all 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -moz-transition: all 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    background: rgba(0, 0, 0, 0.5);
    pointer-events: none;
    position: absolute;
    content: "";
    opacity: 0;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0
}
.blog-post .post-cover:hover:before {
    opacity: 1
}
.blog-post .post-body {
    background: #fb5555;
    padding: 17px 20px
}
.blog-post .post-body .post-title,
.blog-post .post-body .post-date {
    margin: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4em;
    letter-spacing: 0.2em;
    text-transform: uppercase
}
.blog-post .post-body .post-title a,
.blog-post .post-body .post-date a {
    color: inherit
}
.blog-post .post-body .post-title {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    margin-bottom: 7px
}
.blog-post .post-body .post-date {
    line-height: 1em
}
.blog-post .post-body .post-excerpt {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    margin: 24px 0 31px;
    letter-spacing: 0.02em
}
.blog-post.noimage-post,
.blog-post.audio-post {
    position: relative;
    background: #43b9c7
}
.blog-post.noimage-post:hover:after,
.blog-post.audio-post:hover:after {
    opacity: 1
}
.blog-post.noimage-post:after,
.blog-post.audio-post:after {
    -webkit-transition: all 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -moz-transition: all 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    opacity: 0;
    content: "";
    position: absolute;
    pointer-events: none;
    background: #3da7b4;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}
.blog-post.noimage-post .post-body,
.blog-post.audio-post .post-body {
    position: relative;
    z-index: 2;
    background: transparent
}
.blog-post.video-post .post-body {
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}
.blog-post.video-post .play-button {
    position: absolute;
    text-align: center;
    margin-left: -36px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: 50%
}
.blog-post.video-post .play-button .button {
    width: 62px;
    height: 62px
}
.blog-post.video-post .play-button .button i {
    font-size: 28px;
    color: #fff;
    font-weight: 300
}
.single-blog-post .post-cover img {
    margin: 0
}
.single-blog-post .post-header .post-meta {
    padding: 25px 0 5px
}
.single-blog-post .post-header .post-meta .title {
    margin: 0;
    color: #757d80;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.176em;
    letter-spacing: 0.2em;
    text-transform: uppercase
}
.single-blog-post .post-header .post-meta .meta-info {
    list-style-type: none;
    font-size: 0;
    padding: 10px 0 0;
    margin: 0
}
.single-blog-post .post-header .post-meta .meta-info li {
    color: #b5bbbc;
    font-size: 12px;
    line-height: 1em;
    font-weight: 400;
    margin: 0 30px 0 0;
    letter-spacing: 0.2em;
    display: inline-block;
    text-transform: uppercase
}
.single-blog-post .post-header .post-meta .meta-info li a {
    color: inherit;
}
.single-blog-post .post-header .post-meta .meta-info li a:hover {
    color: #43b9c7;
}
.single-blog-post .post-header .post-meta .meta-info li:last-of-type {
    margin: 0
}
.single-blog-post .post-body blockquote p {
    margin: 0;
    color: #43b9c7;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.778em
}
.single-blog-post .post-body p {
    margin: 0 0 25px;
    color: #999;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.778em
}
.single-blog-post .post-body p a,
.single-blog-post .post-body li a {
    border-bottom: 1px solid transparent;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    color: #43b9c7;
}
.single-blog-post .post-body p a:hover,
.single-blog-post .post-body li a:hover {
    border-color: #43b9c7;
}

.single-blog-post .post-body .page-numbers {
    display: inline-block;
    padding: 0;
}
.single-blog-post .post-body .page-numbers li {
    font-size: 14px;
    color: #999;
}
.single-blog-post .post-body .page-numbers li span:before,
.single-blog-post .post-body .page-numbers li span:after {
    display: none;
}
.single-blog-post .post-body .page-numbers li span a:hover {
    border: 0 !important;
}

.single-blog-post figure img {
    margin-bottom: 0;
}

.single-blog-post .post-password-form input[type="text"],
.single-blog-post .post-password-form input[type="number"],
.single-blog-post .post-password-form input[type="password"],
.single-blog-post .post-password-form input[type="email"] {
    border: 1px solid #999;
    padding: 0 10px;
    margin: 0 10px;
}

.single-blog-post  input.form-input {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    margin: 0 !important;
}

.single-blog-post .post-password-form input[type="submit"] {
    color: #b8b8b8;
    font-size: 15px;
    font-weight: 300;
    background: #f2f5f5;
    border: 1px solid #dbe0e1;
    border-radius: 2px;
    padding: 0 20px;
    height: 36px;
    top: -3.5px;
    line-height: 34px;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -moz-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.single-blog-post .post-password-form input[type="submit"]:hover {
    color: #43b9c7;
    border-color: #43b9c7;
}

.single-blog-post .post-password-form input[type="text"]:focus,
.single-blog-post .post-password-form input[type="number"]:focus,
.single-blog-post .post-password-form input[type="password"]:focus,
.single-blog-post .post-password-form input[type="email"]:focus {
    border-color: #43b9c7;
    color: #43b9c7;
}

.single-blog-post input:focus {
    outline: none;
}

.single-blog-post .post-body h1,
.single-blog-post .post-body h2,
.single-blog-post .post-body h3,
.single-blog-post .post-body h4,
.single-blog-post .post-body h5,
.single-blog-post .post-body h6 {
    color: #999;
    font-weight: 700;
    margin: 0.9em 0 1.3em;
    line-height: 1.7em;
    letter-spacing: 0.2em;
    text-transform: uppercase
}
.single-blog-post .post-body h1 {
    font-size: 24px
}
.single-blog-post .post-body h2 {
    font-size: 22px
}
.single-blog-post .post-body h3 {
    font-size: 20px
}
.single-blog-post .post-body h4 {
    font-size: 18px
}
.single-blog-post .post-body h5 {
    font-size: 16px
}
.single-blog-post .post-body h6 {
    font-size: 14px
}

.single-blog-post .post-body ul,
.single-blog-post .post-body ol {    
    padding: 0 0 10px 25px;
}

.single-blog-post .post-body .tagcloud {
    font-size: 0;
    margin: 20px 0;
}
.single-blog-post .post-body .tagcloud a {
    margin: 0 10px 10px 0;
    color: #b8b8b8;
    font-size: 15px;
    line-height: 1em;
    font-weight: 300;
    background: #f2f5f5;
    border: 1px solid #dbe0e1;
    border-radius: 2px;
    padding: 7px 15px;
    display: inline-block
}
.single-blog-post .post-body .tagcloud a:hover {
    color: #43b9c7;
    border-color: #43b9c7;
    -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -moz-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53)
}
.single-blog-post .post-body .tagcloud a:last-of-type {
    margin: 0
}
.single-blog-post .post-body .share-block {
    padding: 30px 50px 0
}
.single-blog-post .post-body .btn-wrapper {
    padding-top: 5px
}
.single-blog-post .post-body .contact-area {
    padding-top: 20px
}
.single-blog-post .post-body .comment-list {
    padding-bottom: 20px
}
.single-blog-post .full-width-image {
    margin: 0 0 25px
}
.single-blog-post .full-width-image img {
    margin: 0;
    width: 100% !important
}
.single-blog-post img {
    display: block;
    margin-bottom: 25px
}
@media (max-width: 450px) {
    .single-blog-post .post-body .share-block {
        padding: 25px 10px 0
    }
}
@media (max-width: 768px) {
    .single-blog-post .post-header .post-meta {
        padding: 20px 0 10px
    }
    .single-blog-post .post-header .post-meta .meta-info li {
        display: block;
        margin: 0 0 7px 0
    }
    .single-blog-post .post-header .post-meta .meta-info li:last-of-type {
        margin: 0
    }
}
.video-popup {
    background: rgba(0, 0, 0, 0.75);
    position: fixed;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: url(../images/close-popup.png), default;
    -webkit-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -moz-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53)
}
.video-popup .close-popup {
    position: absolute;
    display: inline-block;
    right: 50px;
    top: 50px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    border: 1px solid #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s
}
.video-popup .close-popup:hover {
    background: #fff
}
.video-popup .close-popup:hover:after,
.video-popup .close-popup:hover:before {
    border-color: #000
}
.video-popup .close-popup:before,
.video-popup .close-popup:after {
    content: "";
    position: absolute;
    top: 7px;
    left: 22px;
    height: 35px;
    border-right: 2px solid #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s
}
.video-popup .close-popup:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}
.video-popup .close-popup:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.video-popup.visible {
    opacity: 1;
    visibility: visible
}
.video-popup .popup-wrapper {
    position: absolute;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%
}
.video-popup .popup-wrapper .wrapper {
    position: relative;
    top: 50%;
    padding-bottom: 56.25%
}
.video-popup .popup-wrapper .wrapper iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0
}
.share-block a {
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    font-weight: 700;
    width: 100%;
    margin: 0 0 10px;
    padding: 14px 20px;
    text-align: center;
    line-height: 1em;
    font-size: 12px;
    color: #fff
}
.share-block a:before {
    position: absolute;
    font-size: 17px;
    top: 15px;
    left: 10px;
    font-family: FontAwesome;
    font-weight: normal
}
.share-block a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: rgba(3, 8, 17, 0.1);
    pointer-events: none;
    -webkit-transition: all 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -moz-transition: all 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53)
}
.share-block a:hover:after {
    opacity: 1
}
.share-block a.facebook {
    background: #6788ce
}
.share-block a.facebook:before {
    content: ""
}
.share-block a.twitter {
    background: #2fbce9
}
.share-block a.twitter:before {
    content: ""
}
.share-block a.pinterest {
    background: #fe4445
}
.share-block a.pinterest:before {
    content: ""
}
.share-block a.dribbble {
    background: #fc80b0
}
.share-block a.dribbble:before {
    content: ""
}

.share-block a.google-plus {
    background: #dd4b39
}
.share-block a.google-plus:before {
    content: "\f0d5"
}

.share-block a.linkedin {
    background: #007bb5
}
.share-block a.linkedin:before {
    content: "\f0e1"
}

.share-block a.vkontakte {
    background: #45668e
}
.share-block a.vkontakte:before {
    content: "\f189"
}

.post-nav .navigation-info-wrapper {
    text-align: center;
    padding: 22px 0 0
}
.post-nav .navigation-info-wrapper p {
    display: inline-block;
    position: relative;
    max-width: 220px;
    padding: 12px;
    font-size: 12px;
    line-height: 1.3em;
    color: #43b9c7;
    width: 100%;
    font-weight: 400;
    text-transform: uppercase;
    border: 1px solid #43b9c7
}
.post-nav .navigation-info-wrapper p:before {
    position: absolute;
    display: inline-block;
    top: 50%;
    margin-top: -4px;
    content: "";
    border: 1px solid #43b9c7;
    border-left: 0;
    width: 25px;
    height: 10px;
    left: -25px
}
.post-nav .navigation-info-wrapper p:after {
    position: absolute;
    display: inline-block;
    top: 50%;
    margin-top: -4px;
    content: "";
    border: 1px solid #43b9c7;
    border-right: 0;
    width: 25px;
    height: 10px;
    right: -25px
}
.post-nav .nav-direction-wrapper.prev {
    padding-right: 35px
}
.post-nav .nav-direction-wrapper.next {
    padding-left: 35px
}
.post-nav .nav-direction-wrapper .nav-direction {
    padding: 15px;
    display: block;
    width: 100%;
    text-align: center;
    background: #dce0e0;
    -webkit-transition: all 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -moz-transition: all 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53)
}
.post-nav .nav-direction-wrapper .nav-direction:hover {
    background: #dbdbdb
}
.post-nav .nav-direction-wrapper .nav-direction span {
    display: block;
    margin: 0 0 10px;
    color: #a8afb0;
    font-size: 14px;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase
}
.post-nav .nav-direction-wrapper .nav-direction p {
    margin: 0;
    color: #43b9c7;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35em;
    text-transform: uppercase;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
@media (max-width: 768px) {
    .post-nav {
        padding: 0 30px
    }
    .post-nav .nav-direction-wrapper.next,
    .post-nav .nav-direction-wrapper.prev {
        padding: 0
    }
}

.sidebar .widget_from_blog a {
    overflow: hidden;
}
.sidebar .sidebar-widget {
    margin-bottom: 45px
}
.sidebar .sidebar-widget ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}
.sidebar .sidebar-widget .widget-title {
    margin: 0 auto 28px;
    max-width: 285px;
    display: block;
    color: #a8afb0;
    font-size: 12px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: 0.3em;
    position: relative;
    text-transform: uppercase
}
.sidebar .sidebar-widget .widget-title:after {
    border-top: 2px solid #43b9c7;
    position: absolute;
    z-index: 1;
    content: "";
    width: 100%;
    left: 0;
    margin-top: -1px;
    top: 50%
}
.sidebar .sidebar-widget .widget-title span {
    position: relative;
    z-index: 2;
    background: #fff
}
.sidebar .sidebar-widget:not(.widget_flickr):not(.tesla-instagram-widget):not(.tesla-twitter-widget) ul {
    padding: 0 0 0 40px
}
.sidebar .sidebar-widget:not(.widget_flickr):not(.tesla-instagram-widget):not(.tesla-twitter-widget) ul li {
    line-height: 1em;
    margin: 0 0 12px
}
.sidebar .sidebar-widget:not(.widget_flickr):not(.tesla-instagram-widget):not(.tesla-twitter-widget) ul li:last-of-type {
    margin: 0
}
.sidebar .sidebar-widget:not(.widget_flickr) ul li a,
.sidebar .sidebar-widget:not(.tesla-instagram-widget) ul li a {
    color: #a8afb0;
    font-size: 12px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: 0.3em;
    text-transform: uppercase
}
.sidebar .sidebar-widget:not(.widget_flickr):not(.tesla-instagram-widget):not(.tesla-twitter-widget) ul li a:before {
    content: "-"
}
.sidebar .sidebar-widget:not(.widget_flickr):not(.tesla-instagram-widget) ul li a:hover {
    color: #43b9c7
}
.sidebar .widget_search label {
    position: relative;
    margin: 0 0 10px;
    overflow: hidden;
    display: block;
    width: 100%
}
.sidebar .widget_search label .form-input {
    position: relative;
    padding: 10px;
    z-index: 2;
    color: #fff;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    display: block;
    background: transparent;
    border-bottom: 3px solid #38a0ac;
    -webkit-transition: all 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -moz-transition: all 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53)
}
.sidebar .widget_search label .form-input:focus,
.sidebar .widget_search label .form-input.has-value {
    outline: none;
    border-color: transparent
}
.sidebar .widget_search label .form-input:focus+span:after,
.sidebar .widget_search label .form-input.has-value+span:after {
    -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
    -ms-transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
    transform: perspective(1000px) rotate3d(1, 0, 0, 0deg)
}
.sidebar .widget_search label span {
    display: inline-block;
    padding: 8px 0 0 10px;
    color: #c9c9c9;
    font-size: 14px;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: 0.2em;
    text-transform: uppercase
}
.sidebar .widget_search label span:after {
    content: "";
    position: absolute;
    bottom: 27px;
    z-index: 1;
    pointer-events: none;
    left: 0;
    width: 100%;
    height: 100%;
    background: #43b9c7;
    -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: all 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -moz-transition: all 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53)
}
.sidebar .widget_from_blog {
    font-size: 0
}
.sidebar .widget_from_blog .sidebar-blogpost {
    background-position: top center;
    background-size: cover;
    display: inline-block;
    position: relative;
    text-align: center;
    border-radius: 8px;
    margin: 0 0 10px;
    height: 70px;
    width: 100%;
}
.sidebar .widget_from_blog .sidebar-blogpost:before {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    border-radius: 8px;
    position: absolute;
    background: #000;
    opacity: 0.6;
    -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -moz-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.sidebar .widget_from_blog .sidebar-blogpost p {
    position: absolute;
    padding: 0 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 100%;
    color: #fff;
    font-size: 13px;
    line-height: 1.2em;
    font-weight: 300;
    pointer-events: none;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin: 0;
    top: 50%;
    -webkit-transition: all 0.27s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -moz-transition: all 0.27s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.27s cubic-bezier(0.55, 0.085, 0.68, 0.53)
}
.sidebar .widget_from_blog .sidebar-blogpost p.reveal-on-hover {
    font-size: 15px;
    font-weight: 700;
    top: 150%
}
.sidebar .widget_from_blog .sidebar-blogpost p.reveal-on-hover:after {
    font-family: FontAwesome;
    margin: 0 0 0 8px;
    content: ""
}
.sidebar .widget_from_blog .sidebar-blogpost:hover:before {
    opacity: .75;
}
.sidebar .widget_from_blog .sidebar-blogpost:hover p:not(.reveal-on-hover) {
    top: -10%;
    opacity: 0;
}
.sidebar .widget_from_blog .sidebar-blogpost:hover p.reveal-on-hover {
    top: 50%
}
.sidebar .widget_from_blog .sidebar-blogpost:last-of-type {
    margin: 0
}
.widget_flickr ul li,
.tesla-instagram-widget ul li {
    display: inline-block;
    position: relative;
    width: 21%;
    vertical-align: top;
    margin: 0 2% 16px
}
.widget_flickr ul li:before,
.tesla-instagram-widget ul li:before {
    position: absolute;
    content: "";
    opacity: 0;
    background: rgba(67, 185, 199, 0.5);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    pointer-events: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}
.widget_flickr ul li:hover:before,
.tesla-instagram-widget ul li:hover:before {
    opacity: 1
}
.widget_flickr ul li img,
.tesla-instagram-widget ul li img {
    width: 100%;
    margin: 0;
}

.widget_flickr .follow-me {
    left: 5px;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    padding: 7px 17px;
    position: relative;
    border-radius: 5px;
    background: #43b9c7;
    display: inline-block;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -moz-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53)
}
.widget_flickr .follow-me:hover {
    background: #3ab1bf
}
.tesla-twitter-widget .twitter li {
    position: relative;
    padding-left: 35px;
    margin: 0 0 20px;
    font-size: 14px;
    font-weight: 500;
    color: #a8afb0;
    line-height: 1.45em;
    letter-spacing: 0em;
}
.tesla-twitter-widget .twitter li a {
    color: inherit;
    font-weight: 700;
    letter-spacing: 0em;
}
.tesla-twitter-widget .twitter li a:hover {
    color: #43b9c7;
}
.tesla-twitter-widget .twitter {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.tesla-twitter-widget .twitter li:before {
    font-family: FontAwesome;
    position: absolute;
    content: "\f099";
    font-size: 17px;
    color: #43b9c7;
    left: 0;
    top: 2px;
}
.tesla-twitter-widget .twitter li:last-of-type {
    margin: 0;
}

/* Widget Calendar */

.widget_calendar table {
    margin: 0;
}

table {
    width: 100%;
    margin: 0 0 30px;
    table-layout: fixed;
}
table caption {
    text-transform: uppercase;
    padding: 0 0 10px;
    font-weight: 700;
    font-size: 16px;
}
table a {
    color: #43b9c7;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-bottom: 1px solid transparent;
}
table a:hover {
    color: #43b9c7;
    border-color: #43b9c7;
}
table,
td,
th {
    color: #757d80;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    padding: 3px 12px;
    border: 1px solid rgba(67, 185, 199, .45);
}
table thead {
    background: #43b9c7;
    color: #fff;
}
table thead th {
    color: #fff;
}
table tfoot #prev {
    text-align: left;
}
table tfoot #next {
    text-align: right;
}
table tfoot a {
    color: #757d80;
}
table tfoot a:hover {
    color: rgb(67, 185, 199);
}

/* Widget Tagcloud */



@media (min-width: 992px) {
    .sidebar {
        display: block;
        margin: 0 auto;
        max-width: 330px
    }
}
@media (max-width: 992px) {
    .sidebar {
        padding: 65px 0 0
    }
}
.course-description-list {
    list-style-type: none;
    padding: 0;
    margin: 0
}
.course-description-list li {
    list-style-type: none
}
.course-description-list li p {
    margin: 0 !important;
    color: #a8afb0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.35em;
    letter-spacing: 0.04em
}
.course-description-list li p a {
    color: inherit
}
.course-description-list li p a:hover {
    color: #43b9c7
}
.course-description-list .lesson {
    border-top: 1px dashed #e1e1e1;
    position: relative
}
.course-description-list .lesson .heading {
    position: absolute;
    z-index: 2;
    display: inline-block;
    min-width: 97px;
    top: 5px;
    left: 0
}
.course-description-list .lesson .heading:after {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -9px;
    height: 25px;
    border-right: 2px solid #43b9c7
}
.course-description-list .lesson .heading span {
    display: inline-block;
    cursor: pointer;
    color: #43b9c7;
    text-align: center;
    padding: 13px 12px 13px 13px;
    border: 1px solid #43b9c7;
    font-size: 12px;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    -webkit-transition: all 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -moz-transition: all 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53)
}
.course-description-list .lesson .heading span:hover {
    color: #fff;
    background: #43b9c7
}
.course-description-list .lesson .body {
    position: relative;
    min-height: 50px;
    padding: 14px 20px 12px 145px
}
.course-description-list .lesson .body:after {
    position: absolute;
    font-family: icomoon;
    display: inline-block;
    font-size: 17px;
    color: #43b9c7;
    right: 20px;
    top: 12px
}
.course-description-list .lesson .body .status {
    margin: 0;
    position: absolute;
    text-transform: uppercase;
    top: 17px;
    right: 45px;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.1em
}
@media (max-width: 768px) {
    .course-description-list .lesson .body .status {
        display: none;
    }
}
.course-description-list .lesson .body .status a {
    color: inherit;
    border-bottom: 1px solid transparent
}
.course-description-list .lesson .body .status a:hover {
    color: #43b9c7;
    border-color: #43b9c7
}
.course-description-list .lesson .body.locked:after {
    content: "";
    color: #a8afb0
}
.course-description-list .lesson .body.unlocked p {
    opacity: 0.8
}
.course-description-list .lesson .body.unlocked:after {
    content: ""
}
.course-description-list .lesson .lesson-description {
    display: none;
    border-top: 1px dashed #e1e1e1
}
.course-description-list .lesson .lesson-description li {
    position: relative
}
.course-description-list .lesson .lesson-description li .heading {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}
.course-description-list .lesson .lesson-description .course-quiz .heading .icon:before {
    position: relative;
    content: "\e761";
    font-size: 20px;
    top: -2px;
}
.course-description-list .lesson .lesson-description li .heading .icon {
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    display: block;
    opacity: 0;
    text-align: center;
    color: #a8afb0
}
.course-description-list .lesson .lesson-description li.completed .heading .icon {
	color: #43b9c7;
}
.course-description-list .lesson .lesson-description li .heading .icon.visible {
    opacity: 1
}
.course-description-list .lesson .lesson-description li .body {
    min-height: 0
}
.course-description-list .lesson:last-of-type {
    border-bottom: 1px dashed #e1e1e1
}
/* Order confirmation */
.order-confirmation h2 {
    color: #848484;
    margin: 0 0 25px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: 0.16em;
    font-family: "Roboto Slab",serif;
}
.order-confirmation .order_details,
.order-confirmation p {
    list-style-type: none;
    font-weight: 500;
    margin: 0 0 30px;
    color: #495051;
    padding: 0;
}
.order-confirmation p {
    margin: 0 0 15px;
}
.order-confirmation .order_details strong {
    color: #43b9c7;
}
.order-confirmation .order_table {
    max-width: 700px;
}

.register-popup {
    position: absolute;
    background: rgba(67, 185, 199, 0.85);
    padding: 225px 30px 0;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}
.register-popup.active {
    visibility: visible;
    opacity: 1
}
.register-popup.active .popup-wrapper {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}
.register-popup .popup-wrapper {
    position: relative;
    display: block;
    max-width: 430px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 8px;
    padding: 56px 0 55px;
    background: #fafafa;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: all 0.35s cubic-bezier(0.25, 0.35, 0, 1.74);
    -moz-transition: all 0.35s cubic-bezier(0.25, 0.35, 0, 1.74);
    transition: all 0.35s cubic-bezier(0.25, 0.35, 0, 1.74)
}
.register-popup .popup-wrapper .close-popup-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: all 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -moz-transition: all 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53)
}
.register-popup .popup-wrapper .close-popup-btn:hover {
    color: #43b9c7
}
.register-popup .popup-wrapper .section-header {
    margin: 0 -170px 40px
}
.register-popup .popup-wrapper .section-header h1 {
    min-width: 190px;
    padding: 0 40px;
    color: #848484;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.16em;
    font-family: "Roboto Slab", serif
}
.register-popup .popup-wrapper .login-message h3 {
    min-width: 190px;
    color: #848484;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.16em;
    background: #fafafa;
    font-family: "Roboto Slab", serif;
    text-align: center;
}
.register-popup .popup-wrapper .section-header.small {
    margin-bottom: 20px
}
.register-popup .popup-wrapper .section-header.small h1 {
    min-width: 0
}
.register-popup .popup-wrapper .section-header.small h1 span {
    display: inline-block;
    font-size: 10px;
    font-weight: 400;
    color: #bebfc0;
    font-family: "Lato", sans-serif;
    height: 30px;
    width: 30px;
    line-height: 28px;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #e7e7e7;
    letter-spacing: 0;
    text-transform: uppercase
}
.register-popup .popup-wrapper p {
    margin: 0 -90px 5px;
    font-size: 10px;
    line-height: 1.4em;
    text-align: center;
    font-weight: 400;
    letter-spacing: 0.16em;
    text-transform: uppercase
}
.register-popup .popup-wrapper p a {
    color: #43b9c7;
    padding: 0 0 2px;
    border-bottom: 1px dashed transparent
}
.register-popup .popup-wrapper p a:hover {
    border-color: #43b9c7
}
.register-popup .popup-wrapper form {
    padding: 0 90px
}
.register-popup .popup-wrapper form label {
    display: block;
    margin: 0 0 20px
}
.register-popup .popup-wrapper form label span,
.register-popup .popup-wrapper form label input {
    display: block;
    color: #a7a7a7;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.16em;
}
.register-popup .popup-wrapper form label span {
    margin: 0 0 8px;
    line-height: 1em
}

.register-popup .popup-wrapper form label span,
.register-popup .popup-wrapper form label .checkbox-input {
    display: inline-block;
}
.register-popup .popup-wrapper form label .checkbox-input {
    margin: 0 0 0 3.5px;
    position: relative;
    top: 1.5px;
}
.register-popup .popup-wrapper form label .checkbox-input input {
    display: none;
}
.register-popup .popup-wrapper form label .checkbox-input input:checked + span:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.register-popup .popup-wrapper form label .checkbox-input span {
    display: inline-block;
    position: relative;
}
.register-popup .popup-wrapper form label .checkbox-input span:before {
    border: 1px solid #43b9c7;
    display: inline-block;
    cursor: pointer;
    height: 13px;
    width: 13px;
    content: "";
}
.register-popup .popup-wrapper form label .checkbox-input span:after {
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    font-family: FontAwesome;
    display: inline-block;
    pointer-events: none;
    position: absolute;
    content: "\f00c";
    font-size: 9px;
    color: #43b9c7;
    left: 2px;
    top: 1px;
}

.register-popup .popup-wrapper form label input {
    width: 100%;
    color: gray;
    padding: 2px 8px;
    background: transparent;
    border: 1px solid #e7e7e7;
    -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -moz-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53)
}
.register-popup .popup-wrapper form label input:focus,
.register-popup .popup-wrapper form label input.has-value {
    outline: none;
    border-color: #cbcaca
}
.register-popup .popup-wrapper form label.short {
    display: inline-block;
    margin-right: 30px;
    max-width: 70px
}
.register-popup .popup-wrapper form .btn-wrapper {
    margin-bottom: 20px
}
.register-popup .popup-wrapper form .btn-wrapper .btn {
    padding: 17px 33px
}
.register-popup .popup-wrapper form .social-buttons {
    margin: 0 -45px;
    padding: 0 0 20px;
    text-align: center
}
.register-popup .popup-wrapper form .social-buttons a {
    display: inline-block;
    margin-right: 20px;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    line-height: 1em;
    position: relative;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    padding: 14px 30px 14px 50px;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s
}
.register-popup .popup-wrapper form .social-buttons a:before {
    position: absolute;
    pointer-events: none;
    font-family: FontAwesome;
    font-weight: normal;
    font-size: 20px;
    color: #fff;
    left: 20px;
    top: 14px
}
.register-popup .popup-wrapper form .social-buttons a.facebook {
    background: #6788ce
}
.register-popup .popup-wrapper form .social-buttons a.facebook:hover {
    background: #5171b3
}
.register-popup .popup-wrapper form .social-buttons a.facebook:before {
    content: ""
}
.register-popup .popup-wrapper form .social-buttons a.google-plus {
    background: #d95435
}
.register-popup .popup-wrapper form .social-buttons a.google-plus:hover {
    background: #c54a2e
}
.register-popup .popup-wrapper form .social-buttons a.google-plus:before {
    content: ""
}
.register-popup .popup-wrapper form .social-buttons a:last-of-type {
    margin: 0
}
.register-popup .popup-wrapper div#register-form {
    display: none
}
.login-message {
    color: #000;
    font-size: 1.2em;
}
@media (max-width: 520px) {
    .register-popup .popup-wrapper form {
        padding: 0 25px
    }
    .register-popup .popup-wrapper .social-buttons a {
        margin: 0 0 20px !important;
        margin-right: 0 !important;
        display: block;
        max-width: 160px
    }
}
.main-loader .loader-front {
    position: relative;
    display: inline-block;
    max-width: 80px;
    overflow: hidden
}
.main-loader .loader-front img {
    position: relative;
    z-index: 3
}
.main-loader .loader-front:before,
.main-loader .loader-front:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -2px;
    width: 100%
}
.main-loader .loader-front:before {
    background: rgba(67, 185, 199, 0.15);
    z-index: 1;
    height: 120%
}
.main-loader .loader-front:after {
    z-index: 2;
    background: #43b9c7
}
.main-loader.visible .loader-front:after {
    -webkit-animation: customLoader 0.75s infinite;
    -moz-animation: customLoader 0.75s infinite;
    -o-animation: customLoader 0.75s infinite;
    animation: customLoader 0.75s infinite
}
@-webkit-keyframes customLoader {
    0% {
        height: 0
    }
    5% {
        height: 2%
    }
    10% {
        height: 10%
    }
    25% {
        height: 20%
    }
    40% {
        height: 45%
    }
    50% {
        height: 50%
    }
    60% {
        height: 55%
    }
    70% {
        height: 60%
    }
    75% {
        height: 85%
    }
    80% {
        height: 90%
    }
    100% {
        height: 100%
    }
}
@-moz-keyframes customLoader {
    0% {
        height: 0
    }
    5% {
        height: 2%
    }
    10% {
        height: 10%
    }
    25% {
        height: 20%
    }
    40% {
        height: 45%
    }
    50% {
        height: 50%
    }
    60% {
        height: 55%
    }
    70% {
        height: 60%
    }
    75% {
        height: 85%
    }
    80% {
        height: 90%
    }
    100% {
        height: 100%
    }
}
@-o-keyframes customLoader {
    0% {
        height: 0
    }
    5% {
        height: 2%
    }
    10% {
        height: 10%
    }
    25% {
        height: 20%
    }
    40% {
        height: 45%
    }
    50% {
        height: 50%
    }
    60% {
        height: 55%
    }
    70% {
        height: 60%
    }
    75% {
        height: 85%
    }
    80% {
        height: 90%
    }
    100% {
        height: 100%
    }
}
@keyframes customLoader {
    0% {
        height: 0
    }
    5% {
        height: 2%
    }
    10% {
        height: 10%
    }
    25% {
        height: 20%
    }
    40% {
        height: 45%
    }
    50% {
        height: 50%
    }
    60% {
        height: 55%
    }
    70% {
        height: 60%
    }
    75% {
        height: 85%
    }
    80% {
        height: 90%
    }
    100% {
        height: 100%
    }
}
